/*
 ________  __       __       __    __  _____      __
|   __   ||  |     /  \     |  |  |  ||  __ \    |  |
|  |__|  ||  |    /    \    |  |\ |  || |__) |   |  |
|   _____||  |   /  /\  \   |  | \|  ||      /   |  |____ ___      ___
|  |      |  |  /  /__\  \  |  |\ |  ||  __  \   |  ___  |\  \    /  /
|  |      |  | /  /    \  \ |  | \|  || |__)  |_ | |___| | \  \__/  /
|__|      |__|/__/      \__\|__|  |__||_______(_)|_______|  \      /
                                                            _|    /
                                                           |     /
                                                           |____/
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}body,html{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:700}img{color:transparent;font-size:0;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}caption,td,th{font-weight:400;vertical-align:top;text-align:left}q{quotes:none}q:after,q:before{content:'';content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg{overflow:hidden}.clear,.clr{display:block;clear:both;overflow:hidden;line-height:0!important;height:0!important;font-size:0;margin:0;padding:0}.clearfix:after,.clearfix:before{content:"";display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}html{overflow-x:hidden}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}address,dl,fieldset,figure,hr,ol,p,pre,table,ul{margin-top:0}video,iframe{max-width: 100%;}

/* Show Once ---------------------- */
    *[data-show-once-id]:not(.hystmodal) {display: none;}


/* HYST MODAL ---------------------- */
    .hystmodal img { width: auto;height: auto; }
    /* right & left orientation ---------------------- */
        .hystmodal-right .hystmodal__window, 
        .hystmodal-left .hystmodal__window{margin: 0;}
        
        .hystmodal-right .hystmodal__wrap {align-items: end;}
        .hystmodal-right .hystmodal__close {left: -40px;}
        
        .hystmodal-left .hystmodal__wrap {align-items: start;}
    
    /* wide ---------------------- */
        #myModal-wide .hystmodal__window {width: 1000px;}
        #modal-order-confirmation .hystmodal__window {width: 650px;}
    
    /* custom view & animaion ---------------------- */
        /* default ---------------------- */
            .hystmodal__wrap {perspective: 1000px;}
            .hystmodal:not(.hystmodal-right):not(.hystmodal-left) .hystmodal__window {transform: rotateX(10deg) translate(0, 50px) scale(.9);transition: .5s;}
            .hystmodal--active:not(.hystmodal-right):not(.hystmodal-left) .hystmodal__window {transform: translate(0, 0);}
        
        /* right & left ---------------------- */
            .hystmodal-right .hystmodal__window {transform: translate(100px, 0); opacity: 1;}
            .hystmodal-left .hystmodal__window {transform: translate(-100px, 0); opacity: 1;}
            .hystmodal-right.hystmodal--active .hystmodal__window,
            .hystmodal-left.hystmodal--active .hystmodal__window{transform: translate(0, 0)}

