

/* Start:/local/templates/openregion/components/openregion/component/sidebar/static.css?17018450971121*/
.sidebar{display:flex;flex-direction:column;background:var(--white-color);gap:40px}@media screen and (max-width: 1407px){.sidebar{background:var(--light-blue-color)}.sidebar .container--sidebar{display:none}}.sidebar__wrapper{display:flex;width:100%;height:100%;flex-direction:column}@media screen and (max-width: 1407px){.sidebar__wrapper{padding-bottom:0 !important}.body--nav-opened .sidebar__wrapper{position:fixed;z-index:999;top:0;background:var(--light-blue-color);overflow-y:auto}}.sidebar__content{display:grid;height:100%;padding-top:40px;grid-template-rows:1fr max-content}@media screen and (max-width: 1407px){.sidebar__content{display:none}}.sidebar__company{display:flex;flex:1;flex-direction:column;gap:12px}.sidebar__company-name{color:var(--black-color);font-size:var(--h1-font-size);line-height:120%}.sidebar__row{display:flex;align-items:flex-end;justify-content:space-between}.sidebar .submenu{background-color:var(--white-color)}.container--sidebar{display:flex;flex:1;flex-direction:column;justify-content:flex-start;gap:70px}@media screen and (max-width: 1407px){.container--sidebar{display:none}}

/* End */


/* Start:/local/templates/openregion/components/openregion/component/header/static.css?17454690182969*/
.logo{display:flex;align-items:center;margin-top:0;gap:var(--spacing)}@media screen and (min-width: 1920px){.logo{column-gap:10px}}@media screen and (min-width: 3840px){.logo{column-gap:20px}}.logo__icon{width:26px;height:26px;fill:var(--white-color)}@media screen and (min-width: 1920px){.logo__icon{width:32px;height:32px}}@media screen and (min-width: 3840px){.logo__icon{width:64px;height:64px}}.logo__text{width:160px;color:var(--white-color);transition:all .7s}.mainscreen__block--left-active .logo__text{color:var(--black-color)}@media screen and (min-width: 1920px){.logo__text{width:196px;height:22px}}@media screen and (min-width: 3840px){.logo__text{width:392px;height:44px}}.phone{display:flex;width:max-content;align-items:center;justify-content:space-between;padding:var(--spacing) 12px;border:1px solid;border-color:rgba(0,0,0,0);background:var(--white-color);border-radius:60px;color:var(--blue-color);font-size:14px;font-weight:400;gap:calc(var(--spacing)/2);line-height:20px}@media screen and (min-width: 1920px){.phone{padding:11px 16px;font-size:16px;line-height:22px}}@media screen and (min-width: 3840px){.phone{padding:19px 28px;font-size:32px;line-height:40px}}.phone__icon{width:13px;height:13px}@media screen and (min-width: 1920px){.phone__icon{width:16px;height:16px}}@media screen and (min-width: 3840px){.phone__icon{width:30px;height:30px}}.container--header{display:flex;justify-content:space-between;flex-direction:column;gap:var(--spacing-3)}@media screen and (max-width: 1407px){.container--header{display:block}}.header{display:flex;justify-content:space-between}@media screen and (max-width: 1407px){.header{flex:1;flex-direction:column;gap:var(--spacing-2)}}.header .container{padding-bottom:0}.header__phone{display:none}@media screen and (min-width: 767px)and (max-width: 1407px){.header__phone{display:flex;border:1px solid var(--border-color);background:rgba(0,0,0,0)}}.header__row{display:flex;align-items:center;gap:var(--spacing-2)}@media screen and (max-width: 1407px){.body--nav-opened .header__row{padding-bottom:var(--container-padding)}}.header__mobile-footer{display:none}.header__mobile-footer .container{padding-bottom:35px}.header__mobile-footer .footer{background:var(--white-color)}.header__mobile-footer .footer__item{color:var(--dark-blue-color)}.header__mobile-footer .footer__item:hover{color:var(--dark-blue-color)}.header__mobile-footer i{color:var(--dark-blue-color)}@media screen and (max-width: 1407px){.body--nav-opened .header__mobile-footer{display:block}}.flex-separator{flex:1}.logo{margin:0}.logo__icon{fill:var(--white-color)}.logo__text{color:var(--black-color)}.hamburger-button{display:none}@media screen and (max-width: 1407px){.hamburger-button{display:flex;padding:6px;border:0;background:var(--primary-color);border-radius:60px;color:inherit;cursor:pointer}}.hamburger-button__icon{display:none;width:20px;height:auto;color:var(--white-color)}.hamburger-button__icon--active{display:block}

/* End */


