html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    scroll-behavior: smooth;
    background: #F0F0F6;
    color: #767676;
}
@media (max-width: 640px) {
    html,body{
        font-size: 16px;
    }
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}
main.main{
    overflow: hidden;
    margin-top: 73px;
}
@media (max-width: 900px) {
    main.main{
        margin-top: 60px;
    }
}
.title{
    text-align: center;
    color: #2B2B2B;
    font-size: 38px;
    font-weight: 700;
    line-height: 123.6%;
}
.btn{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: #D01037;
    width: 100%;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    transition: all .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
}
.btn:hover{
    background-color: rgba(208, 16, 55, 0.50);
}
.btn:active{
    background: #a00c2a;
}
.btn-2{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: #D01037;
    width: 100%;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    transition: all .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #D01037;
    color: #D01037;
}
.btn-2:hover{
    background-color: #D01037;
    color: #fff;
}
.btn-2:active{
    background: #a00c2a;
    border-color: #a00c2a;
    color: #fff;
}
@media (max-width: 640px) {
    .title {
        text-align: center;
        color: #2B2B2B;
        font-size: 28px;
        font-weight: 700;
        line-height: normal;
    }
}
.header{
    padding: 10px 0;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    min-height: 73px;
    z-index: 100;
}
.header__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.header__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}
.header__logo svg{
    width: 100%;
    height: 100%;
}
.header__content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}
.header__menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.header__link{
    display: flex;
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 700;
    line-height: 123.6%;
    text-transform: uppercase;
    transition: all .1s ease;
}
.header__link:hover{
    color: #D01037;
}
.header__lang{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #F0F0F6;
}
.header__lang-item{
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 700;
    line-height: 123.6%;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    opacity: 1;
    border-radius: 10px;
}
.header__lang-item:hover{
    background-color: rgba(160, 12, 42, 0.1);
}
.header__lang-item.active{
    background-color: #D01037;
    color: #fff;
    opacity: 1;
}
@media (max-width: 980px) {
    .header__menu ul,
    .header__content{
        gap: 20px;
    }
}
@media (max-width: 900px) {
    .header__link,
    .header__lang-item{
        font-size: 16px;
    }
    .header__logo{
        width: 70px;
    }
    .header{
        min-height: 60px;
    }
}
.header__burger{
    display: none;
}
@media (max-width: 760px) {
    .header__burger{
        display: flex;
    }
    .header__menu{
        position: fixed;
        top: 59px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        overflow: auto;
        transform: translateX(100%);
        transition: all .3s ease;
    }
    .header__menu.active{
        transform: translateX(0);
    }
    .header__menu ul{
        margin-top: 50px;
        gap: 50px;
        flex-direction: column;
        align-items: center;
    }
}
.hero{
    background-color: #fff;
    overflow: hidden;
}
.hero__inner{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero__title{
    color: #2B2B2B;
    font-size: 58px;
    font-weight: 700;
    line-height: 123.6%;
    max-width: 600px;
    margin-bottom: 20px;
}
.hero__title span{
    color: #D01037;
}
.hero__descr{
    max-width: 620px;
}
.hero__link{
    margin-top: 20px;
    max-width: 200px;
}
.hero__content-image{
    width: 100%;
    max-width: 500px;
    margin: -50px 0;
    display: flex;
    align-items: end;
    justify-content: end;
}
.hero__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    pointer-events: none;
    user-select: none;
}
.hero__image img{
    width: 100%;
}
@media (max-width: 640px) {
    .hero__inner{
        flex-direction: column-reverse;
        padding: 0 0 50px;
        gap: 30px;
    }
    .hero__content-image{
        max-width: 350px;
        margin: 0 auto;
        border-bottom: 1px solid #D01037;
        overflow: hidden;
        min-height: 310px;
    }
    .hero__inner{
        height: calc(100vh - 60px);
        justify-content: center;
    }
}
@media (max-width: 460px) {
    .hero__title{
        font-size: 32px;
    }
    .hero__content-image{
        max-width: 260px;
    }
}
section + section{
    margin-top: 100px;
}
@media (max-width: 640px) {
    section + section{
        margin-top: 50px;
    }
}
.skills{
    position: relative;
}
#skills{
    position: relative;
    top: -100px;
}
.skills__list{
    margin: 30px auto 60px;
    max-width: 1000px;
}
.skills__list:last-of-type{
    margin-bottom: 0;
}
.skills__item{
    color: #2B2B2B;
    font-size: 22px;
    font-weight: 700;
    line-height: 123.6%;
    text-align: center;
    padding: 20px 10px;
    transition: all .2s ease, transform 1s ease, opacity 1s ease;
    cursor: default;
    user-select: none;
    border-radius: 10px;
    transform: translateX(-50%);
    opacity: 0;
}
.skills__item:nth-child(2n-1){
    background-color: #fff;
    transform: translateX(50%);
}
.skills__item.show{
    transform: translateX(0) !important;
    opacity: 1;
}
.skills__item:hover{
    background: rgba(208, 16, 55, 1);
    color: #fff;
}
@media (max-width: 640px) {
    .skills__list {
        margin: 20px auto;
    }
    .skills__item{
        font-size: 16px;
        line-height: normal;
    }
}
.portfolio{
    position: relative;
}
#portfolio{
    position: absolute;
    top: -100px;
}
.portfolio__block{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.portfolio__item{
    position: relative;
    height: auto;
}
.portfolio__item::after{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(208, 16, 55, 0.8);
    z-index: 1;
    opacity: 0;
    transition: all .2s ease;
}
.portfolio__item-image{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
}
.portfolio__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
.portfolio__item-content{
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    overscroll-behavior: contain;
}
.portfolio__item-content ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.portfolio__item-content li a{
    display: flex;
    width: max-content;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 123.6%; /* 23.484px */
    text-decoration-line: underline;
    position: relative;
    text-transform: capitalize;
}
.portfolio__item-content li a::before{
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M0.924625 1.08333H5.57538L0 6.65871L0.765916 7.42463L6.34129 1.84925V6.5H7.42462V0H0.924625V1.08333Z' fill='white'/%3E%3C/svg%3E");
    width: 8px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    right: -14px;
    top: 5px;
}
.portfolio__item:hover::after,
.portfolio__item.active::after,
.portfolio__item:hover .portfolio__item-content,
.portfolio__item.active .portfolio__item-content{
    opacity: 1;
    pointer-events: all;
}
.portfolio__item:hover,
.portfolio__item.active{
    -webkit-box-shadow: 0px 0px 50px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px -19px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px -19px rgba(0,0,0,0.75);
}
.portfolio__item:hover .portfolio__item-image img,
.portfolio__item.active .portfolio__item-image img{
    transform: scale(1.2);
}
.portfolio__more {
    display: none;
    margin: 20px auto 0;
    grid-column: 1 / -1;
}
.portfolio__block.hidden .portfolio__more{
    display: flex;
}
.portfolio__block.hidden .portfolio__more ~ .portfolio__item{
    display: none;
}
@media (max-width: 890px) {
    .portfolio__block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .portfolio__block {
        grid-template-columns: 1fr;
    }
}
.reviews{
    position: relative;
}
#reviews{
    position: absolute;
    top: -100px;
}
.reviews__slider-content{
    margin: 30px -10px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    user-select: none;
}
.reviews__slider{
    overflow: hidden;
}
.reviews__item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
    overflow: hidden;
}
.reviews__more {
    font-size: 12px;
    min-height: 30px;
    max-width: 120px;
    display: none;
}
.reviews__item.show-more .reviews__more,
.reviews__item.show-more-change .reviews__more{
    display: flex;
}
.reviews__name{
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 500;
    line-height: 123.6%;
}
.reviews__descr{
    color: #767676;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
}
.reviews__item.show-more .reviews__descr{
    max-height: 140px;
}
.reviews__item.show-more .reviews__more{
    content: '123';
}
.reviews__slider-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px 0;
}
.reviews__link{
    color: #D01037;
    font-size: 16px;
    transition: all .2s ease;
    width: max-content;
}
.reviews__link:hover{
    color: rgba(208, 16, 55, 0.50);
}
.reviews__link:active{
    color: #a00c2a;
}
.swiper-pagination-bullet{
    background-color: #D01037;
    width: 10px;
    height: 10px;
}
.swiper-button-disabled{
    opacity: 0.2;
}

