html { scroll-behavior: smooth; }
:target { scroll-margin-top: 100px; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
}
.bigger-base-font {
font-size: 18px;
line-height: 1.35;
} .container .logo {
width: auto;
padding-left: 1rem;
}
.icon-burger svg,
.icon-close svg {
height: 2rem !important;
fill: #00a0d3;
cursor: pointer;
}
.icon-burger,
.icon-close {
display: none !important;
}
nav.main-nav {
position: fixed;
z-index: 5;
box-shadow: 0 0 5px black;
}
.main-nav .button-callback {
font-size: 1rem;
margin: 10px 15px 10px 0;
padding: 0.5rem 0.8rem;
border: 1px solid #00a0d3;
display: flex;
align-items: center;
}
.button-callback .flag-ru {
margin-right: 0.7rem;
border-radius: 50%;
}
.main-menu {
position: fixed;
top: 4rem;
z-index: 10;
right: 0;
width: 535px;
background-color: #00a0d3;
overflow-y: scroll;
display: none;
}
.main-menu.active,
.icon-close.active,
.icon-burger.active {
display: flex !important;
}
.main-nav .icon-close.active,
.main-nav .icon-burger.active {
margin-right: unset;
}
.main-nav .link img {
margin-right: 5px;
}
.main-menu ul li a {
color: white;
cursor: pointer;
font-weight: bold;
padding: 0.6rem 1rem 0.6rem 2.5rem;
display: block;
}
.main-menu ul li a:hover {
opacity: 0.7;
background-color: #52b5d4;
}
.main-menu .sub-menu li a {
font-weight: 300;
padding-left: 3.5rem;
}
.main-menu .menu-main-container .menu {
justify-content: left;
flex-wrap: wrap;
gap: 0;
max-height: calc(100vh - 4rem);
box-shadow: none;
}
.main-menu .menu-main-container .menu > li {
width: 100%;
border-bottom: 1px solid #c7c7c7;
}
div.menu-main-container li.menu-item-has-children > ul.sub-menu {
position: relative;
z-index: 1;
background-color: transparent;
left: 0;
transform: none !important;
-webkit-transform: none !important;
column-count: auto;
width: auto;
min-width: auto;
display: none;
}
#menu-main .sub-menu.active {
display: block;
}
.menu-main-container li.menu-item-has-children > a::before {
content: "+";
display: block;
position: absolute;
left: 1rem;
top: 0.5rem;
}
.menu-main-container li.menu-item-has-children.active > a::before {
content: "-";
}
.main-container {
margin-top: 4rem;
}
.main-container.disabled,
footer.disabled {
opacity: 0.3;
}
.main-container.disabled .section,
footer.disabled .container {
pointer-events: none;
}
body.disabled {
overflow-y: hidden;
}
@media only screen and (min-width: 1920px) {
.main-menu {
right: 20vw;
}
}
@media only screen and (min-width: 3200px) {
.main-menu {
right: 30vw;
}
}
@media only screen and (max-width: 1199px) {
.contact span {
display: none;
}
}
@media only screen and (max-width: 1007px) {
.main-nav .container {
width: 100%;
margin: 0 1rem;
}
.main-menu {
width: 500px;
}
}
@media only screen and (max-width: 767px) {
.main-menu {
width: 450px;
}
}
@media only screen and (max-width: 600px) {
.main-menu {
width: 350px;
}
.main-menu ul li a {
font-size: 1.2rem;
}
}
@media only screen and (max-width: 350px) {
.main-nav .contact:not(.logo) {
width: 3.4rem;
}
.main-menu.active {
width: 88vw;
}
} .slider.main-page {
background-image: url(https://cert-tc.by/wp-content/uploads/main-1.jpg);
background-image: -webkit-image-set(
url(https://cert-tc.by/wp-content/webp-express/webp-images/uploads/main-1.jpg.webp),
url(https://cert-tc.by/wp-content/uploads/main-1.jpg)
);
background-image: image-set(
url(https://cert-tc.by/wp-content/webp-express/webp-images/uploads/main-1.jpg.webp) type("image/webp"),
url(https://cert-tc.by/wp-content/uploads/main-1.jpg) type("image/jpeg")
);
}
.slider {
background-position: 50%;
background-size: cover;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
height: 36rem;
}
.slider .list {
font-size: 1.625rem;
font-weight: 300;
list-style-type: none;
margin-left: 12rem;
margin-top: 4rem;
}
.slider .list li {
display: -ms-flexbox;
display: flex;
}
.slider .list li:before {
content: "\2713";
margin-left: -0.8em;
margin-right: 0.8em;
}
.slider .quote-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.5;
margin: auto 3rem 3rem auto;
text-align: right;
}
.slider .quote {
font-size: 1.25rem;
font-weight: 400;
}
.slider .author {
font-size: 1.125rem;
font-weight: 300;
}
@media only screen and (max-width: 1007px) {
.slider {
height: 46rem;
}
}
@media only screen and (max-width: 600px) {
.slider {
background-position: 20%;
}
}  .invitation {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
align-items: center; gap: 2rem;
max-width: 1100px;
margin: 3rem auto 0;
padding: 0 1rem;
}
.invitation__image {
margin: 0; }
.invitation__image img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}
.invitation__content {
min-width: 0; }
.invitation__title {
margin: 0 0 1.25rem;
font-size: 1.5rem; font-weight: 700;
line-height: 1.25;
text-wrap: balance; }
.invitation__quote {
margin: 0;
padding: 0;
border: 0; }
.invitation__quote p {
margin: 0 0 0.5rem;
font-size: 1.125rem; line-height: 1.5;
text-wrap: pretty; }
.invitation__author {
display: block;
font-style: normal; font-size: 1rem; color: #444;
} .invitation__image {
position: relative; margin: 0;
}
.invitation__image img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
} .invitation__badge {
position: absolute;
top: 0;
right: 20px;
bottom: 0; width: 28%; max-width: 160px; background: #00a0d3;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.75rem;
padding: 1rem 0.5rem;
} .counter {
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem; font-weight: 700;
line-height: 1;
flex-shrink: 0; }
.invitation__badge-label {
font-size: 1rem; text-align: center;
line-height: 1.35;
} @media (max-width: 900px) {
.invitation__badge {
width: 22%;
max-width: 140px;
}
.counter {
width: 4rem;
height: 4rem;
font-size: 1.375rem; }
}
@media (max-width: 600px) {
.invitation__badge {
width: 30%; max-width: 120px;
padding: 0.75rem 0.5rem;
gap: 0.5rem;
}
.counter {
width: 3.5rem; height: 3.5rem;
font-size: 2.25rem; }
.invitation__badge-label {
font-size: 0.85rem; }
} @media (max-width: 900px) {
.invitation {
grid-template-columns: 1fr;
gap: 1.5rem;
}
} @media (max-width: 600px) {
.invitation {
margin: 1.5rem auto;
gap: 1.25rem;
}
.invitation__title {
font-size: 1.25rem; margin-bottom: 1rem;
}
.invitation__quote p {
font-size: 1rem; }
.invitation__author {
font-size: 0.9375rem; }
} .step-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem 3rem;
}
.step-list li {
display: flex;
align-items: center; gap: 1rem;
line-height: 1.5;
}
.step-list__num {
flex-shrink: 0; width: 3rem;
height: 3rem;
background: #00a0d3;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 1.25rem;
} @media (max-width: 700px) {
.step-list { grid-template-columns: 1fr; gap: 1.25rem; }
.step-list__num {
width: 2.25rem;
height: 2.25rem;
font-size: 1rem;
}
}
.section .h1.title-banner {
font-size: 2rem;
font-weight: bold;
margin-top: 2em;
margin-left: 11rem;
line-height: 1.5;
letter-spacing: 0.1rem;
}
.title-banner img {
height: 2rem;
padding-left: 1rem;
margin-bottom: -0.2rem;
}
.btn-list .button {
margin-left: -1.8rem;
}
@media only screen and (max-width: 1680px) {
.section .h1.title-banner {
margin-left: 5rem;
}
}
@media only screen and (max-width: 600px) {
.section .h1.title-banner {
margin-left: 0.8rem;
}
.title-banner img {
padding-left: 0;
}
}
.contacts_first_block {
display: grid;
grid-template-columns: 1fr 20% 30%;
grid-gap: 0.5rem;
margin-bottom: 1em;
}
.phones-ru,
.phones-by {
display: inline-block;
margin-right: 1rem;
margin-left: 2rem;
}
.phones-ru::before,
.phones-by::before {
content: "";
position: absolute;
left: -2rem;
width: 1.4rem;
height: 1.4rem;
background-size: cover;
top: 0.2rem;
}
.phones-by::before {
background-image: url(//cert-tc.by/wp-content/uploads/flag-by.png);
}
.phones-ru::before {
background-image: url(//cert-tc.by/wp-content/uploads/flag-ru.png);
}
.company-about {
margin: 0 0 -0.5rem 0;
}
.small_advantages {
margin: 3rem 0;
text-align: center;
}
.small_advantages_title {
margin-bottom: 3rem;
font-size: 1.6rem;
font-weight: bold;
}
.small_advantages_grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3rem 2rem;
}
.small_advantages_icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 140px;
height: 140px;
margin: 0 auto 1.25rem;
background-color: #00a0d3;
border-radius: 50%;
}
.small_advantages_icon img {
width: 90px;
height: 90px;
filter: brightness(0) invert(1);
}
.small_advantages_item p {
margin: 0;
}
.small_advantages_item p span {
display: block;
font-size: 1rem;
}
.company {
color: #fff;
display: flex;
align-items: center;
background-color: #00a0d3;
margin: 3rem -1rem;
padding: 3rem 2rem;
gap: 2rem;
}
.company-ceo {
text-align: center;
flex: 0 0 30%;
}
.company-ceo img {
border-radius: 50%;
margin: 0 auto 1rem;
}
.company-mission {
flex: 1;
}
.company-mission .h2-new {
margin-top: 0;
text-transform: uppercase;
color: #fff;
}
.large_advantages {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem 2rem;
margin: 3rem 0;
text-align: center;
}
.large_advantages_number {
font-size: 3rem;
font-weight: bold;
color: #00a0d3;
line-height: 1;
}
.large_advantages_title {
margin-top: 0.5rem;
font-size: 0.95rem;
}
.large_advantages_footer {
grid-column: 1 / -1;
text-align: left;
margin: 0;
}
.company-geo {
background-color: #00a0d3;
background-image: url(//cert-tc.by/wp-content/uploads/map.png);
background-repeat: no-repeat;
background-position: top right;
background-size: 50% auto;
background-blend-mode: screen;
color: #fff;
margin: 3rem -1rem;
padding: 3rem 2rem;
}
.h3-geo,
.h3-cert {
text-transform: uppercase;
font-weight: bold;
font-size: 1.2rem;
margin: 0 0 1rem;
letter-spacing: 0.1rem;
}
.h3-cert {
margin-top: 1.5rem;
}
.geo-inner p {
margin: 0 0 1rem;
}
.geo-inner .flags {
margin: 1rem 0 0;
max-width: 100%;
}
.services {
margin: 3rem 0;
}
.services-title {
text-align: center;
font-size: 1.6rem;
margin-bottom: 2rem;
}
.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.service-card {
background: #f5f6f8;
display: flex;
flex-direction: column;
}
.service-card > img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.service-card p {
padding: 0 1rem 1rem;
margin: 0.5rem 0 0;
}
.service-card a {
display: flex;
text-decoration: none;
}
.service-chip {
align-self: flex-start;
margin: 1rem 1rem 0.25rem;
padding: 0.25rem 0.75rem;
background: #fff;
border: 1px solid #d6d8dd;
border-radius: 999px;
font-size: 0.7rem;
color: #333;
}
.service-chip:hover {
border-color: #000;
}
.service-chip::after {
content: "→";
display: inline-block;
margin-left: 0.5rem;
animation: chip-arrow 1.4s ease-in-out infinite;
}
@keyframes chip-arrow {
0%,
100% {
transform: translateX(-3px);
}
50% {
transform: translateX(3px);
}
}
@media (prefers-reduced-motion: reduce) {
.service-chip::after {
animation: none;
}
}
.service-card--wide {
grid-column: 1 / -1;
flex-direction: row;
align-items: stretch;
}
.service-card--wide > img {
width: 33%;
aspect-ratio: auto;
object-fit: cover;
}
.service-card--wide .service-card__body {
display: flex;
flex-direction: column;
flex: 1;
padding-bottom: 1rem;
}
.company-principles {
display: grid;
gap: 2.5rem;
margin: 3rem 0 0 0;
}
.principles-title {
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 1.5rem;
}
.principle-item {
display: grid;
grid-template-columns: 60px 1fr;
gap: 1rem;
margin-bottom: 1.5rem;
}
.principle-item:last-child {
margin-bottom: 0;
}
.principle-item img {
width: 50px;
height: 50px;
}
.principle-item p {
margin: 0;
}
.principle-item p + p {
margin-top: 0.25rem;
}
.principle-title {
font-weight: bold;
margin: 0 0 0.25rem;
}
@media (max-width: 900px) {
.small_advantages_grid {
grid-template-columns: repeat(2, 1fr);
}
.services-grid {
grid-template-columns: repeat(2, 1fr);
}
.service-card--wide {
grid-column: 1 / -1;
}
.company {
flex-direction: column;
text-align: center;
}
.company-ceo {
flex: 0 0 auto;
}
.geo-inner {
max-width: 100%;
}
}
@media (max-width: 600px) {
body {
font-size: 15px;
}
.bigger-base-font {
font-size: 16px;
}
.company-about h1 {
font-size: 1.8rem;
}
.small_advantages_title,
.services-title {
font-size: 1.25rem;
}
.small_advantages_grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.large_advantages {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.large_advantages_number {
font-size: 2.4rem;
}
.services-grid {
grid-template-columns: 1fr;
}
.service-card--wide {
flex-direction: column;
}
.service-card--wide > img {
width: 100%;
}
.principle-item {
grid-template-columns: 40px 1fr;
gap: 0.75rem;
}
.principle-item img {
width: 40px;
height: 40px;
}
.h3-geo,
.h3-cert {
font-size: 1.15rem;
}
.company,
.company-geo {
padding-left: 1rem;
padding-right: 1rem;
}
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.85rem 1.5rem;
border-radius: 8px;
font-size: 1rem;
font-weight: 500;
text-decoration: none;
border: 2px solid transparent;
transition:
background-color 0.2s,
color 0.2s,
opacity 0.2s;
cursor: pointer;
}
.btn--primary {
background: #00a0d3;
color: #fff;
}
.btn--primary:hover {
opacity: 0.9;
}
.btn--outline {
background: transparent;
color: #00a0d3;
border-color: #00a0d3;
}
.btn--outline:hover {
background: #00a0d3;
color: #fff;
}
.section-title {
text-align: center;
font-size: 1.75rem;
font-weight: bold;
margin: 3rem 0 2rem;
line-height: 1.5;
}
.hero {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2.5rem;
align-items: center;
padding: 3rem 0 0;
}
.hero__title {
font-size: 2rem;
line-height: 1;
color: #00a0d3;
margin: 0 0 0.75rem;
}
.hero__lead {
font-weight: bold;
font-size: 1.1rem;
margin: 0 0 1.25rem;
}
.hero__text p {
margin: 0 0 1rem;
text-wrap: balance;
}
.hero__actions {
display: flex;
gap: 1rem;
margin-top: 1.5rem;
flex-wrap: wrap;
}
.hero__image img {
border-radius: 12px;
max-width: 100%;
}
.consult-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin-bottom: 1rem;
}
.consult-card {
background: #fff;
border: 1px solid #cfe5ec;
border-radius: 14px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.consult-card > img {
width: 100%;
aspect-ratio: 16 / 12;
object-fit: cover;
}
.consult-card__body {
padding: 1.25rem 1.25rem 1rem;
display: flex;
flex-direction: column;
flex: 1;
}
.consult-card__title {
font-size: 1.15rem;
font-weight: bold;
margin: 0 0 0.75rem;
}
.consult-card__body > p {
margin: 0 0 1rem;
}
.consult-card__price-block {
margin-top: auto;
background: #f3f6f8;
border: 1px solid #cfe5ec;
border-radius: 10px;
overflow: hidden;
}
.consult-card__price-label {
text-align: center;
font-weight: bold;
margin: 0;
padding: 0.5rem;
letter-spacing: 0.05em;
border-bottom: 1px solid #cfe5ec;
}
.consult-card__prices {
display: grid;
grid-template-columns: 1fr 1fr;
text-align: left;
}
.price {
padding: 0.75rem 1rem;
}
.price + .price {
border-left: 1px solid #cfe5ec;
}
.price__currency {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-size: 0.85rem;
color: #555;
line-height: 1.3;
}
.price__currency img {
width: 14px;
height: auto;
}
.price__amount {
display: block;
margin-top: 0.4rem;
font-size: 1.5rem;
font-weight: bold;
color: #00a0d3;
}
.consult-card__more {
margin-top: 1rem;
align-self: flex-start;
color: #555;
text-decoration: none;
font-size: 0.9rem;
}
.consult-card__more:hover {
color: #00a0d3;
}
.consult-card__more::after {
content: "→";
display: inline-block;
margin-left: 0.4rem;
animation: more-arrow 1.4s ease-in-out infinite;
}
@keyframes more-arrow {
0%,
100% {
transform: translateX(-3px);
}
50% {
transform: translateX(3px);
}
}
@media (prefers-reduced-motion: reduce) {
.consult-card__more::after {
animation: none;
}
}
.why-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 2rem;
text-align: center;
margin-bottom: 3rem;
}
.why-item__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 110px;
height: 110px;
background: #d6eaf2;
border-radius: 50%;
margin-bottom: 1.25rem;
}
.why-item__icon img {
width: 50px;
height: 50px;
}
.why-item__title {
font-size: 1.1rem;
font-weight: bold;
margin: 0 0 0.75rem;
}
.why-item p {
margin: 0;
line-height: 1.5;
}
.cta {
display: grid;
gap: 1.5rem;
margin: 1rem 0 0;
}
.cta-box {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 1.5rem;
padding: 1.5rem 2rem;
background: #fff;
border: 1px solid #cfe5ec;
border-radius: 16px;
}
.cta-box__icon {
width: 56px;
height: 56px;
}
.cta-box__title {
font-size: 1.4rem;
font-weight: bold;
margin: 0 0 0.5rem;
}
.cta-box__content p {
margin: 0;
color: #555;
line-height: 1.5;
}
.cta-box__actions {
display: flex;
flex-direction: column;
gap: 0.75rem;
min-width: 235px;
}
@media (max-width: 900px) {
.hero {
grid-template-columns: 1fr;
}
.hero__title {
font-size: 3rem;
}
.cta-box {
grid-template-columns: auto 1fr;
grid-template-areas:
"icon    content"
"actions actions";
}
.cta-box__icon {
grid-area: icon;
}
.cta-box__content {
grid-area: content;
}
.cta-box__actions {
grid-area: actions;
flex-direction: row;
flex-wrap: wrap;
}
.cta-box__actions .btn {
flex: 1 1 0;
}
}
@media (max-width: 600px) {
.hero__title {
font-size: 2.25rem;
}
.hero__actions {
flex-direction: column;
align-items: stretch;
}
.hero__actions .btn {
width: 100%;
}
.cta-box {
grid-template-columns: 1fr;
grid-template-areas:
"icon"
"content"
"actions";
text-align: center;
padding: 1.5rem;
}
.cta-box__icon {
margin: 0 auto;
}
.cta-box__actions {
flex-direction: column;
}
.cta-box__actions .btn {
width: 100%;
}
}
.audit-hero {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2.5rem;
align-items: center;
padding: 3rem 0 0 0;
}
.audit-hero__title {
font-size: 2rem;
line-height: 1.1;
color: #00a0d3;
margin: 0 0 1rem;
}
.audit-hero__text p {
margin: 0 0 1rem;
text-wrap: balance;
}
.audit-hero__actions {
display: flex;
gap: 1rem;
flex-wrap: wrap;
margin: 1.5rem 0 2rem;
}
.audit-hero__benefits {
display: flex;
gap: 2.5rem;
flex-wrap: wrap;
}
.benefit-line {
display: flex;
align-items: center;
gap: 0.75rem;
font-size: 0.9rem;
line-height: 1.3;
}
.benefit-line img {
width: 32px;
height: 32px;
}
.audit-hero__image img {
width: 100%;
border-radius: 12px;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.info-section {
margin-bottom: 3rem;
}
.info-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.info-card {
background: #f6f7f9;
border: 1px solid #e3e6ea;
border-radius: 14px;
padding: 2rem 1.5rem;
text-align: center;
}
.info-card__icon {
width: 56px;
height: 56px;
margin: 0 auto 1rem;
}
.info-card__title {
font-size: 1.15rem;
font-weight: bold;
margin: 0 0 0.75rem;
line-height: 1.35;
}
.info-card p {
margin: 0;
line-height: 1.5;
}
.benefits {
margin-bottom: 3rem;
}
.benefits .section-title {
margin-bottom: 1rem;
}
.benefits__list {
background: #eaf6fa;
border: 1px solid #cfe5ec;
border-radius: 16px 16px 0 0;
padding: 1.5rem 2rem;
}
.check-list {
list-style: none;
margin: 0;
padding: 0;
}
.check-list li {
display: grid;
grid-template-columns: 24px 1fr;
column-gap: 1rem;
align-items: start;
padding: 0.6rem 0;
}
.check-list__icon {
width: 24px;
height: 24px;
margin-top: 0.15rem;
mix-blend-mode: multiply;
}
.check-list__title {
display: block;
font-weight: bold;
margin-bottom: 0.25rem;
}
.check-list li p {
margin: 0;
line-height: 1.5;
}
.benefits__bonus {
background: #00a0d3;
color: #fff;
border-radius: 0 0 16px 16px;
padding: 1.5rem 2rem;
display: grid;
grid-template-columns: auto 1fr;
gap: 1.5rem;
align-items: center;
}
.benefits__bonus-icon {
width: 80px;
height: 80px;
filter: brightness(0) invert(1);
}
.benefits__bonus-label {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.04em;
margin: 0 0 0.5rem;
font-size: 0.95rem;
}
.benefits__bonus-title {
font-weight: bold;
font-size: 1.15rem;
}
.benefits__bonus p {
line-height: 1.5;
text-wrap: balance;
}
.process-pricing {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
margin-bottom: 3rem;
}
.process,
.pricing {
background: #f6f7f9;
border: 1px solid #e3e6ea;
border-radius: 14px;
padding: 2rem;
}
.process__title,
.pricing__title {
font-size: 1.75rem;
font-weight: bold;
margin: 0 0 1.5rem;
}
.steps {
list-style: none;
margin: 0;
padding: 0;
}
.steps > li {
display: grid;
grid-template-columns: 40px 1fr;
column-gap: 1rem;
margin-bottom: 1.5rem;
}
.steps__num {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid #c5cad0;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
color: #888;
}
.steps__title {
display: block;
font-weight: bold;
margin-bottom: 0.25rem;
}
.steps p {
margin: 0;
line-height: 1.5;
}
.pricing__price {
display: inline-grid;
grid-template-columns: 1fr 1fr;
background: #fff;
border: 1px solid #cfe5ec;
border-radius: 10px;
overflow: hidden;
margin-bottom: 1.5rem;
}
.pricing__price .price {
padding: 0.75rem 1.25rem;
}
.pricing__price .price + .price {
border-left: 1px solid #cfe5ec;
}
.pricing__details {
margin: 0 0 1.5rem;
padding-left: 1.25rem;
}
.pricing__details li {
margin-bottom: 0.5rem;
line-height: 1.5;
}
.pricing__actions {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.pricing__actions .btn {
flex: 1 1 0;
min-width: 140px;
}
.contact-block {
background: #eaf6fa;
border-radius: 16px;
padding: 2rem;
}
.phone-cta {
display: grid;
grid-template-columns: auto 1fr;
gap: 1.5rem;
align-items: center;
padding-bottom: 1.75rem;
margin-bottom: 1.75rem;
border-bottom: 1px solid #cfe5ec;
}
.phone-cta__icon {
display: inline-flex;
align-items: center;
justify-content: center;
}
.phone-cta__icon img {
width: 56px;
height: 56px;
}
.phone-cta__title {
font-size: 1.15rem;
font-weight: bold;
margin: 0 0 0.4rem;
}
.phone-cta p {
margin: 0;
line-height: 1.5;
text-wrap: balance;
}
.callback__title {
font-size: 1.75rem;
font-weight: bold;
margin: 0 0 1.25rem;
}
.callback__actions {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.callback__actions .btn {
flex: 1 1 240px;
background: #fff;
}
.callback__actions .btn--outline:hover {
background: #00a0d3;
color: #fff;
}
@media (max-width: 900px) {
.audit-hero {
grid-template-columns: 1fr;
}
.audit-hero__title {
font-size: 2.5rem;
}
.process-pricing {
grid-template-columns: 1fr;
}
.benefits__bonus {
grid-template-columns: 1fr;
text-align: center;
}
.benefits__bonus-icon {
margin: 0 auto;
}
}
@media (max-width: 600px) {
.audit-hero__title {
font-size: 2rem;
}
.audit-hero__actions {
flex-direction: column;
align-items: stretch;
}
.audit-hero__actions .btn {
width: 100%;
}
.audit-hero__benefits {
flex-direction: column;
gap: 1rem;
}
.info-grid {
grid-template-columns: 1fr;
}
.benefits__list,
.benefits__bonus,
.process,
.pricing,
.contact-block {
padding: 1.25rem;
}
.pricing__price {
display: grid;
}
.pricing__actions {
flex-direction: column;
}
.pricing__actions .btn {
width: 100%;
}
.phone-cta {
grid-template-columns: 1fr;
text-align: center;
}
.phone-cta__icon {
margin: 0 auto;
}
.callback__actions {
flex-direction: column;
}
.callback__actions .btn {
width: 100%;
flex: 0 0 auto;
}
}
.info-grid--numbered {
row-gap: 3rem;
padding-top: 1.75rem;
}
.numbered-card {
position: relative;
background: #f6f7f9;
border: 1px solid #e3e6ea;
border-radius: 14px;
padding: 2.5rem 1.75rem 1.75rem;
text-align: left;
}
.numbered-card__num {
position: absolute;
top: -25px;
left: 25px;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: #00a0d3;
color: #fff;
border-radius: 50%;
font-size: 1.75rem;
font-weight: bold;
line-height: 1;
}
.numbered-card__title {
font-size: 1.15rem;
font-weight: bold;
margin: 0 0 1rem;
line-height: 1.35;
}
.numbered-card p {
margin: 0 0 1rem;
line-height: 1.5;
}
.numbered-card p:last-child {
margin-bottom: 0;
}
@media (max-width: 600px) {
.numbered-card {
padding: 2.25rem 1.25rem 1.25rem;
}
.numbered-card__num {
top: -20px;
left: 20px;
width: 48px;
height: 48px;
font-size: 1.4rem;
}
}
.process.big {
margin-bottom: 3rem;
}
.steps--cols-2 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-flow: column;
grid-template-rows: repeat(3, auto);
column-gap: 2rem;
}
.duration {
margin-top: 2rem;
padding-top: 1.75rem;
border-top: 1px solid #e3e6ea;
}
.duration__title {
font-size: 1.4rem;
font-weight: bold;
margin: 0 0 1rem;
}
.duration p {
font-weight: bold;
margin: 0 0 0.75rem;
line-height: 1.5;
}
.duration p:last-child {
margin-bottom: 0;
}
.ceo-pricing {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
margin-bottom: 3rem;
}
.ceo-card {
background: #f6f7f9;
border: 1px solid #e3e6ea;
border-radius: 14px;
display: grid;
grid-template-columns: 0.9fr 1fr;
align-items: end;
}
.ceo-card__photo {
align-self: end;
overflow: visible;
}
.ceo-card__photo img {
width: 118%;
max-width: none;
height: auto;
display: block;
margin-left: -9%;
}
.ceo-card__content {
align-self: stretch;
padding: 1.75rem 1.5rem 1.5rem;
display: flex;
flex-direction: column;
}
.ceo-card__title {
font-size: 1.5rem;
font-weight: bold;
color: #00a0d3;
margin: 0 0 1rem;
line-height: 1.2;
}
.ceo-card__content > p:not(.ceo-card__sign) {
margin: 0 0 1rem;
line-height: 1.5;
}
.ceo-card__sign {
margin-top: auto;
font-size: 0.9rem;
color: #666;
line-height: 1.4;
}
@media (max-width: 900px) {
.ceo-pricing {
grid-template-columns: 1fr;
}
}
@media (max-width: 700px) {
.steps--cols-2 {
grid-template-columns: 1fr;
grid-auto-flow: row;
grid-template-rows: none;
}
}
@media (max-width: 600px) {
.ceo-card {
grid-template-columns: 1fr;
align-items: stretch;
}
.ceo-card__photo {
align-self: stretch;
}
.ceo-card__photo img {
width: 311px;
max-width: 100%;
margin: 0 auto;
aspect-ratio: 1 / 1;
height: auto;
object-fit: cover;
object-position: center top;
}
.ceo-card__content {
padding: 1.5rem;
}
.ceo-card__title {
font-size: 1.25rem;
}
.duration__title {
font-size: 1.2rem;
}
}