/* Лендинг "Закупка и поставка медицинских запчастей из Европы" */
/* Все классы со скоупом-префиксом .zse- чтобы не конфликтовать со стилями сайта */

.zse-hero{
    width:100%;
    background:#f1f5ff;
    padding:56px 0;
    box-sizing:border-box;
    font-family:'Roboto', Arial, sans-serif;
}
.zse-hero *{ box-sizing:border-box; }
.zse-hero__inner{
    display:flex;
    align-items:center;
    gap:40px;
}
.zse-hero__content{
    flex:1 1 auto;
    min-width:0;
}
.zse-hero__title{
    margin:0 0 20px;
    padding:0;
    font-family:'Roboto', Arial, sans-serif;
    font-weight:600;
    font-size:50px;
    line-height:1.18;
    color:#081f54;
    border:0;
}
.zse-hero__text{
    margin:0 0 24px;
    max-width:460px;
    font-family:'Roboto', Arial, sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:1.4;
    color:#000000;
}
.zse-hero__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 28px;
    background:#0c2e7b;
    border:none;
    border-radius:12px;
    color:#ffffff;
    font-family:'Roboto', Arial, sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:1.2;
    text-decoration:none;
    cursor:pointer;
    transition:background-color .2s ease;
}
.zse-hero__btn:hover{ background:#0a2563; color:#ffffff; text-decoration:none; }
.zse-hero__media{
    flex:0 0 552px;
    max-width:552px;
}
.zse-hero__media img{
    display:block;
    width:100%;
    height:auto;
    border-radius:16px;
}

@media (max-width:1100px){
    .zse-hero__title{ font-size:40px; }
    .zse-hero__media{ flex-basis:46%; }
}
@media (max-width:900px){
    .zse-hero{ padding:40px 0; }
    .zse-hero__inner{ flex-direction:column; align-items:flex-start; gap:28px; }
    .zse-hero__content{ width:100%; }
    .zse-hero__media{ flex:0 0 auto; width:100%; max-width:552px; }
    .zse-hero__title{ font-size:34px; }
}
@media (max-width:767px){
    .zse-hero{ padding:28px 0; }
    .zse-hero__title{ font-size:26px; margin-bottom:14px; }
    .zse-hero__text{ font-size:15px; margin-bottom:20px; }
    .zse-hero__btn{ width:100%; }
}

/* Блок "О нас" */
.zse-about{ padding:64px 0; font-family:'Roboto', Arial, sans-serif; }
.zse-about *{ box-sizing:border-box; }
.zse-about__title{ margin:0 0 28px; padding:0; font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:36px; line-height:1.2; color:#081f54; border:0; text-transform:none; }
.zse-about__row{ display:flex; gap:48px; align-items:flex-start; }
.zse-about__text{ flex:1 1 auto; min-width:0; max-width:520px; }
.zse-about__text p{ margin:0 0 18px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:16px; line-height:1.45; color:#000000; }
.zse-about__text p:last-child{ margin-bottom:0; }
.zse-about__cards{ flex:0 0 551px; display:grid; grid-template-columns:repeat(2,1fr); gap:15px; }
.zse-about__card{ display:flex; align-items:center; gap:16px; padding:27px 25px; background:#f1f5ff; border-radius:16px; min-height:110px; }
.zse-about__icon{ flex:0 0 56px; width:56px; height:56px; border-radius:12px; background:#e1e9ff; display:flex; align-items:center; justify-content:center; }
.zse-about__icon img{ display:block; width:auto; height:28px; }
.zse-about__label{ font-family:'Roboto', Arial, sans-serif; font-weight:500; font-size:14px; line-height:1.2; color:#081f54; }

@media (max-width:1100px){
    .zse-about__cards{ flex-basis:46%; }
}
@media (max-width:900px){
    .zse-about{ padding:48px 0; }
    .zse-about__row{ flex-direction:column; gap:32px; }
    .zse-about__text{ max-width:none; width:100%; }
    .zse-about__cards{ flex:0 0 auto; width:100%; }
}
@media (max-width:767px){
    .zse-about__title{ font-size:28px; margin-bottom:20px; }
}
@media (max-width:600px){
    .zse-about__cards{ grid-template-columns:1fr; }
}

/* Блок "Тарифы и пакеты обслуживания" */
.zse-tariffs{ padding:64px 0; background:#f1f5ff; font-family:'Roboto', Arial, sans-serif; }
.zse-tariffs *{ box-sizing:border-box; }
.zse-tariffs__title{ margin:0 0 36px; padding:0; font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:36px; line-height:1.2; color:#081f54; border:0; text-transform:none; }
.zse-tariff-card{ background:#ffffff; border:1px solid #e3e9f8; border-radius:16px; padding:10px; }
.zse-tariff-card__head{ position:relative; min-height:137px; padding:24px 40px; background:#0c2e7b; border-radius:16px; color:#ffffff; display:flex; flex-direction:column; justify-content:flex-end; }
.zse-tariff-card__badge{ position:absolute; top:28px; left:44px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1.1; color:#ffffff; }
.zse-tariff-card__bottom{ display:flex; align-items:flex-end; justify-content:space-between; gap:20px; }
.zse-tariff-card__name{ margin:0; padding:0; font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:24px; line-height:1.15; color:#ffffff; text-transform:none; }
.zse-tariff-card__price{ display:flex; align-items:baseline; gap:8px; white-space:nowrap; }
.zse-tariff-card__price-value{ font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:32px; line-height:1.1; color:#ffffff; }
.zse-tariff-card__price-period{ font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:16px; line-height:1.1; color:#ffffff; }
.zse-tariff-card__body{ display:flex; align-items:flex-end; gap:40px; padding:30px; }
.zse-tariff-card__features{ flex:1 1 auto; min-width:0; list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,auto); grid-template-rows:repeat(3,auto); grid-auto-flow:column; column-gap:40px; row-gap:14px; justify-content:space-between; }
.zse-tariff-card__features li{ position:relative; padding-left:26px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:16px; color:#000000; }
.zse-tariff-card__features li::before{ content:''; position:absolute; left:0; top:0; width:16px; height:16px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%230c2e7b'/%3E%3Cpath d='M4.6 8.3 L7 10.6 L11.4 5.6' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center; }
.zse-tariff-card__btn{ flex:0 0 auto; min-width:200px; display:flex; align-items:center; justify-content:center; padding:11px 24px; border:none; border-radius:10px; background:#0c2e7b; color:#ffffff; font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:15px; line-height:24px; cursor:pointer; text-decoration:none; transition:background-color .2s ease; }
.zse-tariff-card__btn:hover{ background:#0a2563; color:#ffffff; text-decoration:none; }

@media (max-width:900px){
    .zse-tariffs{ padding-bottom:48px; }
    .zse-tariff-card__head{ flex-direction:column; align-items:flex-start; padding:48px 24px 24px; }
    .zse-tariff-card__badge{ top:20px; left:28px; }
    .zse-tariff-card__bottom{ flex-direction:column; align-items:flex-start; gap:12px; width:100%; }
    .zse-tariff-card__body{ flex-direction:column; align-items:stretch; gap:24px; padding:24px; }
    .zse-tariff-card__features{ grid-template-columns:repeat(2,1fr); grid-template-rows:auto; grid-auto-flow:row; column-gap:24px; }
    .zse-tariff-card__btn{ width:100%; }
}
@media (max-width:767px){
    .zse-tariffs__title{ font-size:28px; margin-bottom:24px; }
    .zse-tariff-card__name{ font-size:20px; }
    .zse-tariff-card__price-value{ font-size:26px; }
}
@media (max-width:600px){
    .zse-tariff-card__features{ grid-template-columns:1fr; }
}

/* Тарифы: кнопка "+" между базовым пакетом и модулями */
.zse-tariffs__connector{ display:flex; justify-content:center; margin:24px 0; }
.zse-tariffs__plus{ width:48px; height:48px; border-radius:50%; background:#0c2e7b; color:#ffffff; font-size:30px; font-weight:400; line-height:1; display:flex; align-items:center; justify-content:center; }

/* Тарифы: карточки модулей */
.zse-modules{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.zse-module{ --accent:#d5e8eb; --btn:#31a0b2; --btn-hover:#2b8d9d; display:flex; flex-direction:column; background:#ffffff; border:1px solid #e3e9f8; border-radius:12px; padding:22px 26px; }
.zse-module--b{ --accent:#dfe4f5; --btn:#0c2e7b; --btn-hover:#0a2563; }
.zse-module--c{ --accent:#f7eece; --btn:#f5a623; --btn-hover:#e0951a; }
.zse-module__badge{ align-self:flex-start; padding:8px 18px; border-radius:50px; background:var(--accent); font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1; color:#000000; }
.zse-module__title{ min-height:56px; margin:16px 0 12px; padding:0; font-family:'Roboto', Arial, sans-serif; font-weight:500; font-size:24px; line-height:1.17; color:#081f54; text-transform:none; border:0; }
.zse-module__desc{ min-height:60px; margin:0 0 18px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1.4; color:#081f54; }
.zse-module__price{ display:flex; flex-direction:column; justify-content:center; min-height:126px; margin:0 -16px 20px; padding:20px 16px; background:var(--accent); border-radius:12px; }
.zse-module__price-main{ margin:0 0 8px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:16px; line-height:1.3; color:#081f54; }
.zse-module__price-main:last-child{ margin-bottom:0; }
.zse-module__price-main b{ font-weight:700; font-size:24px; }
.zse-module__price-sub{ margin:0; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:16px; line-height:1.3; color:#081f54; }
.zse-module__features{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; min-height:120px; }
.zse-module__features li{ position:relative; padding-left:26px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:16px; color:#000000; }
.zse-module__features li::before{ content:''; position:absolute; left:0; top:0; width:16px; height:16px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%230c2e7b'/%3E%3Cpath d='M4.6 8.3 L7 10.6 L11.4 5.6' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center; }
.zse-module__btn{ margin:24px -16px 0; display:flex; align-items:center; justify-content:center; width:auto; padding:11px 16px; border:none; border-radius:10px; background:var(--btn); color:#ffffff; font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:15px; line-height:24px; cursor:pointer; text-decoration:none; transition:background-color .2s ease; }
.zse-module__btn:hover{ background:var(--btn-hover); color:#ffffff; text-decoration:none; }

@media (max-width:992px){
    .zse-modules{ grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); }
}
@media (max-width:640px){
    .zse-modules{ grid-template-columns:1fr; }
}

/* Тарифы: нижняя плашка-примечание */
.zse-tariffs__note{ display:flex; align-items:center; gap:20px; margin-top:24px; padding:25px 34px 25px 30px; background:#ffffff; border:1px solid #e3e9f8; border-radius:12px; }
.zse-tariffs__note img{ flex:0 0 30px; width:30px; height:30px; display:block; }
.zse-tariffs__note p{ margin:0; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1.4; color:#000000; }
@media (max-width:640px){
    .zse-tariffs__note{ align-items:flex-start; gap:14px; padding:18px 20px; }
}

/* Блок "Как это работает" */
.zse-how{ padding:64px 0; font-family:'Roboto', Arial, sans-serif; }
.zse-how *{ box-sizing:border-box; }
.zse-how__title{ margin:0 0 60px; padding:0; font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:36px; line-height:1.2; color:#081f54; text-align:center; text-transform:none; border:0; }
.zse-how__steps{ display:flex; flex-wrap:wrap; justify-content:center; gap:48px 36px; }
.zse-how__step{ flex:0 0 148px; display:flex; flex-direction:column; align-items:center; gap:24px; }
.zse-how__circle{ position:relative; width:148px; height:148px; border:1px solid #e7e7e7; border-radius:50%; box-sizing:border-box; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:13px; }
.zse-how__circle::before{ content:""; position:absolute; top:-1px; left:-1px; width:148px; height:148px; border-radius:50%; border:2px solid #afc1ef; box-sizing:border-box; clip-path:inset(0 0 50% 0); }
.zse-how__dot{ position:relative; z-index:1; width:50px; height:50px; border-radius:50%; background:#e0e9ff; display:flex; align-items:center; justify-content:center; }
.zse-how__dot img{ display:block; width:auto; height:auto; max-width:30px; max-height:27px; }
.zse-how__num{ position:relative; z-index:1; font-family:'Roboto', Arial, sans-serif; font-weight:500; font-size:32px; line-height:1; color:#0c2e7b; }
.zse-how__label{ font-family:'Roboto', Arial, sans-serif; font-weight:500; font-size:20px; line-height:1.15; color:#0c2e7b; text-align:center; }
@media (max-width:767px){
    .zse-how{ padding:48px 0; }
    .zse-how__title{ margin-bottom:40px; font-size:28px; }
    .zse-how__steps{ gap:32px 24px; }
}

/* Блок "Контакты" */
.zse-contacts{ padding:64px 0; background:#0C2E7B; font-family:'Roboto', Arial, sans-serif; }
.zse-contacts *{ box-sizing:border-box; }
.zse-contacts__inner{ display:flex; gap:60px; align-items:stretch; }
.zse-contacts__left{ flex:1 1 553px; max-width:553px; min-width:0; display:flex; flex-direction:column; }
.zse-contacts__title{ margin:0 0 28px; padding:0; font-family:'Roboto', Arial, sans-serif; font-weight:600; font-size:36px; line-height:1.2; color:#ffffff; border:0; text-transform:none; }
.zse-contacts__info{ display:flex; flex-direction:column; gap:20px; margin-bottom:32px; }
.zse-contacts__row{ display:flex; align-items:flex-start; gap:10px; }
.zse-contacts__row svg{ flex:0 0 16px; width:16px; height:20px; margin-top:2px; }
.zse-contacts__row-text{ color:#ffffff; font-size:16px; line-height:1.4; }
.zse-contacts__row-text strong{ font-weight:500; display:block; }
.zse-contacts__row-text span{ font-weight:300; }
.zse-contacts__phone{ color:#ffffff; font-weight:500; font-size:16px; text-decoration:none; }
.zse-contacts__phone:hover{ text-decoration:underline; color:#ffffff; }
.zse-contacts__map{ flex:1 1 auto; width:100%; border-radius:16px; overflow:hidden; }
.zse-contacts__map img{ display:block; width:100%; height:100%; object-fit:cover; border-radius:16px; }
.zse-contacts__right{ flex:0 0 463px; max-width:463px; background:#ffffff; border-radius:16px; padding:30px; }
.zse-contacts__form-title{ margin:0 0 10px; font-family:'Roboto', Arial, sans-serif; font-weight:500; font-size:20px; line-height:1.15; color:#0c2e7b; }
.zse-contacts__form-sub{ margin:0 0 20px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1.4; color:#000000; }
.zse-contacts__package{ display:none !important; margin:0 0 16px; padding:10px 14px; background:#f1f5ff; border-radius:10px; font-family:'Roboto', Arial, sans-serif; font-weight:500; font-size:14px; line-height:1.3; color:#0c2e7b; }
.zse-contacts__form{ display:flex; flex-direction:column; gap:15px; }
.zse-contacts__input{ width:100%; height:40px; padding:12px 14px; background:#ffffff; border:1px solid #e6e6e6; border-radius:12px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1.15; color:#000000; outline:none; transition:border-color .2s; }
.zse-contacts__input::placeholder{ color:#8e8e8e; }
.zse-contacts__input:focus{ border-color:#0c2e7b; }
.zse-contacts__textarea{ width:100%; height:100px; padding:12px 14px; background:#ffffff; border:1px solid #e6e6e6; border-radius:12px; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1.4; color:#000000; outline:none; resize:vertical; transition:border-color .2s; }
.zse-contacts__textarea::placeholder{ color:#8e8e8e; }
.zse-contacts__textarea:focus{ border-color:#0c2e7b; }
.zse-contacts__submit{ display:flex; align-items:center; justify-content:center; width:100%; height:40px; padding:10px 16px; background:#0c2e7b; border:none; border-radius:12px; color:#ffffff; font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:14px; line-height:1.15; cursor:pointer; transition:background-color .2s; }
.zse-contacts__submit:hover{ background:#0a2563; }
.zse-contacts__form .wrap-checkbox{ margin:0; }
.zse-contacts__form .wrap-checkbox label{ font-family:'Roboto', Arial, sans-serif; font-weight:400; font-size:12px; line-height:1.35; color:#8e8e8e; }
.zse-contacts__form .wrap-checkbox label a{ color:#0c2e7b; text-decoration:underline; }
.zse-contacts__form .wrap-checkbox label a:hover{ text-decoration:none; }
.zse-contacts__result{ font-family:'Roboto', Arial, sans-serif; font-size:14px; line-height:1.35; }
.zse-contacts__result.success{ color:#1a7f37; }
.zse-contacts__result.error{ color:#d32f2f; }

@media (max-width:900px){
    .zse-contacts{ padding:48px 0; }
    .zse-contacts__inner{ flex-direction:column; gap:32px; }
    .zse-contacts__right{ flex:0 0 auto; max-width:none; width:100%; }
}
@media (max-width:767px){
    .zse-contacts__title{ font-size:28px; margin-bottom:20px; }
}