/* PlanB Modal ---------------------- */
    /*behavior*/
        .fon_modal {z-index: 10001;top: 0;left: 0;bottom: 0;right: 0;position: fixed;display: none;}
        .modalwrapper {-webkit-overflow-scrolling: touch;perspective: 1000px;overflow-y: scroll;z-index: 1000;top: 0;right: 0;width: 100%;height: 100%;display: none;position: fixed;}
        .modal {left: 50%;transform: translate(-50%, 0%) rotateX(50deg) scale(.6);bottom: auto;opacity: 0;z-index: 10002;box-sizing: border-box;transition: 1s;display: none;position: absolute;}
        .modal.poehali {transform: translate(-50%, -50%);opacity: 1;margin-top: 0;}
        .modal .close_modal {position: absolute;z-index: 999999;text-align: center;cursor: pointer;transition: .5s;}

    /*modal width & position*/
        .modal {width: 600px;top: 50%;}
        .modal.poehali {transform: translate(-50%, -50%);opacity: 1;margin-top: 0;}

    /*style*/
        .modalwrapper {-webkit-backdrop-filter: blur(18px);backdrop-filter: blur(18px);background: rgb(0 0 0 / 15%);}
        .modal {background: #fff;border-radius: 5px;padding: 40px;}
        .modal .close_modal {right: 10px;top: 10px;color: var(--textcolor);background: transparent;width: 35px;height: 35px;line-height: 35px;font-size: 30px;border-radius: 5px;}
        .modal .close_modal:hover {transform: rotate(90deg);}
        .modal h3 {font-weight: 700;font-size: 20px;text-transform: uppercase;line-height: 24px;padding: 20px 0 0;}
        .modal h3, .modal p {color: var(--textcolor)}
        .fon_image img {max-height: 200px;width: auto;display: block;margin: 0 auto;border-radius: 10px;}

/* Список - галочки  ---------------------- */
    ul.check-list {margin: 15px 0}
    ul.check-list li {list-style-type: none;padding-left: 40px;position: relative;margin-bottom: 5px;margin-left: 0;}
    ul.check-list li:before {background: url(/assets/images/icons/check_black.png) 50% 50%/15px no-repeat;left: 12px;top: 7px;width: 15px;height: 15px;position: absolute;content: "";display: inline-block;}
    
/* Список кружочки  ---------------------- */
    ul.circle-list {margin: 15px 0}
    .circle-list li {list-style-type: none;margin-bottom: 8px;position: relative;}
    .circle-list li:before {right: calc(100% + 10px);top: 10px;border: 2px solid var(--maincolor);width: 8px;height: 8px;border-radius: 100px;position: absolute;display: block;content: '';}

/* ol li customization ---------------------- */
    ol.numbered {counter-reset: myCounter;margin: 15px 0}
    ol.numbered li {margin-bottom: 5px;list-style-type: none;padding-left: 10px;position: relative;}
    ol.numbered li:before {background:var(--maincolor);color: #fff;counter-increment:myCounter;content:counter(myCounter);position:absolute;left: -30px;top:-2px;display:inline-block;text-align:center;margin:5px 10px;width:17px;height:17px;line-height:17px;border-radius:20px;font-size:.7em}

/* Fancybox  ---------------------- */  
    a[data-fancybox] {position: relative;display: block;}
    a[data-fancybox]:after {background: url(/assets/images/icons/zoom_white.png) 50% 50%/20px no-repeat, #00000024;display: block;content:"";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition:.5s;}
    a[data-fancybox]:hover:after {opacity: 1;}

/* Breadcrumbs  ---------------------- */  
    ul.breadcrumb {font-size: .8em;width: 100%;margin: 0;padding: 10px 0;box-sizing: border-box;margin-top: 5px;}
    .breadcrumb li {display: inline-block;line-height: 1.2;list-style-type: none;padding-left: 0 !important;margin-bottom: 0 !important;margin-left: 0 !important;margin-right: 3px;color: #464646;}
    .breadcrumb li a {color: #464646;}


/* OWL Carousel  ---------------------- */  
    /* arrows 1 */
        .owl-arrows1 .owl-nav button {width: 30px !important;height: 30px !important;line-height: 30px !important;font-size: 0 !important;border-radius: 50px;top: 50%;transform: translateY(-50%);outline: none;position: absolute;}
        .owl-arrows1 .owl-nav .owl-prev {left: 5px;background: url(/assets/images/icons/arrow_left_black.png) 50% 50%/100% no-repeat !important;}
        .owl-arrows1 .owl-nav .owl-next {right: 5px;background: url(/assets/images/icons/arrow_right_black.png) 50% 50%/100% no-repeat !important;}

    /* arrows 2 */
        .owl-arrows2 {padding: 0 40px;margin: 0;box-sizing: border-box;}
        .owl-arrows2 .owl-prev, 
        .owl-arrows2 .owl-next {background: var(--maincolor2) !important;color: #fff !important;height: 30px;width: 30px;border-radius: 100px;padding: 0;box-sizing: border-box;font-size: 0;position: absolute;transition: 0.3s;top: 50%;transform: translateY(-50%);outline: none;}
        .owl-arrows2 .owl-prev {left: 0px}
        .owl-arrows2 .owl-next {right: 0px;}
        
        .owl-arrows2 .owl-next.disabled,
        .owl-arrows2 .owl-prev.disabled {background: var(--grey) !important;}
    
    /* arrows 3 */
        .owl-arrows3 .owl-nav {top: -50px;right: 0;position: absolute;}
        .owl-arrows3 .owl-nav button {width: 40px;height: 40px;line-height: 40px !important;background: var(--maincolor2) !important;color: #222 !important;border-radius: 5px;margin-left: 10px;outline: none;}
        .owl-arrows3 .owl-nav button.disabled {background: var(--grey) !important;color: #222 !important;cursor: initial;}
        
    /* dots 1 */
        .owl-dots1 .owl-dots {margin-top: 10px;text-align: center;}
        .owl-dots1 .owl-dots button {background: var(--grey) !important;width: 10px;height: 10px;margin: 0 4px;border-radius: 30px;transition: .2s;outline: none;display: inline-block;}
        .owl-dots1 .owl-dots button.active, 
        .owl-dots1 .owl-dots button:hover {background: var(--maincolor) !important}
    
    /* dots 2 */
        .owl-dots2-wrapper {text-align: center;line-height: 10px;}
        .owl-dots2 .owl-dots {border-radius: 25px;text-align: center;line-height: 0;position: absolute;z-index: 1;bottom: 15px;left: 50%;transform: translateX(-50%);}
        .owl-dots2 button {right: 0;transform: none;top: 0;height: 100%;background: var(--maincolor2) !important;width: 50px;opacity: 0.5;transition: .5s;z-index: 2;}
        .owl-dots2 button.active, 
        .owl-dots2 button:hover {background: var(--maincolor) !important;}
    

    
/* Icons Docs pdf docx xls  ---------------------- */     
a[href$=".pdf"].icon-file, 
a[href$=".doc"].icon-file, 
a[href$=".docx"].icon-file,
a[href$=".xls"].icon-file{position: relative;font-size:1.5rem;color: var(--maincolor2);font-weight: 600;border-radius: 10px;display: inline-block;margin-bottom: 20px;padding: 20px 40px 20px 60px;background: var(--grey) url(/assets/images/icons/files/pdf-file.png) 15px/30px no-repeat;background-size: 30px 30px;transition: .5s;}
a[href$=".doc"].icon-file, 
a[href$=".docx"].icon-file  {background: var(--grey) url(/assets/images/icons/files/docx-file.png) 15px 25px/30px no-repeat;background-size: 30px 30px;}
a[href$=".xls"].icon-file  {background: var(--grey) url(/assets/images/icons/files/xls-file.png) 15px 25px/30px no-repeat;background-size: 30px 30px;}

/* Before Line  ---------------------- */ 
    .before-line {position: relative;color: var(--hcolor);padding: 0 0 0 130px;}
    .before-line:before {display: inline-block;height: 2px;width: 100px;background: var(--hcolor);content: "";position:  absolute;top: 50%;transform: translateY(-50%);left: 0;}

/* Full width block  ---------------------- */ 
    .fw {position: relative;}
    .fw:before,.fw:after {content: '';display: block;background: inherit;position: absolute;height: 100%;width: 10000px;top: 0;}
    .fw:before{right: 100%;} .fw:after{left: 100%;}
    
/* HR Shadow  ---------------------- */     
    .hr-shadow{position:relative;overflow:hidden;height:25px}.hr-shadow:after{position:absolute;content:'';z-index:1;height:20px;top:-20px;left:50%;width:100%;margin-left:-50%;-webkit-border-radius:200px/10px;-moz-border-radius:200px/10px;border-radius:200px/10px;box-shadow:0 0 30px rgba(0,0,0,.28)}

/* Sweet Alert  ---------------------- */  
    .swal2-container {width: 35rem !important;}
    .swal2-popup.swal2-toast {padding: 2rem !important;font-size: 2rem !important;}
    h2#swal2-title {font-size: 1.5rem;line-height: 1.5rem !important;}
    .swal2-html-container {font-size: 1.5rem !important;line-height: 1.5rem !important;}
    html.swal2-shown,body.swal2-shown {height: auto!important;}
    
/* Gridzy  ---------------------- */  
    .gridzyItem img {width: 100%;}
    #scrollup {width: 45px;height: 45px;right: 20px;bottom: 20px;position: fixed;border-radius: 5px;opacity: 0;visibility: hidden;background: var(--maincolor2);cursor: pointer;text-align: center;display: flex;justify-content: center;align-items: center;transition: 0.5s;transform: rotate(180deg);z-index: 10;}


/* checkboxes  ---------------------- */  
        input[type=checkbox] {position: relative;background: #fff;border-radius: 2px;cursor: pointer;line-height: 0;margin: 0 0.6em 0 0;outline: 0;padding: 0 !important;vertical-align: text-top;height: 20px;width: 20px;-webkit-appearance: none;border: 1px solid var(--maincolor)}
        input[type=checkbox] + label {cursor: pointer;margin-right: 20px}
        input[type=checkbox]:checked:before {border: solid var(--maincolor);border-width: 0 2px 2px 0;margin: -1px -1px 0 -1px;width: 4px;height: 10px;content: '';position: absolute;right: 50%;top: 50%;transform: rotate(45deg) translate(-50%, -50%);z-index: 2;}
        
        input.checkbox + label {cursor: pointer}
        input.checkbox {vertical-align: top;width: 17px;height: 17px;margin: 0 3px 0 0}
        input.checkbox:not(checked) {position: absolute;opacity: 0}
        input.checkbox:not(checked) + label {position: relative;padding: 0 0 0 60px}
        input.checkbox:not(checked) + label:before {content: '';position: absolute;top: -4px;left: 0;width: 50px;height: 26px;border-radius: 13px;background: #CDD1DA;box-shadow: inset 0 2px 3px rgba(0,0,0,.2)}
        input.checkbox:not(checked) + label:after {content: '';position: absolute;top: -2px;left: 2px;width: 22px;height: 22px;border-radius: 10px;background: #FFF;box-shadow: 0 2px 5px rgba(0,0,0,.3);transition: all .2s}
        input.checkbox:checked + label:before {background: #9FD468}
        input.checkbox:checked + label:after {left: 26px}



/* useful classes */
.main {max-width: 1420px;clear: both;box-sizing: border-box;margin: 0 auto;padding: 0 20px;position: relative;}
.small {font-size: .85em;line-height: 1.5em;}
.url  {border-bottom: 1px dotted;display:inline-block;text-decoration:none;}
.warning {background-color: #FDF7DF;border: 1px solid #FEEC6F;color: #C9971C;font-weight: 700;padding: 10px 20px;border-radius: 10px;}
.maxwidth600 {margin: 0 auto;max-width: 600px;}
.maxwidth700 {margin: 0 auto;max-width: 700px;}
.maxwidth800 {margin: 0 auto;max-width: 800px;}
.maxwidth900 {margin: 0 auto;max-width: 900px;}
.maxwidth1000 {margin: 0 auto;max-width: 1000px;}
.maxwidth1200 {margin: 0 auto;max-width: 1200px;}
.curp {cursor: pointer;}
[data-copy-to-clipboard] {cursor: pointer;}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*                      COMMON                    */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

/* ============================================================ */
/*  EXPERT ROOFING — Project Styles                             */
/* ============================================================ */

/* ---- CSS Variables ---- */
:root {
    --maincolor:   #2563eb;
    --maincolor2:  #1d4ed8;
    --accent:      #f97316;
    --accent2:     #ea580c;
    --textcolor:   #111827;
    --textgrey:    #6b7280;
    --lightblue:   #eff6ff;
    --darkbg:      #030712;
    --darkbg2:     #111827;
    --grey:        #f3f4f6;
}

/* ---- Global ---- */
body {
    font-family: 'Manrope', sans-serif;
    background: #fff;
    color: var(--textcolor);
    font-size: 16px;
    line-height: 1.6;
}

/* ---- Gradient text helpers ---- */
.text-grad-blue {
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-grad-lb {
    background: linear-gradient(to right, #60a5fa, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


 /* Main menu ---------------------- */
        #mainmenu {box-sizing: border-box;margin-bottom: 0;margin-left: 50px;background: transparent;height: var(--mainmenu-height);}
        .mobile-mainmenu-button, .mobile-mainmenu-outer {display: none;}

        /* DESKTOP  ---------------------- */
        /* STYLE */
            /* common  ---------------------- */
                ul.desktop-mainmenu {margin-bottom: 0;display: inline-block;}
                ul.desktop-mainmenu li {margin: 0;padding: 0;list-style-type: none;box-sizing: border-box}
                ul.desktop-mainmenu a {color: #1f2937;height: auto;font-weight: 400;text-decoration: none;}
                ul.desktop-mainmenu a:hover, ul.desktop-mainmenu li.active a, ul.desktop-mainmenu li:hover a {text-decoration:none;}

            /* 1 level */
                li.menu-level-1 {list-style-type: none;margin-right: 10px !important;transition: 1s;display: inline-block;}
                li.menu-level-1 > a {padding: 8px 14px;font-weight: 500;display: block;}
                /* hover-active-decoration */
                    li.menu-level-1.active > a, li.menu-level-1 > a:hover { color: var(--accent);background: #fff7ed;}
               
                 /* parent */
                    li.menu-level-1.parent > a:after{width: 6px;height: 6px;background: url(/assets/images/icons/arrow_down_white.png) 50% 50%/100% no-repeat;top: 50%;right: -15px;transform:translateY(-50%);position: absolute;content: '';display: block;transition:.35s;}
                    li.menu-level-1.parent:hover > a:after {transform: translateY(-50%) rotate(180deg);}
                    
                    li.menu-level-1.parent.active > a:after, li.menu-level-1.parent > a:hover:after {filter: brightness(0) saturate(100%) invert(44%) sepia(83%) saturate(4866%) hue-rotate(344deg) brightness(100%) contrast(82%);}

                    
        /* BEHAVIOR  ---------------------- */
            /* common  ---------------------- */
                ul.desktop-mainmenu li {position: relative}ul.desktop-mainmenu a {position: relative}



/* ---- Section padding helpers ---- */
.section { padding: 80px 0; }
.section-lg { padding: 100px 0; }

/* ---- Badge pill ---- */
.badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 100px;
    box-shadow: 0 4px 16px rgba(37,99,235,.3);
}
.badge-white {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(255,255,255,.25);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,.4);
    backdrop-filter: blur(8px);
}
.badge-glass {
    display: inline-block;
    padding: 12px 32px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(8px);
}

/* ---- Buttons ---- */
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(to right, var(--accent), var(--accent2));
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 4px 20px rgba(249,115,22,.3);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.btn-cta:hover {
    background: linear-gradient(to right, var(--accent2), #c2410c);
    box-shadow: 0 4px 25px rgba(249,115,22,.5);
    transform: translateY(-2px);
    color: #fff;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 40px;
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 8px 30px rgba(37,99,235,.4);
    text-decoration: none;
}
.btn-primary:hover {
    background: linear-gradient(to right, var(--maincolor2), #1e40af);
    box-shadow: 0 8px 35px rgba(37,99,235,.6);
    transform: scale(1.05);
    color: #fff;
}
.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #fff;
    color: var(--maincolor);
    font-weight: 900;
    font-size: 18px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 16px 40px rgba(37,99,235,.4);
    text-decoration: none;
}
.btn-white:hover {
    transform: scale(1.05);
    box-shadow: 0 16px 45px rgba(37,99,235,.6);
    color: var(--maincolor);
}
.btn-orange {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #D35009;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    border: 3px solid #fff;
    border-radius: 16px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
}
.btn-orange:hover {
    background: rgba(255,255,255,.2);
    transform: scale(1.05);
    color: #fff;
}
.btn-block {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 24px;
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 6px 24px rgba(37,99,235,.4);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.btn-block:hover {
    background: linear-gradient(to right, var(--maincolor2), #1e40af);
    box-shadow: 0 8px 32px rgba(37,99,235,.6);
    transform: scale(1.03);
    color: #fff;
}
.btn-card {
    display: block;
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 4px 16px rgba(37,99,235,.3);
    text-align: center;
    text-decoration: none;
}
.btn-card:hover {
    background: linear-gradient(to right, var(--maincolor2), #1e40af);
    box-shadow: 0 6px 24px rgba(37,99,235,.5);
    color: #fff;
}

/* ---- Header ---- */
.site-header {
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 30px rgba(0,0,0,.04);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
}
.site-header__inner {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.site-logo {display: block;width: 205px;outline: none !important;outline-offset: 0;border: 0;transition: transform .3s;}
.site-logo:hover { transform: scale(1.05); }
.site-logo img { width: 100%; height: auto; }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    border-radius: 8px;
    transition: all .3s;
}
.site-nav a:hover, .site-nav a.is-active {
    color: var(--accent);
    background: #fff7ed;
}

.header-phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid #e5e7eb;
    padding-right: 20px;
    gap: 2px;
}
.header-phones a {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
    transition: color .3s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.header-phones a:hover { color: var(--maincolor); }
.header-phone-label {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
    min-width: 28px;
    text-align: right;
}

.header-socials { display: flex; gap: 8px; }
.header-socials a {
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: all .3s;
    font-size: 16px;
    text-decoration: none;
}
.header-socials .tg { background: #eff6ff; color: #3b82f6; }
.header-socials .tg:hover {
    background: #3b82f6; color: #fff;
    box-shadow: 0 4px 12px rgba(59,130,246,.4);
    transform: translateY(-2px);
}
.header-socials .vb { background: #f5f3ff; color: #8b5cf6; }
.header-socials .vb:hover {
    background: #8b5cf6; color: #fff;
    box-shadow: 0 4px 12px rgba(139,92,246,.4);
    transform: translateY(-2px);
}
.header-socials .insta { background: #f5f3ff; color: #fd00d8; }
.header-socials .insta:hover {
    background: #fd00d8; color: #fff;
    box-shadow: 0 4px 12px rgba(139,92,246,.4);
    transform: translateY(-2px);
}

.header-burger {
    width: 40px; height: 40px;
    border-radius: 8px;
    background: #f9fafb;
    display: none;
    align-items: center; justify-content: center;
    color: #4b5563;
    border: none;
    cursor: pointer;
    transition: background .3s;
}
.header-burger:hover { background: #f3f4f6; }

/* ---- Hero (main page) ---- */
.hero {
    position: relative;
    margin-top: 96px;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url('/assets/images/homepage/01.webp') 50% 50%/cover no-repeat;
}
.hero:after {content: '';top:0;left:0;width:100%;position: absolute;height: 100%;z-index:1;display: block;background: linear-gradient(179deg, #000c2d, transparent);}

.hero__bg-anim {
    position: absolute; inset: 0; opacity: .1; pointer-events: none;
}
.hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: pulse-glow 4s ease-in-out infinite;
}
.hero__orb--1 { width: 600px; height: 600px; background: rgba(255,255,255,.2); top: -100px; right: -100px; }
.hero__orb--2 { width: 500px; height: 500px; background: rgba(255,255,255,.15); bottom: -100px; left: -100px; animation-delay: 1s; }
.hero__orb--3 { width: 400px; height: 400px; background: rgba(255,255,255,.1); top: 50%; left: 40%; animation-delay: 2s; }
@keyframes pulse-glow {
    0%, 100% { opacity: 1; }
    50% { opacity: .4; }
}
.hero__ping {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    animation: ping 1.5s cubic-bezier(0,0,.2,1) infinite;
}
@keyframes ping {
    75%, 100% { transform: scale(2); opacity: 0; }
}
.hero__bottom-fade {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to top, #fff, transparent);
    pointer-events: none;
}

.hero__title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hero__subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.hero__text {
    font-size: 18px;
    color: rgba(255,255,255,.9);
    line-height: 1.7;
}

/* Stat boxes */
.stat-box {
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 16px;
    padding: 24px 12px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.stat-box:hover {
    background: rgba(255,255,255,.25);
    border-color: rgba(255,255,255,.6);
    transform: scale(1.05);
}
.stat-box__number {
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.stat-box__label {
    font-size: 11px;
    color: rgba(255,255,255,.95);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.3;
}

/* Hero features card */
.hero-features {
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 32px;
    box-shadow: 0 20px 70px rgba(37,99,235,.25);
    border: 1px solid rgba(255,255,255,.6);
}
.hero-feature-item {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #eff6ff, #fff);
    border: 1px solid rgba(219,234,254,.5);
    transition: all .3s;
    margin-bottom: 12px;
}
.hero-feature-item:last-child { margin-bottom: 0; }
.hero-feature-item:hover { border-color: #93c5fd; box-shadow: 0 4px 16px rgba(37,99,235,.1); }
.hero-feature-item__icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--maincolor), var(--maincolor2));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(37,99,235,.3);
    color: #fff; font-size: 20px;
    transition: all .3s;
}
.hero-feature-item__icon.accent {background: linear-gradient(135deg, var(--accent), var(--accent));}
.hero-feature-item:hover .hero-feature-item__icon { transform: scale(1.1); }
.hero-feature-item__title { font-weight: 700; font-size: 16px; color: #111827; margin-bottom: 2px; }
.hero-feature-item__sub { font-size: 13px; color: #6b7280; font-weight: 500; }

/* Hero features bottom bar */
.hero-bottom-bar {
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
    border-radius: 12px;
    padding: 16px;
    display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 4px 16px rgba(37,99,235,.3);
    margin-top: 24px;
}
.pulse-dot {
    width: 10px; height: 10px;    flex-shrink: 0;
    border-radius: 50%;
    background: var(--accent);
    animation: pls 2s ease-in-out infinite;
}
@keyframes pls { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }

/* ---- Page hero (inner pages) ---- */
.page-hero {
    position: relative;
    width: 100%;
    margin-top: 96px;
    min-height: 560px;
    overflow: hidden;
}

.page-hero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
}

.page-hero  > .main {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%; 
    display: flex;
    align-items: center;
}

.page-hero__content {
    width: 100%;
    max-width: 900px;
    padding: 100px 0;
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
}

.badge-glass {
    background-color: #2563EB;
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-hero__title {
    font-size: 80px;
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin: 0 0 25px 0; 
}

.page-hero__title span {
    color: var(--accent)/*#2563EB*/;
}

.page-hero__text {
    font-size: 24px;
    color: #e5e7eb;
    max-width: 700px;
    line-height: 1.5;
    margin: 0;
}

/* ---- Brand cards (specialization) ---- */
.brand-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(0,0,0,.08);
    border: 2px solid #dbeafe;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.brand-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 20px 60px rgba(37,99,235,.2);
    transform: translateY(-8px);
}
.brand-card__icon {
    height: 40px;
    margin: 0 auto 16px;
    transition: transform .3s;
}
.brand-card:hover .brand-card__icon { transform: scale(1.1); }
.brand-card__title { font-size: 28px; font-weight: 900; color: #111827; margin-bottom: 8px; }
.brand-card__sub { font-size: 13px; font-weight: 700; color: var(--maincolor); text-transform: uppercase; letter-spacing: .1em; }

/* ---- Section light bg ---- */
.section-light-bg {
    background: linear-gradient(135deg, rgba(37,99,235,.06), rgba(255,255,255,.97), rgba(59,130,246,.1));
}

/* ---- Philosophy cards (light) ---- */
.benefit-card {
    background: linear-gradient(135deg, #eff6ff, #fff);
    border: 2px solid #dbeafe;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all .3s;
    position: relative;
}
.benefit-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 16px 40px rgba(37,99,235,.12);
    transform: scale(1.03);
}
.benefit-card__icon {
    width: 80px; height: 80px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 6px 20px rgb(235 216 37 / 40%);
    font-size: 32px; color: #fff;
    transition: all .3s;
}
.benefit-card:hover .benefit-card__icon { box-shadow: 0 8px 25px rgba(37,99,235,.6); }
.benefit-card__star {
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; color: #fff;
    position: absolute; top: -8px; right: 24px;
}
.benefit-card__title { font-size: 22px; font-weight: 700; color: #111827; margin-bottom: 12px; transition: color .3s; }
.benefit-card:hover .benefit-card__title { color: var(--maincolor); }
.benefit-card__text { font-size: 17px; color: #374151; line-height: 1.6; }

/* CTA bar in philosophy */
.cta-bar {
    background: linear-gradient(to right, rgba(37,99,235,.06), rgba(59,130,246,.12), rgba(37,99,235,.06));
    border: 1px solid #bfdbfe;
    border-radius: 24px;
    padding: 48px;
    text-align: center;
    backdrop-filter: blur(4px);
}

/* ---- Trust cards ---- */
.trust-card {
    background: linear-gradient(135deg, #eff6ff, #fff);
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 32px;
    transition: box-shadow .3s;
}
.trust-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.trust-card__icon {
    width: 64px; height: 64px;
    background: var(--accent);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
    font-size: 22px; color: #fff;
}
.trust-card__title { font-size: 20px; font-weight: 700; color: #111827; margin-bottom: 12px; }
.trust-card__text { color: #6b7280; line-height: 1.7; }

/* ---- Process steps ---- */
.step-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.step-item__wrap { position: relative; margin-bottom: 24px; }
.step-item__icon {
    width: 96px; height: 96px;
    background: linear-gradient(135deg, var(--maincolor), var(--maincolor2));
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px; color: #fff;
    box-shadow: 0 8px 30px rgba(37,99,235,.4);
    transition: all .3s;
    position: relative; z-index: 1;
}
.step-item__icon--orange {
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    box-shadow: 0 8px 30px rgba(249,115,22,.4);
}
.step-item:hover .step-item__icon { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,99,235,.6); }
.step-item:hover .step-item__icon--orange { box-shadow: 0 12px 40px rgba(249,115,22,.6); }
.step-item__num {
    width: 40px; height: 40px;
    background: var(--accent);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 900; font-size: 14px;
    position: absolute; bottom: -8px; right: -8px;
    box-shadow: 0 4px 12px rgba(249,115,22,.4);
    z-index: 2;
}
.step-item__num--blue { background: var(--maincolor); box-shadow: 0 4px 12px rgba(37,99,235,.4); }
.step-item__title { font-size: 16px !important; font-weight: 700; color: #111827; margin-bottom: 8px; transition: color .3s; }
.step-item:hover .step-item__title { color: var(--maincolor); }
.step-item:hover .step-item__title--orange { color: var(--accent); }
.step-item__text { font-size: 13px; color: #6b7280; line-height: 1.6; }
@keyframes fadeInUp { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }

/* Process progress bar */
.process-bar { height: 8px; background: #e5e7eb; border-radius: 100px; overflow: hidden; }
.process-bar__fill {
    height: 100%;
    background: linear-gradient(to right, var(--maincolor), var(--accent), var(--maincolor2));
    border-radius: 100px;
    animation: fillBar 3s ease-in-out forwards;
    width: 0;
}
@keyframes fillBar { to { width: 100%; } }

/* Progress timing badge */
.timing-badge {
    display: inline-flex; align-items: center; gap: 12px;
    background: linear-gradient(to right, #eff6ff, #fff7ed);
    height: 100%;
    border: 2px solid #dbeafe;
    border-radius: 16px;
    padding: 16px 32px;
    font-weight: 700; color: #111827;
}

/* ---- Testimonials ---- */
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 30px rgba(0,0,0,.07);
    border: 1px solid #f3f4f6;
    transition: all .3s;
}
.testimonial-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,.1); transform: translateY(-4px); }
.testimonial-card__avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 4px solid #dbeafe; }
.testimonial-card__name { font-weight: 700; color: #111827; }
.testimonial-card__company { font-size: 14px; color: #9ca3af; }
.testimonial-card__stars { display: flex; gap: 4px; margin-bottom: 16px; }
.testimonial-card__star { color: #facc15; font-size: 18px; }
.testimonial-card__text { color: #6b7280; line-height: 1.7; }

/* ---- Advantages list ---- */
.advantage-item {
    background: linear-gradient(135deg, #eff6ff, #fff);
    border-left: 4px solid var(--maincolor);
    border-radius: 16px;
    padding: 32px 40px;
    margin-bottom: 20px;
    transition: box-shadow .3s;
}
.advantage-item:hover { box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.advantage-item__icon {
    width: 56px; height: 56px;
    background: var(--accent);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 22px; color: #fff;
}
.advantage-item__title { font-size: 24px; font-weight: 700; color: #111827; margin-bottom: 12px; }
.advantage-item__text { color: #6b7280; line-height: 1.7; }

/* ---- Project gallery photos ---- */
.project-photo {
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    cursor: pointer;
    transition: box-shadow .3s;
}
.project-photo:hover { box-shadow: 0 16px 50px rgba(0,0,0,.2); }
.project-photo img {
    width: 100%; height: 240px; object-fit: cover;
    display: block;
    transition: transform .5s;
}
.project-photo:hover img { transform: scale(1.05); }

/* ---- Project cards ---- */
.project-card {
    background: #fff;
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,.07);
    border: 1px solid #f3f4f6;
    transition: all .5s;
}
.link_absolute {position: absolute;width:100%;height:100%;font-size: 0;left:0;top:0;z-index: 3;}
.project-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.12); transform: translateY(-8px); }
.project-card__img { height: 240px; overflow: hidden; position: relative; }
.project-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.project-card:hover .project-card__img img { transform: scale(1.1); }
.project-card__img-overlay {
    position: absolute;  top: 20px;
    left: 20px;
    background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
    opacity: 0; transition: opacity .3s;
}
.project-card:hover .project-card__img-overlay { opacity: 1; }
.project-card__body { padding: 24px; }
.project-card__title { font-size: 20px; font-weight: 700; color: #111827; margin-bottom: 12px; }
.project-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.project-tag { padding: 4px 12px; border-radius: 100px; font-size: 11px; font-weight: 700; }
.project-tag--blue { background: #eff6ff; color: var(--maincolor); }
.project-tag--grey { background: #f3f4f6; color: #6b7280; }
.project-tag--orange { background: #fff7ed; color: var(--accent); }
.project-card__text { color: #6b7280; margin-bottom: 20px; line-height: 1.6; }

/* ---- Contact section ---- */
.contact-info-box, .contact-form-box {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    border: 1px solid rgba(255,255,255,.5);
}
.contact-item {
    display: flex; align-items: center; gap: 16px;
    background: linear-gradient(to right, #eff6ff, #fff);
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 16px;
    transition: box-shadow .3s;
    margin-bottom: 20px;
}
.contact-item:hover { box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.contact-item__icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgb(235 143 37 / 30%);
    font-size: 20px; color: #fff;
    transition: transform .3s;
}
.contact-item:hover .contact-item__icon { transform: scale(1.1); }
.contact-item__label { font-weight: 700; color: #111827; margin-bottom: 2px; font-size: 15px; }
.contact-item__value {
    color: var(--maincolor);
    font-size: 17px; font-weight: 600;
    text-decoration: none; transition: color .3s;
    display: block;
}
.contact-item__value:hover { color: var(--maincolor2); }
.contact-item__value--plain { color: var(--maincolor); font-size: 17px; font-weight: 600; }

.contact-messengers { padding-top: 20px; border-top: 1px solid #dbeafe; }
.messenger-btn {
    width: 56px; height: 56px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff;
    transition: all .3s; text-decoration: none;
}
.messenger-btn--tg { background: linear-gradient(135deg, var(--maincolor), var(--maincolor2)); box-shadow: 0 4px 12px rgba(37,99,235,.3); }
.messenger-btn--tg:hover { background: linear-gradient(135deg, var(--maincolor2), #1e40af); box-shadow: 0 6px 20px rgba(37,99,235,.5); transform: scale(1.1); color: #fff; }
.messenger-btn--vb { background: linear-gradient(135deg, #8b5cf6, #7c3aed); box-shadow: 0 4px 12px rgba(139,92,246,.3); }
.messenger-btn--vb:hover { background: linear-gradient(135deg, #7c3aed, #6d28d9); box-shadow: 0 6px 20px rgba(139,92,246,.5); transform: scale(1.1); color: #fff; }

.contact-form-box { position: relative; }
.form-badge {
    position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
    color: #fff; padding: 10px 32px;
    border-radius: 100px; font-weight: 700;
    box-shadow: 0 4px 20px rgba(37,99,235,.4);
    white-space: nowrap;
}
.form-label { display: block; color: #111827; font-weight: 600; margin-bottom: 10px; }
.form-input {
    width: 100%; padding: 16px 24px;
    background: linear-gradient(to right, #eff6ff, #fff);
    border: 2px solid #dbeafe;
    border-radius: 12px;
    color: #111827; font-size: 16px;
    font-family: 'Manrope', sans-serif;
    transition: border-color .3s;
    box-sizing: border-box;
}
.form-input:focus { border-color: var(--maincolor); outline: none; }
.form-input::placeholder { color: #9ca3af; }
textarea.form-input { resize: none; }
.form-group { margin-bottom: 24px; }
.form-privacy { font-size: 14px; color: #9ca3af; text-align: center; line-height: 1.5; margin-top: 16px; }
.form-privacy a { color: var(--maincolor); }

/* ---- Footer ---- */
.site-footer {
    background: linear-gradient(135deg, #030712, #111827, #030712);
    color: #9ca3af;
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}
.site-footer__glow {
    position: absolute; pointer-events: none; opacity: .05;
}
.site-footer__glow--tr { width: 400px; height: 400px; border-radius: 50%; background: #3b82f6; filter: blur(80px); top: 0; right: 0; }
.site-footer__glow--bl { width: 350px; height: 350px; border-radius: 50%; background: #2563eb; filter: blur(80px); bottom: 0; left: 0; }

.footer-logo img { width: 192px; height: auto; }
.footer-desc { color: #9ca3af; font-size: 15px; line-height: 1.7; max-width: 280px; }
.footer-socials { display: flex; gap: 12px; }
.footer-social {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; transition: all .3s; text-decoration: none;
}
.footer-social--tg { background: #1f2937; color: #60a5fa; }
.footer-social--tg:hover { background: var(--maincolor); color: #fff; box-shadow: 0 4px 12px rgba(37,99,235,.3); transform: translateY(-2px); }
.footer-social--vb { background: #1f2937; color: #a78bfa; }
.footer-social--vb:hover { background: #8b5cf6; color: #fff; box-shadow: 0 4px 12px rgba(139,92,246,.3); transform: translateY(-2px); }
.footer-social--instagram { background: #1f2937; color: #fd00d8; }
.footer-social--instagram:hover { background: #fd00d8; color: #fff; box-shadow: 0 4px 12px rgba(139,92,246,.3); transform: translateY(-2px); }

.footer-heading { color: #fff; font-weight: 700; font-size: 17px !important; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; }
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin: 0; padding: 0; }
.footer-nav a { color: #9ca3af; text-decoration: none; font-weight: 600; font-size: 15px; display: block; padding: 5px 0; transition: color .3s; }
.footer-nav a:hover { color: #60a5fa; }

.footer-contact { display: flex; align-items: flex-start; justify-content: end;gap: 12px; margin-bottom: 16px; }
.footer-contact__icon { width: 40px; height: 40px; background: #1f2937; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #60a5fa; }
.footer-contact__sub { font-size: 11px; color: #6b7280; font-weight: 500; }
.footer-contact__value { color: #d1d5db; font-weight: 600; font-size: 15px; text-decoration: none; transition: color .3s; }
.footer-contact__value:hover { color: #60a5fa; }
.footer-contact__plain { color: #d1d5db; font-weight: 600; font-size: 15px; }

.footer-divider { border: 0; border-top: 1px solid #1f2937; margin: 32px 0; }
.footer-copy { color: #6b7280; font-size: 14px; }
.footer-copy span { color: #60a5fa; font-weight: 600; }
.footer-line {
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(to right, transparent, var(--maincolor), transparent);
    opacity: .3;
}

/* ---- About page — Value cards ---- */
.value-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    border: 1px solid #dbeafe;
    position: relative;
    transition: all .5s;
    overflow: hidden;
}
.value-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 6px;
    background: linear-gradient(to right, var(--maincolor), var(--maincolor2));
}
.value-card:hover { box-shadow: 0 20px 60px rgba(37,99,235,.1); transform: translateY(-12px); }
.value-card__icon {
    width: 80px; height: 80px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 32px;
    font-size: 32px; color: #fff;
    box-shadow: 0 8px 25px rgba(37,99,235,.4);
    transition: .5s;
}
.value-card:hover .value-card__icon { transform: scale(1.1); }
.value-card__title { font-size: 22px; font-weight: 700; color: #111827; margin-bottom: 16px; }
.value-card__text { font-size: 17px; color: #374151; line-height: 1.7; }

/* ---- About page — Dark philosophy ---- */
.section-dark-blue {
    background: linear-gradient(135deg, rgba(15,23,42,.97), rgba(30,58,138,.97), rgba(15,23,42,.97));
    position: relative;
}
.philosophy-quote {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 24px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    text-align: left;
    padding: 48px;
    margin-bottom: 32px;
}
.philosophy-quote p { font-size: 26px; color: #fff; font-weight: 500; line-height: 1.6; font-style: italic; }
.philosophy-card {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 16px;
    padding: 32px;
    transition: background .3s;
}
.philosophy-card:hover { background: rgba(255,255,255,.15); }
.philosophy-card__icon {
    width: 64px; height: 64px;
    background: var(--accent);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #fff;
    box-shadow: 0 4px 15px rgba(37,99,235,.4);
    flex-shrink: 0;
}
.philosophy-card__title { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.philosophy-card__text { font-size: 17px; color: #bfdbfe; line-height: 1.6; }

/* ---- Pricing page ---- */
.service-card {
    background: linear-gradient(135deg, #fff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px;
    transition: all .3s;
    display: flex; gap: 20px; align-items: flex-start; 

}
.service-card__body { display: flex; flex-direction: column; flex: 1; }
.service-card:hover { border-color: var(--maincolor); box-shadow: 0 20px 50px rgba(0,0,0,.1); transform: translateY(-8px); }
.service-card__icon {
    width: 80px; height: 80px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 32px; color: #fff; transition: transform .3s;
}
.service-card__icon--blue { background: linear-gradient(135deg, var(--maincolor), var(--maincolor2)); box-shadow: 0 6px 20px rgba(37,99,235,.4); }
.service-card__icon--orange { background: linear-gradient(135deg, var(--accent), var(--accent2)); box-shadow: 0 6px 20px rgba(249,115,22,.4); }
.service-card:hover .service-card__icon { transform: scale(1.1); }
.service-card__title { font-size: 22px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.service-card__desc { color: #9ca3af; margin-bottom: 16px; }
.service-card__price { display: flex; align-items: baseline; gap: 6px; }
.service-card__from { font-size: 13px; color: #9ca3af; font-weight: 500; }
.service-card__value { font-size: 40px; font-weight: 700; }
.service-card__value--blue { background: linear-gradient(to right, #1d4ed8, #2563eb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.service-card__value--orange { background: linear-gradient(to right, var(--accent), var(--accent2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.service-card__unit { font-size: 20px; color: #374151; font-weight: 600; }

.hydro-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    transition: all .3s;
}
.hydro-card:hover { border-color: var(--maincolor); box-shadow: 0 10px 30px rgba(0,0,0,.08); transform: translateY(-4px); }
.hydro-card__icon {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, var(--maincolor), var(--maincolor2));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; font-size: 24px; color: #fff;
    box-shadow: 0 4px 12px rgba(37,99,235,.4);
}
.hydro-card__title { font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 12px; }
.hydro-card__price { font-size: 30px; font-weight: 700; color: var(--maincolor); }
.hydro-card__unit { font-size: 17px; color: #374151; }

.pricing-info-box {
    background: linear-gradient(135deg, #eff6ff, #fff);
    border: 2px solid #dbeafe;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
}
.pricing-note {
    background: #fff;
    border: 2px solid #dbeafe;
    border-radius: 16px;
    padding: 24px 32px;
    margin-top: 24px;
    display: flex; align-items: center; gap: 16px;
}

/* ---- Contacts page ---- */
.direct-card {
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    border: 1px solid rgba(255,255,255,.5);
    transition: box-shadow .3s;
}
.direct-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.1); }
.direct-card__icon-box {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 28px;
    font-size: 24px; color: #fff;
    box-shadow: 0 6px 20px rgb(235 185 37 / 40%);
}
.direct-card__title { font-size: 24px !important; font-weight: 700; color: #111827; text-align: center; margin-bottom: 28px; }

.phone-lbl { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #9ca3af; text-align: center; margin-bottom: 8px; }
.phone-block {
    display: block;
    background: linear-gradient(to right, #eff6ff, #fff);
    border: 2px solid #dbeafe;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
    margin-bottom: 16px;
}
.phone-block:hover { border-color: var(--maincolor); box-shadow: 0 4px 20px rgba(37,99,235,.15); }
.phone-block span { font-size: 22px; font-weight: 700; color: var(--maincolor); }

.msg-link {
    display: flex; align-items: center; justify-content: space-between;
    border-radius: 12px; padding: 18px;
    transition: all .3s; text-decoration: none;
    margin-bottom: 16px;
}
.msg-link:hover { transform: scale(1.04); }
.msg-link--tg { background: linear-gradient(to right, #0088cc, #0077b5); box-shadow: 0 4px 15px rgba(0,136,204,.3); }
.msg-link--tg:hover { background: linear-gradient(to right, #0077b5, #006699); }
.msg-link--vb { background: linear-gradient(to right, #7360f2, #5a4fcf); box-shadow: 0 4px 15px rgba(115,96,242,.3); }
.msg-link--vb:hover { background: linear-gradient(to right, #5a4fcf, #4a3fb8); }
.msg-link__icon { width: 48px; height: 48px; background: rgba(255,255,255,.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; flex-shrink: 0; }
.msg-link__name { color: #fff; font-weight: 700; font-size: 17px; }
.msg-link__sub { color: rgba(255,255,255,.8); font-size: 13px; }
.msg-link__arr { color: #fff; font-size: 14px; transition: transform .3s; flex-shrink: 0; }
.msg-link:hover .msg-link__arr { transform: translateX(4px); }

.hours-box { background: linear-gradient(to right, #eff6ff, #fff); border: 2px solid #dbeafe; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.hours-time { font-size: 38px; font-weight: 700; color: var(--maincolor); text-align: center; margin-bottom: 4px; }
.hours-lbl { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #9ca3af; text-align: center; margin-bottom: 8px; }
.hours-days { font-size: 17px; font-weight: 700; color: #111827; display: flex; align-items: center; gap: 8px; justify-content: center; }
.online-box { background: linear-gradient(to right, #f0fdf4, #fff); border: 2px solid #bbf7d0; border-radius: 12px; padding: 18px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.online-dot { width: 12px; height: 12px; background: #22c55e; border-radius: 50%; animation: pls 2s infinite; }
.online-text { color: #15803d; font-weight: 700; font-size: 17px; }
.online-sub { text-align: center; font-size: 13px; color: #6b7280; margin-top: 6px; }

/* ---- Compact contact form (contact page only) ---- */
.compact-form-box {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    border: 1px solid rgba(255,255,255,.5);
    max-width: 760px;
    margin: 0 auto;
}

/* ---- Section backgrounds ---- */
.section-bg-grey { background: linear-gradient(135deg, #f9fafb, #eff6ff 50%, #f9fafb); }
.section-bg-white { background: #fff; }

/* ---- Extra utilities ---- */
.gap50 { gap: 50px; }
.gap60 { gap: 60px; }
.tal-lg { text-align: left; }
.posrel { position: relative; }

@media all and (max-width: 1221px) {
    .site-logo {width: 150px;}
    .page-hero__content {max-width: 600px;}
    
/* mobile menu  ---------------------- */ 

        #header #mainmenu {border: none;margin-left: 0;left: auto;top: auto;height: 100%;transform: none;position: initial;}
        #mainmenu .desktop-mainmenu, #mainmenu .catalog-menu-button {display: none !important;}

    /* button  ---------------------- */  
        .mobile-mainmenu-button {display: block;width: 30px;transition: .5s;z-index: 95;cursor: pointer;}
        .mobile-mainmenu-button img {width: 100% !important;}
    
    /* wrapper  ---------------------- */  
        .mobile-mainmenu-outer {display: block;position: fixed;top: 0;bottom: 0;width: 290px;height: 100vh;border-right: 1px solid var(--maincolor2);background: #fff;z-index: 9999;transition: all 0.5s ease;left: -330px;}
        .mobile-mainmenu-active .mobile-mainmenu-outer {left: 0;}
            /* close  ---------------------- */  
                .mobile-mainmenu-close {width: 18px;padding: 10px; right: 0px;top: 0;cursor:  pointer;position: absolute;}
            	.mobile-mainmenu-close img {width: 100%}
            	.mobile-mainmenu-close:hover {transform:rotate(180deg); transition: .7s;}
            /* top block  ---------------------- */  
                .mobile-mainmenu-topBlock {margin-bottom: 30px;text-align: center;display: block;position: relative;}
            	.mobile-mainmenu-topBlock .logo_m {margin: 45px auto 25px; display: block;}
            	.mobile-mainmenu-topBlock a.tel_m {font-weight: 700;color: #222;display: block;margin-bottom: 0;text-decoration: none;}
            	.mobile-mainmenu-topBlock .adres_m {text-decoration: none;padding: 0 15px;color: #222;display: block;}
            	.mobile-mainmenu-topBlock .socials-url > img {width: 30px;}
            	.mobile-mainmenu-topBlock .address_m > img {width: 25px;transform: translateY(-3px);}
                .mobile-mainmenu-topBlock .logo_m img {width: 200px;margin: 0 auto;}
                
                .mobile-mainmenu-topBlock .header-phones {align-items: center;}
                .mobile-mainmenu-topBlock .header-socials {align-items: center;justify-content: center;}
        /* Style  ---------------------- */  
            /* common  ---------------------- */  
                .mobile-mainmenu ul {margin: 0;}
                .mobile-mainmenu li {border-bottom: 1px solid #f0f6ff;margin: 0;list-style: none;}
                .mobile-mainmenu li:last-child {border: none;}
                .mobile-mainmenu li a {color: #222;padding: 12px 20px;font-size: 14px;line-height: 20px;text-decoration: none;display: block;}
                .mobile-mainmenu li.active > a:not(.opened) {color: var(--maincolor2);font-weight: 600;}

            /* parent */
                .mobile-mainmenu li.parent > a {padding-right: 35px;position: relative;}
                .mobile-mainmenu li.parent > a:after {width: 10px;height: 10px;filter: brightness(0) saturate(100%) invert(94%) sepia(9%) saturate(18%) hue-rotate(26deg) brightness(107%) contrast(101%);background: url(/assets/images/icons/plus_black.png) 50% 50%/100% no-repeat;top: 50%;right: 15px;transform: translateY(-50%);position: absolute;display: block;content: '';}
                .mobile-mainmenu li.parent > a.opened:after {background-image: url(/assets/images/icons/minus_black.png);}
            /* submenu */
            .mobile-submenu {padding-left: 10px;}

}

@media all and (max-width: 992px) {
    .site-logo {width: 100px;}
    .hero { min-height: auto; padding: 80px 0 60px; }
    .hero__title { font-size: 42px; }
    .hero__subtitle { font-size: 22px; }
    .hero__text { font-size: 16px; }
    .hero-features { display: none !important; }
    .page-hero { height: 380px; }
    .page-hero__title { font-size: 42px; }
    .page-hero__text { font-size: 17px; }
    .contact-info-box, .contact-form-box { padding: 32px; }
    .compact-form-box { padding: 32px; }
    .step-item__icon { width: 72px; height: 72px; font-size: 24px; }
    .timing-badge { flex-direction: column; gap: 8px; }
}
@media all and (max-width: 768px) {
    .hero__title { font-size: 34px; }
    .hero {margin-top: 70px;}
    .hero__subtitle { font-size: 18px; }
    .page-hero { height: 320px; margin-top: 70px;}
    .page-hero__text { font-size: 16px; }
    .page-hero {min-height: 400px;}
    .pricing-info-box { padding: 32px; }
    .site-header__inner { height: 72px; }
    .footer-contact {justify-content: left;}
}
@media all and (max-width: 570px) {
    .section {padding: 40px 0;}
    p {font-size: 16px !important;}
    .header-phones {border-right: none;padding-right: 0;}
    .site-header__inner {gap: 3px;}
    .header-phones a {white-space: nowrap;font-size: 12px;gap: 4px;}
    h2 { font-size: 28px !important; line-height: 1.4; }
    h3 { font-size: 22px !important;line-height: 1.4; }
    .advantage-item > .df {display: block !important;}
    .advantage-item > .df > div {margin-top: 15px;}
    .hours-time {font-size: 23px;}
    .hero {min-height: auto;padding: 60px 0 60px;}

    #scrollup {width: 35px;height: 35px;right: 10px;}
    .site-header__inner > .df {gap: 5px !important}
    .hero__title { font-size: 28px; }
    .hero__subtitle { font-size: 16px; }
    .page-hero { height: 280px; }
    .page-hero__title { font-size: 26px; }
    .stat-box__number { font-size: 25px; }
    .value-card__icon, .benefit-card__icon, .service-card__icon {width: 60px;height: 60px;margin-bottom: 20px;font-size: 28px;}
    .philosophy-quote {font-size: 20px;line-height: 1.4;padding: 30px;margin-bottom: 15px;}
    .btn-white, .btn-orange, .btn-primary {padding: 15px 25px;font-size: 16px;}
}