:root { --color-primary: #6F7B43;
--color-primary-dark: #4C5639;
--color-primary-grad-top: #8A996A;
--color-primary-grad-bottom: #56623B;
--color-vk: #2787F5;
--color-vk-dark: #1F67CC;
--color-vk-grad-top: #2F7BE5;
--color-vk-grad-bottom: #1F67CC;
--color-success: #9AA66D;
--color-success-soft: #EEF1E6;
--color-success-dark: #6F7B43;
--color-text-main: #222733;
--color-text-strong: #1F2430;
--color-text-secondary: #5E6472;
--color-text-muted: #8C92A0;
--color-text-inverse: #FFFFFF;
--color-text-brand: #6F7B43;
--color-bg-page: #F3F4F7;
--color-bg-card: #FFFFFF;
--color-bg-soft: #F7F7F9;
--color-bg-warm: #F4E8C8;
--color-bg-footer-bar: #F1ECE4;
--color-border-light: #DDE1E8;
--color-border-mid: #CDD3DD;
--color-divider: #BFC6C4;
--color-overlay-dark: rgba(40, 44, 52, 0.45);
--color-overlay-soft: rgba(95, 99, 107, 0.72); --gradient-primary: linear-gradient(180deg, var(--color-primary-grad-top) 0%, var(--color-primary-grad-bottom) 100%);
--gradient-vk: linear-gradient(180deg, var(--color-vk-grad-top) 0%, var(--color-vk-grad-bottom) 100%);
--gradient-success: linear-gradient(180deg, #A4B176 0%, #8E9B5F 100%); --font-family-base: Inter, Manrope, Arial, sans-serif;
--font-size-h1: 44px;
--line-height-h1: 1.18;
--font-weight-h1: 700;
--font-size-h2: 26px;
--line-height-h2: 1.24;
--font-weight-h2: 650;
--font-size-h3: 18px;
--line-height-h3: 1.35;
--font-weight-h3: 650;
--font-size-body-lg: 17px;
--line-height-body-lg: 1.58;
--font-weight-body-lg: 400;
--font-size-body: 16px;
--line-height-body: 1.65;
--font-weight-body: 400;
--font-size-small: 16px;
--line-height-small: 1.6;
--font-weight-small: 400;
--font-size-button: 17px;
--line-height-button: 1;
--font-weight-button: 650; --space-2: 8px;
--space-3: 12px;
--space-4: 16px;
--space-5: 20px;
--space-6: 24px;
--space-7: 28px;
--space-8: 32px;
--space-10: 40px;
--space-11: 44px;
--space-12: 48px;
--space-14: 56px;
--space-15: 60px;
--space-16: 64px;
--space-18: 72px;
--space-20: 80px; --radius-1: 4px;
--radius-2: 6px;
--radius-3: 8px;
--radius-round: 999px; --shadow-card: 0 4px 12px rgba(32, 45, 70, 0.08);
--shadow-button: 0 3px 8px rgba(111, 123, 67, 0.18);
--shadow-media: 0 6px 16px rgba(30, 40, 60, 0.10);
--shadow-warm: 0 3px 8px rgba(80, 70, 30, 0.08); --container-max-width: 1280px;
--container-padding-inline: 24px;
--grid-columns: 12;
--grid-gap: 24px;
--section-gap-lg: 64px;
--section-gap-md: 56px;
--block-gap: 24px;
--micro-gap: 16px; --transition-base: 0.2s ease; --header-height: 76px;
--button-height: 56px;
--button-height-sm: 48px;
--social-size: 48px;
--faq-summary-height: 72px;
--case-media-height: 250px;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
p,
ul,
ol,
figure {
margin: 0;
}
ul,
ol {
padding: 0;
list-style: none;
}
img {
display: block;
max-width: 100%;
}
a {
color: inherit;
text-decoration: none;
}
button,
input,
textarea,
select {
font: inherit;
} body.page-body {
min-width: 320px;
background: var(--color-bg-page);
color: var(--color-text-main);
font-family: var(--font-family-base);
font-size: var(--font-size-body);
line-height: var(--line-height-body);
font-weight: var(--font-weight-body);
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.page-main {
overflow: hidden;
}
section,
header,
footer {
width: 100%;
} h1,
.h1 {
font-size: var(--font-size-h1);
line-height: var(--line-height-h1);
font-weight: var(--font-weight-h1);
color: var(--color-text-strong);
}
h2,
.section-title,
.h2 {
font-size: var(--font-size-h2);
line-height: var(--line-height-h2);
font-weight: var(--font-weight-h2);
color: var(--color-text-strong);
letter-spacing: -0.02em;
}
h3,
.h3 {
font-size: var(--font-size-h3);
line-height: var(--line-height-h3);
font-weight: var(--font-weight-h3);
color: var(--color-text-strong);
}
p,
.body-text {
font-size: var(--font-size-body);
line-height: var(--line-height-body);
color: var(--color-text-main);
}
.section-title {
letter-spacing: -0.02em;
} .container {
width: 100%;
max-width: var(--container-max-width);
margin: 0 auto;
padding-inline: var(--container-padding-inline);
}
.hero,
.process,
.comparison-calculation,
.cases,
.faq,
.soft-cta,
.final-statement {
position: relative;
}
.process,
.comparison-calculation,
.cases,
.faq,
.soft-cta {
padding-block: var(--section-gap-md);
}
.final-statement {
padding-block: var(--space-10);
} .btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: var(--button-height);
padding-inline: 32px;
border: 0;
border-radius: var(--radius-2);
font-size: var(--font-size-button);
line-height: var(--line-height-button);
font-weight: var(--font-weight-button);
text-align: center;
cursor: pointer;
transition:
transform var(--transition-base),
filter var(--transition-base),
box-shadow var(--transition-base);
}
.btn:hover {
transform: translateY(-0.5px);
}
.btn:active {
transform: translateY(0);
}
.btn--primary {
color: var(--color-text-inverse);
background:
linear-gradient(
180deg,
#8A996A 0%,
#56623B 100%
);
border: 1px solid rgba(76, 86, 57, 0.24);
box-shadow:
0 6px 14px rgba(111, 123, 67, 0.18),
inset 0 1px 0 rgba(255,255,255,0.12);
transition:
background var(--transition-base),
transform var(--transition-base),
box-shadow var(--transition-base);
}
.btn--primary:hover {
background:
linear-gradient(
180deg,
#96A875 0%,
#637146 100%
);
box-shadow:
0 8px 18px rgba(111, 123, 67, 0.22),
inset 0 1px 0 rgba(255,255,255,0.14);
}
.btn--secondary {
color: var(--color-primary);
background: rgba(255,255,255,0.72);
border: 2px solid rgba(111, 123, 67, 0.48);
box-shadow:
0 2px 6px rgba(76, 86, 57, 0.05);
backdrop-filter: blur(4px);
}
.btn--secondary:hover {
background: rgba(255,255,255,0.92);
border-color: rgba(111, 123, 67, 0.62);
box-shadow:
0 4px 10px rgba(76, 86, 57, 0.10);
}
.btn--vk {
color: var(--color-text-inverse);
background:
linear-gradient(
180deg,
#2C7BE5 0%,
#2267C5 100%
);
border: 1px solid rgba(20, 55, 108, 0.18);
box-shadow:
0 5px 14px rgba(31, 103, 204, 0.16);
}
.btn:disabled,
.btn[aria-disabled="true"] {
cursor: not-allowed;
filter: grayscale(0.2);
opacity: 0.72;
box-shadow: none;
} .card {
background: var(--color-bg-card);
border: 1px solid var(--color-border-light);
border-radius: var(--radius-3);
box-shadow: var(--shadow-card);
} .section-heading {
display: flex;
align-items: center;
gap: var(--space-5);
margin-bottom: var(--space-6);
}
.section-heading--centered {
justify-content: center;
}
.section-heading__line {
flex: 1 1 auto;
max-width: 180px;
height: 1px;
background: linear-gradient(
90deg,
transparent 0%,
var(--color-divider) 38%,
var(--color-divider) 62%,
transparent 100%
);
opacity: 0.8;
} .site-footer__social {
width: var(--social-size);
height: var(--social-size);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
transition: transform var(--transition-base), filter var(--transition-base);
}
.site-footer__social:hover {
transform: translateY(-1px);
}
.site-footer__social--vk {
background: var(--gradient-vk);
}
.site-footer__social--max {
background: linear-gradient(180deg, #3B7CFF 0%, #245FE8 100%);
} .visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
} @media (max-width: 1024px) {
:root {
--font-size-h1: 40px;
--font-size-h2: 26px;
--font-size-h3: 18px;
}
.process,
.comparison-calculation,
.cases,
.faq,
.soft-cta {
padding-block: var(--space-12);
}
}
@media (max-width: 768px) {
:root {
--font-size-h1: 32px;
--font-size-h2: 22px;
--font-size-h3: 17px;
--font-size-body-lg: 16px;
--container-padding-inline: 20px;
}
.btn {
width: 100%;
padding-inline: var(--space-6);
}
.section-heading {
gap: var(--space-3);
}
.section-heading__line {
max-width: 72px;
}
.problem,
.process,
.comparison-calculation,
.cases,
.faq {
padding-top: 20px;
padding-bottom: 20px;
}
}
@media (max-width: 480px) {
:root {
--font-size-h1: 28px;
--font-size-h2: 20px;
--font-size-h3: 16px;
--font-size-body-lg: 16px;
--font-size-body: 15px;
--font-size-small: 13px;
--container-padding-inline: 16px;
--button-height: 52px;
}
.process,
.comparison-calculation,
.cases,
.faq,
.soft-cta,
.final-statement {
padding-block: var(--space-10);
}
}  .site-header {
position: relative;
z-index: 20;
min-height: var(--header-height);
background: var(--color-bg-card);
border-bottom: 1px solid var(--color-border-light);
}
.site-header__inner {
min-height: var(--header-height);
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-6);
}
.site-header__logo {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
gap: 12px;
min-height: 54px;
transition:
opacity var(--transition-base),
transform var(--transition-base);
}
.site-header__logo:hover {
opacity: 0.88;
transform: translateY(-0.5px);
}
.site-header__logo-image {
display: block;
width: auto;
height: 54px;
object-fit: contain;
flex: 0 0 auto;
}
.site-header__logo-brand {
color: var(--color-text-brand);
font-size: 20px;
line-height: 1;
font-weight: 700;
letter-spacing: -0.03em;
white-space: nowrap;
}
.site-header__actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: var(--space-5);
flex-wrap: nowrap;
}
.site-header__phone {
flex: 0 0 auto;
width: auto;
min-height: var(--button-height-sm);
padding-inline: 18px;
font-size: 16px;
line-height: 1;
font-weight: 500;
white-space: nowrap;
box-shadow:
0 2px 6px rgba(25, 45, 84, 0.04);
transition:
color var(--transition-base),
border-color var(--transition-base),
box-shadow var(--transition-base),
transform var(--transition-base);
font-variant-numeric: tabular-nums;
font-feature-settings: "tnum";
}
.site-header__phone:hover {
color: var(--color-primary);
box-shadow:
0 4px 10px rgba(25, 45, 84, 0.08);
}
.site-header__phone-label {
display: inline;
}
.site-header__phone-mobile {
display: none;
}
.site-header__cta {
min-height: var(--button-height-sm);
padding-inline: 24px;
font-size: 16px;
} .hero {
position: relative;
padding-top: 32px;
padding-bottom: 72px;
background:
url(//profremont48.ru/wp-content/themes/profremont-wp-theme/assets/hero-backgroung_2.jpg),
linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.24) 100%),
radial-gradient(circle at top left, rgba(47, 97, 188, 0.12) 0%, rgba(47, 97, 188, 0) 48%),
linear-gradient(135deg, #f3f4f7 0%, #eceff4 46%, #e6eaf1 100%);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.hero::before {
content: "";
position: absolute;
inset: 14px 0 0 24px;
border-radius: var(--radius-3);
background:
linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.52) 46%, rgba(255,255,255,0.16) 100%),
linear-gradient(180deg, rgba(35,83,167,0.05) 0%, rgba(35,83,167,0) 100%);
opacity: 0.9;
z-index: 1;
}
.hero::after {
content: "";
position: absolute;
right: 36px;
top: 56px;
width: 146px;
height: 146px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 72%);
opacity: 0.65;
z-index: 1;
}
.hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
column-gap: 40px;
align-items: center;
position: relative;
z-index: 2;
} .hero__content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0;
padding-top: 10px;
justify-content: center;
max-width: 620px;
}
.hero__title {
color: var(--color-text-strong);
max-width: 620px;
margin-bottom: 18px;
letter-spacing: -0.03em;
}
.hero__title-accent {
color: var(--color-primary);
}
.hero__subtitle {
max-width: 560px;
margin-bottom: 8px;
color: var(--color-text-secondary);
font-size: 16px;
line-height: 1.55;
font-weight: 500;
}
.hero__subtitle + .hero__subtitle {
margin-bottom: 18px;
color: var(--color-text-main);
font-size: 17px;
line-height: 1.58;
font-weight: 600;
}
.hero__badge {
display: inline-flex;
align-items: center;
min-height: 54px;
max-width: 560px;
padding: 14px 18px;
margin-bottom: 18px;
background: var(--color-bg-warm);
border: 1px solid #e2d09a;
border-radius: var(--radius-3);
box-shadow: var(--shadow-warm);
color: var(--color-text-strong);
font-size: 15px;
line-height: 1.42;
font-weight: 650;
}
.hero__lead {
max-width: 540px;
margin-bottom: 20px;
color: var(--color-text-secondary);
font-size: 16px;
line-height: 1.62;
}
.hero__proof {
width: 100%;
max-width: 560px;
margin-top: 4px;
margin-bottom: 18px;
padding-top: 16px;
border-top: 1px solid rgba(191, 198, 196, 0.7);
}
.hero__list {
display: grid;
grid-template-columns: 1fr;
row-gap: 10px;
max-width: 560px;
margin-bottom: 0;
}
.hero__list-item {
position: relative;
padding-left: 26px;
color: var(--color-text-main);
font-size: 15px;
line-height: 1.5;
font-weight: 500;
}
.hero__list-item::before {
content: "";
position: absolute;
top: 6px;
left: 0;
width: 15px;
height: 15px;
border-radius: 50%;
background: var(--gradient-success);
box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.9);
}
.hero__cta {
width: 332px;
max-width: 100%;
flex: 0 0 auto;
}
.hero__cta-note {
margin: 0;
color: var(--color-text-muted);
font-size: 15px;
line-height: 1.5;
white-space: nowrap;
font-weight: 500;
}
.hero__cta-row {
display: flex;
align-items: center;
gap: 16px;
margin-top: 0;
} .hero__media {
position: relative;
min-height: 420px;
display: flex;
align-items: center;
padding-top: 10px;
}
.hero__image-wrap {
position: relative;
width: 100%;
height: 100%;
max-height: 350px;
margin: 0 auto;
border-radius: var(--radius-3);
overflow: hidden;
box-shadow: var(--shadow-media);
background: var(--color-bg-soft);
}
.hero__image {
width: 100%;
height: 100%;
object-fit: cover;
} .hero__overlay {
position: absolute;
z-index: 3;
display: inline-flex;
align-items: center;
gap: 10px;
min-height: 42px;
max-width: calc(100% - 56px);
padding-inline: 15px;
border-radius: var(--radius-2);
background: var(--color-overlay-soft);
color: var(--color-text-inverse);
font-size: 15px;
line-height: 1;
font-weight: 700;
box-shadow: 0 6px 14px rgba(31, 36, 48, 0.14); }
.hero__overlay-mark {
width: 18px;
height: 18px;
border-radius: 3px;
flex: 0 0 auto;
background: linear-gradient(180deg, #8A996A 0%, #56623B 100%);
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.22);
}
.hero__overlay-text {
white-space: nowrap;
}
.hero__overlay--control {
top: 30px;
left: 34px;
}
.hero__overlay--handover {
top: 108px;
right: 44px;
left: auto;
}
.hero__overlay--acceptance {
bottom: 48px;
left: 62px;
top: auto;
} @media (max-width: 1180px) {
.hero__grid {
grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
column-gap: var(--space-8);
}
.hero__image-wrap {
inset: 0;
width: auto;
max-width: none;
height: auto;
}
}
@media (max-width: 1024px) {
.site-header__inner {
gap: var(--space-4);
}
.site-header__actions {
gap: var(--space-4);
}
.site-header__cta {
padding-inline: 20px;
}
.hero {
padding-top: 28px;
padding-bottom: var(--space-12);
}
.hero__grid {
grid-template-columns: 1fr;
row-gap: var(--space-8);
}
.hero__content {
padding-top: 0;
max-width: none;
}
.hero__title,
.hero__subtitle,
.hero__badge,
.hero__lead,
.hero__proof,
.hero__list {
max-width: none;
}
.hero__media {
min-height: 400px;
}
.hero__image-wrap {
right: 0;
left: auto;
top: 20px;
width: min(680px, 100%);
max-width: 100%;
height: 320px;
}
.hero__lead,
.hero__proof {
max-width: none;
}
} @media (max-width: 768px) {
.site-header {
min-height: 72px;
}
.site-header__inner {
min-height: 72px;
}
.site-header__logo {
min-height: 40px;
}
.site-header__logo-image {
height: 40px;
}
.site-header__logo-brand {
font-size: 18px;
}
.site-header__actions {
gap: var(--space-3);
}
.site-header__phone {
font-size: 14px;
}
.site-header__cta {
min-height: 44px;
padding-inline: 18px;
font-size: 15px;
}
.site-header__cta {
display: none;
}
.site-header__actions {
width: auto;
justify-content: flex-end;
}
.hero {
padding-top: 24px;
padding-bottom: var(--space-12);
}
.hero::before {
inset: 12px 0 0 0;
}
.hero::after {
display: none;
}
.hero__grid {
grid-template-columns: 1fr;
row-gap: 0;
}
.hero__subtitle {
margin-bottom: 8px;
font-size: 16px;
line-height: 1.5;
}
.hero__subtitle + .hero__subtitle {
margin-bottom: 16px;
font-size: 16px;
line-height: 1.55;
}
.hero__badge {
width: 100%;
max-width: none;
margin-bottom: 16px;
padding: 14px 16px;
}
.hero__list {
margin-bottom: 0;
row-gap: 12px;
}
.hero__media {
display: none;
}
.hero__lead {
margin-bottom: 16px;
font-size: 15px;
line-height: 1.58;
}
.hero__proof {
width: 100%;
max-width: none;
margin-top: 2px;
margin-bottom: 16px;
padding-top: 14px;
}
.hero__cta-row {
width: 100%;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.hero__cta {
width: 100%;
}
.hero__cta-note {
white-space: normal;
}
.hero__image-wrap {
inset: 0;
height: auto;
}
.hero__overlay {
min-height: 40px;
padding-inline: 14px;
gap: 8px;
font-size: 14px;
}
.hero__overlay-mark {
width: 16px;
height: 16px;
}
.hero__overlay--control {
top: 34px;
left: 18px;
}
.hero__overlay--handover {
top: 96px;
right: 24px;
left: auto;
}
.hero__overlay--acceptance {
bottom: 34px;
left: 28px;
top: auto;
}
}
@media (max-width: 620px) {
.site-header__inner {
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
padding-block: 10px;
}
.site-header__actions {
width: auto;
justify-content: flex-end;
}
}
@media (max-width: 480px) {
.site-header {
min-height: 64px;
}
.site-header__inner {
min-height: 64px;
padding-block: 10px;
}
.site-header__logo {
min-height: 36px;
gap: 10px;
}
.site-header__logo-image {
height: 36px;
}
.site-header__logo-brand {
font-size: 16px;
}
.site-header__actions {
width: auto;
flex-direction: row;
align-items: center;
gap: 0;
}
.site-header__phone {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding-inline: 18px;
border-radius: var(--radius-2);
background: var(--gradient-primary);
box-shadow: var(--shadow-button);
color: var(--color-text-inverse);
font-size: 15px;
line-height: 1;
font-weight: 650;
text-align: center;
}
.site-header__phone-label {
display: none;
}
.site-header__phone-mobile {
display: inline;
}
.site-header__cta {
width: 100%;
min-height: 44px;
padding-inline: 16px;
}
.hero {
padding-top: 20px;
padding-bottom: var(--space-10);
}
.hero::before {
inset: 8px 0 0 0;
}
.hero__subtitle {
font-size: var(--font-size-body);
line-height: 1.5;
}
.hero__list-item {
padding-left: 24px;
font-size: 15px;
}
.hero__list-item::before {
top: 5px;
width: 13px;
height: 13px;
}
.hero__cta-note {
font-size: 13px;
line-height: 1.45;
padding-top: 5px;
}
.hero__cta-row {
gap: 8px;
}
.hero__image-wrap {
inset: 0;
max-width: none;
height: auto;
}
.hero__overlay {
min-height: 34px;
padding-inline: 12px;
gap: 7px;
font-size: 12px;
}
.hero__overlay-mark {
width: 14px;
height: 14px;
}
.hero__overlay--control {
top: 24px;
left: 12px;
}
.hero__overlay--handover {
top: 74px;
right: 12px;
left: auto;
}
.hero__overlay--acceptance {
bottom: 18px;
left: 18px;
top: auto;
}
}  .problem {
position: relative;
padding-top: 76px;
padding-bottom: 36px;
}
.problem__container {
min-width: 0;
}
.problem__title {
margin-bottom: 18px;
text-align: center;
}
.problem__intro {
max-width: 560px;
margin: 0 auto 34px;
color: var(--color-text-secondary);
font-size: 17px;
line-height: 1.58;
text-align: center;
}
.problem__groups {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
align-items: start;
margin-bottom: 26px;
}
.problem__group {
position: relative;
display: grid;
grid-template-rows: auto 1fr;
row-gap: 18px;
min-width: 0;
} .problem__flow-stage {
position: relative;
min-width: 0;
}
.problem__flow-head {
display: flex;
align-items: center;
gap: 18px;
min-height: 74px;
}
.problem__group--errors .problem__flow-stage::before,
.problem__group--results .problem__flow-stage::before {
content: "";
position: absolute;
top: 50%;
right: -9px;
width: 92px;
height: 2px;
transform: translateY(-50%);
background: rgba(94, 100, 114, 0.42);
border-radius: 999px;
pointer-events: none;
}
.problem__group--errors .problem__flow-stage::after,
.problem__group--results .problem__flow-stage::after {
content: "";
position: absolute;
top: 50%;
right: -9px;
width: 16px;
height: 16px;
transform: translateY(-50%) rotate(45deg);
border-top: 2px solid rgba(94, 100, 114, 0.42);
border-right: 2px solid rgba(94, 100, 114, 0.42);
pointer-events: none;
}
.problem__flow-title {
color: var(--color-text-strong);
font-size: 18px;
line-height: 1.3;
font-weight: 650;
}
.problem__flow-icon {
width: 64px;
height: 64px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
margin-left: 12px;
}
.problem__flow-icon--errors {
background: linear-gradient(180deg, rgba(247, 247, 249, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
border: 1px solid rgba(95, 100, 114, 0.22);
box-shadow: 0 8px 22px rgba(31, 36, 48, 0.08);
color: rgba(31, 36, 48, 0.82);
}
.problem__flow-icon--results {
background: linear-gradient(180deg, rgba(242, 245, 251, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
border: 1px solid rgba(47, 97, 188, 0.22);
box-shadow: 0 8px 22px rgba(47, 97, 188, 0.08);
color: rgba(35, 83, 167, 0.92);
}
.problem__flow-icon--solution {
background: linear-gradient(180deg, rgba(248, 250, 242, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
border: 1px solid rgba(154, 166, 109, 0.42);
box-shadow: 0 8px 22px rgba(111, 123, 67, 0.08);
color: var(--color-success-dark);
}
.problem__flow-svg {
width: 30px;
height: 30px;
display: block;
} .problem-card {
min-width: 0;
background: var(--color-bg-card);
border: 1px solid var(--color-border-light);
border-radius: 12px;
box-shadow: var(--shadow-card);
overflow: hidden;
}
.problem-card--errors {
padding: 28px 30px;
background: linear-gradient(180deg, rgba(247, 247, 249, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
border-color: rgba(95, 100, 114, 0.22);
box-shadow: 0 8px 22px rgba(31, 36, 48, 0.06);
}
.problem-card--results {
padding: 18px 26px;
background: linear-gradient(180deg, rgba(242, 245, 251, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
border-color: rgba(47, 97, 188, 0.22);
box-shadow: 0 8px 22px rgba(47, 97, 188, 0.07);
}
.problem-card--solution {
padding: 28px 30px;
background: linear-gradient(180deg, rgba(248, 250, 242, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
border-color: rgba(154, 166, 109, 0.56);
box-shadow: 0 8px 22px rgba(111, 123, 67, 0.08);
}
.problem-card__list {
display: grid;
row-gap: 20px;
}
.problem-card__item {
position: relative;
min-height: 34px;
display: flex;
align-items: center;
padding-left: 38px;
color: var(--color-text-main);
font-size: 16px;
line-height: 1.5;
}
.problem-card__item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 22px;
height: 22px;
transform: translateY(-50%);
border-radius: 50%;
background: transparent;
box-shadow: inset 0 0 0 2px currentColor;
}
.problem-card__item::after {
content: "";
position: absolute;
top: 50%;
}
.problem-card__item--error::before {
box-shadow: inset 0 0 0 2px rgba(95, 100, 114, 0.9);
}
.problem-card__item--error::after {
content: "×";
left: 5px;
width: 8px;
height: 8px;
margin-top: -10px;
color: rgba(95, 100, 114, 0.9);
font-size: 22px;
line-height: 1;
font-weight: 400;
}
.problem-card__item--success::before {
box-shadow: inset 0 0 0 2px var(--color-success-dark);
}
.problem-card__item--success::after {
left: 7.5px;
width: 8px;
height: 4px;
margin-top: -2px;
border-left: 2px solid var(--color-success-dark);
border-bottom: 2px solid var(--color-success-dark);
transform: rotate(-45deg);
}
.problem-card__results {
display: grid;
}
.problem-card__result-item {
min-height: 72px;
display: flex;
align-items: center;
gap: 18px;
padding: 0;
}
.problem-card__result-item + .problem-card__result-item {
border-top: 1px solid rgba(191, 198, 196, 0.72);
}
.problem-card__result-icon {
width: 42px;
height: 42px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
background: rgba(47, 97, 188, 0.10);
color: rgba(31, 36, 48, 0.72);
}
.problem-card__result-svg {
width: 26px;
height: 26px;
display: block;
}
.problem-card__result-text {
color: var(--color-text-strong);
font-size: 17px;
line-height: 1.4;
font-weight: 500;
} .problem__summary {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 18px;
}
.problem__summary-line {
flex: 1 1 auto;
height: 1px;
background: rgba(191, 198, 196, 0.92);
}
.problem__summary-text {
flex: 0 1 auto;
color: var(--color-text-main);
font-size: 16px;
line-height: 1.5;
text-align: center;
}
.problem__action {
display: flex;
justify-content: center;
margin-top: 0;
}
.problem__cta {
width: 470px;
max-width: 100%;
}
.problem__cta-note {
margin-top: 14px;
color: var(--color-text-muted);
font-size: 15px;
line-height: 1.45;
text-align: center;
} .process {
padding-top: 36px;
padding-bottom: 36px;
}
.process__container {
min-width: 0;
}
.process__title {
margin-bottom: 18px;
text-align: center;
}
.process__intro {
max-width: 760px;
margin: 0 auto 26px;
color: var(--color-text-secondary);
font-size: var(--font-size-body-lg);
line-height: 1.58;
text-align: center;
} .process__steps {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 14px;
margin-bottom: 18px;
align-items: stretch;
}
.process-step {
position: relative;
min-height: 86px;
display: flex;
align-items: center;
justify-content: center;
padding: 18px 16px 16px;
border: 1px solid var(--color-border-light);
border-radius: var(--radius-3);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 244, 247, 0.96) 100%);
color: var(--color-text-strong);
font-size: 15px;
line-height: 1.36;
font-weight: 650;
text-align: center;
box-shadow: var(--shadow-card);
}
.process-step::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
border-radius: 8px 8px 0 0;
background: linear-gradient(90deg, #8A996A 0%, #56623B 100%);
opacity: 0.88;
} .process__gallery {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}
.process-card {
display: flex;
flex-direction: column;
background: var(--color-bg-card);
border: 1px solid var(--color-border-light);
border-radius: var(--radius-3);
overflow: hidden;
box-shadow: var(--shadow-card);
}
.process-card__image {
width: 100%;
height: 132px;
object-fit: cover;
background: var(--color-bg-soft);
}
.process-card__title {
min-height: 72px;
display: flex;
align-items: center;
padding: 14px 16px 16px;
color: var(--color-text-strong);
font-size: 15px;
line-height: 1.42;
font-weight: 650;
text-align: center;
} @media (max-width: 1180px) {
.process__steps {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.process__gallery {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.problem__groups {
gap: 16px;
}
.problem__group {
row-gap: 16px;
}
.problem__flow-head {
gap: 14px;
min-height: 82px;
}
.problem__group--errors .problem__flow-stage::before,
.problem__group--results .problem__flow-stage::before {
right: -8px;
width: 72px;
}
.problem__group--errors .problem__flow-stage::after,
.problem__group--results .problem__flow-stage::after {
right: -8px;
}
.problem__flow-icon {
width: 82px;
height: 82px;
}
.problem__flow-svg {
width: 38px;
height: 38px;
}
.problem__flow-title {
font-size: 17px;
}
.problem-card--errors,
.problem-card--solution {
padding: 24px 22px;
}
.problem-card--results {
padding: 16px 20px;
}
}
@media (max-width: 1024px) {
.problem {
padding-top: 24px;
padding-bottom: 24px;
}
.problem__intro {
margin-bottom: 28px;
}
.problem__groups {
grid-template-columns: 1fr;
gap: 14px;
margin-bottom: 22px;
}
.problem__group {
row-gap: 10px;
}
.problem__group--errors .problem__flow-stage::before,
.problem__group--results .problem__flow-stage::before,
.problem__group--errors .problem__flow-stage::after,
.problem__group--results .problem__flow-stage::after {
display: none;
}
.problem__flow-head {
justify-content: flex-start;
}
.problem-card__result-item {
min-height: 82px;
}
.process {
padding-top: 24px;
padding-bottom: 24px;
}
.process__title {
margin-bottom: 16px;
}
} @media (max-width: 768px) {
.process__steps {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.process-card__image {
height: 148px;
}
.process__intro {
font-size: var(--font-size-body);
}
.problem__title {
font-size: 24px;
}
.problem__intro {
font-size: 15px;
line-height: 1.54;
}
.problem__flow-head {
justify-content: flex-start;
}
.problem__flow-icon {
width: 58px;
height: 58px;
margin-left: 0;
}
.problem__flow-svg {
width: 24px;
height: 24px;
}
.problem__flow-title {
font-size: 17px;
line-height: 1.34;
}
.problem-card--errors,
.problem-card--solution,
.problem-card--results {
padding: 18px 16px;
}
.problem-card__list {
row-gap: 8px;
}
.problem-card__item {
min-height: 32px;
padding: 0 0 0 34px;
font-size: 15px;
}
.problem-card__item::before {
width: 20px;
height: 20px;
}
.problem-card__item--error::after {
left: 6px;
width: 7px;
height: 7px;
margin-top: -11px;
font-size: 20px;
}
.problem-card__item--success::after {
left: 6px;
width: 7px;
height: 4px;
margin-top: -3px;
}
.problem-card__result-item {
min-height: 72px;
gap: 14px;
padding: 8px 0;
}
.problem-card__result-icon {
width: 42px;
height: 42px;
}
.problem-card__result-text {
font-size: 16px;
}
.problem__summary {
gap: 12px;
margin-bottom: 16px;
}
.problem__summary-text {
font-size: 15px;
line-height: 1.46;
}
.problem__cta {
width: 100%;
}
}
@media (max-width: 620px) {
.process__gallery {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.process__title {
font-size: 24px;
}
.problem__flow-head {
gap: 12px;
}
.problem__flow-icon {
width: 52px;
height: 52px;
margin-left: 0;
}
.problem__flow-svg {
width: 22px;
height: 22px;
}
.problem-card__item {
min-height: 40px;
padding-left: 32px;
}
.problem-card__item::before {
width: 18px;
height: 18px;
}
.problem-card__item--error::after {
left: 4px;
width: 6px;
height: 6px;
margin-top: -7px;
font-size: 18px;
}
.problem-card__item--success::after {
left: 5px;
width: 6px;
height: 3px;
margin-top: -2px;
}
.problem__flow-title {
font-size: 16px;
}
.problem__summary-line {
display: none;
}
.problem__summary {
margin-bottom: 14px;
}
.problem__summary-text {
font-size: 15px;
}
.problem__cta-note {
font-size: 14px;
}
.process-step {
min-height: 64px;
padding: 14px 12px 12px;
font-size: 14px;
line-height: 1.28;
}
.process-step::before {
height: 3px;
}
.process-card__image {
height: 132px;
}
.process-card__title {
min-height: auto;
padding: 12px 14px 14px;
font-size: 15px;
}
.process__intro {
font-size: 15px;
}
}  .comparison-calculation {
padding-top: 36px;
padding-bottom: 36px;
}
.comparison-calculation__grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
column-gap: 40px;
align-items: start;
}  .comparison {
min-width: 0;
}
.comparison-card {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 248, 252, 0.98) 100%);
border: 1px solid var(--color-border-light);
border-radius: var(--radius-3);
box-shadow: var(--shadow-card);
padding: 24px;
}
.comparison__title {
margin-bottom: 18px;
font-size: 24px;
line-height: 1.24;
font-weight: 650;
color: var(--color-text-strong);
text-align: center;
}
.comparison-columns {
display: grid;
grid-template-columns: 0.43fr 0.57fr;
gap: 18px;
align-items: stretch;
}
.comparison-column {
border-radius: var(--radius-2);
overflow: hidden;
border: 1px solid var(--color-border-light);
background: var(--color-bg-card);
}
.comparison-column--default {
background: linear-gradient(180deg, rgba(247, 247, 249, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
border-color: rgba(205, 211, 221, 0.92);
}
.comparison-column--accent {
background: linear-gradient(180deg, rgba(248, 250, 242, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
border-color: rgba(154, 166, 109, 0.78);
box-shadow: 0 8px 22px rgba(111, 123, 67, 0.08);
}
.comparison-column__title {
min-height: 58px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
font-size: 17px;
line-height: 1.2;
font-weight: 700;
text-align: center;
}
.comparison-column--default .comparison-column__title {
background: rgba(239, 242, 247, 0.9);
color: var(--color-text-strong);
}
.comparison-column--accent .comparison-column__title {
background: linear-gradient(180deg, #A4B176 0%, #8E9B5F 100%);
color: var(--color-text-inverse);
}
.comparison-column__list {
display: grid;
}
.comparison-column__item {
min-height: 54px;
display: flex;
align-items: center;
padding: 14px 20px;
border-top: 1px solid var(--color-border-light);
font-size: 16px;
line-height: 1.46;
}
.comparison-column--default .comparison-column__item {
color: var(--color-text-secondary);
}
.comparison-column--accent .comparison-column__item {
position: relative;
padding: 14px 20px;
color: var(--color-text-strong);
font-weight: 550;
} .calculation {
min-width: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.calculation-card {
display: flex;
flex-direction: column;
gap: 18px;
padding: 24px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 248, 252, 0.98) 100%);
border: 1px solid var(--color-border-light);
border-radius: var(--radius-3);
box-shadow: var(--shadow-card);
}
.calculation-card__title {
margin-bottom: 4px;
font-size: 24px;
line-height: 1.24;
font-weight: 650;
color: var(--color-text-strong);
text-align: center;
}
.calculation-card__intro {
margin-bottom: 4px;
color: var(--color-text-secondary);
font-size: 15px;
line-height: 1.5;
text-align: center;
}
.calculation-card__list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px 20px;
}
.calculation-card__item {
position: relative;
min-height: 44px;
display: flex;
align-items: center;
padding-left: 38px;
color: var(--color-text-main);
font-size: 16px;
line-height: 1.5;
}
.calculation-card__item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 22px;
height: 22px;
transform: translateY(-50%);
border-radius: 50%;
box-shadow: inset 0 0 0 2px var(--color-success-dark);
background: transparent;
}
.calculation-card__item::after {
content: "";
position: absolute;
left: 7px;
top: 50%;
width: 8px;
height: 4px;
margin-top: -3px;
border-left: 2px solid var(--color-success-dark);
border-bottom: 2px solid var(--color-success-dark);
transform: rotate(-45deg);
}
.calculation-card__badge {
padding: 16px 18px;
background: linear-gradient(180deg, rgba(244, 232, 200, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
border: 1px solid rgba(226, 208, 154, 0.82);
border-radius: var(--radius-2);
color: var(--color-text-strong);
font-size: 15px;
line-height: 1.5;
text-align: center;
}
.calculation__actions {
display: flex;
justify-content: center;
margin-top: 2px;
}
.calculation__note {
margin-top: 2px;
color: var(--color-text-secondary);
font-size: var(--font-size-body);
line-height: 1.58;
text-align: center;
}
.calculation__cta {
width: 280px;
max-width: 100%;
} .cases {
padding-top: 36px;
padding-bottom: 32px;
}
.cases__container {
min-width: 0;
}
.cases__title {
margin-bottom: 18px;
}
.cases__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-bottom: 24px;
}
.cases__actions {
display: flex;
justify-content: center;
}
.cases__cta {
width: 340px;
max-width: 100%;
} .case-card {
display: flex;
flex-direction: column;
min-width: 0;
background: var(--color-bg-card);
border: 1px solid var(--color-border-light);
border-radius: var(--radius-3);
overflow: hidden;
box-shadow: var(--shadow-card);
transition: box-shadow var(--transition-base), transform var(--transition-base);
} .case-card__media {
position: relative;
width: 100%;
height: var(--case-media-height);
overflow: hidden;
background: var(--color-bg-soft);
}
.case-card__image {
width: 100%;
height: 100%;
object-fit: cover;
} .case-card__gallery-preview {
width: 100%;
height: 100%;
display: grid;
grid-template-rows: minmax(0, 1fr) 72px;
gap: 6px;
padding: 6px;
}
.case-card__gallery-main,
.case-card__gallery-thumb {
display: block;
width: 100%;
min-width: 0;
padding: 0;
border: 0;
border-radius: var(--radius-2);
overflow: hidden;
background: var(--color-bg-soft);
cursor: pointer;
}
.case-card__gallery-main {
position: relative;
}
.case-card__gallery-main::after {
content: "Смотреть фото";
position: absolute;
right: 12px;
bottom: 12px;
z-index: 2;
min-height: 32px;
display: inline-flex;
align-items: center;
padding: 8px 12px;
border-radius: var(--radius-1);
background: rgba(31, 36, 48, 0.62);
color: var(--color-text-inverse);
font-size: 13px;
line-height: 1;
font-weight: 650; }
.case-card__gallery-main img,
.case-card__gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform var(--transition-base), filter var(--transition-base);
}
.case-card__gallery-main:hover img,
.case-card__gallery-thumb:hover img {
transform: none; }
.case-card__gallery-thumbs {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 6px;
}
.gallery-popup {
position: fixed;
inset: 0;
z-index: 130;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition:
opacity var(--transition-base),
visibility var(--transition-base);
}
.gallery-popup--open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.gallery-popup__overlay {
position: absolute;
inset: 0;
background: rgba(31, 36, 48, 0.72); }
.gallery-popup__dialog {
position: relative;
z-index: 1;
width: auto;
max-width: calc(100vw - 32px);
max-height: calc(100vh - 32px);
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding: 0;
border-radius: 14px;
background: transparent;
box-shadow: none;
}
.gallery-popup__viewport {
position: relative;
height: calc(100vh - 74px);
max-height: 860px;
aspect-ratio: 3 / 4;
border-radius: 14px;
overflow: hidden;
background: rgba(243, 244, 247, 0.96);
box-shadow: 0 18px 48px rgba(22, 31, 47, 0.24);
}
.gallery-popup__image {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.gallery-popup__title {
position: absolute;
top: 12px;
left: 12px;
z-index: 4;
max-width: calc(100% - 76px);
min-height: 34px;
display: inline-flex;
align-items: center;
padding: 8px 12px;
border-radius: var(--radius-1);
background: rgba(31, 36, 48, 0.62);
color: var(--color-text-inverse);
font-size: 16px;
line-height: 1.15;
font-weight: 650;
backdrop-filter: blur(3px);
}
.gallery-popup__close {
position: absolute;
top: 12px;
right: 12px;
z-index: 5;
width: 38px;
height: 38px;
border: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
color: var(--color-text-strong);
font-size: 24px;
line-height: 1;
cursor: pointer;
box-shadow: 0 4px 12px rgba(22, 31, 47, 0.14);
}
.gallery-popup__nav {
position: absolute;
top: 50%;
z-index: 4;
width: 44px;
height: 44px;
border: 0;
border-radius: 50%;
background: rgba(31, 36, 48, 0.54);
color: var(--color-text-inverse);
font-size: 34px;
line-height: 1;
cursor: pointer;
transform: translateY(-50%);
}
.gallery-popup__nav--prev {
left: 12px;
}
.gallery-popup__nav--next {
right: 12px;
}
.gallery-popup__counter {
min-height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 5px 10px;
border-radius: var(--radius-round);
background: rgba(255, 255, 255, 0.92);
color: var(--color-text-secondary);
font-size: 13px;
line-height: 1;
font-weight: 500;
box-shadow: 0 4px 12px rgba(22, 31, 47, 0.10);
}
.case-card--loaded {
animation: case-card-appear 0.22s ease both;
}
@keyframes case-card-appear {
from {
opacity: 0;
transform: translateY(8px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .case-card__content {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 16px;
padding: 14px 18px 16px;
}
.case-card__main {
min-width: 0;
flex: 1 1 auto;
}
.case-card__title {
margin-bottom: 6px;
color: var(--color-text-strong);
font-size: 17px;
line-height: 1.35;
font-weight: 650;
}
.case-card__meta {
color: var(--color-text-secondary);
font-size: 13px;
line-height: 1.45;
}
.case-card__side {
flex: 0 0 auto;
text-align: right;
}
.case-card__price {
color: var(--color-text-main);
font-size: 24px;
line-height: 1;
font-weight: 750;
white-space: nowrap;
} @media (max-width: 1180px) {
.comparison-calculation__grid {
grid-template-columns: 1fr;
row-gap: 36px;
}
.calculation-card__title {
font-size: 26px;
}
.cases__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 1024px) {
.comparison-calculation {
padding-top: 24px;
padding-bottom: 24px;
}
.comparison__title {
margin-bottom: var(--space-4);
}
.calculation-card {
padding: 22px 22px 20px;
}
.calculation-card__list {
column-gap: 24px;
}
.cases {
padding-top: 24px;
padding-bottom: 24px;
}
} @media (max-width: 768px) {
.comparison-card {
padding: 20px 18px;
}
.comparison__title,
.calculation-card__title {
font-size: 28px;
line-height: 1.24;
font-weight: 650;
color: var(--color-text-strong);
}
.comparison__title {
margin-bottom: 18px;
}
.comparison-columns {
grid-template-columns: 1fr;
gap: 14px;
}
.comparison-column__title {
min-height: 52px;
padding-inline: 16px;
font-size: 16px;
line-height: 1.2;
}
.comparison-column__item {
min-height: 48px;
padding: 12px 16px;
font-size: 15px;
line-height: 1.42;
}
.comparison-column--accent .comparison-column__item {
padding: 12px 16px;
}
.comparison-calculation__grid {
grid-template-columns: 1fr;
row-gap: 24px;
}
.calculation-card {
padding: 20px 18px;
}
.calculation-card__list {
grid-template-columns: 1fr;
gap: 12px;
}
.calculation-card__item {
min-height: 42px;
padding-left: 34px;
font-size: 15px;
}
.calculation-card__item::before {
width: 20px;
height: 20px;
}
.calculation-card__item::after {
left: 6px;
width: 7px;
height: 4px;
margin-top: -3px;
}
.calculation-card__badge {
width: calc(100% - 24px);
min-height: 70px;
padding: 14px 16px;
font-size: 15px;
}
.cases__grid {
grid-template-columns: 1fr;
}
.case-card__content {
flex-direction: column;
align-items: flex-start;
}
.case-card__side {
width: 100%;
text-align: left;
}
.case-card__gallery-preview {
grid-template-rows: minmax(0, 1fr) 64px;
}
.gallery-popup {
padding: 10px;
}
.gallery-popup__dialog {
max-width: calc(100vw - 20px);
max-height: calc(100vh - 20px);
}
.gallery-popup__viewport {
width: calc(100vw - 20px);
height: auto;
max-height: calc(100vh - 58px);
aspect-ratio: 3 / 4;
}
.gallery-popup__title {
top: 10px;
left: 10px;
max-width: calc(100% - 64px);
min-height: 30px;
padding: 7px 10px;
font-size: 14px;
}
.gallery-popup__close {
top: 10px;
right: 10px;
width: 34px;
height: 34px;
font-size: 22px;
}
.gallery-popup__nav {
width: 38px;
height: 38px;
font-size: 28px;
}
.gallery-popup__nav--prev {
left: 10px;
}
.gallery-popup__nav--next {
right: 10px;
}
}
@media (max-width: 480px) {
.comparison__title,
.calculation-card__title,
.cases__title {
font-size: 22px;
}
.calculation-card {
padding: 18px 16px;
}
.comparison__title {
margin-bottom: 16px;
}
.comparison-columns {
gap: 14px;
}
.comparison-column__title {
min-height: 48px;
padding-inline: 14px;
font-size: 15px;
line-height: 1.2;
}
.calculation-card__item {
min-height: 40px;
padding-left: 32px;
}
.calculation-card__item::before {
width: 18px;
height: 18px;
}
.calculation-card__item::after {
left: 5px;
width: 6px;
height: 3px;
margin-top: -2px;
}
.comparison-column--accent .comparison-column__item {
padding: 10px 14px;
}
.calculation-card {
padding: 18px 16px 22px;
}
.calculation-card__item {
padding-left: 26px;
font-size: 15px;
}
.calculation-card__badge {
width: 100%;
padding: 14px 14px;
font-size: 14px;
}
.calculation__actions {
margin-top: 0;
}
.calculation__note {
margin-top: 0;
font-size: 15px;
line-height: 1.52;
}
.case-card__media {
height: 220px;
}
.case-card__content {
padding: 12px 14px 14px;
}
.case-card__title {
font-size: 16px;
}
.case-card__meta {
font-size: 12px;
}
.case-card__price {
font-size: 24px;
}
}  .faq {
padding-top: 48px;
padding-bottom: 36px;
}
.faq__container {
min-width: 0;
display: flex;
flex-direction: column;
}
.faq__title {
margin-bottom: 18px;
}
.faq__grid {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
column-gap: 32px;
align-items: center;
}
.faq__accordion {
display: grid;
row-gap: 8px;
} .faq-item {
overflow: hidden;
border: 1px solid var(--color-border-light);
border-radius: var(--radius-2);
background: var(--color-bg-card);
box-shadow: var(--shadow-card);
}
.faq-item[open] {
box-shadow: 0 6px 18px rgba(32, 45, 70, 0.1);
}
.faq-item__summary {
position: relative;
display: flex;
align-items: center;
min-height: var(--faq-summary-height);
padding: 0 56px 0 24px;
color: var(--color-text-strong);
font-size: 17px;
line-height: 1.35;
font-weight: 650;
cursor: pointer;
list-style: none;
transition: background var(--transition-base), color var(--transition-base);
}
.faq-item__summary::-webkit-details-marker {
display: none;
}
.faq-item__summary::before,
.faq-item__summary::after {
content: "";
position: absolute;
right: 24px;
top: 50%;
width: 14px;
height: 2px;
border-radius: 999px;
background: currentColor;
transform: translateY(-50%);
transition: transform var(--transition-base), opacity var(--transition-base);
}
.faq-item__summary::after {
transform: translateY(-50%) rotate(90deg);
}
.faq-item[open] .faq-item__summary {
background: var(--gradient-primary);
color: var(--color-text-inverse);
}
.faq-item[open] .faq-item__summary::after {
opacity: 0;
}
.faq-item__content {
padding: 28px 24px;
border-top: 1px solid var(--color-border-light);
background: var(--color-bg-card);
}
.faq-item__text {
color: var(--color-text-secondary);
font-size: var(--font-size-body);
line-height: 1.7;
} .faq__media {
position: relative;
align-self: center;
margin: 0;
width: 100%;
height: 390px;
border-radius: var(--radius-2);
overflow: hidden;
box-shadow: var(--shadow-media);
background: var(--color-bg-soft);
}
.faq__image {
width: 100%;
height: 100%;
object-fit: cover;
} .final-flow {
position: relative;
padding-top: 52px;
padding-bottom: 60px;
background:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.18) 0%,
rgba(255, 255, 255, 0.58) 36%,
rgba(255, 255, 255, 0.88) 100%
),
linear-gradient(
180deg,
#f6f7fa 0%,
#edf1f6 100%
);
}
.final-flow__container {
position: relative;
display: flex;
flex-direction: column;
gap: 56px;
z-index: 2;
}
.final-flow .soft-cta,
.final-flow .responsibility,
.final-flow .final-statement {
padding: 0;
background: transparent;
}
.final-flow .soft-cta__container,
.final-flow .responsibility__container,
.final-flow .final-statement__container {
min-width: 0;
} .soft-cta {
text-align: center;
}
.soft-cta__container {
min-width: 0;
}
.soft-cta__eyebrow {
margin-bottom: 18px;
color: var(--color-primary);
font-size: 13px;
line-height: 1.3;
font-weight: 650;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.soft-cta__title {
max-width: 920px;
margin: 0 auto 26px;
font-size: 28px;
line-height: 1.04;
font-weight: 600;
letter-spacing: -0.04em;
text-wrap: balance;
}
.soft-cta__list {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
align-items: stretch;
margin: 0 auto 34px;
padding-block: 0;
border-top: 0;
border-bottom: 0;
}
.soft-cta__item {
position: relative;
min-height: 86px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 28px;
color: var(--color-text-strong);
font-size: 17px;
line-height: 1.35;
font-weight: 500;
text-align: left;
}
.soft-cta__item + .soft-cta__item::before {
content: "";
position: absolute;
left: 0;
top: 14px;
bottom: 14px;
width: 1px;
background: rgba(173, 181, 195, 0.75);
}
.soft-cta__actions {
display: flex;
justify-content: center;
gap: 18px;
flex-wrap: wrap;
margin-top: 0;
}
.soft-cta__btn {
min-width: 372px;
min-height: 62px;
padding-inline: 30px;
border-radius: 8px;
font-size: 16px;
font-weight: 650;
}
.soft-cta__btn--vk {
box-shadow: var(--shadow-button);
}
.soft-cta__note {
margin-top: 18px;
color: var(--color-text-secondary);
font-size: 15px;
line-height: 1.5;
text-align: center;
} .responsibility {
position: relative;
}
.responsibility::before,
.responsibility::after {
content: "";
display: block;
width: 100%;
height: 1px;
background: rgba(191, 198, 196, 0.82);
}
.responsibility::before {
margin-bottom: 42px;
}
.responsibility::after {
margin-top: 44px;
}
.responsibility__container {
min-width: 0;
}
.responsibility__title {
max-width: 900px;
margin: 0 auto 30px;
text-align: center;
font-size: 24px;
line-height: 1.22;
font-weight: 600;
letter-spacing: -0.025em;
color: var(--color-text-strong);
}
.responsibility__grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 40px;
align-items: start;
position: relative;
}
.responsibility__grid::before {
content: "";
position: absolute;
left: 50%;
top: 6px;
bottom: 6px;
width: 1px;
background: rgba(191, 198, 196, 0.82);
transform: translateX(-50%);
}
.responsibility-card {
position: relative;
width: 78%;
max-width: 420px;
min-width: 0;
margin-inline: auto;
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
overflow: visible;
}
.responsibility-card::before {
display: none;
}
.responsibility-card__title {
margin-bottom: 22px;
font-size: 18px;
line-height: 1.4;
font-weight: 650;
}
.responsibility-card--positive .responsibility-card__title {
color: var(--color-primary);
}
.responsibility-card--neutral .responsibility-card__title {
color: var(--color-text-secondary);
}
.responsibility-card__list {
display: grid;
row-gap: 0;
}
.responsibility-card__item {
position: relative;
min-height: 52px;
display: flex;
align-items: center;
padding: 12px 0 12px 42px;
color: var(--color-text-main);
font-size: 16px;
line-height: 1.48;
font-weight: 500;
border-bottom: 1px solid rgba(191, 198, 196, 0.52);
}
.responsibility-card__item:last-child {
border-bottom: 0;
}
.responsibility-card__item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 22px;
height: 22px;
transform: translateY(-50%);
border-radius: 50%;
box-shadow: inset 0 0 0 2px currentColor;
background: transparent;
} 
.responsibility-card__item::after {
content: "";
position: absolute;
}
.responsibility-card--positive .responsibility-card__item {
color: var(--color-text-main);
}
.responsibility-card--positive .responsibility-card__item::before {
box-shadow: inset 0 0 0 2px rgba(35, 83, 167, 0.9);
}
.responsibility-card--positive .responsibility-card__item::after {
left: 7.5px;
top: 50%;
width: 8px;
height: 4px;
margin-top: -3px;
border-left: 2px solid rgba(35, 83, 167, 0.9);
border-bottom: 2px solid rgba(35, 83, 167, 0.9);
transform: rotate(-45deg);
}
.responsibility-card--neutral .responsibility-card__item::before {
box-shadow: inset 0 0 0 2px rgba(140, 146, 160, 0.9);
}
.responsibility-card--neutral .responsibility-card__item::after {
left: 7.5px;
top: 50%;
width: 8px;
height: 2px;
margin-top: -1px;
border-radius: 999px;
background: rgba(140, 146, 160, 0.95);
} .final-statement {
text-align: center;
}
.final-statement__container {
min-width: 0;
max-width: 980px;
margin: 0 auto;
}
.final-statement__title {
max-width: 760px;
margin: 0 auto 18px;
color: var(--color-text-strong);
font-size: 28px;
line-height: 1.02;
font-weight: 650;
letter-spacing: -0.04em;
text-wrap: balance;
}
.final-statement__subtitle {
position: relative;
display: inline-block;
margin: 0 auto;
padding-top: 18px;
color: var(--color-text-secondary);
font-size: 20px;
line-height: 1.4;
font-weight: 400;
}
.final-statement__subtitle::before {
content: "";
position: absolute;
top: 0;
left: 50%;
width: 36px;
height: 2px;
background: rgba(35, 83, 167, 0.92);
transform: translateX(-50%);
}
.final-statement__meta {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px 34px;
margin-top: 28px;
padding-top: 0;
}
.final-statement__meta-item + .final-statement__meta-item::before {
content: "";
position: absolute;
left: -17px;
top: 50%;
width: 1px;
height: 18px;
background: rgba(173, 181, 195, 0.72);
transform: translateY(-50%);
}
.final-statement__actions {
display: flex;
justify-content: center;
margin-top: 24px;
}
.final-statement__btn {
width: 500px;
max-width: 100%;
min-height: 58px;
padding-inline: 28px;
border-radius: 8px;
font-size: 16px;
line-height: 1.2;
font-weight: 650;
text-wrap: balance;
}
.final-statement {
text-align: left;
}
.final-statement__container {
min-width: 0;
max-width: 1120px;
margin: 0 auto;
}
.final-statement__grid {
display: grid;
grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
gap: 48px;
align-items: center;
}
.final-statement__media {
margin: 0;
border-radius: var(--radius-3);
overflow: hidden;
background: var(--color-bg-soft);
box-shadow: var(--shadow-media);
}
.final-statement__image {
width: 100%;
height: 100%;
min-height: 360px;
object-fit: cover;
}
.final-statement__content {
min-width: 0;
text-align: center;
} .site-footer {
padding-top: 24px;
padding-bottom: 28px;
background: var(--color-bg-card);
border-top: 1px solid var(--color-border-light);
}
.site-footer__container {
min-width: 0;
}
.site-footer__brand {
min-width: 0;
max-width: 620px;
}
.site-footer__brand-head {
display: flex;
align-items: center;
gap: 18px;
margin-bottom: 10px;
}
.site-footer__logo {
width: auto;
height: 54px;
flex: 0 0 auto;
object-fit: contain;
}
.site-footer__brand-title {
color: var(--color-text-brand);
font-size: 22px;
line-height: 1;
font-weight: 700;
letter-spacing: -0.03em;
}
.site-footer__brand-description {
max-width: 520px;
color: var(--color-text-secondary);
font-size: 15px;
line-height: 1.6;
}
.site-footer__top {
display: grid;
grid-template-columns:
minmax(0, 1.2fr)
minmax(420px, 0.8fr);
gap: 40px;
align-items: center;
padding-bottom: 22px;
margin-bottom: 22px;
border-bottom: 1px solid rgba(191, 198, 196, 0.52);
} .site-footer__contacts {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 28px;
min-width: 0;
}
.site-footer__contact-text {
min-width: 0;
}
.site-footer__phone {
display: inline-block;
margin-bottom: 10px;
padding-bottom: 10px;
color: var(--color-primary);
font-size: 18px;
line-height: 1.2;
font-weight: 650;
letter-spacing: -0.025em;
border-bottom: 1px solid rgba(111, 123, 67, 0.34);
transition: color var(--transition-base), border-color var(--transition-base);
}
.site-footer__phone:hover {
color: var(--color-primary-dark);
border-color: rgba(76, 86, 57, 0.52);
}
.site-footer__address {
color: var(--color-primary);
font-size: 16px;
line-height: 1.45;
font-weight: 500;
} .site-footer__socials {
display: flex;
align-items: center;
gap: 12px;
flex: 0 0 auto;
}
.site-footer__social-icon {
width: 22px;
height: 22px;
color: rgba(255, 255, 255, 0.96);
display: block;
flex: 0 0 auto;
}
.site-footer__social-icon--vk {
transform: scale(1.2);
margin-top: 3px;
}
.site-footer__social-icon--max {
width: 25px;
height: 25px;
color: #ffffff;
transform: scale(1.2);
margin-top: 2px;
}
.site-footer__bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}
.site-footer__copy {
opacity: 0.72;
}
.site-footer__policy,
.site-footer__copy {
color: var(--color-text-muted);
font-size: var(--font-size-body);
line-height: var(--line-height-body);
}
.site-footer__policy {
transition: color var(--transition-base);
}
.site-footer__policy:hover {
color: var(--color-primary);
} @media (max-width: 1180px) {
.faq__grid {
grid-template-columns: 1fr;
row-gap: 24px;
}
.faq__media {
position: static;
max-width: 720px;
}
.soft-cta__title {
font-size: 28px;
}
.soft-cta__list {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0;
max-width: 860px;
}
.soft-cta__item:nth-child(3)::before {
display: none;
}
.soft-cta__item {
min-height: 78px;
}
.soft-cta__actions {
gap: 16px;
}
.soft-cta__btn {
min-width: 340px;
}
.responsibility__grid {
gap: 40px;
}
.final-statement__title {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.faq {
padding-top: 24px;
padding-bottom: 24px;
}
.final-flow {
padding-top: 48px;
padding-bottom: 52px;
}
.final-flow__container {
gap: 38px;
}
.soft-cta {
padding-top: var(--space-10);
padding-bottom: var(--space-12);
}
.final-statement {
padding-top: var(--space-8);
padding-bottom: var(--space-8);
}
.soft-cta__eyebrow {
margin-bottom: 16px;
}
.soft-cta__title {
font-size: 28px;
margin-bottom: 22px;
}
.soft-cta__list {
margin-bottom: 28px;
}
.responsibility::before {
margin-bottom: 28px;
}
.responsibility::after {
margin-top: 30px;
}
.responsibility__title {
margin-bottom: 24px;
font-size: 22px;
}
.responsibility__grid {
grid-template-columns: 1fr;
gap: 32px;
}
.responsibility__grid::before {
display: none;
}
.final-statement__title {
font-size: 28px;
}
.final-statement__meta {
gap: 10px 24px;
margin-top: 24px;
}
.final-statement__meta-item + .final-statement__meta-item::before {
left: -12px;
}
.site-footer__top {
grid-template-columns: 1fr;
row-gap: 24px;
}
.site-footer__socials {
grid-column: auto;
}
.site-footer__top {
column-gap: 24px;
}
} @media (min-width: 769px) {
.soft-cta__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 0;
padding-bottom: 26px;
}
.soft-cta__item {
position: relative;
white-space: nowrap;
padding-inline: 28px;
}
.soft-cta__item:first-child {
padding-left: 0;
}
.soft-cta__item:last-child {
padding-right: 0;
}
.soft-cta__item + .soft-cta__item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 2px;
height: 24px;
transform: translateY(-50%);
background: rgba(173, 181, 195, 0.95);
border-radius: 999px;
opacity: 1;
}
}
@media (max-width: 768px) {
.faq__title,
.soft-cta__title {
font-size: 24px;
}
.faq-item__summary {
min-height: 64px;
padding: 0 48px 0 18px;
font-size: 16px;
}
.faq-item__summary::before,
.faq-item__summary::after {
right: 18px;
}
.faq-item__content {
padding: 20px 18px;
}
.faq__media {
height: 320px;
}
.final-flow {
padding-top: 40px;
padding-bottom: 44px;
}
.final-flow__container {
gap: 34px;
}
.soft-cta__eyebrow {
margin-bottom: 14px;
font-size: 12px;
letter-spacing: 0.16em;
}
.soft-cta__title {
font-size: 24px;
line-height: 1.08;
margin-bottom: 20px;
}
.soft-cta__list {
grid-template-columns: 1fr;
margin-bottom: 24px;
}
.soft-cta__item {
min-height: auto;
justify-content: flex-start;
padding: 14px 0;
font-size: 16px;
line-height: 1.42;
}
.soft-cta__item + .soft-cta__item::before,
.soft-cta__item:nth-child(3)::before {
display: none;
}
.soft-cta__item {
border-top: 1px solid rgba(191, 198, 196, 0.52);
}
.soft-cta__item:last-child {
border-bottom: 1px solid rgba(191, 198, 196, 0.52);
}
.soft-cta__actions {
gap: 14px;
}
.soft-cta__btn {
min-width: 100%;
min-height: 54px;
}
.soft-cta__note {
margin-top: 16px;
font-size: 14px;
}
.responsibility::before {
margin-bottom: 24px;
}
.responsibility::after {
margin-top: 24px;
}
.responsibility__grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
align-items: start;
}
.responsibility-card {
position: relative;
min-width: 0;
width: 100%;
max-width: 520px;
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
overflow: visible;
margin-bottom: 0;
}
.responsibility__title {
margin-bottom: 22px;
font-size: 20px;
line-height: 1.24;
}
.responsibility-card__title {
margin-bottom: 18px;
font-size: 17px;
}
.responsibility-card__item {
min-height: 48px;
padding: 12px 0 12px 36px;
font-size: 15px;
line-height: 1.46;
}
.responsibility-card__item::before {
width: 20px;
height: 20px;
}
.responsibility-card--positive .responsibility-card__item::after {
left: 6px;
width: 7px;
height: 4px;
margin-top: -3px;
}
.responsibility-card--neutral .responsibility-card__item::after {
left: 6px;
width: 7px;
}
.final-statement__title {
font-size: 24px;
margin-bottom: 14px;
}
.final-statement__subtitle {
font-size: 18px;
padding-top: 16px;
}
.final-statement__meta {
flex-direction: column;
align-items: center;
gap: 10px;
margin-top: 22px;
}
.final-statement__meta-item + .final-statement__meta-item::before {
display: none;
}
.final-statement__actions {
margin-top: 24px;
}
.final-statement__btn {
width: 100%;
min-height: 54px;
padding-inline: 22px;
font-size: 15px;
}
.final-statement__grid {
grid-template-columns: 1fr;
gap: 28px;
}
.final-statement__media {
max-width: 520px;
width: 100%;
margin: 0 auto;
}
.final-statement__image {
min-height: 280px;
}
.final-statement__content {
text-align: center;
}
.site-footer__logo {
height: 46px;
}
.site-footer__brand-title {
font-size: 20px;
}
.site-footer__top {
grid-template-columns: 1fr;
gap: 24px;
padding-bottom: 22px;
}
.site-footer__contacts {
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 14px;
}
.site-footer__contact-text {
width: auto;
min-width: 0;
}
}
@media (max-width: 480px) {
.faq__title,
.soft-cta__title,
.final-statement__title {
font-size: 24px;
}
.faq-item__summary {
min-height: 58px;
padding: 0 44px 0 16px;
font-size: 15px;
}
.faq-item__content {
padding: 16px;
}
.faq-item__text {
font-size: 15px;
}
.faq__media {
height: 280px;
}
.final-flow {
padding-top: 36px;
padding-bottom: 40px;
}
.soft-cta__title {
font-size: 24px;
}
.responsibility__title {
font-size: 19px;
line-height: 1.24;
}
.final-statement__title {
font-size: 24px;
line-height: 1.08;
}
.final-statement__subtitle {
font-size: 16px;
}
.final-statement__meta-item {
font-size: 15px;
}
.final-statement__btn {
min-height: 52px;
font-size: 15px;
line-height: 1.2;
}
.final-statement__grid {
gap: 24px;
}
.final-statement__image {
min-height: 240px;
}
.site-footer__phone {
margin-bottom: 8px;
padding-bottom: 8px;
font-size: 16px;
}
.site-footer__address {
font-size: 14px;
}
.responsibility__title {
font-size: 19px;
line-height: 1.32;
}
.responsibility-card {
position: relative;
min-width: 0;
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
overflow: visible;
}
.responsibility-card__title {
font-size: 17px;
line-height: 1.38;
text-align: center;
}
.responsibility-card__list {
margin-left: 8px;
}
.responsibility-card__item {
min-height: 46px;
padding: 11px 0 11px 34px;
font-size: 15px;
line-height: 1.44;
}
.responsibility-card__item::before {
width: 18px;
height: 18px;
}
.responsibility-card--positive .responsibility-card__item::after {
left: 6px;
width: 6px;
height: 3px;
margin-top: -2px;
}
.responsibility-card--neutral .responsibility-card__item::after {
left: 6px;
width: 6px;
}
.site-footer__logo {
height: 40px;
}
.site-footer__address {
font-size: 14px;
}
.site-footer__contacts {
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 14px;
width: 100%;
}
.site-footer__contact-text {
width: auto;
min-width: 0;
}
.site-footer__socials {
flex: 0 0 auto;
justify-content: flex-end;
gap: 10px;
}
.site-footer__social {
width: 42px;
height: 42px;
}
.site-footer__brand-title {
font-size: 18px;
}
} body.popup-open {
overflow: hidden;
}
.popup {
position: fixed;
inset: 0;
z-index: 120;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition:
opacity var(--transition-base),
visibility var(--transition-base);
}
.popup--open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.popup__overlay {
position: absolute;
inset: 0;
background: rgba(31, 36, 48, 0.42); }
.popup__dialog {
position: relative;
z-index: 1;
width: 100%;
max-width: 560px;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.98) 0%,
rgba(246, 248, 252, 0.98) 100%
);
border: 1px solid var(--color-border-light);
border-radius: 14px;
box-shadow: 0 18px 48px rgba(22, 31, 47, 0.18);
overflow: hidden;
}
.popup__body {
padding: 36px 32px 32px;
}
.popup__close {
position: absolute;
top: 14px;
right: 14px;
width: 40px;
height: 40px;
border: 0;
border-radius: 50%;
background: rgba(243, 244, 247, 0.92);
color: var(--color-text-strong);
font-size: 24px;
line-height: 1;
cursor: pointer;
transition:
background var(--transition-base),
transform var(--transition-base);
}
.popup__close:hover {
background: rgba(229, 233, 240, 0.96);
transform: translateY(-1px);
}
.popup__title {
margin: 0 0 14px;
color: var(--color-text-strong);
font-size: 28px;
line-height: 1.14;
font-weight: 650;
letter-spacing: -0.03em;
}
.popup__subtitle {
margin: 0 0 28px;
color: var(--color-text-secondary);
font-size: 16px;
line-height: 1.62;
} .popup-form {
display: flex;
flex-direction: column;
gap: 18px;
}
.popup-form__field {
display: flex;
flex-direction: column;
gap: 8px;
}
.popup-form__label {
color: var(--color-text-strong);
font-size: 14px;
line-height: 1.4;
font-weight: 600;
}
.popup-form__input {
width: 100%;
min-height: 56px;
padding: 0 16px;
border: 1px solid var(--color-border-mid);
border-radius: 8px;
background: rgba(255, 255, 255, 0.96);
color: var(--color-text-main);
font-size: 16px;
line-height: 1.2;
outline: none;
transition:
border-color var(--transition-base),
box-shadow var(--transition-base),
background var(--transition-base);
}
.popup-form__input::placeholder {
color: var(--color-text-muted);
}
.popup-form__input:focus {
border-color: rgba(35, 83, 167, 0.62);
box-shadow: 0 0 0 4px rgba(35, 83, 167, 0.08);
background: #ffffff;
}
.popup-form__choice {
margin: 2px 0 0;
padding: 0;
border: 0;
}
.popup-form__choice-title {
margin-bottom: 10px;
color: var(--color-text-strong);
font-size: 14px;
line-height: 1.4;
font-weight: 600;
}
.popup-form__option {
display: flex;
align-items: center;
gap: 10px;
}
.popup-form__option + .popup-form__option {
margin-top: 10px;
}
.popup-form__radio {
margin: 0;
accent-color: var(--color-primary);
}
.popup-form__option-text {
color: var(--color-text-main);
font-size: 15px;
line-height: 1.45;
}
.popup-form__agree {
display: flex;
align-items: flex-start;
gap: 10px;
margin-top: 2px;
}
.popup-form__checkbox {
margin: 3px 0 0;
accent-color: var(--color-primary);
flex: 0 0 auto;
}
.popup-form__agree-text {
color: var(--color-text-secondary);
font-size: 14px;
line-height: 1.5;
}
.popup-form__agree-text a {
color: var(--color-primary);
text-decoration: underline;
text-underline-offset: 2px;
}
.popup-form__submit {
width: 100%;
margin-top: 4px;
}
.popup-form__note {
margin: 0;
color: var(--color-text-muted);
font-size: 14px;
line-height: 1.5;
text-align: center;
} .popup-success {
padding: 24px 0 4px;
text-align: center;
}
.popup-success__title {
margin-bottom: 12px;
color: var(--color-text-strong);
font-size: 24px;
line-height: 1.25;
font-weight: 650;
}
.popup-success__text {
max-width: 420px;
margin: 0 auto 24px;
color: var(--color-text-secondary);
font-size: 16px;
line-height: 1.55;
}
.popup-success__button {
width: 220px;
max-width: 100%;
margin-top: 24px;
} @media (max-width: 768px) {
.popup {
padding: 16px;
}
.popup__dialog {
max-width: 100%;
border-radius: 12px;
}
.popup__body {
padding: 32px 20px 24px;
}
.popup__title {
font-size: 24px;
line-height: 1.16;
}
.popup__subtitle {
margin-bottom: 24px;
font-size: 15px;
line-height: 1.58;
}
.popup-form {
gap: 16px;
}
.popup-form__input {
min-height: 52px;
}
}
@media (max-width: 480px) {
.popup {
padding: 12px;
}
.popup__body {
padding: 28px 16px 20px;
}
.popup__close {
top: 10px;
right: 10px;
width: 36px;
height: 36px;
font-size: 22px;
}
.popup__title {
font-size: 22px;
}
.popup__subtitle {
font-size: 15px;
}
.popup-form__agree-text,
.popup-form__note {
font-size: 13px;
}
.popup-success__title {
font-size: 22px;
}
.popup-success__text {
font-size: 15px;
}
}@import url("//fonts.googleapis.com/css?family=Montserrat:100");
.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-18, .pum-theme-tema-po-umolchaniju { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-18 .pum-container, .pum-theme-tema-po-umolchaniju .pum-container { padding: 18px; border-radius: px; border: 1px none #000000; box-shadow: 1px 1px 3px px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-18 .pum-title, .pum-theme-tema-po-umolchaniju .pum-title { color: #000000; text-align: left; text-shadow: px px px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-18 .pum-content, .pum-theme-tema-po-umolchaniju .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-18 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniju .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: px; bottom: auto; top: px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: px; box-shadow: 1px 1px 3px px rgba( 2, 2, 2, 0.23 ); text-shadow: px px px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-19, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-19 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-19 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-19 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-19 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-20, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-20 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-20 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-20 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-20 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-21, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-21 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-21 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-21 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-21 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-22, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-22 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-22 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-22 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-22 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-23, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-23 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-23 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-23 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-23 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 
#pum-852 {z-index: 1999999999}
#pum-745 {z-index: 1999999999}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//profremont48.ru/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}.elementor-menu {
display: none;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
margin: 0;
clear: both;
}
.elementor-menu.eltoggled-on,
.no-js .elementor-menu {
display: block;
}
.elementor-navigation ul {
list-style: none;
margin: 0;
}
.elementor-navigation li {
position: relative;
display: block;
}
.elementor-navigation a {
display: block;
line-height: 1.3125;
outline-offset: -1px;
padding: 0.84375em 0;
}
.elementor-nav-menu a {
color: #ffffff;
}
.elementor-navigation .current-menu-item > a,
.elementor-navigation .current-menu-ancestor > a {
font-weight: 700;
}
.elementor-navigation ul ul {
display: none;
}
.elementor-navigation ul li,
.elementor-navigation ul ul li {
text-align: left;
}
.no-js .elementor-navigation ul ul {
display: block;
}
.elementor-navigation ul .eltoggled-on {
display: block;
}
.elementor-navigation .menu-item-has-children > a {
margin-right: 56px;
}
.eldropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
}
.eldropdown-toggle:after {
border: 0 solid #d1d1d1;
border-left-width: 1px;
content: "\f107";
font-family: FontAwesome;
font-size: 24px;
left: 1px;
position: relative;
width: 48px;
}
.eldropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.eldropdown-toggle:focus:after {
border-color: transparent;
}
.eldropdown-toggle.eltoggled-on:after {
content: "\f106";
}
.elementor-menu-toggle {
font-size: 14px;
font-size: 1rem;
margin: 1.076923077em 0;
padding: 0.569230769em 0.769230769em;
clear: both;
}
.elementor-menu-toggle {
font-size: 24px;
font-size: 1.5rem;
}
.no-js .elementor-menu-toggle {
display: none;
}
.elementor-menu-toggle:focus {
outline: 0;
}
.elementor-menu-toggle.eltoggled-on:focus {
outline: thin dotted;
}
@media screen and (min-width: 48em) {
.elementor-menu-toggle {
font-size: 16px;
font-size: 1.0rem;
margin: 1.3125em 0;
padding: 0.8125em 0.875em 0.6875em;
}
}
@media screen and (min-width: 56.875em) {
.elementor-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.elementor-navigation {
margin: 0 -0.875em;
}
.elementor-navigation li {
display: inline-block;
}
.elementor-navigation a {
outline-offset: -8px;
padding: 1em;
white-space: nowrap;
}
.elementor-navigation ul ul {
display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 99999;
}
.elementor-navigation ul ul ul {
top: -1px;
}
.elementor-navigation ul ul ul:before,
.elementor-navigation ul ul ul:after {
border: 0;
}
.elementor-navigation ul ul a {
white-space: normal;
width: 12.6875em;
}
.elementor-navigation li:hover > ul,
.elementor-navigation li.focus > ul {
left: 0;
right: auto;
}
.elementor-navigation ul ul li:hover > ul,
.elementor-navigation ul ul li.focus > ul {
left: 100%;
right: auto;
}
.elementor-navigation .menu-item-has-children > a {
margin: 0;
padding-right: 2.25em;
}
.elementor-navigation .menu-item-has-children > a:after {
content: "\f107";
font-family: FontAwesome;
position: absolute;
right: 0.625em;
top: 1.25em;
}
.elementor-navigation ul ul .menu-item-has-children > a {
padding-right: 2.0625em;
}
.elementor-navigation ul ul .menu-item-has-children > a:after {
right: 0.5625em;
top: 0.875em;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.elementor-align-left .elementor-navigation ul ul .menu-item-has-children > a:after {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.elementor-align-left .elementor-navigation li:hover > ul,
.elementor-align-left .elementor-navigation li.focus > ul {
left: 0;
right: auto;
}
.elementor-align-left .elementor-navigation ul ul li:hover > ul,
.elementor-align-left .elementor-navigation ul ul li.focus > ul {
left: 100%;
right: auto;
}
.elementor-align-right .elementor-navigation ul ul .menu-item-has-children > a:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.elementor-align-right .elementor-navigation li:hover > ul,
.elementor-align-right .elementor-navigation li.focus > ul {
left: auto;
right: 0;
}
.elementor-align-right .elementor-navigation ul ul li:hover > ul,
.elementor-align-right .elementor-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.eldropdown-toggle,
.elementor-navigation ul .eldropdown-toggle.eltoggled-on,
.elementor-menu-toggle {
display: none;
}
}
@media screen and (max-width: 56.874em) {
.elementor-navigation a {
padding-left: 1em;
}
}
.elementor-search select,
.elementor-search textarea,
.elementor-search input,
.elementor-search button {
max-width: 100%;
min-height: 1.25rem;
padding: .175rem;
margin: 0;
background-color: #ffffff;
font-family: inherit;
font-weight: 400;
font-size: 16px;
color: #333333;
}
.elementor-search input[type=submit],
.elementor-search input[type=button],
.elementor-search input[type=reset],
.elementor-search button {
min-height: 2.25rem;
border-radius: 0;
background-color: #333333;
color: #ffffff;
cursor: pointer;
-webkit-appearance: none;
-webkit-transition: opacity 100ms ease-in-out;
transition: opacity 100ms ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.elementor-search input[type=submit]:hover,
.elementor-search input[type=button]:hover,
.elementor-search input[type=reset]:hover,
.elementor-search button:hover {
opacity: .75;
}
.elementor-search select {
height: 2.25rem;
}
.elementor-search {
width: calc(331px + 2rem);
padding: 0.1rem 1rem 0.567rem;
background-color: #ffffff;
display: inline-block;
} .elementor-search .search {
overflow: hidden;
}
.elementor-search .form {
float: left;
margin-right: 5px;
margin-left: -305px;
}
.elementor-search .form input {
float: left;
}
.elementor-search .form input.input {
width: 300px;
padding-right: 2.25rem;
}
.elementor-search .form input.btn {
width: 2.25rem;
margin-left: -2.25rem;
background-color: transparent;
color: inherit;
}
.elementor-search .label,
.elementor-search .dismiss {
float: left;
padding: 10px 1px 0;
line-height: 1;
cursor: pointer;
-webkit-transition: opacity 100ms ease-in-out;
transition: opacity 100ms ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.elementor-search .label:hover,
.elementor-search .dismiss:hover {
opacity: 0.75;
}
.elementor-search .label i,
.elementor-search .dismiss i {
line-height: 2.25rem;
}
.elementor-search .label span,
.elementor-search .dismiss span {
line-height: 2.25rem;
}
.elementor-search .dismiss {
display: none;
opacity: 0;
} #touch-menu {
display: block;
cursor: pointer;
background: #000000;
width: 61px;
height: 52px;
right: 20px;
margin: 0;
padding: 12px;
position: absolute;
top: 15px;
z-index: 999;
transition: none;
}
#touch-menu span:after,
#touch-menu span:before {
content: "";
position: absolute;
left: 0;
top: -9px;
}
#touch-menu span:after {
top: 9px;
}
#touch-menu span {
position: relative;
display: block;
top: 12px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before {
width: 100%;
height: 3px;
background-color: #ffffff;
transition: all 0.3s;
backface-visibility: hidden;
border-radius: 2px;
}
#touch-menu.on,
#touch-menu.on span {
background-color: transparent;
}
#touch-menu.on span {
height: 0;
}
#touch-menu.on span:before {
transform: rotate(45deg) translate(5px, 5px);
background-color: #fff;
}
#touch-menu.on span:after {
transform: rotate(-45deg) translate(7px, -8px);
background-color: #fff;
}
.overlay-navigation {
-ms-align-items: center;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.8);
display: none;
font-size: 48px;
line-height: 1em;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
position: fixed;
width: 100%;
overflow: auto;
z-index: 10;
-webkit-transition: background-color 2s ease-in, opacity 2s ease-in;
transition: background-color 2s ease-in, opacity 2s ease-in;
}
.overlay-navigation.visible {
display: block;
-webkit-transition: background-color 2s ease-in, opacity 2s ease-in;
transition: background-color 2s ease-in, opacity 2s ease-in;
}
.overlay-navigation > ul,
.overlay-navigation div > ul {
display: block;
list-style-type: none;
margin: 70px auto;
max-width: 800px;
padding: 0 15px;
}
.overlay-navigation ul ul {
display: block;
margin: 0;
padding: 0 0 0 20px;
width: 100%;
}
.overlay-navigation ul li {
background-color: transparent;
border: none;
display: block;
padding: 10px 0;
}
.overlay-navigation a {
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
position: relative;
}
.overlay-navigation .sub-menu li {
padding: 20px 0 0 0;
font-size: 0.75em;
line-height: 1em;
}
.overlay-navigation a:hover {
text-decoration: underline;
}
@media only screen and (max-width : 767px) {
#touch-menu{
left: auto;
right: 10px;
margin: 0;
top: 10px;
position: absolute;
padding: 6px 8px;
height: 39px;
width: 50px;
}
.overlay-navigation > ul,
.overlay-navigation div > ul {
margin: 30px auto;
}
.overlay-navigation {
font-size: 24px;
}
.overlay-navigation ul li{
padding: 8px 0;
}
.overlay-navigation .sub-menu li {
padding: 15px 0 5px;
}
}  .cbp-hsmenu-wrapper {
position: relative;
} .cbp-hsmenu-wrapper ul {
list-style: none;
padding: 0;
margin: 0 auto;
} .cbp-hsinner {
background-color: #00275e;
position: relative;
z-index: 100;
}
.cbp-hsinner {
font-weight: inherit;
} .cbp-hsmenu-wrapper .cbp-hsmenu {
width: 100%;
max-width: 75em;
margin: 0 auto;
padding: 0 0.875em;
}
.cbp-hsmenu > li {
margin-left: 4em;
display: inline-block;
}
.cbp-hsmenu > li:first-child {
margin-left: 0;
} .cbp-hsmenu > li > a {
color: #ffffff;
font-size: 1em;
line-height: 3em;
display: inline-block;
position: relative;
z-index: 10000;
outline: none;
}
.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
color: #f4f4f4;
} .cbp-hsmenu > li > a:not(:only-child):before {
display: inline-block;
font-family: 'fontawesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\f107";
font-size: 80%;
margin-right: 0.3em;
opacity: 0.4;
vertical-align: middle;
}
.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
content: "\f106";
} .cbp-hsmenu > li.cbp-hsitem-open > a:after {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-top-color: #00275e;
border-width: 10px;
left: 50%;
margin-left: -10px;
} #cbp-hsmenu-wrapper ul.sub-menu,
.cbp-hssubmenu {
position: absolute;
left: 0;
right: 0;
top: 100%;
max-width: 75em;
width: 100%;
z-index: 0;
visibility: hidden;
}
#cbp-hsmenu-wrapper ul.sub-menu:before,
#cbp-hsmenu-wrapper ul.sub-menu:after,
.cbp-hssubmenu:before,
.cbp-hssubmenu:after {
content: " ";
display: table;
}
#cbp-hsmenu-wrapper ul.sub-menu:after,
.cbp-hssubmenu:after {
clear: both;
} #cbp-hsmenu-wrapper ul.sub-menu > li,
.cbp-hssubmenu > li {
width: 16.2%;
display: inline-block;
vertical-align: top;
box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
opacity: 0;
-webkit-transition: opacity 0.1s 0s;
-moz-transition: opacity 0.1s 0s;
transition: opacity 0.1s 0s;
} #cbp-hsmenu-wrapper ul.sub-menu > li:nth-child(-n+6),
.cbp-hssubmenu > li:nth-child(-n+6) {
box-shadow: -28px 0 0 -27px #ddd;
} #cbp-hsmenu-wrapper ul.sub-menu > li:nth-child(6n+1),
.cbp-hssubmenu > li:nth-child(6n+1) {
box-shadow:  0 -28px 0 -27px #ddd;
} #cbp-hsmenu-wrapper ul.sub-menu > li:first-child,
.cbp-hssubmenu > li:first-child {
box-shadow: none;
}
#cbp-hsmenu-wrapper ul.sub-menu > li a,
.cbp-hssubmenu > li a {
display: block;
text-align: center;
outline: none;
padding: 2em 1em 1em 1em;
}
#cbp-hsmenu-wrapper ul.sub-menu > li a img,
.cbp-hssubmenu > li a img {
border: none;
outline: none;
display: inline-block;
margin: 0;
max-width: 100%;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
#cbp-hsmenu-wrapper .no-touch ul.sub-menu > li a:hover img,
.no-touch .cbp-hssubmenu > li a:hover img {
opacity: 0.5;
}
#cbp-hsmenu-wrapper ul.sub-menu > li a span,
.cbp-hssubmenu > li a span {
display: block;
min-height: 3em;
margin-top: 0.4em;
}
#cbp-hsmenu-wrapper .cbp-hsmenu > li.cbp-hsitem-open ul.sub-menu,
.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
z-index: 1000;
visibility: visible;
}
#cbp-hsmenu-wrapper .cbp-hsmenu > li.cbp-hsitem-open ul.sub-menu > li,
.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
opacity: 1;
-webkit-transition: opacity 0.5s 0.1s;
-moz-transition: opacity 0.5s 0.1s;
transition: opacity 0.5s 0.1s;
} .cbp-hsmenubg {
background: #f7f7f7;
position: absolute;
width: 100%;
top: 100%;
left: 0;
z-index: 0;
height: 0px;
}
.no-touch .cbp-hsmenubg {
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}
@media screen and (max-width: 65em){
.cbp-hsmenu-wrapper {
font-size: 80%;
}
}
@media screen and (max-width: 51.4375em){
.cbp-hsmenu-wrapper {
font-size: 100%;
}
.cbp-hsmenu-wrapper .cbp-hsmenu {
padding: 0;
max-width: none;
width: 100%;
}
.cbp-hsmenu > li {
border-top: 1px solid rgba(255,255,255,0.5);
text-align: center;
margin: 0 auto;
display: block;
}
.cbp-hsmenu > li:first-child {
border-top: none;
}
.cbp-hsmenu > li > a {
display: block;
}
.cbp-hsmenu > li > a:not(:only-child):before {
line-height: 1.8;
right: 0;
position: absolute;
font-size: 200%;
}
.cbp-hsmenubg {
display: none;
}
#cbp-hsmenu-wrapper ul.sub-menu,
.cbp-hssubmenu {
background: #f7f7f7;
position: relative;
overflow: hidden;
height: 0;
}
#cbp-hsmenu-wrapper .cbp-hsmenu > li.cbp-hsitem-open ul.sub-menu,
.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
height: auto;
} #cbp-hsmenu-wrapper ul.sub-menu > li,
.cbp-hssubmenu > li {
width: 30%;
} #cbp-hsmenu-wrapper ul.sub-menu > li:nth-child(-n+6),
#cbp-hsmenu-wrapper ul.sub-menu > li:nth-child(6n+1),
.cbp-hssubmenu > li:nth-child(-n+6),
.cbp-hssubmenu > li:nth-child(6n+1) {
box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
} #cbp-hsmenu-wrapper ul.sub-menu > li:nth-child(-n+3),
.cbp-hssubmenu > li:nth-child(-n+3) {
box-shadow: -28px 0 0 -27px #ddd;
} #cbp-hsmenu-wrapper ul.sub-menu > li:nth-child(3n+1),
.cbp-hssubmenu > li:nth-child(3n+1) {
box-shadow:  0 -28px 0 -27px #ddd;
}
}
@media screen and (max-width: 25em){ #cbp-hsmenu-wrapper ul.sub-menu > li,
.cbp-hssubmenu > li {
width: 100%;
display: block;
}
#cbp-hsmenu-wrapper ul.sub-menu > li,
.cbp-hsmenu-wrapper .cbp-hssubmenu > li {
box-shadow: 0 1px #cecece;
text-align: left;
}
#cbp-hsmenu-wrapper ul.sub-menu > li a,
.cbp-hssubmenu > li a {
text-align: left;
line-height: 50px;
padding: 0.4em 1em;
}
#cbp-hsmenu-wrapper ul.sub-menu > li a img,
.cbp-hssubmenu > li a img{
display:none;
}
#cbp-hsmenu-wrapper ul.sub-menu > li a span,
.cbp-hssubmenu > li a span {
min-height: 0;
margin: 0;
}
} .menu-item-description {
display: block;
text-transform: uppercase;
font-size: .55rem;
}
.menu-item-object-custom .menu-item-description i:before{
font-size: 1.15em;
position: relative;
top: 0;
margin-right: 0px;
margin-left: 2px
} .elementor-branding .custom-logo-link {
padding: 0;
float: none;
}