@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap";body{margin:0;padding:0;border:none}*{box-sizing:inherit}input,button,select,textarea{outline:none;border:none}a:hover{transition:all .3s ease 0s}ul,ol{padding:0;margin:0}ul{list-style:none}button{background-color:unset;margin:0;padding:0}p{margin:0}::-webkit-scrollbar{overflow-y:scroll;width:7px;background-color:#f9f9fd}::-webkit-scrollbar-thumb{background-color:gray}.text_styles p{margin:20px 0}.text_styles h2{font-size:2rem;margin:1.5rem 0}.text_styles h3{font-size:1.2rem;margin:1.1rem 0}.text_styles ul li{margin:10px 0;position:relative;padding-left:20px;line-height:1}.text_styles ol{counter-reset:my-numbers;padding-left:20px;list-style:none}.text_styles ol li{margin:10px 0;position:relative}.text_styles ol li:before{color:#fa8807;font-weight:700;position:absolute!important;left:-20px;top:0;content:counter(my-numbers);counter-increment:my-numbers}.text_styles ul li:before{content:"";position:absolute;width:6px;height:6px;left:0;top:5px;border-radius:2px;background-color:#fa8807}@media (max-width: 320px){.text_styles{word-break:break-all}}.pagination_line{width:100%;display:flex;justify-content:right}.pagination__nav-links{display:flex;align-items:center}.pagination__nav-links .pagination__back{margin-right:10px}.pagination__numbers{display:flex;padding:5px;min-width:30px;color:#c6c6c6;align-items:center;justify-content:center;border:1px solid #C6C6C6;margin-right:10px;transition:all .3s ease 0s}.pagination__numbers:last-child{margin-right:0}.pagination__numbers.current{color:#fff;background-color:#fa8807;border:1px solid #fa8807}@media (min-width: 1025px){.pagination__numbers:hover{color:#fff;background-color:#fa8807;border:1px solid #fa8807}}.pagination__block-dot{margin-right:10px}.icon-menu{position:-webkit-sticky;position:sticky;width:31.8px;height:23.2px;cursor:pointer;z-index:5}.icon-menu span{position:absolute;top:10px;left:0;width:100%;height:2px;background-color:#fa8807;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.icon-menu span:first-child{top:0}.icon-menu span:last-child{top:auto;bottom:0}.show_menue_button.active .icon-menu span,.icon-menu.active span{-ms-transform:scale(0);-webkit-transform:scale(0);transform:scale(0)}.show_menue_button.active .icon-menu span:first-child,.icon-menu.active span:first-child{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:9px}.show_menue_button.active .icon-menu span:last-child,.icon-menu.active span:last-child{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);bottom:12px}.mb_20{margin-bottom:20px}.img-obj{width:100%;height:100%;object-fit:cover}select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active,input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{box-shadow:inset 0 0 20px 20px #fff}select,textarea,input{box-sizing:border-box;box-shadow:inset 0 .0625em .125em #0a0a0a0d;max-width:100%;width:100%;background-color:#fff;padding:0 calc(.75em - 1px);border:1px solid #dbdbdb;border-radius:.375em;color:#353535;height:2.5em}input[type=checkbox]{width:15px;height:15px}.check_wrapper{display:flex;flex-wrap:wrap;accent-color:#fa8807}.check_wrapper span{margin:auto 0 auto 10px}textarea{padding:5px 15px;height:unset}label{font-size:14px;margin-bottom:5px}label span.required{color:red}.field{margin-bottom:10px;display:flex;flex-direction:column}.field p.error{background-color:red;color:#fff;display:inline-block;margin:7px 0;border-radius:10px;padding:3px 10px}.field p.success{background-color:green;color:#fff;display:inline-block;margin:7px 0;border-radius:10px;padding:3px 10px}.search_input{border:1px solid #b4c5c5;height:35px;border-radius:5px;display:flex;justify-content:space-between;background-color:#f5f5f5}.search_input input{border:none;height:100%;background-color:transparent}.search_input button{background-color:unset;border:unset;color:#b4c5c5;padding-top:0;padding-bottom:0;padding-right:10px}.search_input button i:before{font-size:22px}.search_input button:hover{background-color:unset}form footer{background-color:unset}form header{background-color:unset}.box{background-color:#fff;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05;padding:1.25rem;border-radius:6px}button,.btn,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 22px;border-radius:9999px;background:#181e25;color:#fff!important;text-decoration:none!important;font-family:Montserrat,sans-serif;font-weight:500;font-size:15px;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform .18s cubic-bezier(.22,.61,.36,1),background-color .18s cubic-bezier(.22,.61,.36,1),box-shadow .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1),border-color .18s cubic-bezier(.22,.61,.36,1)}button svg,.btn svg,.button svg{transition:transform .18s cubic-bezier(.22,.61,.36,1)}button:hover,.btn:hover,.button:hover{transform:translateY(-1px)}button:hover svg,.btn:hover svg,.button:hover svg{transform:translate(3px)}button:active,.btn:active,.button:active{transform:translateY(0)}button--sm,.btn--sm,.button--sm{height:38px;padding:0 16px;font-size:14px}button--lg,.btn--lg,.button--lg{height:52px;padding:0 28px;font-size:16px}button--primary,.btn--primary,.button--primary{background:#fa8807;color:#fff;box-shadow:0 8px 20px #fa880747}button--primary:hover,.btn--primary:hover,.button--primary:hover{background:#e97a00;box-shadow:0 12px 28px #fa88075c}button--secondary,.btn--secondary,.button--secondary{background:#181e25;color:#fff}button--secondary:hover,.btn--secondary:hover,.button--secondary:hover{background:#232a33}button--ghost,.btn--ghost,.button--ghost{background:transparent;color:#181e25!important;border-color:#d9d9d9}button--ghost:hover,.btn--ghost:hover,.button--ghost:hover{background:#f5f5f5;border-color:#181e25}button--outline-light,.btn--outline-light,.button--outline-light{background:transparent;color:#fff;border-color:#fff6}button--outline-light:hover,.btn--outline-light:hover,.button--outline-light:hover{background:#ffffff1a;border-color:#fff}table{width:100%;border-top:1px solid black;border-left:1px solid black;border-spacing:0}table th,table td{border-bottom:1px solid black;border-right:1px solid black;padding:10px 15px;text-align:left}table th{background-color:#fa8807;color:#fff}table tr:nth-child(2n) td{background-color:#ebebeb}.faq-item{background:#fff;border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;transition:border-color .18s cubic-bezier(.22,.61,.36,1),box-shadow .18s cubic-bezier(.22,.61,.36,1)}.faq-item[open]{border-color:#fa8807;box-shadow:0 1px 2px #181e250a,0 2px 8px #181e250a}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-weight:500;font-size:17px;color:#181e25;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#f5f5f5;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-size:12px 2px,2px 12px;background-position:center;background-repeat:no-repeat;color:#181e25;transition:transform .25s cubic-bezier(.22,.61,.36,1),background-color .25s cubic-bezier(.22,.61,.36,1),color .25s cubic-bezier(.22,.61,.36,1)}.faq-item[open] summary:after{transform:rotate(45deg);background-color:#fa8807;color:#fff}.faq-item .faq-answer,.faq-item .faq-item__content{padding:0 22px 20px;color:#6b7280;font-size:15px;line-height:1.65;animation:fadeIn .3s cubic-bezier(.22,.61,.36,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}body{font-family:Montserrat,sans-serif;font-size:14px;display:flex;flex-direction:column;min-height:100vh}header,footer,section{width:100%;padding-top:20px;padding-bottom:20px}main{flex:1;display:flex;flex-direction:column;min-height:100vh}footer{margin-top:auto}h1,h2,h3,h4,h5{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2;margin-bottom:20px;color:#353839}h2{font-size:32px}h3{font-size:26px;font-weight:300}.page_h1{font-size:48px;margin:1.5rem 0}a{color:#000;text-decoration:none}a:hover{color:#fa8807;text-decoration:underline}.container{width:100%;max-width:1280px;margin:0 auto}img{width:100%;height:100%;object-fit:cover}.map_in_page{width:100%;min-height:300px}.thencs_section{text-align:center;height:80vh}.thencs_section .emoji{font-size:100px;margin-top:20px}.colls{display:flex;justify-content:space-between}.colls .col{flex:1}.map_in_page{width:100%;min-height:300px;border:1px solid #b4c5c5}@media (max-width: 1440px){.container{width:96%;margin-left:auto;margin-right:auto}}@media (max-width: 519px){h2{font-size:26px}h3{font-size:20px}}.contacts_page_section h2{font-size:22px;margin:10px 0}.contacts_page_section .colls{margin-top:20px;margin-bottom:40px}.contacts_page_section a{color:#fa8807}.contacts_page_section .label{color:#b4c5c5}.legal_documents_list{display:flex;flex-direction:column;gap:15px;padding-left:20px}.legal_documents_list a:hover{color:#fa8807}@media (max-width: 480px){.contacts_page_section .colls{flex-direction:column}}.blog .section__head{margin-bottom:clamp(32px,5vw,56px)}.blog .section__head--row{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:wrap}.blog .section__title{font-size:clamp(28px,4vw,44px);line-height:1.08;margin-bottom:14px;color:#181e25}.blog .section__lead{font-size:clamp(15px,1.4vw,18px);color:#6b7280;max-width:60ch}.blog .blog__grid{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width: 768px){.blog .blog__grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border:1px solid #E8E8E8;border-radius:24px;overflow:hidden;transition:transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s cubic-bezier(.22,.61,.36,1),border-color .25s cubic-bezier(.22,.61,.36,1)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px #181e251a;border-color:transparent}.blog-card .blog-card__link{display:block;text-decoration:none}.blog-card .blog-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;margin:10px;border-radius:16px}.blog-card .blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.blog-card:hover .blog-card__media img{transform:scale(1.04)}.blog-card .blog-card__cat{position:absolute;left:14px;top:14px;padding:5px 11px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:9999px;font-size:12px;font-weight:600;color:#181e25}.blog-card .blog-card__body{padding:0 10px 22px}.blog-card .blog-card__meta{display:flex;gap:4px;font-size:13px;color:#6b7280;margin-bottom:10px}.blog-card .blog-card__title{font-size:19px;line-height:1.25;margin-bottom:8px;color:#181e25}.blog-card .blog-card__desc{color:#6b7280;font-size:14px}.popup_wrapper{width:100%;height:100%;display:flex;position:fixed;left:0;top:0;z-index:11000;background-color:#000a}.popup_wrapper a{color:#000}.popup{width:50%;max-width:600px;min-width:290px;height:auto;background-color:#fff;margin:auto;border-radius:11px;position:relative;padding:40px;color:#000}.popup__close{position:absolute;top:18px;right:15px;cursor:pointer;z-index:30;width:20px;height:20px}.popup__close .sprite_icon{width:100%;height:100%;stroke:#000}.policy_descr,.sending_form button,.sending_form textarea,.sending_form input[type=text],.sending_form input[tel]{margin:0 0 20px}.policy_descr a{text-decoration:underline}.sending_form{display:flex;flex-direction:column}.sending_form .control_wrap{max-width:100%;display:flex}.sending_form .control_wrap button{width:50%}.sub_h{margin-bottom:20px}.modal_h2{font-size:48px;font-weight:700;margin-bottom:20px;margin-top:10px}.policy_descr{font-size:14px}.loader{width:37px;height:37px;margin-left:10px;border-radius:40px}.loader .sprite_icon{width:100%;height:100%;stroke:#fa8807}.error_list_wrap{display:flex;flex-direction:column}.error_list_wrap .error{color:#fff;background-color:#dc143c;border-radius:9px;padding:5px 15px;margin-bottom:20px}.accept_message .emoji{font-size:28px}@media (max-width: 480px){.popup{padding:30px}.modal_h2{font-size:42px}}@media (max-width: 320px){.popup{padding:20px;min-width:250px}.modal_h2{font-size:38px;margin-bottom:0}}.site-header{border-bottom:1px solid #b4c5c5}.site-header .site-header__row{display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header .site-header__logo{display:block;width:115px;height:auto}.site-header .site-header__contacts{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-left:auto;flex:1}.site-header .site-header__contacts a{color:#000;font-family:Montserrat,sans-serif;line-height:1.2}.site-header .site-header__contacts a:hover{color:#fa8807}.site-header .site-header__menu{margin:0 auto;flex:1;display:flex;align-items:center;justify-content:center}.site-header .site-header__menu .menue_puncts_list{display:flex;align-items:center;gap:14px;padding:0;list-style:none}.site-header .site-header__menu .menue_puncts_list a{font-size:16px}.site-header .site-header__menu .menue_puncts_list ul{display:none}.site-header .sl_link{display:inline-flex;align-items:center;justify-content:center}.site-header .sl_link:hover .sprite_icon{fill:#fa8807}.site-header .sprite_icon.__black{width:25px;height:25px}@media (max-width: 519px){.site-header .site-header__row{justify-content:flex-end}.site-header .site-header__logo{width:100px}.site-header .site-header__menu,.site-header .site-header__email{display:none}.site-header .site-header__contacts{gap:10px}.site-header .site-header__contacts .phone{font-size:16px}.site-header .sprite_icon.__black{width:20px;height:20px}}.cookie-banner{position:fixed;left:20px;bottom:20px;max-width:320px;padding:15px;background-color:#fff;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05;border-radius:10px;z-index:1000}.cookie-banner .cookie-content{display:flex;flex-direction:column;gap:10px}.cookie-banner .cookie-content p{margin:0;font-size:12px;line-height:1.4;color:#000}.cookie-banner .cookie-content p a{color:#fa8807;text-decoration:none}.cookie-banner .cookie-content p a:hover{text-decoration:underline}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (max-width: 480px){.cookie-banner{max-width:270px}}.main-banner .main-banner__top{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:30px}.main-banner .main-banner__top-left{flex:1}.main-banner .main-banner__top-left h1{font-family:Montserrat,sans-serif;font-size:48px;line-height:1.1;margin-bottom:20px}.main-banner .main-banner__top-left p{line-height:1.6}.main-banner .main-banner__top-right{display:flex;flex-direction:column;flex-shrink:0}.main-banner .main-banner__stat-number{font-family:Montserrat,sans-serif;font-size:72px;font-weight:500;line-height:1;color:#fa8807}.main-banner .main-banner__stat-label{font-size:16px;line-height:1.4;max-width:160px}.main-banner__video-wrap{width:100%;border-radius:30px;overflow:hidden}.main-banner .main-banner__video{display:block;width:100%;height:auto}@media (max-width: 819px){.main-banner .main-banner__top-left h1{font-size:32px}.main-banner .main-banner__stat-number{font-size:56px}}@media (max-width: 519px){.main-banner__video-wrap{border-radius:20px}.main-banner .main-banner__top{flex-direction:column;align-items:flex-start}.main-banner .main-banner__top-right{align-items:flex-start;text-align:left}.main-banner .main-banner__top-right{flex-direction:row;gap:20px}.main-banner .main-banner__stat-number{font-size:48px}}.services .services__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.services .services__card{border:1px solid #b4c5c5;border-radius:10px;position:relative;padding:20px 20px 110px;overflow:hidden}.services .services__card ul{list-style:none;margin:0;padding:0}.services .services__card li{margin-bottom:5px;position:relative;z-index:2}.services .services__card img{position:absolute;right:10px;bottom:10px;height:75px;width:auto;z-index:1}@media (max-width: 819px){.services .services__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 519px){.services .services__list{grid-template-columns:1fr}.services .services__card{padding-bottom:70px}.services .services__card img{height:50px}}.about-company{max-width:100%}.cooperation .cooperation__header{max-width:760px;margin-bottom:48px}.cooperation .cooperation__header h2{margin-bottom:16px}.cooperation .cooperation__header p{color:#000000a6;line-height:1.6}.cooperation .cooperation__timeline{margin:0;padding:0;list-style:none}.cooperation .cooperation__step{position:relative;padding-left:88px;padding-bottom:36px}.cooperation .cooperation__step:last-child{padding-bottom:0}.cooperation .cooperation__step:before{content:"";position:absolute;left:27px;top:0;bottom:0;width:2px;background-color:#b4c5c5}.cooperation .cooperation__step:last-child:before{display:none}.cooperation .cooperation__step-number{position:absolute;left:0;top:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fa8807;color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;line-height:1;z-index:1}.cooperation .cooperation__step-title{margin-bottom:8px}.cooperation .cooperation__step-text{color:#000000b3;line-height:1.6;max-width:640px}@media (max-width: 819px){.cooperation .cooperation__header{margin-bottom:36px}.cooperation .cooperation__step{padding-left:76px;padding-bottom:30px}.cooperation .cooperation__step:before{left:23px}.cooperation .cooperation__step-number{width:48px;height:48px;font-size:18px}}@media (max-width: 519px){.cooperation .cooperation__step{padding-left:64px;padding-bottom:24px}.cooperation .cooperation__step:before{left:19px}.cooperation .cooperation__step-number{width:40px;height:40px;font-size:15px}}.partners .partners__marquee{display:flex;overflow:hidden;gap:30px}.partners .partners__track{flex:0 0 auto;min-width:100%;display:flex;align-items:center;justify-content:space-between;gap:30px;animation:partners-scroll 30s linear infinite}.partners .partners__track img{width:auto;height:70px;object-fit:contain;filter:grayscale(0);transition:all .5s ease}.partners .partners__track img:hover{filter:grayscale(100%)}@keyframes partners-scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 30px))}}@media (max-width: 819px){.partners .partners__track{gap:20px}.partners .partners__track img{height:48px}}@media (max-width: 519px){.partners .partners__marquee{gap:20px}.partners .partners__track img{height:40px}}.stats{background:#181e25;color:#fff}.stats .stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding-block:clamp(40px,5vw,64px)}.stats .stat{display:flex;flex-direction:column;gap:6px}.stats .stat__num{font-weight:600;font-size:clamp(32px,4.5vw,48px);color:#fa8807;line-height:1}.stats .stat__label{font-size:14px;color:#ffffffb8}@media (min-width: 768px){.stats .stats__grid{grid-template-columns:repeat(4,1fr)}}.site-footer{background-color:#2f3640;color:#fff;padding:40px 0}.site-footer a{color:#fff}.site-footer .site-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px;align-items:start}.site-footer .site-footer__logo{display:block;width:140px;height:auto}.site-footer .sl_link{fill:#fff}.site-footer .sl_link:hover .sprite_icon{fill:#fa8807}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer ul li{margin-bottom:5px}.site-footer .site-footer__col--contacts{display:flex;flex-direction:column;gap:12px}.site-footer .site-footer__phone{font-family:Montserrat,sans-serif;font-size:32px;font-weight:300}.site-footer .site-footer__messengers{display:flex;gap:12px}.site-footer .site-footer__messengers .sprite_icon{width:24px;height:24px}.site-footer .site-footer__inn,.site-footer .site-footer__ogrn{margin:0;font-size:13px;opacity:.7}@media (max-width: 819px){.site-footer .site-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 519px){.site-footer .site-footer__grid{grid-template-columns:1fr;gap:24px}}.cta-band{background:radial-gradient(70% 120% at 0% 0%,rgba(255,122,0,.32),transparent 55%),radial-gradient(70% 120% at 100% 100%,rgba(255,90,61,.28),transparent 55%),#181e25;color:#fff}.cta-band .cta-band__inner{display:grid;gap:32px;grid-template-columns:1fr;padding-block:clamp(48px,6vw,80px);align-items:center}.cta-band .cta-band__title{color:#fff;font-size:clamp(26px,3.5vw,38px);margin-bottom:10px}.cta-band .cta-band__sub{color:#ffffffc7;font-size:17px;max-width:56ch}.cta-band .cta-band__actions{display:flex;flex-wrap:wrap;gap:14px}@media (min-width: 1024px){.cta-band .cta-band__inner{grid-template-columns:1.4fr 1fr;gap:40px}.cta-band .cta-band__actions{justify-content:flex-end}}.site-footer-new{background:#0f0f0f;color:#ffffffb8;padding-block:clamp(48px,6vw,80px) 32px}.site-footer-new .footer__top{display:grid;gap:40px;grid-template-columns:1fr;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer-new .footer__logo{width:160px;height:auto;margin-bottom:18px}.site-footer-new .footer__about{font-size:14px;max-width:38ch;margin-bottom:18px}.site-footer-new .footer__social{display:flex;gap:10px}.site-footer-new .footer__social-link{width:40px;height:40px;border-radius:9999px;background:#ffffff0f;color:#ffffffd9;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);transition:background-color .18s cubic-bezier(.22,.61,.36,1),color .18s cubic-bezier(.22,.61,.36,1),transform .18s cubic-bezier(.22,.61,.36,1),border-color .18s cubic-bezier(.22,.61,.36,1)}.site-footer-new .footer__social-link:hover{background:#fa8807;color:#fff;transform:translateY(-2px);border-color:#fa8807}.site-footer-new .footer__coltitle{color:#fff;font-weight:500;font-size:15px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px}.site-footer-new .footer__col ul{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.site-footer-new .footer__col a{font-size:14px;color:#ffffffb8;text-decoration:none;transition:color .18s cubic-bezier(.22,.61,.36,1)}.site-footer-new .footer__col a:hover{color:#fa8807}.site-footer-new .footer__hours{font-size:13px;color:#ffffff80;margin-top:14px}.site-footer-new .footer__bottom{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center;padding-top:24px;font-size:13px}.site-footer-new .footer__legal{display:flex;flex-wrap:wrap;gap:18px;list-style:none;padding:0;margin:0}.site-footer-new .footer__legal a{color:#ffffff8c;text-decoration:none;transition:color .18s cubic-bezier(.22,.61,.36,1)}.site-footer-new .footer__legal a:hover{color:#fa8807}.site-footer-new .footer__copy{color:#ffffff8c;margin:0}@media (min-width: 640px){.site-footer-new .footer__top{grid-template-columns:1.6fr 1fr 1fr}}@media (min-width: 1024px){.site-footer-new .footer__top{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px}}.faq .faq__inner{display:grid;gap:40px;grid-template-columns:1fr}.faq .faq__intro .btn{margin-top:16px}.faq .faq-list,.faq .faq__list{display:flex;flex-direction:column;gap:10px}@media (min-width: 1024px){.faq .faq__inner{grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}.faq .faq__intro{position:sticky;top:100px}}.services-page-header__box{display:grid;grid-template-columns:2fr 1fr;gap:20px;border-radius:10px;flex-wrap:wrap}.services-page-header__left{justify-content:flex-end;display:flex}.services-page-header__left img{display:block;width:100%;max-width:300px;height:auto}.services-page-header__right{flex:1;display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:flex-start}@media (max-width: 819px){.services-page-header__box{grid-template-columns:1fr;padding:20px}.services-page-header__left{width:100%;order:1;justify-content:start}.services-page-header__left img{max-width:100px}.services-page-header__right{order:2}.services-page-header .page_h1{margin-top:0}}.services-competencies .services-competencies__list{display:flex;flex-direction:column;gap:20px}.services-competencies .services-competencies__item h3{margin-bottom:12px}.services-competencies .services-competencies__icons{display:flex;flex-wrap:wrap;gap:12px}.services-competencies .services-competencies__icon-wrap{background-color:#f5f5f5;border-radius:10px;min-width:72px;max-width:150px;min-height:72px;display:inline-flex;align-items:center;justify-content:center;padding:10px}.services-competencies .services-competencies__icon-wrap img{display:block;max-width:100%;height:auto;filter:grayscale(100%);transition:all .5s ease}.services-competencies .services-competencies__icon-wrap:hover img{filter:grayscale(0)}@media (max-width: 519px){.services-competencies .services-competencies__icons{gap:10px}.services-competencies .services-competencies__icon-wrap{min-width:64px;min-height:64px;padding:8px}}