.slider-btn{
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.reviews__slider-btns{
    position: absolute;
}
@media (max-width: 480px) {
    .reviews__name{
        font-size: 18px;
    }
    .reviews__descr{
        font-size: 16px;
    }
    .reviews__link{
        font-size: 14px;
    }
    .reviews__slider {
        overflow: hidden;
        margin: 0 -40px;
        padding: 0 40px;
    }
    .reviews__slider-content{
        gap: 10px;
    }
    .slider-btn{
        padding: 0;
    }
}
.feedback{
    position: relative;
    padding-bottom: 50px;
}
#feedback{
    position: absolute;
    top: -100px;
}
.feedback__block{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}
.feedback__item{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.feedback__item:hover{
    transform: scale(1.2);
}
.feedback__form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0;
}
.feedback__form label{
    color: #767676;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 123.6%;
    margin-bottom: 8px;
}
.feedback__form span{
    display: flex;
    flex-direction: column;
}
.feedback__form input{
    background-color: #F0F0F6;
    color: #767676;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 123.6%;
    margin-bottom: 8px;
    padding: 15px;
    border: none;
    outline: none;
    height: 50px;
}
.feedback__form textarea{
    background-color: #F0F0F6;
    color: #767676;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 123.6%; /* 22.248px */
    margin-bottom: 8px;
    padding: 15px;
    border: none;
    outline: none;
    height: 50px;
    resize: none;
    height: 200px;
}
.feedback__form button{
    max-width: 160px;
}
.footer{
    background-color: #fff;
}
.footer__name{
    text-align: center;
    padding: 15px;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 540px) {
    .feedback__block{
        flex-wrap: wrap;
    }
}
@media (max-width: 480px){
    .feedback__block{
        gap: 20px;
    }
    .feedback__form{
        gap: 10px   ;
    }
    .feedback__form label{
        font-size: 16px;
    }
    .feedback__form input {
        font-size: 16px;
        height: 40px;
    }
}
/* ==========================================================================
   Стили для страниц услуг и блога. Токены те же, что на главной:
   фон #F0F0F6, текст #2B2B2B, приглушённый #767676, акцент #D01037.
   ========================================================================== */

