.header{z-index:50;opacity:1;will-change:transform;width:100%;transition:transform .36s,opacity .28s,top .28s;position:fixed;top:16px;left:0;transform:translateY(0)}.header--hidden{opacity:.98;pointer-events:none;transform:translateY(calc(-100% - 27px))}.header .container{position:relative}.header__panel{box-sizing:border-box;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffffe6;border-radius:48px;justify-content:space-between;align-items:center;gap:12px;height:56px;padding:8px 14px;display:flex;position:relative}.header__logo{color:var(--brand-bluee);flex:none;align-items:center;text-decoration:none;display:inline-flex}.header__logo>img{object-fit:contain;width:100px;height:auto}.header__logo-icon{display:block}.header__divider{background:var(--gray-300);flex:0 0 1px;width:1px;height:28px;display:none}.header__nav,.header__language,.header__search-toggle--desktop,.header__divider--logo{display:none}.header__actions{align-items:center;gap:2px;margin-left:auto;display:flex}.header__search-toggle,.header__burger,.header__drawer-close,.header__search-submit{width:40px;height:40px;color:var(--gray-900);background:var(--transparent);cursor:pointer;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:background-color .3s,color .3s;display:inline-flex}.header__search[hidden],.header__drawer[hidden]{display:none}.header__burger:hover,.header__drawer-close:hover,.header__search-submit:hover{background:var(--gray-100)}.header__search-toggle:focus-visible,.header__burger:focus-visible,.header__drawer-close:focus-visible,.header__search-submit:focus-visible,.header__menu-link:focus-visible,.header__submenu-link:focus-visible,.header__drawer-link:focus-visible,.header__drawer-sublink:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:2px}.header--search-open .header__search-toggle,.header--menu-open .header__burger{background:var(--gray-100)}.header__search-icon{color:currentColor;display:block}.header__burger{position:relative}.header__burger-line{background:currentColor;border-radius:999px;width:18px;height:2px;position:absolute}.header__burger-line:first-child{transform:translateY(-5px)}.header__burger-line:nth-child(3){transform:translateY(5px)}.header__search{width:100%}.header__search form{align-items:center;gap:10px;width:100%;display:flex}.header__search-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header__search-input{width:100%;min-width:0;min-height:40px;color:var(--gray-900);background:var(--gray-100);border:1px solid var(--gray-300);border-radius:999px;flex:auto;padding:0 18px;font-size:18px}.header__search-input::placeholder{color:var(--gray-400)}.header__search-input:hover,.header__search-input:focus{border:1px solid var(--gray-300)}.header__search-submit{color:var(--gray-600);flex-shrink:0}.header__drawer{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1d1d202e;padding:20px;position:fixed;inset:0}.header__drawer-panel{background:var(--gray-white);border-radius:24px;width:min(100%,360px);min-height:calc(100vh - 40px);padding:12px 14px 20px;overflow-y:auto}.header__drawer-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.header__drawer-close-icon{color:currentColor;display:block}.header__drawer-menu,.header__drawer-submenu,.header__menu,.header__submenu-list{margin:0;padding:0;list-style:none}.header__drawer-menu{gap:4px;display:grid}.header__drawer-link,.header__drawer-sublink{width:100%;min-height:48px;color:var(--gray-900);background:var(--transparent);font:inherit;border:0;justify-content:space-between;align-items:center;font-size:18px;text-decoration:none;display:flex}.header__drawer-link--trigger{cursor:pointer;width:100%;padding:0}.header__drawer-caret{border-top:1px solid;border-right:1px solid;width:7px;height:7px;transition:transform .3s;transform:rotate(45deg)}.header__drawer-link--trigger[aria-expanded=true] .header__drawer-caret{transform:rotate(135deg)}.header__drawer-submenu{gap:2px;padding:0 0 10px 16px;display:grid}.header__drawer-sublink{min-height:40px;color:var(--gray-700);font-size:16px}.header__drawer-language{border-top:1px solid var(--gray-200);align-items:center;margin-top:20px;padding-top:20px;display:flex}@media (width>=1024px){.header{top:27px}.header__panel{gap:16px;min-height:64px;padding:0 20px 0 18px}.header__divider--logo,.header__nav,.header__language,.header__search-toggle--desktop{display:flex}.header__search-toggle--mobile,.header__burger{display:none}.header__actions{gap:0;margin-left:0}.header__search-toggle{color:var(--gray-600)}.header__nav{flex:auto;min-width:0}.header__menu{flex-wrap:wrap;justify-content:center;align-items:center;gap:2px;display:flex}.header__menu-item{position:relative}.header__menu-link{min-height:64px;font-family:var(--font-family);white-space:nowrap;color:var(--gray-900);background-color:var(--transparent);border:none;align-items:center;gap:8px;padding:0 14px;font-size:18px;font-weight:500;text-decoration:none;display:inline-flex}.header__menu-caret{border-bottom:1px solid;border-right:1px solid;width:7px;height:7px;transform:rotate(45deg)translateY(-2px)}.header__submenu{background:var(--gray-white);opacity:0;visibility:hidden;border-radius:0 0 24px 24px;min-width:236px;padding:20px 22px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:-6px;transform:translateY(8px)}.header__menu-item--has-children:hover .header__submenu,.header__menu-item--has-children:focus-within .header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-list{gap:20px;display:grid}.header__submenu-link{font-family:var(--font-family);color:var(--gray-900);font-size:18px;font-weight:500;text-decoration:none}.header__language{flex:none;align-items:center;min-height:64px;display:flex;position:relative}.header__search{flex:auto;min-width:0}.header__search form{min-width:0}.header__divider--language{display:flex}.header--search-open .header__search-toggle--desktop,.header--search-open .header__nav,.header--search-open .header__divider--language,.header--search-open .header__language{display:none}.header--search-open .header__search{display:flex}.header:not(.header--search-open) .header__search{display:none}}.header-drawer-open{overflow:hidden}.footer{color:var(--gray-white);background:var(--gray-900);margin:60px 0 0;padding:48px 0 24px}.footer__container{flex-direction:column;gap:24px;display:flex}.footer__brand{align-items:center;text-decoration:none;display:inline-flex}.footer__brand img{width:120px;height:auto;display:block}.footer__brand-fallback{font-family:var(--font-family);font-size:42px;font-weight:700;line-height:1}.footer__main{flex-direction:column;gap:28px;display:flex}.footer__brand-block,.footer__aside{flex-direction:column;align-items:flex-start;gap:36px;display:flex}.footer__menu-block{display:flex}.footer__contact-list,.footer__menu,.footer__social{margin:0;padding:0;list-style:none}.footer__contact-list{flex-direction:column;gap:8px;display:flex}.footer__menu{flex-wrap:wrap;gap:14px 40px;max-width:360px;display:flex}.footer__contact-item{color:#ffffffd1;font-size:16px;line-height:1.25}.footer__contact-item a,.footer__menu-link,.footer__social-link{color:inherit;text-decoration:none}.footer__menu-link{color:#ffffffeb;font-size:16px;line-height:1.2;display:inline-flex}.footer__menu-item{width:calc(50% - 20px)}.footer__newsletter{flex-direction:column;gap:12px;width:100%;max-width:280px;display:flex}.footer__newsletter-label{display:none}.footer__newsletter-input{box-sizing:border-box;width:100%;min-height:48px}.footer__newsletter-button{width:100%;min-height:48px;color:var(--gray-900);background:var(--gray-white);cursor:pointer;font-family:var(--font-family);border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:18px;font-weight:500;display:inline-flex}.footer__social{flex-wrap:wrap;gap:14px;display:flex}.footer__social>*{line-height:1}.footer__social-link{width:24px;height:24px;color:var(--gray-white);justify-content:center;align-items:center;display:inline-flex}.footer__social-icon{fill:currentColor;flex-shrink:0;display:block}.footer__bottom{border-top:1px solid #ffffff1f;padding-top:16px}.footer__copyright{text-align:center;color:#ffffff7a;margin:0;font-size:12px;line-height:1.2}@media (width>=768px){.footer{margin:100px 0 0;padding:60px 0 24px}.footer__main{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:36px;display:flex}.footer__brand-block{flex:0 0 28%;max-width:280px}.footer__menu-block{flex:auto;justify-content:center;padding-top:4px}.footer__aside{flex:0 0 280px;padding-top:2px}}.language-switcher{display:inline-flex;position:relative}.language-switcher__trigger{color:inherit;background:var(--transparent);cursor:pointer;border:0;align-items:center;gap:8px;padding:0;display:inline-flex}.language-switcher__current{text-transform:uppercase;font-family:var(--font-family)}.language-switcher__caret{border-bottom:1px solid;border-right:1px solid;width:6px;height:6px;transform:rotate(45deg)translateY(-3px)}.language-switcher--open .language-switcher__caret{transform:rotate(-135deg)translateY(-3px)}.language-switcher__menu{z-index:998;background:var(--gray-white);min-width:55px;margin:0;padding:4px 0;list-style:none;display:grid;position:absolute;top:100%;right:0}.language-switcher__menu[hidden]{display:none}.language-switcher__option{min-height:28px;color:inherit;text-transform:uppercase;justify-content:center;align-items:center;font-size:13px;display:flex}.language-switcher__option.is-active{font-weight:700}.language-switcher__item a{text-decoration:none}.header__drawer-language .language-switcher__menu{left:0;right:auto}@media (width>=1024px){.header__language .language-switcher__menu{top:-10px;right:-4px}}.listing-card{border:1px solid var(--gray-200);box-sizing:border-box;background:linear-gradient(#fff 0%,#f9fafa 100%);border-radius:20px;flex-direction:column;gap:16px;height:100%;padding:18px;display:flex;box-shadow:0 12px 30px #00000006}.listing-card__header{background:linear-gradient(#dde8ee 0%,#cfdde5 100%);flex-shrink:0;height:210px;overflow:hidden}.listing-card__image{object-fit:cover;width:100%;height:100%}.listing-card__body{flex-direction:column;gap:12px;min-width:0;height:100%;display:flex}.listing-card__meta{flex-wrap:wrap;gap:8px;display:flex}.listing-card__meta-item{min-height:30px;color:var(--gray-600);background:var(--gray-100);border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:500;display:inline-flex}.listing-card__title{color:var(--gray-900);margin:0;font-size:20px;font-weight:600;line-height:1.15}.listing-card__title a{text-decoration:none}.listing-card__excerpt{color:var(--gray-700);-webkit-line-clamp:3;-webkit-box-orient:vertical;height:3.9em;margin:0 0 auto;font-size:15px;line-height:1.3em;display:-webkit-box;overflow:hidden}.listing-card__link{width:fit-content;min-height:42px;color:var(--gray-900);align-items:center;margin-top:auto;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.listing-card__link:hover{color:var(--brand-bluee)}.listing-card--vertical{grid-template-columns:minmax(0,1fr)}.listing-card--horizontal{grid-template-columns:132px minmax(0,1fr);align-items:stretch}.listing-card--horizontal .listing-card__media{height:100%;min-height:110px}.listing-card--horizontal .listing-card__image{aspect-ratio:auto;width:100%;height:100%}.listing-card--horizontal .listing-card__excerpt{font-size:14px;line-height:1.5}@media (width>=768px){.listing-card--horizontal{grid-template-columns:160px minmax(0,1fr)}.listing-card--horizontal .listing-card__media{min-height:120px}.listing-card{padding:24px}}.feedback-fab{z-index:60;height:52px;color:var(--gray-white);background:linear-gradient(135deg, var(--brand-darkblue), var(--brand-bluee));cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 18px;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 14px 38px #00000047}.feedback-fab:hover{filter:saturate(1.1);transform:translateY(-2px);box-shadow:0 16px 44px #00000052}.feedback-fab:active{transform:translateY(0)}.feedback-fab:focus-visible{outline:2px solid var(--brand-light-blue);outline-offset:3px}.feedback-fab__icon{flex:none;display:block}.feedback-fab__label{font-family:var(--font-family);letter-spacing:.01em;font-size:16px;font-weight:600;line-height:1;display:none}@media (width>=768px){.feedback-fab__label{display:inline}}.feedback-modal{z-index:80;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.feedback-modal[hidden]{display:none}.site-body.feedback-modal--lock{overflow:hidden}.feedback-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1d1d208f;position:absolute;inset:0}.feedback-modal__dialog{width:min(640px,100%);color:var(--gray-white);background:radial-gradient(120% 140% at 20% 0%, #9ce1f52e 0%, #9ce1f500 42%), radial-gradient(140% 120% at 100% 20%, #0080a92e 0%, #0080a900 45%), var(--gray-900);opacity:0;will-change:transform, opacity;border:1px solid #ffffff1a;border-radius:28px;transition:transform .22s,opacity .22s;position:relative;overflow:hidden;transform:translateY(10px)scale(.985);box-shadow:0 22px 70px #0000007a}.feedback-modal--open .feedback-modal__dialog{opacity:1;transform:translateY(0)scale(1)}.feedback-modal__head{justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 8px;display:flex}.feedback-modal__title{font-family:var(--font-family);margin:0;font-size:22px;font-weight:600;line-height:1.15}.feedback-modal__subtitle{font-family:var(--second-family);color:#ffffffbf;margin:6px 0 0;font-size:14px;font-weight:400;line-height:1.4}.feedback-modal__close{width:40px;height:40px;color:var(--gray-white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:background-color .2s,transform .2s;display:inline-flex}.feedback-modal__close:hover{background:#ffffff1f;transform:translateY(-1px)}.feedback-modal__close:focus-visible{outline:2px solid var(--brand-light-blue);outline-offset:3px}.feedback-modal__close-icon{display:block}.feedback-modal__body{padding:10px 18px 18px}.feedback-modal__grid,.feedback-modal__row{gap:12px;display:grid}@media (width>=640px){.feedback-modal__row{grid-template-columns:1fr 1fr}}.feedback-modal__field{gap:8px;display:grid}.feedback-modal__label{font-family:var(--second-family);letter-spacing:.01em;color:#ffffffd1;font-size:13px;line-height:1.2}.feedback-modal__control{box-sizing:border-box;width:100%;min-height:48px}.feedback-modal__control::placeholder{color:#ffffff73}textarea.feedback-modal__control{resize:vertical;min-height:110px}.feedback-modal__hint{font-family:var(--second-family);color:#ffffff9e;margin:0;font-size:12px;line-height:1.35}.feedback-modal__errors{font-family:var(--second-family);color:#ffb4b4;margin:0;font-size:12px;line-height:1.3}.feedback-modal__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;padding-top:6px;display:flex}.feedback-modal__submit{font-family:var(--font-family);color:var(--gray-900);background:var(--gray-white);cursor:pointer;border:0;border-radius:999px;padding:12px 18px;font-size:16px;font-weight:600;transition:all .3s}.feedback-modal__submit:hover{color:var(--gray-white);background-color:var(--brand-bluee)}.feedback-modal__submit:disabled{opacity:.65;cursor:not-allowed}.feedback-modal__status{background:#ffffff0f;border:1px solid #ffffff24;border-radius:18px;margin-top:12px;padding:12px 14px;display:none}.feedback-modal__status--visible{display:block}.feedback-modal__status-title{font-family:var(--font-family);margin:0;font-size:14px;font-weight:600;line-height:1.25}.feedback-modal__status-text{font-family:var(--second-family);color:#ffffffc7;margin:6px 0 0;font-size:13px;line-height:1.35}@media (prefers-reduced-motion:reduce){.feedback-fab,.feedback-modal__dialog{transition:none}}.listing-index{padding:18px 0 56px}.listing-index__tabs{flex-wrap:wrap;gap:10px;margin:0 0 18px;display:flex}.listing-index__tab.btn{border-radius:999px;padding:10px 16px;font-size:16px}.listing-index__tab.btn.dark{background-color:var(--gray-900)}.listing-index__tab--active{background-color:var(--brand-bluee)!important}.listing-index__grid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.listing-index__empty{border:1px solid var(--gray-200);background:linear-gradient(#fff 0%,#f9fafa 100%);border-radius:24px;padding:28px 20px;box-shadow:0 12px 30px #00000006}.listing-index__empty p{color:var(--gray-600);margin:0;font-size:16px;line-height:1.5}@media (width>=768px){.listing-index{padding:24px 0 68px}.listing-index__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.listing-index__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.pagination__item,.pagination__ellipsis{border-radius:999px;justify-content:center;align-items:center;min-width:42px;min-height:42px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.pagination__item{color:var(--gray-700);background:var(--gray-white);border:1px solid var(--gray-200);transition:background-color .3s,color .3s,border-color .3s}.pagination__item:hover{color:var(--gray-white);background:var(--brand-bluee);border-color:var(--brand-bluee)}.pagination__item--active{color:var(--gray-white);background:var(--gray-900);border-color:var(--gray-900);pointer-events:none}.pagination__item--disabled{color:var(--gray-400);background:var(--gray-100);border-color:var(--gray-200);pointer-events:none}.pagination__ellipsis{color:var(--gray-500)}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/build-vite-dev/assets/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-regular-B7uVLVjK.woff2)format("woff2")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:500;src:url(/build-vite-dev/assets/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-500-DBKTCzw1.woff2)format("woff2")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/build-vite-dev/assets/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-600-BJ00LkzS.woff2)format("woff2")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/build-vite-dev/assets/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-700-CON-tG0v.woff2)format("woff2")}:root{--font-family:"Montserrat", sans-serif;--second-family:"Inter", sans-serif;--red-error:red;--red:#bd0101;--brand-darkblue:#00426b;--brand-light-blue:#9ce1f5;--brand-bluee:#0080a9;--brand-bluee-old:#008cb5;--gray-900:#1d1d20;--gray-800:#27272a;--gray-700:#3f3f46;--gray-600:#7a7a83;--gray-400:#a1a1aa;--gray-300:#d0d0d4;--gray-200:#e1e1e2;--gray-100:#f4f4f5;--gray-black:#000;--gray-white:#fff;--transparent:#0000}body{font-family:var(--font-family);color:var(--gray-900);background-color:var(--gray-100);margin:0}a{color:inherit}.container{max-width:1208px;margin:0 auto;padding:0 18px}.btn{max-width:fit-content;height:fit-content;font-family:var(--font-family);color:var(--gray-900);background-color:var(--gray-white);border:none;border-radius:24px;padding:13px 24px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;display:block}.btn:hover{color:var(--gray-white);cursor:pointer;background-color:var(--brand-bluee)}.btn.simple{color:var(--gray-white);background-color:var(--transparent)}.btn.simple:hover{color:var(--brand-bluee);cursor:pointer}.btn.dark{color:var(--gray-white);background-color:var(--gray-900)}.btn.dark:hover{color:var(--gray-900);background-color:var(--transparent)}input{font-family:var(--font-family);color:var(--gray-white);caret-color:var(--brand-light-blue);border:1px solid var(--gray-400);background-color:var(--transparent);border-radius:24px;padding:12px 28px 14px 24px;font-size:18px;font-weight:400;transition:all .5s}input:focus{border:1px solid var(--gray-white);box-shadow:none;outline:none}input:hover{cursor:text;border:1px solid var(--gray-white)}input:not(:placeholder-shown):invalid,input:not(:placeholder-shown):invalid:focus,input:not(:placeholder-shown):invalid:hover,input:not(:placeholder-shown):invalid:focus:hover{border:1px solid var(--red-error)}input.square{border-top:none;border-left:none;border-right:none;border-radius:0;padding:13px 0}textarea{font-family:var(--font-family);color:var(--gray-white);caret-color:var(--brand-light-blue);border:1px solid var(--gray-400);background-color:var(--transparent);border-radius:24px;padding:12px 28px 14px 24px;font-size:18px;font-weight:400;transition:all .5s}textarea:focus{border:1px solid var(--gray-white);box-shadow:none;outline:none}textarea:hover{cursor:text;border:1px solid var(--gray-white)}textarea:not(:placeholder-shown):invalid,textarea:not(:placeholder-shown):invalid:focus,textarea:not(:placeholder-shown):invalid:hover,textarea:not(:placeholder-shown):invalid:focus:hover{border:1px solid var(--red-error)}.title{text-align:center;margin-bottom:40px}.title>h2{font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:32px;font-weight:500;line-height:1}@media (width>=760px){.title>h2{font-size:40px}}.site-header{position:fixed;top:20px;left:0}.slider__arrow{background:var(--gray-white);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .3s;display:inline-flex}.slider__arrow>span{display:block}.slider__arrow.slider__arrow--prev svg{transform:rotate(180deg)}.slider__arrow:hover{background-color:var(--brand-bluee)}.slider__arrow:hover>svg{filter:invert()}.slider__arrow.swiper-button-disabled{opacity:.6}.hero-block{background:linear-gradient(206deg,#004669 0%,#008cb5 48.08% 59.13%,#004669 100%);flex-direction:column;align-items:center;gap:18px;padding:112px 18px 18px;display:flex}.hero-block__content{flex-direction:column;justify-content:center;width:100%;max-width:900px;display:flex}.hero-block__content>h1{font-family:var(--font-family);color:var(--gray-white);margin:0 0 21px;font-size:32px;font-weight:600;line-height:115%}.hero-block__content>p{font-family:var(--font-family);color:var(--gray-white);margin:0 0 18px;font-size:22px;font-weight:600}.hero-block__content.slider{background-color:var(--gray-white);box-sizing:border-box;border-radius:24px;height:1px;max-height:450px;padding:0 0 90%;position:relative}@media (width>=991px){.hero-block__content.slider{overflow:hidden}}@media (width>=740px){.hero-block__content .slider{padding-bottom:42%}}@media (width>=1180px){.hero-block{flex-direction:row;justify-content:space-between;gap:24px;padding:132px 48px 48px}.hero-block__content>h1{margin:0 0 48px;font-size:80px;font-weight:700;line-height:115%}.hero-block__content>p{text-transform:uppercase;margin:0;font-size:18px;font-weight:600}.hero-block__content.slider{border-radius:36px;padding-bottom:42%}}.hero-slider{position:absolute;inset:0}.hero-slider__swiper,.hero-slider .swiper-wrapper,.hero-slider .swiper-slide{height:100%}.hero-slider__slide{border-radius:24px;position:relative;overflow:hidden}.hero-slider__slide:after{content:"";z-index:2;opacity:.2;background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0}@media (width>=991px){.hero-slider__slide{border-radius:36px}}.hero-slider__image{z-index:1;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-slider__overlay{z-index:3;pointer-events:none;align-items:flex-end;min-height:100%;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.hero-slider__title{max-width:80%;font-family:var(--font-family);color:var(--gray-white);margin:0;font-size:18px;font-weight:500}@media (width>=991px){.hero-slider__title{font-size:40px}}.hero-slider__controls{z-index:2;justify-content:space-between;width:calc(100% + 30px);display:flex;position:absolute;top:46%;left:-15px;right:-15px}@media (width>=991px){.hero-slider__controls{width:unset;justify-content:center;gap:24px;inset:auto 24px 24px auto}}.statistics{padding:60px 0 0}.statistics__grid{flex-direction:column;gap:18px;display:flex}.statistics .statistic-card{border:1px solid var(--gray-300);border-radius:24px;flex-direction:column;justify-content:space-between;padding:47px 36px 36px;display:flex;position:relative;overflow:hidden}.statistics .statistic-card__counter{z-index:3;font-family:var(--font-family);letter-spacing:-.03em;color:var(--gray-900);white-space:nowrap;border-bottom:1px solid #d0d0d4cc;margin:-10px 0 24px;padding:0 0 24px;font-size:88px;font-weight:500;line-height:.7;position:relative}.statistics .statistic-card__counter:after{content:"+";font-family:var(--font-family);vertical-align:12px;color:var(--brand-bluee);font-size:88px;font-weight:600;display:inline-block}.statistics .statistic-card__description{z-index:3;font-family:var(--font-family);text-transform:uppercase;color:var(--gray-700);font-size:22px;font-weight:600;position:relative}.statistics .statistic-card__description>br{display:none}.statistics .statistic-card--top-left{grid-column:span 5}.statistics .statistic-card--top-right{grid-column:span 7}.statistics .statistic-card--bottom-left{background-color:var(--gray-200);grid-column:span 7}.statistics .statistic-card--bottom-right{grid-column:span 5}.statistics .statistic-card--dark{background:var(--gray-900);border-color:var(--gray-900);position:relative}.statistics .statistic-card--dark .statistic-card__counter,.statistics .statistic-card--dark .statistic-card__description{color:var(--gray-white)}.statistics .statistic-card--dark:before{content:"";background-image:url(/build-vite-dev/assets/Group%204-ChPee8Vn.svg);background-position:100% 0;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;right:0}.statistics .statistic-card--dark:after{background:#ffffff2e}.statistics .statistic-card--light{background-color:var(--gray-white)}.statistics .statistic-card--brand{background:var(--brand-bluee);border-color:var(--brand-bluee)}.statistics .statistic-card--brand .statistic-card__counter,.statistics .statistic-card--brand .statistic-card__description{color:var(--gray-white)}.statistics .statistic-card--brand .statistic-card__counter:after{color:var(--brand-light-blue)}.statistics .statistic-card--brand:after{background:#ffffff3d}.statistics .statistic-card--image:before,.statistics .statistic-card--image:after{content:"";z-index:1;width:50%;height:100%;position:absolute;top:0;right:0}.statistics .statistic-card--image:after{background-image:url(/images/image-statistic-v2@2x.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden}.statistics .statistic-card--image:before{z-index:2;background:linear-gradient(90deg,#e1e1e2 0%,#f4f4f500 100%)}@media (width>=991px){.statistics{padding:100px 0 0}.statistics__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;display:grid}.statistics .statistic-card{border-radius:36px;min-height:220px;padding:48px}.statistics .statistic-card__counter{letter-spacing:-.03em;margin:0 0 36px;padding:0 0 36px;font-size:148px;line-height:.7}.statistics .statistic-card__counter:after{content:"+";font-family:var(--font-family);vertical-align:37px;color:var(--brand-bluee);font-size:120px;font-weight:600;display:inline-block}.statistics .statistic-card__description>br{display:block}}.section-solutions__head{justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px;display:flex}.section-solutions__controls{gap:12px;display:flex}.section-solutions__swiper{overflow:visible}.section-solutions .swiper-slide{height:auto}.solution-card{background:var(--gray-white);box-sizing:border-box;border-radius:24px;flex-direction:column;height:100%;min-height:250px;padding:34px 24px 24px;display:flex}.solution-card__icon{margin-bottom:18px}.solution-card__icon svg{width:92px;height:92px}.solution-card__title{font-family:var(--font-family);color:var(--gray-900);margin:0 0 24px;font-size:32px;font-weight:600;line-height:1.4}.solution-card__description{font-family:var(--font-family);color:var(--gray-700);margin:0 0 24px;font-size:18px;font-weight:400;line-height:1.15}.solution-card__link{width:34px;height:34px;color:var(--gray-white);background:var(--gray-900);border-radius:50%;justify-content:center;align-items:center;margin-top:auto;margin-left:auto;text-decoration:none;display:inline-flex}.solution-card__link>svg{filter:invert();width:20px;height:20px}.section-solutions{padding:48px 0 0}.section-solutions__head{flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.section-solutions__head .title{margin:0}.section-solutions__head .title>h2{font-size:34px}.section-solutions__controls{align-self:flex-end}@media (width>=768px){.section-solutions{padding:68px 0 0}.section-solutions__head{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:24px}.section-solutions .title>h2{font-size:42px}.solution-card{min-height:250px;padding:34px 24px 24px}}@media (width>=992px){.section-solutions{padding:100px 0 0}.section-solutions__head{margin-bottom:36px}.section-solutions .title>h2{font-size:40px}}.section-blog{padding:48px 0 0}.section-blog__head{flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.section-blog .title{width:100%}.section-blog .title>h2{font-size:34px}.section-blog__controls{align-self:flex-end;gap:12px;display:flex}.section-blog__swiper{overflow:visible}.section-blog .swiper-slide{height:auto}.blog-card{border-radius:24px;min-height:420px;text-decoration:none;display:block;position:relative;overflow:hidden}.blog-card:after{content:"";background:linear-gradient(#1110 38%,#111111d1 100%);position:absolute;inset:0}.blog-card__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.blog-card__date{z-index:1;background:var(--gray-white);min-width:40px;min-height:40px;color:var(--gray-900);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:10px 8px;display:flex;position:absolute;top:26px;right:26px}.blog-card__date>span{font-size:24px;line-height:1}.blog-card__date>small{text-transform:lowercase;font-size:16px;line-height:1}.blog-card__overlay{z-index:1;position:absolute;bottom:16px;left:16px;right:16px}.blog-card__title{max-width:380px;font-family:var(--font-family);color:var(--gray-white);margin:0 0 10px;font-size:18px;font-weight:600;line-height:1.15}.blog-card__meta{font-family:var(--font-family);color:#ffffffeb;margin:0;font-size:14px;font-weight:400;line-height:1.15}@media (width>=768px){.section-blog{padding:68px 0 0}.section-blog__head{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:24px}.section-blog .title{width:auto;margin:0}.section-blog .title>h2{font-size:42px}.blog-card{min-height:510px}}@media (width>=992px){.section-blog{padding:100px 0 0}.section-blog .title>h2{font-size:40px}}.section-about-preview{flex-direction:column;align-items:center;gap:24px;padding:48px 0 0;display:flex}.section-about-preview__media{border-radius:16px;width:100%;overflow:hidden}.section-about-preview__media>img{object-fit:cover;width:100%;height:100%;min-height:248px;display:block}.section-about-preview__content{width:100%}.section-about-preview__content>h2{font-family:var(--font-family);color:var(--gray-900);margin:0 0 24px;font-size:32px;font-weight:600;line-height:1.1}.section-about-preview__content>p{font-family:var(--font-family);color:var(--gray-700);margin:0 0 18px;font-size:16px;font-weight:400;line-height:1.2}.section-about-preview__content>.btn{margin-top:24px}@media (width>=767px){.section-about-preview{padding:68px 0 0}.section-about-preview__content>h2{font-size:40px}.section-about-preview__media>img{min-height:510px}}@media (width>=991px){.section-about-preview{flex-direction:row;padding:100px 0 0}}.section-partners{padding:48px 0 0;overflow:hidden}.section-partners__head{justify-content:center;align-items:center;gap:10px;margin-bottom:24px;display:flex}.section-partners__title{font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:34px;font-weight:500;line-height:1}.section-partners__toggle{background:var(--gray-white);border:1px solid var(--gray-200);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:28px;padding:0;transition:border-color .3s,box-shadow .3s,transform .3s;display:inline-flex;box-shadow:0 8px 20px #00000008}.section-partners__toggle:hover{border-color:var(--gray-300);box-shadow:0 12px 24px #0000000d}.section-partners__toggle-icon{border-right:1px solid var(--gray-700);border-bottom:1px solid var(--gray-700);width:8px;height:8px;transition:transform .3s;transform:rotate(45deg)translate(-2px,-1px)}.section-partners__viewport{position:relative}.section-partners__viewport:before,.section-partners__viewport:after{content:"";z-index:2;pointer-events:none;opacity:1;width:28px;transition:opacity .3s;position:absolute;top:0;bottom:0}.section-partners__viewport:before{background:linear-gradient(90deg, var(--gray-100) 0%, #f4f4f500 100%);left:0}.section-partners__viewport:after{background:linear-gradient(270deg, var(--gray-100) 0%, #f4f4f500 100%);right:0}.section-partners__swiper{overflow:visible}.section-partners .swiper-wrapper{align-items:center}.section-partners__slide{width:156px;height:auto;transition:transform .4s,opacity .4s;display:flex}.section-partners__card{justify-content:center;align-items:center;width:100%;min-height:68px;padding:8px 10px;text-decoration:none;display:flex}.section-partners__logo{object-fit:contain;filter:grayscale();opacity:.55;width:auto;max-width:100%;max-height:34px;transition:filter .3s,opacity .3s,transform .3s;display:block}.section-partners__mock{color:var(--gray-700);justify-content:center;align-items:center;transition:color .3s,opacity .3s,transform .3s;display:inline-flex}.section-partners__mock--redhat{gap:10px}.section-partners__mock-redhat-icon{opacity:.9;background:currentColor;border-radius:16px 16px 12px 12px;width:24px;height:18px;display:block;position:relative;transform:rotate(20deg)}.section-partners__mock-redhat-icon:after{content:"";background:currentColor;border-radius:50%;width:24px;height:8px;position:absolute;bottom:-5px;right:3px}.section-partners__mock-redhat-text{font-family:var(--font-family);white-space:nowrap;font-size:14px;font-weight:700;line-height:1}.section-partners__mock--veeam{min-width:118px}.section-partners__mock-veeam-box{clip-path:polygon(0 0,92% 0,100% 22%,100% 78%,92% 100%,0 100%,6% 50%);background:currentColor;justify-content:center;align-items:center;min-width:88px;min-height:28px;padding:0 10px;display:inline-flex}.section-partners__mock-veeam-text{font-family:var(--font-family);letter-spacing:-.03em;color:var(--gray-white);text-transform:lowercase;font-size:16px;font-weight:700;line-height:1}.section-partners__mock--trend{gap:8px}.section-partners__mock-trend-icon{border:4px solid;border-radius:50%;width:24px;height:24px;display:block;position:relative}.section-partners__mock-trend-icon:after{content:"";transform-origin:0;background:currentColor;width:12px;height:6px;position:absolute;top:7px;left:4px;transform:rotate(-35deg)}.section-partners__mock-trend-text{font-family:var(--font-family);letter-spacing:.02em;font-size:14px;font-weight:700;line-height:1}.section-partners__mock-trend-micro{font-family:var(--font-family);letter-spacing:.18em;writing-mode:vertical-rl;text-orientation:mixed;font-size:6px;font-weight:600;line-height:1}.section-partners__card:hover .section-partners__logo{filter:grayscale(0);opacity:1;transform:translateY(-2px)}.section-partners__card:hover .section-partners__mock{color:var(--gray-700);transform:translateY(-2px)}.section-partners[data-view=grid] .section-partners__toggle-icon{transform:rotate(-135deg)translate(-1px)}.section-partners[data-view=grid] .section-partners__viewport:before,.section-partners[data-view=grid] .section-partners__viewport:after{opacity:0}.section-partners[data-view=grid] .section-partners__swiper{overflow:hidden}.section-partners[data-view=grid] .swiper-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid;transform:none!important}.section-partners[data-view=grid] .section-partners__slide{width:100%!important}.section-partners[data-view=grid] .section-partners__card{min-height:72px;padding:8px}.section-partners[data-view=grid] .section-partners__logo,.section-partners[data-view=grid] .section-partners__mock{opacity:.6}@media (width>=768px){.section-partners{padding:68px 0 0}.section-partners__head{gap:12px;margin-bottom:36px}.section-partners__title{font-size:42px}.section-partners__toggle{border-radius:10px;width:48px;height:32px}.section-partners__viewport:before,.section-partners__viewport:after{width:15%}.section-partners__slide{width:200px}.section-partners__card{min-height:76px;padding:8px 12px}.section-partners__logo{max-height:48px}.section-partners__mock-redhat-icon{width:34px;height:24px}.section-partners__mock-redhat-text{font-size:22px}.section-partners__mock-veeam-box{min-width:118px;min-height:36px;padding:0 14px}.section-partners__mock-veeam-text,.section-partners__mock-trend-text{font-size:20px}.section-partners__mock-trend-icon{border-width:6px;width:34px;height:34px}.section-partners__mock-trend-icon:after{width:16px;height:8px;top:9px;left:6px}.section-partners__mock-trend-micro{font-size:8px}.section-partners[data-view=grid] .section-partners__card{min-height:96px;padding:6px 12px}.section-partners[data-view=grid] .swiper-wrapper{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 32px}}@media (width>=1024px){.section-partners__slide{width:240px}.section-partners[data-view=grid] .swiper-wrapper{grid-template-columns:repeat(5,minmax(0,1fr));gap:30px 44px}}@media (width>=992px){.section-partners{padding:100px 0 0}.section-partners__title{font-size:56px}}.contact-hero{padding:84px 0 0}.contact-hero__panel{border:1px solid var(--gray-200);background:linear-gradient(206deg,#004669 0%,#008cb5 48.08% 59.13%,#004669 100%);border-radius:28px;flex-direction:column;gap:14px;padding:18px;display:flex}.contact-hero__eyebrow{font-family:var(--font-family);letter-spacing:.18em;text-transform:uppercase;color:var(--gray-500);margin:0;font-size:12px;font-weight:600}.contact-hero__title{max-width:840px;font-family:var(--font-family);color:var(--gray-white);margin:0;font-size:36px;font-weight:700;line-height:1.02}.contact-hero__description{max-width:620px;font-family:var(--font-family);color:var(--gray-white);margin:0;font-size:16px;font-weight:400;line-height:1.55}.contact-hero__actions{flex-wrap:wrap;gap:12px;display:flex}.contact-page{padding:18px 0 48px}.contact-page__layout,.contact-page__primary,.contact-page__secondary,.contact-page__info,.contact-page__content{flex-direction:column;gap:18px;display:flex}.contact-card,.contact-richtext,.contact-socials{border:1px solid var(--gray-200);background:linear-gradient(#fff 0%,#f9fafa 100%);border-radius:24px;padding:20px 18px;box-shadow:0 12px 30px #00000006}.contact-card{flex-direction:column;gap:8px;display:flex}.contact-card__eyebrow{font-family:var(--font-family);letter-spacing:.18em;text-transform:uppercase;color:var(--gray-500);margin:0;font-size:20px;font-weight:600}.contact-card__value{font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:22px;font-weight:500;line-height:1.3;text-decoration:none}.contact-richtext{color:var(--gray-700)}.contact-richtext p{font-family:var(--font-family);margin:0 0 16px;font-size:16px;line-height:1.5}.contact-richtext p:last-child{margin-bottom:0}.contact-map{border:1px solid var(--gray-200);background:linear-gradient(#fff 0%,#f9fafa 100%);border-radius:24px;padding:20px 18px;box-shadow:0 12px 30px #00000006}.contact-map__head{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.contact-map__eyebrow{font-family:var(--font-family);letter-spacing:.18em;text-transform:uppercase;color:var(--gray-500);margin:0;font-size:20px;font-weight:600}.contact-map__address{font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:18px;font-weight:500;line-height:1.45}.contact-map__frame{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:20px;overflow:hidden}.contact-map__frame iframe{border:0;width:100%;height:380px;display:block}.contact-socials{flex-direction:column;gap:18px;display:flex}.contact-socials__title{font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:18px;font-weight:600}.contact-socials__list{flex-wrap:wrap;gap:12px;display:flex}.contact-socials__link{width:48px;height:48px;color:var(--gray-900);background:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:inline-flex}.contact-socials__link:hover{color:var(--gray-white);background:var(--brand-bluee)}.contact-socials__icon{fill:currentColor;width:20px;height:20px;display:block}.article-page{padding:84px 0 0}.article-page__hero{background:linear-gradient(206deg,#004669 0%,#008cb5 48.08% 59.13%,#004669 100%);border-radius:28px;flex-direction:column;gap:18px;padding:18px;display:flex}.article-page__content,.article-page__media{flex-direction:column;display:flex}.article-page__content{gap:18px}.article-page__back{width:fit-content;min-height:38px;font-family:var(--font-family);color:var(--gray-white);background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:0 14px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.article-page__meta{flex-wrap:wrap;gap:10px;display:flex}.article-page__meta-item{min-height:34px;font-family:var(--font-family);color:#ffffffeb;background:#ffffff14;border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:500;display:inline-flex}.article-page__title{max-width:720px;font-family:var(--font-family);color:var(--gray-white);margin:10px 0 0;font-size:32px;font-weight:700;line-height:1.4}.article-page__excerpt{max-width:620px;font-family:var(--font-family);color:#ffffffeb;flex:auto;margin:0;font-size:16px;font-weight:500;line-height:1.45}.article-page__image{aspect-ratio:1.6;object-fit:cover;border-radius:22px;width:100%;display:block}.article-body{padding:18px 0 0}.article-body__layout{flex-direction:column;gap:24px;display:flex}.article-content{padding:18px}@media (width>=992px){.article-content{padding:20px 24px}}.article-aside{background:var(--gray-white);border:1px solid var(--gray-200);border-radius:24px;padding:18px}.article-content{color:var(--gray-900)}.article-content p,.article-content ul,.article-content ol{font-family:var(--font-family);margin:0 0 16px;font-size:16px;line-height:1.65}.article-content h2,.article-content h3{font-family:var(--font-family);color:var(--gray-900);margin:0 0 16px;font-weight:600;line-height:1.15}.article-content h2{font-size:24px}.article-content h3{font-size:20px}.article-content p:last-child,.article-content ul:last-child,.article-content ol:last-child{margin-bottom:0}.article-aside{flex-direction:column;gap:14px;display:flex}.article-aside__eyebrow{font-family:var(--font-family);letter-spacing:.18em;text-transform:uppercase;color:var(--gray-500);margin:0;font-size:14px;font-weight:600}.article-aside__title{font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:28px;font-weight:600;line-height:1.05}.article-aside__text{font-family:var(--font-family);color:var(--gray-700);margin:0;font-size:16px;line-height:1.5}.article-aside__actions{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.error-page{padding:112px 0 56px}.error-page__shell{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:720px;margin:0 auto;padding:0;display:flex}.error-page__code{font-family:var(--font-family);letter-spacing:.08em;color:var(--brand-bluee);margin:0;font-size:84px;font-weight:500;line-height:.9}.error-page__title{font-family:var(--font-family);color:var(--gray-800);margin:0;font-size:28px;font-weight:500;line-height:1.15}.error-page__description{max-width:560px;font-family:var(--font-family);color:var(--gray-500);margin:0;font-size:15px;font-weight:400;line-height:1.5}.error-page__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}@media (width>=768px){.article-page{padding-top:96px}.article-page__hero{border-radius:36px}.article-page__title{margin:18px 0 0;font-size:39px}.article-page__excerpt{font-size:18px}.article-page__image{border-radius:24px}.article-body{padding-top:24px}.article-aside{border-radius:24px}.article-content p,.article-content ul,.article-content ol{font-size:18px}.article-content h2{font-size:28px}.article-content h3{font-size:22px}.contact-hero{padding-top:96px}.contact-hero__panel{border-radius:36px}.contact-hero__title{font-size:44px}.contact-hero__description{font-size:18px}.contact-page{padding-top:24px;padding-bottom:68px}.contact-page__layout{gap:24px}.contact-card,.contact-map,.contact-richtext,.contact-socials{border-radius:36px;padding:24px}.contact-card__value,.contact-richtext p{font-size:18px}.contact-map__frame iframe{height:380px}.error-page{padding:136px 0 72px}.error-page__shell{gap:14px}.error-page__code{font-size:120px}.error-page__title{font-size:42px}.error-page__description{font-size:16px}}@media (width>=992px){.article-page,.contact-hero{padding-top:112px}.contact-hero__title{font-size:56px}.error-page{padding:160px 0 96px}.error-page__code{font-size:132px}.error-page__title{font-size:40px}}@media (width>=1024px){.article-page__hero{flex-direction:row;justify-content:space-between;align-items:stretch;gap:24px}.article-page__content{flex:auto;justify-content:center}.article-page__media{flex:0 0 48%}.article-body__layout{flex-direction:row;align-items:flex-start;gap:24px}.article-body__content{flex:auto;min-width:0}.article-body__sidebar{flex:0 0 320px}.contact-hero__panel{padding:24px}.contact-page__layout{gap:24px}.contact-page__primary{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:stretch;gap:24px;display:grid}.contact-page__secondary{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:24px;display:grid}.contact-map__frame iframe{height:100%;min-height:420px}.error-page{align-items:center;min-height:calc(100vh - 356px);display:flex}}.page-header{background:linear-gradient(206deg,#004669 0%,#008cb5 48.08% 59.13%,#004669 100%);border-radius:20px;margin:90px 0 0;padding:24px}.page-header__title{color:var(--gray-white);margin:0 0 10px;padding:0;font-size:30px;font-weight:600;line-height:1}.page-header__description{color:var(--gray-white);margin:0 0 15px;padding:0;font-size:18px;font-weight:600}@media (width>=768px){.page-header{border-radius:36px;margin:120px 0 0}.page-header__title{margin:0 0 15px;font-size:40px}.page-header__description{font-size:24px}}