/* Start:/local/templates/openregion/components/bitrix/menu/top/style.css?17454690183127*/
.menu{position:relative;z-index:3;display:flex;align-items:center;padding:0;margin:0;column-gap:24px;list-style-type:none}@media screen and (max-width: 1407px){.menu{display:none}}.menu__item{display:flex;justify-content:center}.menu__item--selected{color:var(--cold-gray-color);text-decoration:none}.menu__item--selected .submenu{display:flex;animation:animationFadeInMenu .7s}.menu__arrow{position:absolute;top:34px;width:16px;height:16px;opacity:0}@media screen and (max-width: 1407px){.menu__arrow{display:none}}.menu__item--selected .menu__arrow{opacity:1;transition:all .7s}.menu__link{color:var(--black-color);cursor:pointer;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;transition:all .3s}.menu__link:hover,.menu__link:focus,.menu__link:active{text-decoration:none}@media screen and (min-width: 1920px){.menu__link{font-size:16px;line-height:22px}}@media screen and (min-width: 3840px){.menu__link{font-size:32px;line-height:40px}}.menu__item--selected .menu__link{color:var(--cold-gray-color)}.submenu{position:absolute;z-index:-1;left:0;display:none;width:100%;flex-direction:column;align-items:flex-start;padding:0;padding-top:50px;margin:0;list-style-type:none}.submenu__item{width:100%;justify-content:start;padding:22px 10px}.submenu__item:not(:last-child){border-bottom:1px solid var(--gray-color)}.submenu__item:last-child{padding-bottom:0}@media(min-width: 1408px)and (max-height: 900px){.submenu__item{padding:15px 10px}}.submenu__link{color:var(--black-color);cursor:pointer;font-size:14px;font-weight:400;line-height:20px;transition:all .7s}@media screen and (min-width: 1920px){.submenu__link{font-size:16px;line-height:22px}}@media screen and (min-width: 3840px){.submenu__link{font-size:32px;font-weight:500;line-height:40px}}.submenu--open{display:flex;animation:animationFadeInMenu 1s ease-in-out}@keyframes animationFadeInMenu{0%{display:none;opacity:0}100%{display:flex;opacity:1}}@media screen and (max-width: 1407px){.menu{display:none;height:100%;columns:2}.body--nav-opened .menu{display:grid;align-items:stretch;padding-bottom:var(--container-padding);gap:var(--gap);grid-template-columns:1fr 1fr;grid-template-rows:repeat(3, max-content)}.menu__item{display:block;padding:28px 32px;margin-bottom:0;background:var(--white-color);border-radius:var(--border-radius);break-inside:avoid-column;-webkit-column-break-inside:avoid}.menu__item--selected{color:unset}.menu__item:nth-child(1){grid-area:"company";grid-row-start:1;grid-row-end:3}.menu__item:nth-child(2){grid-area:"services"}.menu__item:nth-child(3){grid-area:"solutions";grid-row-start:3;grid-row-end:4}.menu__item:nth-child(4){grid-area:"projects";grid-column-start:2;grid-row-start:2;grid-row-end:3}.menu__selected-arrow{display:none}.menu__link{color:var(--middle-blue-color) !important;font-size:var(--h2-font-size)}.submenu{position:relative;z-index:999;display:block;padding-top:2px}.submenu__item{width:100%;padding:22px 0;border-bottom:1px solid var(--border-color)}.submenu__item:last-child{border-bottom:0}}@media screen and (max-width: 766px){.body--nav-opened .menu{display:flex;flex-direction:column}}

/* End */


/* Start:/local/templates/openregion/components/openregion/component/footer/static.css?17030547051326*/
.footer{position:relative;z-index:100;display:flex;height:max-content;flex-direction:column;background:linear-gradient(163.61deg, hsl(142deg, 14%, 66%) 29.35%, hsl(210deg, 79%, 55%) 122.07%);color:var(--white-color)}@media screen and (max-width: 766px){.footer{padding:8px 0}}.footer a:hover{color:inherit}.footer__item{display:block;padding-top:15px;padding-bottom:15px;border-bottom:.5px solid var(--gray-color);margin:0;color:var(--white-color);font-size:14px;line-height:20px}.footer__item:first-child{padding-top:0}.footer__item:last-child{padding-bottom:0;border:none}@media screen and (min-width: 767px){.footer__item{padding-top:0;padding-bottom:32px;border-bottom:.5px solid rgba(216,224,233,.2)}}.footer__item svg{margin-right:6px}.footer__mail+i{display:none}@media screen and (min-width: 767px){.footer__mail+i{display:block;margin-right:12px;margin-left:12px}}@media screen and (max-width: 766px){.footer__address svg{display:none}}@media screen and (min-width: 767px){.footer .container{display:grid;align-items:stretch;grid-template-columns:1fr max-content max-content;row-gap:32px}.footer__address{padding-right:var(--spacing-4);gap:calc(var(--spacing)/2);grid-column-start:1;grid-row-start:1}.footer__copyrights{display:grid;grid-column-end:5;grid-column-start:1;grid-row-start:2}.footer__mail{display:flex}}

