

/* Start:/local/templates/.default/components/bitrix/menu/tree/style.css?17556967641343*/
.footer-menu {
  position: relative;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
}
.footer-menu > ul {
  columns: 3;
  column-gap: 30px;
  margin: 0;
}
.footer-menu > ul > li {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
}
.footer-menu__submenu {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-menu__submenu:first-child {
  margin-top: 0;
}
.footer-menu__submenu:last-child {
  margin-bottom: 0;
}
.footer-menu__item {
  margin-top: 6px;
  margin-bottom: 6px;
}
.footer-menu__item:first-child {
  margin-top: 0;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu__item a {
  font-size: 0.875rem;
  line-height: 120%;
  color: #e5e7eb;
  text-decoration: none;
}
.footer-menu__item--root > a {
  font-weight: bold;
  font-size: 1rem;
  line-height: 120%;
}
@media (max-width: 575.98px) {
  .footer-menu > ul {
    columns: unset;
  }
  .footer-menu > ul > li {
    margin-bottom: 15px;
  }
  .footer-menu__submenu {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .footer-menu__submenu:first-child {
    margin-top: 0;
  }
  .footer-menu__submenu:last-child {
    margin-bottom: 0;
  }
  .footer-menu__item {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .footer-menu__item:first-child {
    margin-top: 0;
  }
  .footer-menu__item:last-child {
    margin-bottom: 0;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/mobile_menu/style.css?17556967646512*/
@charset "UTF-8";
.mobile-menu {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: z-index 1s ease-in-out, background 0.5s ease-in-out, backdrop-filter 1s ease-in-out;
}
.mobile-menu__wrap {
  display: block;
  width: 60vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  left: -60vw;
  overflow: hidden;
  transition: left 0.5s ease-in-out;
  transition-delay: 0s;
}
.mobile-menu__wrap .icon-cancel {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: -70px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.mobile-menu__wrap nav {
  width: 60vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
}
.mobile-menu__wrap nav > ul {
  width: 40%;
}
@media (min-width: 760px) {
  .mobile-menu__wrap nav:not(.item-selected) > ul li:has(ul):first-child ul {
    display: block;
  }
}
.mobile-menu__wrap ul {
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 0;
  margin: 0;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: #000000 #e5e7eb;
  /* для Chrome/Edge/Safari */
}
.mobile-menu__wrap ul::-webkit-scrollbar {
  width: 4px;
}
.mobile-menu__wrap ul::-webkit-scrollbar-track {
  background: #e5e7eb;
}
.mobile-menu__wrap ul::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.mobile-menu__wrap ul > li {
  display: block;
}
.mobile-menu__wrap ul > li a {
  display: block;
  padding: 22.5px;
  text-decoration: none;
  position: relative;
}
.mobile-menu__wrap ul > li a:before, .mobile-menu__wrap ul > li a:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 22.5px;
  bottom: 0;
}
.mobile-menu__wrap ul > li a:before {
  width: calc(100% - 45px);
  background: #e5e7eb;
}
.mobile-menu__wrap ul > li a:after {
  width: 0;
  transition: width 0.3s ease-in-out;
  background: #cdc9b8;
}
.mobile-menu__wrap ul > li a:hover:after {
  width: calc(100% - 45px);
}
.mobile-menu__wrap ul > li a.root-item-selected {
  font-weight: bold;
}
.mobile-menu__wrap ul > li a.root-item-selected:after {
  width: calc(100% - 45px);
  background: #cdc9b8;
}
.mobile-menu__wrap ul > li a.root-item-selected + ul {
  display: block;
}
.mobile-menu__wrap ul > li:has(.item-selected) > a, .mobile-menu__wrap ul > li.select > a, .mobile-menu__wrap ul > li.item-selected > a {
  font-weight: bold;
}
.mobile-menu__wrap ul > li:has(.item-selected) > a:after, .mobile-menu__wrap ul > li.select > a:after, .mobile-menu__wrap ul > li.item-selected > a:after {
  width: calc(100% - 45px);
  background: #cdc9b8;
}
.mobile-menu__wrap ul li.backButton {
  display: none;
}
.mobile-menu__wrap ul ul {
  display: none;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 0;
}
@media (min-width: 760px) {
  .mobile-menu__wrap ul ul:has(.item-selected) {
    display: block;
  }
}
.mobile-menu__wrap ul a.hasImage picture {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.mobile-menu__wrap ul a.hasImage picture:first-child {
  margin-top: 0;
}
.mobile-menu__wrap ul a.hasImage picture:last-child {
  margin-bottom: 0;
}
.mobile-menu__wrap ul a.hasImage img {
  display: block;
  width: 100%;
  height: auto;
}
.mobile-menu__wrap ul a.hasImage span {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.mobile-menu__wrap ul a.hasImage span:first-child {
  margin-top: 0;
}
.mobile-menu__wrap ul a.hasImage span:last-child {
  margin-bottom: 0;
}
.mobile-menu.init .mobile-menu__wrap nav:not(.item-selected) > ul li:has(ul):first-child ul {
  display: none;
}
.mobile-menu.init .mobile-menu__wrap nav .select ul {
  display: block !important;
}
@media (max-width: 575.98px) {
  .mobile-menu__wrap {
    width: 100vw;
    left: -100vw;
  }
  .mobile-menu__wrap .icon-cancel {
    width: 40px;
    height: 40px;
    top: 18px;
    right: 10px;
    font-size: 16px;
    line-height: 40px;
    z-index: 99;
  }
  .mobile-menu__wrap nav {
    width: 100vw;
    padding-top: 80px;
  }
  .mobile-menu__wrap nav > ul {
    width: 100%;
  }
  .mobile-menu__wrap ul > li a {
    padding: 15px 22.5px;
    font-size: 1.3rem;
    line-height: 120%;
  }
  .mobile-menu__wrap ul > li.select ul {
    right: 0;
  }
  .mobile-menu__wrap ul ul {
    opacity: 0;
    transition: right 0.5s ease-in-out;
    display: block !important;
    width: 100%;
    right: -100%;
    z-index: 90;
    background: #FFFFFF;
    padding-top: 11px;
  }
  .mobile-menu__wrap ul li.backButton {
    display: block;
    padding: 15px 80px;
    font-size: 1.3rem;
    line-height: 120%;
    position: relative;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 15px;
  }
  .mobile-menu__wrap ul li.backButton:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__wrap ul li.backButton .icon-left-open-mini {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    left: 22.5px;
    top: 50%;
    margin-top: -15px;
  }
  .mobile-menu__wrap ul li.backButton .icon-left-open-mini:before {
    margin: 0;
  }
  .mobile-menu__wrap ul li.backButton:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 22.5px;
    bottom: 0;
    width: calc(100% - 45px);
    background: #e5e7eb;
  }
  .mobile-menu__wrap ul a.hasImage picture {
    border-radius: 10px;
  }
  .mobile-menu.init .mobileMenu-wrap ul ul {
    opacity: 1;
  }
}

.mobile-menu-container > input[type=checkbox] {
  display: none;
}
.mobile-menu-container > input[type=checkbox]:checked + .mobile-menu {
  display: block;
  z-index: 999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.2);
}
.mobile-menu-container > input[type=checkbox]:checked + .mobile-menu .mobile-menu__wrap {
  left: 0;
  overflow: visible;
  transition-delay: 0.5s;
}
.mobile-menu-container > input[type=checkbox]:checked + .mobile-menu .mobile-menu__wrap.loading {
  left: -60vw;
}
@media (max-width: 575.98px) {
  .mobile-menu-container > input[type=checkbox]:checked + .mobile-menu .mobile-menu__wrap.loading {
    left: -100vw;
  }
}
/* End */


/* Start:/local/templates/newTheme/styles.css?17557078635884*/
.table,.techspecs-table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb;margin-top:30px;margin-bottom:30px}.table:first-child,.techspecs-table:first-child{margin-top:0}.table:last-child,.techspecs-table:last-child{margin-bottom:0}.table caption,.techspecs-table caption{color:#fff;background:#82aad9;font-size:1.2rem;line-height:120%;font-weight:700;text-align:left;padding:10px}.table th,.techspecs-table th{vertical-align:center;padding:10px;background:#fff;border:1px solid #e5e7eb}.table td,.techspecs-table td{border:1px solid #e5e7eb;font-size:.9rem;line-height:110%}.table tr:nth-child(2n),.techspecs-table tr:nth-child(2n){background:#f5f7fb}.table tr:last-child td,.techspecs-table tr:last-child td{border-bottom:none}.table tfoot,.techspecs-table tfoot{border-top:1px solid #30c06a}.table tfoot td,.techspecs-table tfoot td{color:#30c06a;border-top-color:#30c06a}.table tfoot td span,.techspecs-table tfoot td span{color:#30c06a;margin-right:10px}.table tfoot td:first-child,.techspecs-table tfoot td:first-child{color:#000}.table tr td,.techspecs-table tr td{padding:10px 15px;vertical-align:middle}.table-title,.techspecs-table-title{display:block;margin-top:7.5px;margin-bottom:7.5px}.table-title:first-child,.techspecs-table-title:first-child{margin-top:0}.table-title:last-child,.techspecs-table-title:last-child{margin-bottom:0}.table-title-wrap,.techspecs-table-title-wrap{position:relative;padding-left:20px}.table-subTitle,.techspecs-table-subTitle{display:block;margin-top:7.5px;margin-bottom:7.5px;font-size:12px;line-height:14px;color:#f5f7fb}.table-subTitle:first-child,.techspecs-table-subTitle:first-child{margin-top:0}.table-subTitle:last-child,.techspecs-table-subTitle:last-child{margin-bottom:0}.table.data-table,.techspecs-table.data-table{font-size:16px;line-height:120%}.table.data-table thead,.techspecs-table.data-table thead{font-weight:700}.table p,.techspecs-table p{margin-top:7.5px;margin-bottom:7.5px;font-size:inherit}.table p:first-child,.techspecs-table p:first-child{margin-top:0}.table p:last-child,.techspecs-table p:last-child{margin-bottom:0}@media (max-width:575.98px){.table caption,.techspecs-table caption{font-size:1rem;line-height:120%}.table tr td,.techspecs-table tr td{padding:10px;vertical-align:middle}}.line{width:100%;height:2px;background:#82aad9;margin-top:30px;margin-bottom:30px}.line:first-child{margin-top:0}.line:last-child{margin-bottom:0}.table2{width:100%;border-collapse:collapse;border:1px solid transparent;margin-top:30px;margin-bottom:30px}.table2:first-child{margin-top:0}.table2:last-child{margin-bottom:0}.table2 tr{border-bottom:2px solid #e5e7eb}.table2 th{vertical-align:center;text-align:left;padding:20px;font-size:inherit}.table2 th:first-child{white-space:nowrap;font-weight:400}.table2 thead{font-size:18px;line-height:22px}.table2 thead td:first-child{white-space:nowrap;color:#cdc9b8}.table2 td{vertical-align:middle;padding:20px;font-size:16px;line-height:20px}.table2.wideColumns td{min-width:30%;width:30%}@media (max-width:575.98px){.table2{display:block}.table2 tr{display:block;margin-top:30px;margin-bottom:30px;padding-bottom:30px}.table2 tr:first-child{margin-top:0}.table2 tr:last-child{margin-bottom:0}.table2 td,.table2 th{display:block;padding:0;margin-top:15px;margin-bottom:15px}.table2 td:first-child,.table2 th:first-child{margin-top:0}.table2 td:last-child,.table2 th:last-child{margin-bottom:0}.table2 td.center-text,.table2 td.right-text,.table2 th.center-text,.table2 th.right-text{text-align:left}.table2.wideColumns td{min-width:100%;width:100%}}.page-text{font-size:.875rem;line-height:150%;margin-top:60px;margin-bottom:60px;width:1080px;max-width:100%;margin-left:auto;margin-right:auto;padding:0 15px}.page-text:first-child{margin-top:0}.page-text:last-child{margin-bottom:0}.container .page-text{padding:0}.image-wrap{position:relative;max-width:100%;margin-top:15px;margin-bottom:15px}.image-wrap:first-child{margin-top:0}.image-wrap:last-child{margin-bottom:0}.image-wrap img{display:block;width:auto;max-width:100%;height:auto}.page-list{margin-top:30px;margin-bottom:30px;line-height:150%}.page-list:first-child{margin-top:0}.page-list:last-child{margin-bottom:0}.page-list li{margin-top:15px;margin-bottom:15px}.page-list li:first-child{margin-top:0}.page-list li:last-child{margin-bottom:0}.image-menu{margin-top:30px;margin-bottom:30px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;column-gap:90px}.image-menu:first-child{margin-top:0}.image-menu:last-child{margin-bottom:0}.image-menu__item{flex:0 1 calc(50% - 45px);width:calc(50% - 45px);align-self:center;padding:0 120px}.image-menu__item a{display:block}.image-menu__item img{display:block;width:100%;height:auto}@media (min-width:760px) and (max-width:991.98px){.image-menu__item{padding:0 60px}}@media (max-width:759.98px){.image-menu{column-gap:30px}.image-menu__item{flex:0 1 calc(50% - 15px);width:calc(50% - 15px);padding:0}}.gray-block{margin-top:60px;background:#e5e7eb;padding-top:60px;padding-bottom:60px}.gray-block:first-child{margin-top:0}.contactsHeroUnit{width:100%;height:auto;position:relative;overflow:hidden;z-index:1}.contactsHeroUnit-item{width:100%}.contactsHeroUnit-item-image,.contactsHeroUnit-item-wrap{width:100%;position:relative;z-index:1}.contactsHeroUnit-item-image::after,.contactsHeroUnit-item-image::before{opacity:0;transition:opacity 1s ease-in-out}.contactsHeroUnit-item-info{position:absolute;width:100%;left:0;bottom:3rem;z-index:10;color:#fff}.contactsHeroUnit-item picture{width:100%;display:block;position:relative}.contactsHeroUnit-item img{display:block;width:100%;height:auto;position:relative;z-index:1}.details_head{font-size:1.3rem;line-height:120%;margin-top:15px;margin-bottom:15px;font-family:"Times New Roman",Times,Georgia,serif}.details_head:first-child{margin-top:0}.details_head:last-child{margin-bottom:0}
/* End */


/* Start:/local/templates/newTheme/template_styles.css?17556967642864*/
.padding-1,.padding1{padding-top:30px;padding-bottom:30px}.paddingAll1{padding:30px}.margin-1,.margin1{margin-top:30px;margin-bottom:30px}.margin-1:first-child,.margin1:first-child{margin-top:0}.margin-1:last-child,.margin1:last-child{margin-bottom:0}@media (max-width:575.98px){.padding-1,.padding1{padding-top:15px;padding-bottom:15px}.paddingAll1{padding:15px}.margin-1,.margin1{margin-top:15px;margin-bottom:15px}.margin-1:first-child,.margin1:first-child{margin-top:0}.margin-1:last-child,.margin1:last-child{margin-bottom:0}}.padding-2,.padding2{padding-top:60px;padding-bottom:60px}.paddingAll2{padding:60px}.margin-2,.margin2{margin-top:60px;margin-bottom:60px}.margin-2:first-child,.margin2:first-child{margin-top:0}.margin-2:last-child,.margin2:last-child{margin-bottom:0}@media (max-width:575.98px){.padding-2,.padding2{padding-top:30px;padding-bottom:30px}.paddingAll2{padding:30px}.margin-2,.margin2{margin-top:30px;margin-bottom:30px}.margin-2:first-child,.margin2:first-child{margin-top:0}.margin-2:last-child,.margin2:last-child{margin-bottom:0}}.padding-3,.padding3{padding-top:90px;padding-bottom:90px}.paddingAll3{padding:90px}.margin-3,.margin3{margin-top:90px;margin-bottom:90px}.margin-3:first-child,.margin3:first-child{margin-top:0}.margin-3:last-child,.margin3:last-child{margin-bottom:0}@media (max-width:575.98px){.padding-3,.padding3{padding-top:45px;padding-bottom:45px}.paddingAll3{padding:45px}.margin-3,.margin3{margin-top:45px;margin-bottom:45px}.margin-3:first-child,.margin3:first-child{margin-top:0}.margin-3:last-child,.margin3:last-child{margin-bottom:0}}.facade-block{width:100%;position:relative}.facade-block img{display:block;width:100%;height:auto;filter:grayscale(.5)}.page-footer{width:100%;height:435px;position:absolute;left:0;bottom:0;background:#3e4245;color:#fff;padding:60px 0}.page-footer a{color:#fff}.page-footer .logo{margin-top:30px;margin-bottom:30px}.page-footer .logo:first-child{margin-top:0}.page-footer .logo:last-child{margin-bottom:0}.page-footer__copy{font-size:.82rem;line-height:120%}.page-footer__copy .menu{display:inline-block;margin-left:20px}@media (max-width:759.98px){.page-footer{position:relative;height:auto}.page-footer__copy{display:flex;flex-wrap:wrap;flex-direction:column;gap:15px}.page-footer__copy>*{order:2}.page-footer__copy .menu{order:1;flex:1;display:block;margin-left:0}}.page-footer .contacts-block{color:#f5f7fb}.contacts-block{margin-top:30px;margin-bottom:30px;font-size:1rem;line-height:120%}.contacts-block:first-child{margin-top:0}.contacts-block:last-child{margin-bottom:0}.contacts-block>*{margin-top:9px;margin-bottom:9px}.contacts-block>:first-child{margin-top:0}.contacts-block>:last-child{margin-bottom:0}.contacts-block__block{margin-top:15px;margin-bottom:15px}.contacts-block__block:first-child{margin-top:0}.contacts-block__block:last-child{margin-bottom:0}
/* End */
/* /local/templates/.default/components/bitrix/menu/tree/style.css?17556967641343 */
/* /local/templates/.default/components/bitrix/menu/mobile_menu/style.css?17556967646512 */
/* /local/templates/newTheme/styles.css?17557078635884 */
/* /local/templates/newTheme/template_styles.css?17556967642864 */