.page-head {
    padding: 60px 0 40px;
}
.page-head__crumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #767676;
    margin-bottom: 18px;
}
.page-head__crumbs a { color: #767676; }
.page-head__crumbs a:hover { color: #D01037; }
.page-head__crumbs span[aria-hidden] { color: #C4C4CE; }

.page-head h1 {
    color: #2B2B2B;
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 18px;
    max-width: 900px;
}
.page-head__lead {
    color: #767676;
    font-size: 19px;
    line-height: 160%;
    max-width: 760px;
}

/* ── карточки услуг ────────────────────────────────────────────────────── */
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 60px;
}
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 24px rgba(43, 43, 43, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
a.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(43, 43, 43, 0.1);
}
.card__tag {
    display: inline-block;
    align-self: flex-start;
    background: rgba(208, 16, 55, 0.08);
    color: #D01037;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
}
.card h3 {
    color: #2B2B2B;
    font-size: 21px;
    font-weight: 700;
    line-height: 130%;
}
.card p {
    color: #767676;
    font-size: 15px;
    line-height: 160%;
    flex: 1;
}
.card__more {
    color: #D01037;
    font-size: 15px;
    font-weight: 600;
}

/* ── текст статьи и услуги ─────────────────────────────────────────────── */
.article {
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.article__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #767676;
    font-size: 14px;
    margin-bottom: 26px;
}
.article__cover {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    margin-bottom: 40px;
}

.prose > * + * { margin-top: 20px; }
.prose p,
.prose li {
    color: #4A4A4A;
    font-size: 17px;
    line-height: 175%;
}
.prose h2 {
    color: #2B2B2B;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    margin-top: 48px;
    padding-top: 26px;
    border-top: 1px solid #E2E2EA;
}
.prose h3 {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 700;
    margin-top: 32px;
}
.prose strong { color: #2B2B2B; font-weight: 600; }
.prose a { color: #D01037; text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: #a00c2a; }
.prose ul, .prose ol { padding-left: 22px; }
.prose ul li { list-style: disc; margin-top: 9px; padding-left: 6px; }
.prose ol li { list-style: decimal; margin-top: 9px; padding-left: 6px; }
.prose code {
    background: #F0F0F6;
    border-radius: 5px;
    padding: 2px 7px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 15px;
    color: #2B2B2B;
    word-break: break-word;
}
.prose pre {
    background: #2B2B2B;
    color: #F0F0F6;
    border-radius: 12px;
    padding: 20px 22px;
    overflow-x: auto;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 14px;
    line-height: 165%;
}
.prose pre code { background: none; color: inherit; padding: 0; font-size: inherit; }
.prose blockquote {
    border-left: 3px solid #D01037;
    padding: 2px 0 2px 20px;
    color: #2B2B2B;
    font-size: 19px;
    line-height: 155%;
}

.note {
    background: #fff;
    border-left: 3px solid #D01037;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(43, 43, 43, 0.05);
}
.note p { color: #2B2B2B; font-size: 16px; }
.note p + p { margin-top: 10px; }

.summary {
    background: #fff;
    border-radius: 14px;
    padding: 22px 26px;
    box-shadow: 0 4px 20px rgba(43, 43, 43, 0.05);
}
.summary h2 {
    border: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #D01037;
}
.summary p { color: #2B2B2B; font-size: 16px; }

/* ── призыв в конце материала ──────────────────────────────────────────── */
.cta {
    margin-top: 48px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    box-shadow: 0 4px 24px rgba(43, 43, 43, 0.06);
}
.cta div { flex: 1; min-width: 240px; }
.cta h2 {
    border: none;
    padding: 0;
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #2B2B2B;
}
.cta p { color: #767676; font-size: 15px; line-height: 155%; }
.cta .btn { flex-shrink: 0; }

.btn-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #D01037;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    border: 1px solid #D01037;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.btn-red:hover { background: #a00c2a; border-color: #a00c2a; color: #fff; }
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #2B2B2B;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    border: 1px solid #C4C4CE;
    transition: border-color 0.15s ease, color 0.15s ease;
}
.btn-ghost:hover { border-color: #D01037; color: #D01037; }

/* ── сетка блога ───────────────────────────────────────────────────────── */
.posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding-bottom: 70px;
}
.post {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(43, 43, 43, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.post:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(43, 43, 43, 0.1); }
.post img {
    width: 100%;
    /* height: auto обязателен: атрибут height="630" в разметке браузер применяет
       как стиль и перебивает aspect-ratio, картинка вытягивается на всю высоту. */
    height: auto;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    display: block;
}
.post__body { padding: 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.post__date { color: #9A9AA5; font-size: 13px; }
.post h2, .post h3 { color: #2B2B2B; font-size: 19px; font-weight: 700; line-height: 132%; }
.post p { color: #767676; font-size: 15px; line-height: 158%; flex: 1; }

.post--wide { grid-column: span 3; flex-direction: row; height: 340px; }
.post--wide img { width: 45%; height: 100%; aspect-ratio: auto; }
.post--wide .post__body { padding: 36px; justify-content: center; }
.post--wide h2 { font-size: 27px; }
.post--wide p { font-size: 16px; flex: 0; }

/* ── читайте также ─────────────────────────────────────────────────────── */
.also { max-width: 780px; margin: 0 auto; padding-bottom: 70px; }
.also h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9A9AA5;
    margin-bottom: 16px;
}
.also__list { display: grid; gap: 12px; }
.also__list a {
    display: block;
    background: #fff;
    border-radius: 12px;
    padding: 18px 22px;
    box-shadow: 0 3px 16px rgba(43, 43, 43, 0.05);
    transition: transform 0.15s ease;
}
.also__list a:hover { transform: translateY(-2px); }
.also__list strong { display: block; color: #2B2B2B; font-size: 16px; font-weight: 600; margin-bottom: 3px; }
.also__list span { color: #767676; font-size: 14px; }

/* ── список с галочками ────────────────────────────────────────────────── */
.ticks li {
    position: relative;
    padding-left: 30px;
    margin-top: 12px;
    color: #4A4A4A;
    font-size: 17px;
    line-height: 165%;
    list-style: none;
}
.ticks li::before {
    content: '';
    position: absolute;
    left: -19px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #D01037;
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #D01037;
}

/* ── таблица цен ───────────────────────────────────────────────────────── */
.ptable { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
.ptable th, .ptable td { padding: 14px 18px; text-align: left; font-size: 15px; border-bottom: 1px solid #EDEDF3; }
.ptable th { background: #F7F7FB; color: #2B2B2B; font-weight: 600; }
.ptable td { color: #4A4A4A; }
.ptable tr:last-child td { border-bottom: none; }

/* ── адаптив ───────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .cards, .posts { grid-template-columns: repeat(2, 1fr); }
    .post--wide { grid-column: span 2; }
}
@media (max-width: 767px) {
    .page-head { padding: 34px 0 26px; }
    .page-head h1 { font-size: 30px; }
    .page-head__lead { font-size: 17px; }
    .cards, .posts, .cards--2 { grid-template-columns: 1fr; }
    .post--wide { grid-column: span 1; flex-direction: column; height: auto; }
    .post--wide img { width: 100%; height: auto; aspect-ratio: 1200 / 630; }
    .post--wide .post__body { padding: 24px; }
    .post--wide h2 { font-size: 21px; }
    .prose h2 { font-size: 23px; margin-top: 36px; }
    .cta { padding: 24px; }
    .ptable th, .ptable td { padding: 11px 12px; font-size: 14px; }
}

/* ============ Блоки главной: текст плюс фото ============ */
.homeblock { padding: 50px 0; }
.homeblock__lead {
    max-width: 780px;
    margin: -18px auto 40px;
    text-align: center;
    color: #767676;
    font-size: 18px;
    line-height: 165%;
}
.homeblock__title {
    text-align: center;
    color: #2B2B2B;
    font-size: 34px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 14px;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.split--rev .split__media { order: 2; }
.split__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 10px 34px rgba(43, 43, 43, 0.08);
}
.split__text h2 {
    color: #2B2B2B;
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 16px;
}
.split__text p {
    color: #767676;
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 14px;
}
.split__text .ticks li { font-size: 16px; }

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    counter-reset: step;
}
.step {
    background: #fff;
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 4px 24px rgba(43, 43, 43, 0.06);
}
.step::before {
    counter-increment: step;
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #D01037;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
}
.step h3 { color: #2B2B2B; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step p { color: #767676; font-size: 15px; line-height: 158%; }

.card--img { padding: 0; overflow: hidden; }
.card--img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    display: block;
}
.card--img .card__inner { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }

@media (max-width: 991px) {
    .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .homeblock { padding: 34px 0; }
    .homeblock__title { font-size: 26px; }
    .homeblock__lead { font-size: 16px; margin-bottom: 28px; }
    .split { grid-template-columns: 1fr; gap: 26px; }
    .split--rev .split__media { order: 0; }
    .split__text h2 { font-size: 24px; }
    .steps { grid-template-columns: 1fr; }
}