/* End */


/* Start:/local/templates/openregion/components/openregion/component/admin-area/static.css?1686134671563*/
.admin-area{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;padding-bottom:var(--spacing-2);gap:var(--spacing)}.admin-area .container{display:flex;justify-content:flex-end;padding-top:0;padding-bottom:0}.admin-area__wrapper{display:flex;width:max-content;align-items:center;justify-content:flex-end;padding:calc(var(--spacing)/2);background:var(--white-color);border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,.1);gap:var(--spacing)}.admin-area__link{display:flex;align-items:center;color:var(--primary-color);gap:var(--spacing)}

/* End */


/* Start:/local/templates/openregion/components/openregion/news.list/news/static.css?17018450971072*/
.news{display:flex;flex-direction:column;gap:36px}@media screen and (max-width: 766px){.news__title{font-size:calc(18 / var(--initial-font-multiplier) * 1rem)}}.news-item{padding-bottom:var(--spacing-4);border-bottom:1px solid var(--border-color)}.news-item__head{padding-bottom:var(--spacing-2)}.news-item__row{display:flex;align-items:flex-start;gap:var(--gap)}.news-item__image img{min-width:56px;max-width:56px;height:56px;border-radius:200px;object-fit:contain}.news-item__title{padding-bottom:var(--spacing);color:var(--middle-blue-color);font-size:var(--h2-font-size)}@media screen and (max-width: 1123px){.news-item__title{font-size:calc(24 / var(--initial-font-multiplier) * 1rem)}}@media screen and (max-width: 766px){.news-item__title{font-size:calc(14 / var(--initial-font-multiplier) * 1rem)}}.news-item__date{color:var(--cold-gray-color)}@media screen and (max-width: 1123px){.news-item__detail{overflow:hidden;padding-left:calc(var(--spacing)*10)}}@media screen and (max-width: 766px){.news-item{font-size:calc(12 / var(--initial-font-multiplier) * 1rem)}}

/* End */


/* Start:/local/templates/openregion/components/bitrix/main.pagenavigation/.default/style.css?16908062471488*/
.pagenav{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:center}.pagenav__pages{display:flex;flex-direction:row;align-items:center;padding:0;gap:var(--spacing);list-style-type:none}.pagenav__pages li::marker{content:""}.pagenav__page{display:flex;width:38px;height:38px;flex-direction:row;align-items:center;justify-content:center;padding:var(--spacing) var(--spacing-2);border:.5px solid #d3dbe9;background:var(--white-color);border-radius:calc(var(--border-radius)*10);color:var(--primary-color);text-decoration:none}.pagenav__page:hover{border:1px solid var(--dark-blue-color);background:var(--dark-blue-color);color:var(--white-color);text-decoration:none;transition:calc(var(--transition-time)/2)}.pagenav__page:active{background:#313a59;color:var(--white-color)}.pagenav__page--current,.pagenav__page--separator{color:var(--cold-gray-color)}.pagenav__page--current:hover,.pagenav__page--separator:hover{border:1px solid #d3dbe9;background:var(--white-color);color:var(--cold-gray-color)}.pagenav__page--backward,.pagenav__page--forward{width:unset;padding:13px 33px}@media screen and (max-width: 766px){.pagenav__page--backward,.pagenav__page--forward{padding:13px}}.pagenav__icon{width:8px;height:14px}@media screen and (max-width: 449px){.pagenav__pages{gap:4px}.pagenav__page{width:28px;height:28px;padding:0;font-size:12px}.pagenav__page--separator{border:0;background:none}.pagenav__page--backward,.pagenav__page--forward{width:34px;height:34px}}

/* End */
/* /local/templates/openregion/components/openregion/component/sidebar/static.css?17018450971121 */
/* /local/templates/openregion/components/openregion/component/header/static.css?17454690182969 */
/* /local/templates/openregion/components/bitrix/menu/top/style.css?17454690183127 */
/* /local/templates/openregion/components/openregion/component/footer/static.css?17030547051326 */
/* /local/templates/openregion/components/openregion/component/admin-area/static.css?1686134671563 */
/* /local/templates/openregion/components/openregion/news.list/news/static.css?17018450971072 */
/* /local/templates/openregion/components/bitrix/main.pagenavigation/.default/style.css?16908062471488 */
