/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/inter-300-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/inter-400-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/inter-700-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/inter-300-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/inter-400-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/inter-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/manrope-700-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url(/themes/custom/ctr99/assets/fonts/manrope-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
.article-card{display:flex;flex-direction:column;background-color:#233039;border-radius:8px;overflow:hidden;min-height:360px;color:#fff;}.article-card__image-wrap{display:block;overflow:hidden;flex-shrink:0;}.article-card__image{width:100%;height:200px;object-fit:cover;display:block;transition:transform 0.2s ease-in-out;}.article-card:hover .article-card__image{transform:scale(1.02);}.article-card__placeholder{width:100%;min-height:200px;background-color:#e9e9e9;display:flex;align-items:center;justify-content:center;padding:0;position:relative;border-radius:8px 8px 0 0;box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.02);}.article-card__placeholder-inner{border-style:solid;border-width:3px;border-color:#000;border-radius:8px;margin:12px 10px 18px 10px;padding:5px;text-align:center;display:flex;flex-direction:column;min-height:200px;justify-content:center;width:calc(100% - 20px);}.article-card__placeholder span{display:flex;justify-content:center;align-items:center;font-size:1rem;font-weight:700;padding:10px;text-align:center;height:100%;word-wrap:break-word;line-height:1.3;}.article-card__client-logo-wrap{padding:10px 30px 0 30px;width:145px;margin:0 auto;margin-bottom:-50px;}.article-card__client-logo{width:100%;height:auto;object-fit:contain;display:block;box-shadow:none;}.article-card__body{display:flex;flex-direction:column;flex:1;padding:16px;}.article-card__category-link{text-decoration:none;}.article-card__category{display:inline-block;padding:5px 20px;border-radius:8px;border:1px solid var(--color-green);color:#fff;font-size:var(--text-sm);}.article-card__title-link{text-decoration:none;}.article-card__title{margin-top:24px;font-size:1.25rem;font-weight:600;color:#fff;line-height:1.3;margin-bottom:0;}.trending-article-block{display:block;background-color:#233039;border-radius:8px;padding:24px;margin:20px 0;border-left:4px solid var(--color-green);text-decoration:none;transition:box-shadow 0.2s ease-in-out;}.trending-article-block:hover{box-shadow:0 4px 15px rgba(0,168,73,0.2);}.trending-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--color-green);}.trending-badge{background-color:var(--color-green);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:4px;text-transform:uppercase;letter-spacing:0.5px;}.trending-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:12px;margin-top:0;line-height:1.4;}.trending-description{color:#a6b1b9;font-size:0.9375rem;margin-bottom:20px;margin-top:0;line-height:1.5;}.trending-link{color:var(--color-green);font-size:var(--text-sm);display:inline-flex;align-items:center;gap:6px;}
.contact-cta{border-radius:30px;margin-bottom:80px;}.contact-cta__header{max-width:830px;margin-bottom:var(--space-8);}.contact-cta__header h2{color:#fff;margin-bottom:var(--space-4);}.contact-cta__header p{color:rgba(255,255,255,0.7);}.contact-cta__blocks{display:flex;align-items:stretch;gap:var(--space-5);}.contact-cta__block{flex:1 1 0;background-color:rgba(35,44,51,1);padding:var(--space-8);border-radius:var(--radius-sm);display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-4);}.contact-cta__block p{color:#fff;margin:0;}.contact-cta__block a{font-size:var(--text-2xl);font-weight:600;color:var(--color-green);text-decoration:none;word-break:break-all;}.contact-cta__block a:hover{color:var(--color-green-dark);text-decoration:none;}.contact-cta__social{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:var(--space-4);}.contact-cta__social a svg{width:40px;height:40px;display:block;}.contact-cta__social .icon--telegram{fill:var(--color-telegram);}.contact-cta__social .icon--telegram:hover{fill:#229ED9;}.contact-cta__social .icon--whatsapp{fill:var(--color-whatsapp);}.contact-cta__social .icon--whatsapp:hover{fill:#28AD5A;}.contact-cta__social .icon--vk{fill:var(--color-vk);}.contact-cta__social .icon--vk:hover{fill:#156FD5;}.contact-cta__social .icon--youtube{fill:var(--color-youtube);}.contact-cta__social .icon--youtube:hover{fill:#A92824;}@media (max-width:992px){.contact-cta__blocks{flex-direction:column;}}
.hero{padding-block:56px;}.hero--light{background:var(--color-bg);border-bottom-left-radius:30px;border-bottom-right-radius:30px;}.hero--dark{background-color:var(--color-dark);background-image:url(/themes/custom/ctr99/assets/img/sun-tornado.svg);background-size:cover;background-position:center;color:#fff;}.hero__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--space-12);}.hero__inner:not(:has(.hero__image)){grid-template-columns:1fr;}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:var(--space-6);}.hero--dark .hero__title{color:#fff;}.hero__subtitle{font-size:28px;font-weight:400;color:var(--color-gray);margin-bottom:var(--space-8);}.hero--dark .hero__subtitle{color:rgba(255,255,255,0.8);}.hero__cta{font-size:var(--text-lg);}.hero__image{flex-shrink:0;}.hero__service-img{width:340px;height:340px;object-fit:cover;border-radius:50%;border:4px solid var(--color-green);box-shadow:0 0 40px rgba(0,170,68,0.3);}@media (max-width:768px){.hero__inner{grid-template-columns:1fr;}.hero__image{display:none;}.hero{padding-block:var(--space-12);}}
.site-footer{background-color:var(--color-dark-deep);color:rgba(255,255,255,0.8);margin-top:auto;border-radius:30px 30px 0 0;}.site-footer__inner{display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-12);padding-block:var(--space-12);align-items:start;}.site-footer__brand{display:flex;flex-direction:column;gap:var(--space-3);}.site-footer__brand img{height:36px;width:auto;}.site-footer__tagline{font-size:var(--text-sm);color:rgba(255,255,255,0.5);margin:0;}.site-footer__nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-6);margin:0;padding:0;}.site-footer__nav a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:var(--text-sm);}.site-footer__nav a:hover{color:#fff;}.site-footer__contacts{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-end;}.site-footer__email{color:rgba(255,255,255,0.8);text-decoration:none;font-size:var(--text-sm);}.site-footer__email:hover{color:#fff;}.site-footer__socials{display:flex;gap:var(--space-3);}.site-footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-block:var(--space-4);font-size:var(--text-sm);color:rgba(255,255,255,0.4);}.site-footer__bottom .container{display:flex;justify-content:space-between;align-items:center;}.site-footer__bottom a{color:rgba(255,255,255,0.4);text-decoration:none;}.site-footer__bottom a:hover{color:rgba(255,255,255,0.7);}@media (max-width:768px){.site-footer__inner{grid-template-columns:1fr;gap:var(--space-8);}.site-footer__contacts{align-items:flex-start;}.site-footer__nav ul{flex-direction:column;gap:var(--space-2);}}
.site-nav{background:var(--color-bg);border-bottom:1px solid var(--color-gray-light);position:sticky;top:0;z-index:100;}.site-nav__inner{display:flex;align-items:center;gap:var(--space-8);padding-block:var(--space-3);}.site-nav__logo img{height:40px;width:auto;}.site-nav__menu{display:flex;align-items:center;gap:var(--space-2);margin-left:auto;}.site-nav__menu ul{list-style:none;display:flex;align-items:center;gap:var(--space-1);margin:0;padding:0;}.site-nav__menu a{display:block;padding:var(--space-2) var(--space-3);color:var(--color-text);font-weight:400;border-radius:var(--radius-sm);transition:color var(--transition),background-color var(--transition);text-decoration:none;}.site-nav__menu a:hover,.site-nav__menu a.is-active{color:var(--color-green);background-color:var(--color-green-dim);}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;padding:var(--space-2);background:none;border:none;cursor:pointer;margin-left:auto;}.nav-toggle__bar{display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:transform var(--transition),opacity var(--transition);}@media (max-width:768px){.nav-toggle{display:flex;}.site-nav__menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-bg);border-bottom:1px solid var(--color-gray-light);padding:var(--space-4) var(--container-pad);margin-left:0;}.site-nav__menu.is-open{display:block;}.site-nav__menu ul{flex-direction:column;align-items:flex-start;gap:0;}.site-nav__menu a{padding:var(--space-3) 0;}}
.site-topbar{background-color:var(--color-dark-deep);color:#fff;font-size:var(--text-sm);}.site-topbar__inner{display:flex;align-items:center;justify-content:space-between;padding-block:var(--space-2);gap:var(--space-4);}.site-topbar__left{display:flex;align-items:center;gap:var(--space-2);color:rgba(255,255,255,0.8);}.site-topbar__pin{flex-shrink:0;}.site-topbar__right{display:flex;align-items:center;gap:var(--space-6);}.site-topbar__email{display:flex;align-items:center;gap:var(--space-2);color:rgba(255,255,255,0.9);text-decoration:none;}.site-topbar__email:hover{color:#fff;}.site-topbar__socials{display:flex;align-items:center;gap:var(--space-3);}.site-topbar__social{display:flex;line-height:1;}.icon-telegram{fill:var(--color-telegram);}.icon-whatsapp{fill:var(--color-whatsapp);}.icon-vk{fill:var(--color-vk);}.icon-youtube{fill:var(--color-youtube);}.site-topbar__social:hover svg{opacity:0.8;}.city-select{display:flex;gap:5px;align-items:center;position:relative;}.city-select button{all:unset;font-weight:600;text-decoration:underline;color:rgba(255,255,255,0.9);cursor:pointer;}.city-select button:hover{color:#fff;}.city-select .dropdown-menu{border-radius:8px;width:clamp(280px,40vw,420px);max-height:420px;background:#fff;color:#000;border:1px solid rgba(0,0,0,0.08);padding:1rem;box-shadow:0 12px 40px rgba(16,23,38,0.2);display:none;flex-direction:column;gap:0.75rem;position:absolute;top:calc(100% + 6px);left:0;z-index:1200;}.city-select .dropdown-menu.is-open{display:flex;}.city-select-body{max-height:320px;overflow-y:auto;display:grid;gap:1rem;}.city-select-body::-webkit-scrollbar{width:8px;}.city-select-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.12);border-radius:999px;}.city-select-search__input{width:100%;border:1px solid rgba(0,0,0,0.2);border-radius:8px;padding:0.55rem 0.75rem;font-size:0.9rem;box-sizing:border-box;}.city-select-search__input:focus{outline:none;border-color:var(--color-green);}.city-select-alpha__list{display:grid;gap:0.75rem;}.city-select-alpha__group{display:grid;gap:0.35rem;}.city-select-alpha__group.is-group-hidden{display:none;}.city-select-alpha__letter{font-weight:700;color:#000;font-size:0.85rem;}.city-select-alpha ul{list-style:none;margin:0;padding:0;display:grid;gap:0.1rem;}.city-select-link{display:block;font-weight:500;color:rgba(0,0,0,0.7);text-decoration:none;border-radius:6px;padding:0.35rem 0.5rem;transition:background 0.15s ease;}.city-select-link:hover{background:rgba(0,168,73,0.08);color:#000;}.city-select-link.is-active{background:rgba(0,168,73,0.12);color:#000;font-weight:600;}.city-select-link.is-hidden{display:none !important;}.city-select-empty{font-size:0.85rem;color:rgba(0,0,0,0.6);}@media (max-width:600px){.site-topbar__email{display:none;}.city-select .dropdown-menu{width:calc(100vw - 2rem);left:-0.5rem;}}
:root{--color-green:hsl(146,100%,33%);--color-green-dark:hsl(120,100%,25%);--color-green-dim:hsla(104,100%,25%,0.15);--color-dark:hsl(204,24%,27%);--color-dark-deep:hsl(206,24%,13%);--color-dark-mid:hsl(204,24%,45%);--color-gray:hsl(0,0%,45%);--color-gray-light:hsl(0,0%,91%);--color-bg:#fff;--color-text:hsl(206,24%,13%);--color-telegram:#2AABEE;--color-whatsapp:#25D366;--color-vk:#0077FF;--color-youtube:#C4302B;--font-body:'Inter',system-ui,sans-serif;--font-display:'Manrope','Inter',sans-serif;--text-base:1rem;--text-sm:0.875rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--container-max:1140px;--container-pad:0.75rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--shadow-card:0 0.5em 1em -0.125em rgb(10 10 10 / 10%),0 0 0 1px rgb(10 10 10 / 2%);--transition:0.2s ease-in-out;}
@layer reset,base,layout,utilities;@layer reset{*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}img,video{max-width:100%;height:auto;display:block;}}@layer base{html{font-size:16px;scroll-behavior:smooth;}body{font-family:var(--font-body);font-weight:400;color:var(--color-text);background:var(--color-gray-light);overflow-x:hidden;line-height:1.6;}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;}h1{font-size:clamp(2rem,5vw,4rem);margin-bottom:48px;}h2{font-size:clamp(1.75rem,4vw,3.5rem);margin-bottom:24px;}h3{font-size:clamp(1.5rem,3.5vw,2.75rem);margin-bottom:22px;}h4{font-size:clamp(1.25rem,3vw,2.25rem);margin-bottom:20px;}h5{font-size:clamp(1rem,2.5vw,2rem);margin-bottom:18px;}h6{font-size:clamp(0.875rem,1.6vw,1.625rem);margin-bottom:16px;}a{color:var(--color-green);text-decoration:none;word-wrap:break-word;}a:hover{color:var(--color-green-dark);text-decoration:underline;}main a{color:var(--color-green);}main a:hover{color:var(--color-green-dark);}p{margin-bottom:var(--space-4);}p:last-child{margin-bottom:0;}}@layer layout{.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad);}.container.narrow{max-width:800px;}.section{padding-block:var(--space-20);}.section--gray{background-color:var(--color-gray-light);}.section--dark{background-color:var(--color-dark);color:#fff;border-radius:30px;}.section--dark-deep{background-color:var(--color-dark-deep);color:#fff;border-radius:30px;}.section--dark-deep h1,.section--dark-deep h2,.section--dark-deep h3{color:#fff;}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff;}.section--dark-deep .narrow-column-front-page-content p,.section--dark-deep .narrow-column-front-page-content p a,.section--dark .info-block p,.section--dark > .container > p{color:rgba(255,255,255,0.6);}.section--dark .service-card,.section--dark .article-card,.section--dark-deep .service-card,.section--dark-deep .article-card{color:var(--color-text);}.section--dark .service-card p,.section--dark .article-card p,.section--dark-deep .service-card p,.section--dark-deep .article-card p{color:var(--color-gray);}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6);}.benefits-grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);padding:0;margin:var(--space-8) 0 0;}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8);margin-top:var(--space-8);}.articles-filters{margin-bottom:var(--space-8);}.articles-filters form{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;}.articles-filters .form-item{margin:0;}.articles-filters select{background:transparent;color:var(--color-green);border:1px solid var(--color-green);border-radius:6px;padding:var(--space-2) var(--space-4);font-size:var(--text-base);cursor:pointer;}.articles-filters select:focus{outline:none;border-color:var(--color-green);}.articles-filters .form-submit{background:var(--color-green);color:#fff;border:none;border-radius:6px;padding:var(--space-2) var(--space-4);font-size:var(--text-sm);cursor:pointer;}.articles-filters .form-submit:hover{background:var(--color-green-dark);}.articles-pager{margin-top:var(--space-10);display:flex;justify-content:center;}.pager__items{display:flex;gap:var(--space-2);list-style:none;padding:0;margin:0;align-items:center;}.pager__item a{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 var(--space-3);border-radius:6px;border:1px solid var(--color-border);color:#fff;text-decoration:none;font-size:var(--text-sm);transition:background var(--transition),border-color var(--transition);}.pager__item a:hover{background:var(--color-green);border-color:var(--color-green);}.pager__item.is-active a{background:var(--color-green);border-color:var(--color-green);font-weight:700;}.employees-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);margin-top:var(--space-8);}.employees-grid--small{grid-template-columns:repeat(5,1fr);}.contacts-schedule{font-size:var(--text-sm);color:var(--color-gray);margin-bottom:var(--space-1);}.contacts-schedule-value{font-size:var(--text-xl);font-weight:700;}.contacts-channels{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);}.contacts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8);}.contacts-grid__label{font-size:var(--text-sm);color:var(--color-gray);margin-bottom:var(--space-2);}.contacts-grid__value{font-size:var(--text-lg);font-weight:600;color:var(--color-green);text-decoration:none;}.contacts-grid__value:hover{text-decoration:underline;}.contacts-socials{display:flex;gap:var(--space-3);}.contacts-social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;}.contacts-social--telegram{background:#27a7e7;}.contacts-social--whatsapp{background:#25d366;}.contacts-social--vk{background:#4a76a8;}.contacts-social--youtube{background:#ff0000;}.contacts-social svg{width:20px;height:20px;}@media (max-width:992px){.employees-grid{grid-template-columns:repeat(3,1fr);}.employees-grid--small{grid-template-columns:repeat(4,1fr);}.contacts-grid{grid-template-columns:1fr;}}@media (max-width:600px){.employees-grid,.employees-grid--small{grid-template-columns:repeat(2,1fr);}}@media (max-width:992px){.grid-3{grid-template-columns:repeat(2,1fr);}.benefits-grid{grid-template-columns:repeat(2,1fr);}.services-grid{grid-template-columns:repeat(2,1fr);}.articles-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:600px){.grid-3,.grid-2,.benefits-grid,.services-grid,.articles-grid{grid-template-columns:1fr;}}.profit-list{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:0;}.profit-list li{position:relative;padding-left:60px;}.profit-list li::before{content:'';position:absolute;left:0;top:0;width:40px;height:40px;background-image:url(/themes/custom/ctr99/assets/img/thumbs-up.svg);background-size:contain;background-repeat:no-repeat;filter:invert(28%) sepia(43%) saturate(5052%) hue-rotate(78deg) brightness(97%) contrast(101%) opacity(0.3);}.profit-list li span{display:block;font-family:var(--font-display);font-weight:400;font-size:var(--text-xl);line-height:1.2;margin-bottom:var(--space-2);}.narrow-column-front-page-content{max-width:830px;margin-bottom:48px;}.narrow-column-front-page-content h2{margin-bottom:var(--space-6);}.narrow-column-front-page-content p{line-height:1.7;}.services-filter{list-style:none;display:flex;flex-wrap:wrap;padding:0;gap:0.5rem;color:var(--color-green);margin-top:var(--space-8);margin-bottom:var(--space-4);}.services-filter__item{padding:0.5rem 1rem;border-radius:4px;font-weight:700;cursor:pointer;}.services-filter__item:hover{color:var(--color-green-dark);text-decoration:underline;}.services-filter__item.is-active{background:var(--color-gray-light);color:#000;cursor:default;text-decoration:none;}.service-group{background-color:var(--color-gray-light);padding:80px 0;margin:0;}.service-group:nth-child(even){background-color:#fff;}.parent-service{display:flex;gap:21px;align-items:flex-start;}.parent-service__body{flex:1;}.parent-service__body h2{color:var(--color-dark);}.parent-service__body p{margin-bottom:24px;}.parent-service__img{width:418px;height:auto;max-height:418px;object-fit:cover;box-shadow:0 4px 8px rgba(0,0,0,0.2);border-radius:4px;flex-shrink:0;}.child-service{border:2px solid var(--color-green);padding:32px;gap:32px;display:flex;border-radius:4px;align-items:center;margin-top:48px;}.child-service:hover{border-color:var(--color-green-dark);}.child-service__img{max-width:252px;height:auto;object-fit:cover;box-shadow:0 4px 8px rgba(0,0,0,0.2);border-radius:4px;flex-shrink:0;}.child-service__body{flex:1;}.child-service__body h3{color:var(--color-dark);}.child-service__body p{margin-bottom:24px;}.child-service__related{font-size:var(--text-sm);margin-bottom:16px;}.child-service__related a{color:var(--color-green);text-decoration:none;}.child-service__related a:hover{text-decoration:underline;}.service-btn{font-weight:normal;}.service-group.is-hidden{display:none;}@media (max-width:991px){.parent-service__img{display:none;}}@media (max-width:765px){.child-service{flex-direction:column;padding:16px;}.child-service__img{max-width:100%;}}.wrapper-service-block{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;}.el-service-block{flex:1 1 calc(33.333% - 20px);padding:20px;border:2px solid var(--color-green);border-radius:4px;color:#fff;}.el-service-block h6{font-size:26px;font-weight:700;margin-bottom:var(--space-4);color:#fff;}.el-service-block p{color:rgba(255,255,255,0.6);margin-bottom:var(--space-2);}.el-service-block a{color:rgba(255,255,255,0.6);text-decoration:none;}.el-service-block a:hover{color:var(--color-green);text-decoration:none;}.el-service-block--cta{flex:1 1 calc(66.666% - 20px);}.el-service-block--cta .btn--primary{width:100%;justify-content:center;margin-top:var(--space-4);}@media (max-width:768px){.el-service-block,.el-service-block--cta{flex:1 1 100%;}}.info-block{max-width:700px;margin-bottom:var(--space-8);}.info-block h2{margin-bottom:var(--space-4);}.block-employer-ctr99{background-color:#fff;color:#212529;padding:32px;border-radius:4px;}.block-employer-ctr99 img{width:100%;border-radius:4px;box-shadow:0 4px 10px rgba(0,0,0,0.2);display:block;}.title-employer{font-weight:600;margin-bottom:24px;}.employee-row{display:flex;gap:var(--space-8);align-items:flex-start;}.wrapper-team-img{position:relative;flex:0 0 25%;max-width:25%;}.team-name{position:absolute;left:-20px;bottom:5%;background:hsla(204,24%,27%,0.8);padding:0.5rem 1rem;z-index:9;}.team-name h4{font-size:1.5rem;margin:0;}.team-link{color:#fff;text-decoration:none;}.team-link:hover{color:hsl(204,24%,70%);text-decoration:none;}.employee-bio{flex:1;}.caption{font-style:italic;font-weight:200;margin:1rem 0;}.articles-grid{margin-top:var(--space-8);}.client-spotlight{display:flex;gap:var(--space-8);align-items:flex-start;margin-top:var(--space-8);margin-bottom:var(--space-8);background:#fff;border-radius:4px;box-shadow:0 4px 10px rgba(0,0,0,0.2);padding:32px;}.client-spotlight__logo{flex-shrink:0;width:300px;height:300px;padding:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.2);}.client-spotlight__logo img{max-width:100%;height:auto;display:block;}@media (max-width:1400px){.client-spotlight__logo{width:235px;height:235px;}}@media (max-width:1200px){.client-spotlight__logo{width:195px;height:195px;}}@media (max-width:998px){.client-spotlight__logo{width:165px;height:165px;margin:0 auto;}}.client-spotlight__info{display:flex;flex-direction:column;gap:var(--space-3);flex:1;}.client-spotlight__info h4{font-size:var(--text-2xl);margin:0;}.client-spotlight__info h4 a{color:var(--color-green);text-decoration:none;}.client-spotlight__info h4 a:hover{color:var(--color-green-dark);}.client-spotlight__description{color:var(--color-text);line-height:1.6;margin:0;}.client-spotlight__services{color:var(--color-gray);margin:0;}@media (max-width:992px){.profit-list{grid-template-columns:1fr 1fr;}}@media (max-width:600px){.profit-list{grid-template-columns:1fr;}.employee-row{flex-direction:column;}.wrapper-team-img{flex:1 1 100%;max-width:100%;}.client-spotlight{flex-direction:column;}.client-spotlight__logo{width:100%;}}}@layer utilities{.btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:0.625rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:var(--text-base);font-weight:700;cursor:pointer;border:none;text-decoration:none;transition:background-color var(--transition),color var(--transition);line-height:1.5;}.btn--primary{background-color:var(--color-green);color:#fff;}.btn--primary:hover{background-color:var(--color-green-dark);color:#fff;text-decoration:none;}.btn--light{background-color:#f8f9fa;color:var(--color-dark-deep);}.btn--light:hover{color:var(--color-green);text-decoration:none;}.text-green{color:var(--color-green);}.text-dark{color:var(--color-dark);}.text-muted{color:var(--color-gray);}.text-accent{color:var(--color-green);}.front-page-link{display:flex;align-items:center;justify-content:center;gap:16px;color:var(--color-green);font-weight:700;text-decoration:none;margin-top:24px;}.front-page-link:hover{color:var(--color-green-dark);text-decoration:underline;}.section--dark-deep .front-page-link{color:var(--color-green);}.front-page-link-element{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-green);font-weight:700;font-size:var(--text-sm);text-decoration:none;}.front-page-link-element:hover{color:var(--color-green-dark);text-decoration:underline;}.bg-gray-light{background-color:var(--color-gray-light);}.bg-dark{background-color:var(--color-dark);}.bg-dark-deep{background-color:var(--color-dark-deep);}.article-full__cover{max-height:480px;overflow:hidden;}.article-full__cover img{width:100%;height:480px;object-fit:cover;display:block;}.article-full__header{padding-bottom:var(--space-8);}.article-full__category{display:inline-block;font-size:var(--text-sm);font-weight:700;color:var(--color-green);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:var(--space-3);}.article-full__title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:var(--space-6);}.article-full__meta{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;font-size:var(--text-sm);color:var(--color-gray);}.article-full__tags{display:flex;flex-wrap:wrap;gap:var(--space-2);}.article-full__tag{background:var(--color-gray-light);padding:0.2em 0.6em;border-radius:var(--radius-sm);font-size:var(--text-sm);}.article-full__body{padding-block:var(--space-10);}.article-full__body h2{margin-top:var(--space-8);margin-bottom:var(--space-4);font-size:var(--text-2xl);}.article-full__body h3{margin-top:var(--space-6);margin-bottom:var(--space-3);font-size:var(--text-xl);}.article-full__body p{margin-bottom:var(--space-4);line-height:1.7;}.article-full__body ul,.article-full__body ol{padding-left:var(--space-6);margin-bottom:var(--space-4);}.article-full__body li{margin-bottom:var(--space-2);line-height:1.7;}.article-full__body img{border-radius:var(--radius-sm);margin-block:var(--space-4);}.article-full__body a{color:var(--color-green);}.article-full__body blockquote{border-left:4px solid var(--color-green);padding-left:var(--space-6);color:var(--color-gray);font-style:italic;margin-block:var(--space-6);}.contacts-form .form-item,.contact-cta__form .form-item{margin-bottom:var(--space-4);}.contacts-form label,.contact-cta__form label{display:block;font-weight:600;font-size:var(--text-sm);margin-bottom:var(--space-1);color:var(--color-text);}.contacts-form input[type="text"],.contacts-form input[type="email"],.contacts-form textarea,.contact-cta__form input[type="text"],.contact-cta__form input[type="email"],.contact-cta__form textarea{width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--color-gray-light);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:#fff;transition:border-color var(--transition);}.contacts-form input:focus,.contacts-form textarea:focus,.contact-cta__form input:focus,.contact-cta__form textarea:focus{outline:none;border-color:var(--color-green);}.contacts-form textarea,.contact-cta__form textarea{min-height:120px;resize:vertical;}.contacts-form .form-submit,.contact-cta__form .form-submit{background:var(--color-green) !important;color:#fff !important;border:none;padding:0.625rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:var(--text-base);font-weight:700;cursor:pointer;transition:background-color var(--transition);}.contacts-form .form-submit:hover,.contact-cta__form .form-submit:hover{background:var(--color-green-dark) !important;}.market-product{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-10);align-items:start;}.market-product__main-img{width:100%;border-radius:var(--radius-sm);}.market-product__thumbs{display:flex;gap:var(--space-3);margin-top:var(--space-3);}.market-product__thumb{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm);cursor:pointer;opacity:0.6;transition:opacity var(--transition);}.market-product__thumb--active,.market-product__thumb:hover{opacity:1;}.market-product__price{font-size:var(--text-3xl);font-weight:700;color:var(--color-green);margin-bottom:var(--space-4);}.market-product__cta{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-border);}.market-product__cta p{margin-bottom:var(--space-3);}.market-faq dt{font-weight:700;margin-top:var(--space-4);margin-bottom:var(--space-2);}.market-faq dd{margin-left:0;color:var(--color-gray);margin-bottom:var(--space-4);}@media (max-width:768px){.market-product{grid-template-columns:1fr;}}.error-404{text-align:center;padding-block:var(--space-20);}.error-404__inner{max-width:600px;}.error-404__code{font-size:clamp(6rem,20vw,10rem);font-family:var(--font-display);font-weight:900;color:var(--color-green);line-height:1;margin-bottom:var(--space-4);}.error-404__title{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:var(--space-4);}.error-404__text{color:var(--color-gray);margin-bottom:var(--space-8);}.error-404__actions{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap;}#block-ctr99-page-title{display:none;}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;}.skip-link{position:absolute;top:-100%;left:0;z-index:9999;padding:var(--space-2) var(--space-4);background:var(--color-green);color:#fff;}.skip-link:focus{top:0;}@media (max-width:575px){.container{padding-inline:1.25rem;}}}
.node--type-article .field--name-body{padding:50px 0;max-width:750px;margin:0 auto;}.node--type-article .field--name-body section:not(:first-of-type){padding-top:2rem;}.node--type-article .field--name-body section:not(:last-of-type){padding-bottom:2rem;}.node--type-article .field--name-body img{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.02);max-width:100%;height:auto;}.blockquote{position:relative;border-left:none;background-color:hsl(204,24%,27%);color:rgba(255,255,255,0.6);padding:45px;margin-top:50px;font-size:1.1rem;font-weight:400;border-radius:0.25rem;}.blockquote span{color:#ffffff;}blockquote.blockquote span{font-weight:400;color:rgba(255,255,255,1);}.blockquote.with-photo{padding:90px 45px 45px 45px;margin-top:100px;}.blockquote.with-photo .author-photo{position:absolute;top:-75px;height:150px;width:150px;border-radius:10px;}.blockquote footer{color:#feffff;margin-top:20px;}.blockquote footer cite{font-size:1rem;font-style:normal;font-weight:bold;}.blockquote footer cite .author-role{display:block;font-size:0.6rem;font-weight:normal;}.blockquote a{color:#feffff;}.greenbox{border:1px solid var(--color-green);padding:1rem;margin-bottom:1rem;}.greenbox ul{list-style:none;margin:0 !important;padding-left:1rem;}.greenbox ul li:before{content:'+\00a0';color:var(--color-green);margin-right:0.25rem;}.is-green{color:var(--color-green);}.redbox{border:1px solid #e03058;padding:1rem;margin-bottom:1rem;}.redbox ul{list-style:none;margin:0 !important;padding-left:1rem;}.redbox ul li:before{content:'\2212 \00a0';color:#e03058;margin-right:0.25rem;}.is-red{color:#e03058;}div.block-quality{margin:35px 0;}div.block-quality.plus{border:1px solid #BCD9B3;}div.block-quality.minus{border:1px solid #B70F0F59;}div.block-quality p{padding:10px;font-weight:bold;margin:0;}.plus p{background-color:#BCD9B3;}.minus p{background-color:#B70F0F59;}.block-quality-list{padding:25px;}div.block-quality-list ul{margin:0;padding:0;list-style-type:none;}div.block-quality div.block-quality-list ul > li{display:flex;align-items:center;gap:20px;position:relative;padding-left:20px;}div.block-quality div.block-quality-list ul > li:after,div.block-quality div.block-quality-list ul > li:before{content:"";position:absolute;width:12px;height:2px;left:0;}div.block-quality.plus div.block-quality-list ul > li:after,div.block-quality.plus div.block-quality-list ul > li:before{background:#BCD9B3;}div.block-quality.minus div.block-quality-list ul > li:after,div.block-quality.minus div.block-quality-list ul > li:before{background:#B70F0F59;}div.block-quality.plus div.block-quality-list ul > li:before{transform:rotate(90deg);}div.block-quality.plus div.block-quality-list ul > li:after{transform:rotate(0deg);}div.comment{font-style:italic;border-top:1px solid black;border-bottom:1px solid black;padding:10px;}div.comment p{margin:0;}.caption{font-style:italic;font-weight:200;margin:1rem 0;}.underline{position:relative;z-index:2;white-space:nowrap;}.underline:after{content:"";display:block;background:hsla(104,100%,25%,.15);border-radius:5rem;position:absolute;width:calc(100% + 2.5%);height:30%;left:-1.5%;bottom:-5%;z-index:-1;transition:all .2s ease-in-out;}.zigzag{position:relative;padding:30px;}.zigzag:before,.zigzag:after{content:'';width:100%;height:5px;position:absolute;bottom:100%;left:0;background-position:-5px 0;background-size:10px 100%;background-repeat:repeat-x;}.zigzag:after{top:100%;bottom:auto;}.zigzag.green{background:var(--color-green);color:white;}.zigzag.green:before,.zigzag.green:after{background-image:linear-gradient(135deg,transparent 66%,hsl(146,100%,33%) 67%),linear-gradient(45deg,hsl(146,100%,33%) 33%,transparent 44%);}.zigzag.green:after{background-image:linear-gradient(135deg,hsl(146,100%,33%) 33%,transparent 44%),linear-gradient(45deg,transparent 66%,hsl(146,100%,33%) 67%);}.zigzag.bg-ctr99{background:hsl(204,24%,27%);color:white;}.zigzag.bg-ctr99:before,.zigzag.bg-ctr99:after{background-image:linear-gradient(135deg,transparent 66%,hsl(204,24%,27%) 67%),linear-gradient(45deg,hsl(204,24%,27%) 33%,transparent 44%);}.zigzag.bg-ctr99:after{background-image:linear-gradient(135deg,hsl(204,24%,27%) 33%,transparent 44%),linear-gradient(45deg,transparent 66%,hsl(204,24%,27%) 67%);}.node--type-article .field--name-body .wide{margin-left:-150px;margin-right:-150px;padding:30px 0;}@media (min-width:801px) and (max-width:1110px){.node--type-article .field--name-body .wide{margin-left:calc((-100vw + 780px) / 2);margin-right:calc((-100vw + 780px) / 2);}}@media (max-width:800px){.node--type-article .field--name-body .wide{margin-left:-10px;margin-right:-10px;}}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}.commercial-service-block{background-color:rgba(233,233,233,1);display:grid;grid-template-columns:112px auto;padding:16px;gap:16px;border-radius:4px;margin:30px 0;}.commercial-service-block h4,.commercial-service-block div{margin:0;}.commercial-service-block img.commercial-service-block-img{max-width:112px;max-height:112px;border-radius:4px;box-shadow:none !important;}.commercial-service-block-link{display:flex;gap:16px;align-items:center;}@media (max-width:480px){.commercial-service-block{grid-template-columns:60px auto;gap:6px;}.commercial-service-block img.commercial-service-block-img{max-width:52px;max-height:52px;}}code .hljs-comment{color:rgba(0,128,0,1);}code .hljs-keyword{color:rgba(240,51,54,1);}code .hljs-variable,code.hljs{color:rgba(6,128,241,1);}pre code.hljs .hljs-section,.hljs-title.class_,pre code.hljs .hljs-string{color:rgba(96,89,89,0.8);}.with-modal{display:inline-block;position:relative;cursor:zoom-in;box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.02);}.with-modal::after{content:'';position:absolute;opacity:0.6;bottom:0.5rem;right:0.5rem;width:2rem;height:2rem;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 299.998 299.998'%3E%3Cpath d='M139.414 96.193c-22.673 0-41.056 18.389-41.056 41.062 0 22.678 18.383 41.062 41.056 41.062 22.678 0 41.059-18.383 41.059-41.062.001-22.673-18.379-41.062-41.059-41.062zm19.841 50.778h-12.06v12.06a7.78 7.78 0 0 1-7.781 7.781 7.78 7.78 0 0 1-7.781-7.781v-12.06h-12.06a7.78 7.78 0 0 1-7.781-7.781 7.78 7.78 0 0 1 7.781-7.781h12.06v-12.063a7.78 7.78 0 0 1 7.781-7.781 7.78 7.78 0 0 1 7.781 7.781v12.063h12.06a7.78 7.78 0 0 1 7.781 7.781 7.779 7.779 0 0 1-7.781 7.781z'/%3E%3Cpath d='M149.997 0C67.157 0 .001 67.158.001 149.995s67.156 150.003 149.995 150.003 150-67.163 150-150.003S232.836 0 149.997 0zm75.441 221.254c-2.371 2.376-5.48 3.561-8.59 3.561s-6.217-1.185-8.593-3.561l-34.145-34.147a60.43 60.43 0 0 1-34.697 10.896c-33.548 0-60.742-27.196-60.742-60.744s27.194-60.742 60.742-60.742 60.744 27.194 60.744 60.739a60.434 60.434 0 0 1-9.28 32.256l34.56 34.562c4.748 4.743 4.748 12.438.001 17.18z'/%3E%3C/svg%3E");}.green-text{color:var(--color-green);}.mail-block{padding:16px 50px;font-weight:600;background-color:var(--color-gray-light);border-radius:4px;margin-top:64px;margin-bottom:72px;}.mail-block a{color:var(--color-green);text-decoration:none;}.mail-block a:hover{color:var(--color-green-dark);}.section-gray{background-color:var(--color-gray-light);padding:80px 0;margin:80px 0;}.narrow-column{max-width:750px;margin:0 auto;}@media (max-width:800px){.narrow-column{margin-left:30px;margin-right:30px;}}
