@charset "UTF-8";
*,::before,::after{box-sizing:border-box}

/* ===== СБРОС / БАЗА ===== */
html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}
body{margin:0;line-height:inherit;background-color:#F2FAFF;color:#3A4D60}
main{display:block}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
h1{font-size:2em;margin:.67em 0}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
hr{box-sizing:content-box;height:0;overflow:visible;color:inherit;border-top-width:1px}
pre{font-family:monospace,monospace;font-size:1em}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}
img{border-style:none}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
table{text-indent:0;border-color:inherit;border-collapse:collapse;width:100%}
button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type='search']{-webkit-appearance:textfield;outline-offset:-2px}
[type='search']::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
fieldset{margin:0;padding:0}
legend{padding:0}
template{display:none}
dialog{padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
textarea{resize:vertical}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
:disabled{cursor:default}
[hidden]{display:none}

/* ===== ШАПКА ===== */
header{position:fixed;top:0;z-index:30;width:100%;color:#F1F1E6;background-color:#132738}
.header-container{align-items:center;display:flex;justify-content:space-between;padding:.5rem;margin-left:auto;margin-right:auto}
.menu-button{display:flex;align-items:center;margin-left:.25rem}
.menu-button svg{width:2.5rem;height:2rem}
.phone-button{display:flex;align-items:center;padding:4px 8px;font-weight:700;background-color:transparent;border:1px solid #fff;border-radius:4px;cursor:pointer;transition:background-color .3s ease,color .3s ease}
.phone-button span{font-weight:700;font-size:1.25rem;line-height:1.75rem}
.phone-button:hover,.phone-button:focus{background-color:#ECFBFF;color:#132738}
.phone-icon{margin-right:8px;width:24px;height:24px;fill:currentColor}

/* ===== ЛОГО ===== */
.logo-span{display:block;font-size:1.25rem;font-weight:400;line-height:1}
.logo-podspan{display:block;font-size:.75rem;font-weight:300;text-transform:uppercase}
header a>div{margin-left:.5rem;letter-spacing:.1em}

/* ===== НАВИГАЦИЯ (ДЕСКТОП) ===== */
.comp-menu{display:none;padding:.5rem;width:100%}
.menu-item{position:relative;padding:0 16px;font-size:1.1rem;font-weight:500;cursor:pointer;letter-spacing:.05em;padding-left:1rem;padding-right:1rem}
.menu-item::after{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:#fff;transition:width .3s ease-in-out;width:0}
.menu-item:hover::after{width:100%}
.menu-item:hover,.menu-item:focus,.menu-item:active{color:inherit;background-color:transparent}
.menu-group,.dropdown-links-block{position:relative;padding-left:1rem;padding-right:1rem}
.dropdown-menu{display:none;position:absolute;left:50%;transform:translateX(-50%);background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);z-index:5;margin-top:0;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;min-width:-moz-max-content;min-width:max-content}
.menu-group:hover .dropdown-menu,.dropdown-menu:hover{display:block;opacity:1;visibility:visible}
.dropdown-menu-block{display:flex;align-items:center;justify-content:space-between;padding:1rem;color:#000}
.submenu-item{display:block;padding:.5rem;font-size:1rem;border-bottom:1px dotted #000;transition:background-color .3s;color:#000}
.submenu-item,.submenu-item:hover,.submenu-item:focus{display:block;white-space:nowrap}
.submenu-item:last-child{border-bottom:none}
.submenu-item:hover,.submenu-item:focus{background-color:#EBEFF2}
.menu-item:hover svg,.menu-item:focus svg{transform:rotate(180deg)}
.top-link{display:inline-flex;align-items:center;letter-spacing:.05em;text-transform:uppercase}
.rotate-icon{width:1rem;height:1rem;margin-left:.25rem}

/* ===== ХЛЕБНЫЕ КРОШКИ ===== */
.breadcrumb-section{width:100%;padding:10px 15px;box-shadow:0 2px 15px #9aacc3}
.breadcrumb-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;overflow-x:auto}
.breadcrumb-list li{display:flex;align-items:center;white-space:nowrap}
.breadcrumb-link{text-decoration:underline;color:#3A4D60;margin:0 .25rem}
.breadcrumb-link:hover{color:#000}
.breadcrumb-current{color:#5A6A77;margin-left:.25rem}
.breadcrumb-home{display:flex;align-items:center}
.breadcrumb-icon-home::before{content:"\1F3E0";font-size:1rem;margin-right:.25rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ===== ОСНОВНОЙ БЛОК / HERO ===== */
.main-block{padding-top:3rem}
.main-section,.background-fade{position:relative;width:100%;height:100%;background-size:cover;background-position:center;transition:background-image 1s ease-in-out}
.background-fade{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:-2}
.grid-overlay{background:rgba(0,0,0,.2)}
.block-big-img{padding:2.5rem 1rem;display:flex;z-index:20;align-items:center;margin-left:auto;margin-right:auto}
.block-big-img-overlay{background-color:rgba(0,0,0,.6);padding:1.5rem;z-index:20}
.block-big-img-overlay>.flex{margin-top:1rem;margin-bottom:1rem}
.custom-flex-container{display:flex;align-items:center}
.block-big-img-h1{font-size:3rem;line-height:1;font-weight:700;margin-bottom:1rem;color:#ECFBFF}
.block-big-img-text{font-size:1.15rem;color:#F1F1E6}
.phone-button-inverce{display:flex;align-items:center;padding:4px 8px;font-weight:700;font-size:1.25rem;line-height:1.75rem;background-color:#ECFBFF;color:#132738;border:1px solid #ECFBFF;border-radius:4px;cursor:pointer;transition:background-color .3s ease,color .3s ease}
.phone-button-inverce:hover,.phone-button-inverce:focus{background-color:#F1F1E6;color:#132738}

/* ===== ПЕРЕХОДЫ ПАНЕЛИ МЕНЮ ===== */
#menuPanel,#menuOverlay{transition:transform .3s ease-in-out,opacity .3s ease-in-out}
#menuPanel{transform:translateX(-100%)}
#menuPanel.translate-x-0{transform:translateX(0%)}
#menuOverlay{position:fixed;inset:0;z-index:40;background-color:rgba(0,0,0,.5)}

/* ===== СЛАЙДЕР ЛОГОТИПОВ ===== */
.logo-section{position:relative;background-color:#3B4856;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.slider-container{overflow:hidden;width:100%;user-select:none;-webkit-user-select:none;cursor:grab}
.slider{display:flex}
.slider-container.grabbing,.slider-container.grabbing a{cursor:grabbing}
.slider-container a{cursor:pointer}
.logo-link{flex:0 0 auto;margin:10px;display:inline-block}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background-color:#132738;border:none;padding:10px 20px;cursor:pointer;color:#fff}
#prevBtn{left:10px}
#nextBtn{right:10px}
@media (max-width:499px){.logo-link{flex:0 0 100%;display:flex;justify-content:center}.slider-btn{padding:8px 12px}}

/* ===== КАРТОЧКИ УСЛУГ (ВЕРХНИЙ ГРИД) ===== */
.card-service{display:flex;flex-direction:column;align-items:stretch;border-radius:.25rem;margin-bottom:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(154,172,195,1),0 4px 6px -4px rgba(154,172,195,1)}
.card-service .info{padding-left:0}
@media (max-width:767px){.card-service{flex-direction:column;align-items:stretch;text-align:left}.icon-container{margin:.25rem auto 1rem}.info{padding-left:0}}
@media (min-width:768px) and (max-width:1279px){.card-service{flex-direction:column;align-items:center;text-align:center}.icon-container{margin-bottom:1rem}.info{padding-top:1rem;padding-left:0}}
@media (min-width:1280px){.card-service{flex-direction:column;align-items:center;text-align:center}.icon-container{margin-right:0;margin-bottom:1rem}.info{padding-top:1rem;padding-left:0}}

/* ===== ОБЩИЕ СТИЛИ ИКОНКИ ===== */
.icon-container,.svc-card-icon{flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin:.25rem auto 1rem auto}
.icon-container img,.svc-card-icon img{width:100px;height:100px;border-radius:50%;border:2px solid #708397;object-fit:cover}

/* ===== БЛОК 2: АЛЬТЕРНАТИВНЫЕ КАРТОЧКИ (svc-cards) ===== */
.svc-cards{margin-top:1rem;margin-bottom:3rem}
.svc-cards-grid{display:grid;gap:1rem;margin-bottom:2.5rem}
@media (max-width:767px){.svc-cards-grid{grid-template-columns:1fr}}
@media (min-width:768px) and (max-width:1279px){.svc-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1280px){.svc-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.svc-card{display:flex;flex-direction:column;align-items:stretch;border-radius:.25rem;padding:1.5rem;text-decoration:none;color:inherit;transition:box-shadow .2s ease,background-color .2s ease,transform .2s ease;box-shadow:0 10px 15px -3px rgba(154,172,195,1),0 4px 6px -4px rgba(154,172,195,1);background-color:#f2faff}
.svc-card:hover{background-color:#e2ecf2;box-shadow:0 16px 22px -6px rgba(154,172,195,1),0 8px 12px -8px rgba(154,172,195,1);transform:translateY(-2px)}
.svc-card:focus-visible{outline:2px solid #708397;outline-offset:3px}
.svc-card-info{width:100%;text-align:left}
.svc-card-title{margin:0 0 .5rem 0;font-weight:700}
.info h2{margin-bottom:.5rem;font-weight:700}
.info h2 a:hover{text-decoration:underline}
.svc-card-text{margin:0}

/* ===== БЛОК 3: ЧЕРЕДОВАНИЕ КАРТИНКА/ТЕКСТ ===== */
.unique-section{width:100%;background-color:#132738;position:relative}
.unique-section::before,.unique-section::after{content:"";position:absolute;left:0;right:0;height:2rem}
.unique-section::before{top:0;background-color:#F1F1E6}
.unique-section::after{bottom:0;background-color:#132738}
.row{display:flex;flex-wrap:wrap;justify-content:center}
.image-container,.text-container,.second-row-text-container{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:200px;padding:20px;text-align:center}
.image-container{background-size:cover;background-position:center;background-repeat:no-repeat}
.image-container::before{background-color:rgba(0,0,0,1);opacity:.3}
.text-container{color:#F1F1E6}
.second-row-text-container{background-color:#F1F1E6;color:#132738}
.text-container,.second-row-text-container{padding:2rem;position:relative;min-height:18.75rem}
.text-container h2,.second-row-text-container h2{position:relative;padding-bottom:.8rem;font-weight:700}
.text-container p,.second-row-text-container p{padding-top:.8rem}
.text-container h2::after{background-color:#F1F1E6}
.second-row-text-container h2::after{background-color:#132738}
.text-container h2::after,.second-row-text-container h2::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:50%;height:1px}
@media (max-width:767px){.image-container,.text-container,.second-row-text-container{flex-basis:100%}}
@media (min-width:768px) and (max-width:1279px){.image-container,.text-container,.second-row-text-container{flex-basis:50%}.row:first-child div:nth-child(3){order:4}.row:first-child div:nth-child(4){order:3}.row:nth-child(2) div:nth-child(2){order:-1}}
@media (min-width:1280px){.image-container,.text-container,.second-row-text-container{flex-basis:25%}}

/* ===== БЛОК 4/10: КАРТОЧКА С БОЛЬШОЙ КАРТИНКОЙ (new-card) ===== */
.img-container{flex-shrink:0;width:320px;height:320px;display:flex;align-items:center;justify-content:center;margin-right:20px}
.service-image{width:300px;height:300px;object-fit:cover}
.card-service.new-card .info{padding-left:1rem}
.button-container{display:flex;justify-content:flex-end;margin-top:1rem}
.service-button{display:flex;align-items:center;padding:4px 8px;font-weight:700;background-color:transparent;border:1px solid #3A4D60;border-radius:4px;color:#3A4D60;cursor:pointer;text-decoration:none;transition:background-color .3s ease,color .3s ease}
.service-button:hover{background-color:#F1F1E6;color:#132738}
@media (max-width:767px){.card-service.new-card{flex-direction:column;align-items:center;text-align:center}.img-container{margin-right:0;margin-bottom:1rem}.info{padding-top:1rem;padding-left:0}}
@media (min-width:768px) and (max-width:1536px){.card-service.new-card{flex-direction:column;align-items:center;text-align:center}.img-container{margin-right:0;margin-bottom:1rem}.info{padding-top:1rem;padding-left:0}}
@media (min-width:1536px){.card-service.new-card{flex-direction:row}.img-container{margin-right:1rem}.info{padding-left:1rem}}

/* ===== КОНТЕНТНЫЕ БЛОКИ ===== */
.section-content{display:flex;flex-wrap:wrap;justify-content:space-between;overflow-x:hidden}
.text-part{flex:1 1 100%;min-width:0;padding-left:1rem;padding-right:1rem}
.section-content h2{font-size:1.6rem;margin-bottom:1rem;position:relative}
.section-content h2::after{content:"";display:block;width:12rem;height:.1rem;background-color:#C196BA;position:absolute;bottom:-.2rem;left:0}
.section-content h3{font-size:1.4rem;margin-bottom:1rem;position:relative}
.section-content h3::after{content:"";display:block;width:8rem;height:.1rem;background-color:#8DD67A;position:absolute;bottom:-.2rem;left:0}
.section-content ul{list-style-type:none;padding-left:2rem}
.section-content ul li{position:relative;margin-bottom:.2rem;padding-left:1.5rem}
.section-content ul li::before{content:"✔";color:#8DD67A;position:absolute;left:0;top:0;font-size:1.3rem;line-height:1}

/* ===== ПОДВАЛ ===== */
.footer{padding-top:2rem;padding-bottom:2rem;color:#f1f1e6;background-color:#3b4856}
.footer .container{padding-left:1rem;padding-right:1rem}

/* ===== ТАБЛИЦЫ ===== */
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-wrap table{min-width:700px}
.table-wrap th,.table-wrap td{padding:10px 14px;border:1px solid #C8D6E0;text-align:left;vertical-align:top}
.table-wrap th{background:#E4EFF7;font-weight:600}
.table-wrap tbody tr:nth-child(odd){background:rgba(58,77,96,.05)}
.table-wrap tbody tr:hover{background:rgba(58,77,96,.1)}

/* ===== КНОПКА СКРОЛЛ ВВЕРХ + МОБИЛЬНАЯ ПАНЕЛЬ ЗВОНКА ===== */
.scroll-to-top{position:fixed;bottom:60px;right:10px;width:50px;height:50px;background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:10px;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s,background-color .3s,transform .2s;z-index:1000;display:flex;justify-content:center;align-items:center;font-size:24px}
.scroll-to-top:hover{background-color:rgba(0,0,0,.8)}
.scroll-to-top:active{transform:scale(.9)}
.scroll-to-top.show{opacity:1;pointer-events:auto}
.call-bar{display:none;position:fixed;bottom:0;left:0;width:100%;background-color:#132738;text-align:center;padding:.2rem 0;z-index:1000}
.call-bar-link{color:#fff;font-size:1.6rem;text-decoration:none}
@media (min-width:768px){.call-bar{display:none!important}}

/* ===== КОНТЕЙНЕР + БРЕЙКПОИНТЫ ===== */
.container{width:100%}
@media (min-width:640px){.container{max-width:640px}}
@media (min-width:768px){.container{max-width:768px}.comp-menu{width:auto}.main-block{padding-top:4rem}.block-big-img{padding-left:0;padding-right:0}}
@media (min-width:1024px){.container{max-width:1024px}.comp-menu{display:none}.menu-button{display:flex}.lg\:flex{display:flex}.lg\:items-center{align-items:center}.lg\:hidden{display:none}}
@media (min-width:1280px){.container{max-width:1280px}.comp-menu{display:flex;align-items:center}.menu-button{display:none}.xl\:flex{display:flex}.xl\:items-center{align-items:center}}
@media (min-width:1536px){.container{max-width:1536px}}

/* ===== HERO: АДАПТИВНЫЕ ПРАВКИ ===== */
@media (max-width:768px){.phone-button{display:none}.block-big-img-h1{font-size:1.6rem}.block-big-img-text{font-size:1rem;line-height:1.2}}
@media (max-width:360px){.phone-button-inverce{font-size:1rem}}

/* ===== УТИЛИТЫ ДЛЯ ГРИДА ===== */
@media (min-width:768px){
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ===== УТИЛИТАРНЫЕ КЛАССЫ ===== */
.my-12{margin-top:3rem;margin-bottom:3rem}
.cards-grid{gap:1rem;margin-bottom:2.5rem}
.grid{display:grid}
.flex{display:flex}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.mx-auto{margin-left:auto;margin-right:auto}
.-translate-x-full{transform:translateX(-100%)}
.translate-x-0{transform:translateX(0)}
.text-center{text-align:center}
.hidden{display:none}

/* ===== МОБИЛЬНОЕ МЕНЮ (ПАНЕЛЬ) ===== */
.menu-panel{position:fixed;top:0;left:0;z-index:50;width:16rem;height:100%;padding:1rem;overflow-y:auto;background-color:#132738;transform:translateX(-100%);transition:transform .3s ease-in-out}
.menu-panel nav{margin-top:1.5rem}
.close-menu-panel{position:absolute;top:1rem;right:1rem;cursor:pointer}
.close-menu-panel svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2}
.div-phone-menu-panel{margin-top:2.5rem;text-align:center;color:#F1F1E6}
.div-phone-menu-panel a{color:#F1F1E6;text-decoration:none}
.menu-panel a,.custom-submenu-link{display:block;padding:.5rem;color:#F1F1E6;border-bottom:1px solid #37425B;transition:background-color .2s}
.phone-link{font-size:1.1rem;font-weight:700}
.menu-panel a:hover,.custom-submenu-link:hover,.menu-panel a:focus,.custom-submenu-link:focus{background-color:#3A4D60}
.unique-button-style{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem;color:#F1F1E6;background-color:transparent;border:none;cursor:pointer;border-bottom:1px solid #37425B}
.unique-button-style svg{fill:currentColor;width:1rem;height:1rem}
.dropdown-content{padding-left:1.5rem}

/* ===== УБРАТЬ РАМКУ КНОПОК МЕНЮ ===== */
.menu-button,
.menu-button button,
.close-menu-panel,
.close-menu-panel button,
.nav-button{border:none !important;outline:none !important;box-shadow:none !important;background:transparent;padding:0}