<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fasad-line {
  width: 100%;
  height: 1px;
  background: #dfe3e6;
}

.fasad-header-bg {
  width: 100%;
  min-height: 787px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fasad-header-bg-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-top: 285px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.fasad-header-bg-block__title {
  font-family: "proximanovalight";
  font-size: 78px;
  line-height: 0.89;
  letter-spacing: 15.21px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.fasad-header-bg-block__speedbar {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.4;
  font-family: proximanovalight;
  margin: 15px 0 25px 0;
  color: #fff;
}

.fasad-header-bg-block__speedbar_link {
  line-height: 1.4;
  font-family: proximanovalight;
  margin: 15px 0 25px 0;
  color: #fff;
  text-decoration: underline;
}

.fasad-header-bg-block__speedbar_link:hover {
  text-decoration: none;
}

.fasad-header-bg-block__speedbar_arrow {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/file/i_pic/fasad/breadcrumb_arrow2_white.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  background-size: 17px 15px;
}

.fasad-header-bg-block__text {
  max-width: 1200px;
  margin-top: 54px;
  font-family: "proximanovalight";
  font-size: 28px;
  line-height: 1.36;
  text-align: center;
  color: #ffffff;
}

.fasad-advantages {
  margin-top: 125px;
  margin-bottom: 105px;
}

.fasad-advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fasad-advantages-block__item {
  width: 33.33%;
  padding: 35px 20px;
  border-right: 1px solid #e2e5e9;
}

.fasad-advantages-block__item:nth-child(3n+3) {
  border-right: 0;
}

.fasad-advantages-block__item:nth-child(-n+3) {
  border-bottom: 1px solid #e2e5e9;
}

.fasad-advantages-block__item_icon {
  width: 52px;
  height: 52px;
}

.fasad-advantages-block__item_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.fasad-advantages-block__item_title {
  min-height: 46px;
  margin-top: 18px;
  font-family: "proximanovareg2";
  font-size: 22px;
  line-height: 1.09;
  color: #000000;
}

.fasad-advantages-block__item_text {
  margin-top: 28px;
  font-family: "proximanovalight";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
  color: #3b3b3b;
}

.fasad-advantages-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 115px;
}

.fasad-advantages-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 330px;
  min-height: 52px;
  padding:5px 10px;
  background-color: #c8272c;
  font-family: "proximanovasemibold2";
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 2.1px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fasad-advantages-btn a span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-position: 0 1.19em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.fasad-advantages-btn a:hover {
  background: #009fdc;
}

.fasad-advantages-btn a:hover span {
  background-image: none;
}

.fasad-scheme {
  margin-top: 105px;
}

.fasad-scheme-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fasad-scheme-block__title {
  font-family: "proximanovabold2";
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #000000;
}

.fasad-scheme-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  counter-reset: list;
}

.fasad-scheme-block__info_inner {
  width: 400px;
  padding-top: 30px;
}

.fasad-scheme-block__info_inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 85px;
}

.fasad-scheme-block__info_inner_item:last-child {
  margin-bottom: 0;
}

.fasad-scheme-block__info_inner_item_title {
  position: relative;
  font-family: "proximanovasemibold2";
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
}

.fasad-scheme-block__info_inner_item_title::before {
  counter-increment: list;
  content: "0" counter(list);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 100px;
  font-weight: bold;
  font-family: "proximanovareg2";
  line-height: 0.75;
  text-align: left;
  color: rgba(32, 57, 114, 0.16);
}

.fasad-scheme-block__info_inner_item_text {
  margin-top: 15px;
  font-family: "proximanovalight";
  font-size: 17px;
  font-weight: 300;
  line-height: 1.53;
  text-align: left;
  color: #000000;
}

.fasad-scheme-block__info_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 30px;
}

.fasad-scheme-block__info_image img {
  max-width: 100%;
  height: auto;
}

.fasad-partners {
  margin-top: 90px;
}

.fasad-partners-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.fasad-partners-block__item {
  padding: 5px 42px;
  text-decoration: none;
}

.fasad-partners-block__item img {
  max-width: 100%;
  height: auto;
}

.fasad-category {
  margin-top: 90px;
}

.fasad-category-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.fasad-category-block__item {
  width: 33.33%;
  min-height: 190px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.fasad-category-block__item_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 95px;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
}
.fasad-category-block__item_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(350deg, rgba(48, 117, 154, 0.1) 20%, #3c5898 100%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fasad-category-block__item_inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  display:none;
}

.fasad-category-block__item_inner_title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 30px;
  padding: 10px;
  font-family: "proximanovalight";
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.01px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
}

.fasad-category-block__item_inner_tooltip{
  position:absolute;
  bottom:-50%;
  z-index:2;
  transition:0.25s;
  display:none;
}
.fasad-category-block__item_inner_tooltip_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  width: 198px;
  height: 42px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid transparent;
  color: #fff;
  font-family: proximanovareg2;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.67;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fasad-category-block__item_inner_tooltip_btn::before{
  content:'';
  position:absolute;
  top:-2px;
  left:-2px;
  width:2px;
  height:12px;
  background:#fff;
}
.fasad-category-block__item_inner_tooltip_btn::after{
  content:'';
  position:absolute;
  bottom:-2px;
  left:-2px;
  width:2px;
  height:12px;
  background:#fff;
}
.fasad-category-block__item_inner_tooltip_btn_ico {
  position: absolute;
  z-index: 10;
  top: calc(50% - 9px);
  left: -18px;
  width: 32px;
  height: 18px;
  background-image: url("/file/i_pic/fasad/fasad-category-tooltip-arrow.svg");
  background-repeat: no-repeat;
  background-size: 32px 18px;
}
.fasad-category-block__item_inner:hover:after {
  background: #203971;
  opacity: 0.5;
}
.fasad-category-block__item_inner:hover .fasad-category-block__item_inner_tooltip {
  bottom: 20%;
}

.fasad-whyarewe {
  margin-top: 100px;
}

.fasad-whyarewe-block {
  position: relative;
  min-height: 515px;
  padding: 60px 75px;
  background: #203972;
}

.fasad-whyarewe-block__title {
  font-family: "proximanovabold2";
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

.fasad-whyarewe-block__slider-container {
  margin-top: 60px;
}

.fasad-whyarewe-block__slider_item {
  width: 355px;
}

.fasad-whyarewe-block__slider_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "proximanovasemibold2";
  font-size: 21px;
  font-weight: 600;
  line-height: 1.14;
  color: #ffffff;
  min-height:46px;
}

.fasad-whyarewe-block__slider_item_title_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  margin-right: 15px;
}

.fasad-whyarewe-block__slider_item_title_icon img {
  max-width: 100%;
  height: auto;
}

.fasad-whyarewe-block__slider_item_text {
  margin-top: 28px;
  font-family: "proximanovalight";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.61);
}

.fasad-whyarewe-block__slider-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 243px;
  width: 100%;
  height: 45px;
  padding: 17px 30px;
  background: #fff;
}

.fasad-whyarewe-block__slider-container.swiper-container {
  position: static;
}

.fasad-whyarewe-block__slider-nav_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fasad-whyarewe-block__slider-nav_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 2px 6px;
  background: #203972;
  border-radius: 0;
  opacity: 1;
}

.fasad-whyarewe-block__slider-nav_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c8272c;
}

.fasad-whyarewe-block__slider-nav_button-prev, .fasad-whyarewe-block__slider-nav_button-next {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 22px;
  height: 11px;
  cursor: pointer;
}

.fasad-whyarewe-block__slider-nav_button-prev:hover, .fasad-whyarewe-block__slider-nav_button-next:hover {
  opacity: 0.7;
}

.fasad-whyarewe-block__slider-nav_button-prev {
  background: url("/file/i_pic/fasad/fasad-whyarewe-slider-prev.svg") 50% 0 no-repeat;
}

.fasad-whyarewe-block__slider-nav_button-next {
  background: url("/file/i_pic/fasad/fasad-whyarewe-slider-next.svg") 50% 0 no-repeat;
}

.fasad_whyarewe_slider_wrap.nav_hide .fasad-whyarewe-block__slider-nav{
  display:none!important;
}

.fasad-reliability {
  margin-top: 125px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.fasad-reliability-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 151px;
}

.fasad-reliability-block__text {
  font-family: "proximanovareg2";
  font-size: 30px;
  line-height: 1;
  color: #000000;
}

.fasad-other-object {
  margin-top: 130px;
}

.fasad-answer {
  margin-top: 90px;
}

.fasad-footer {
  background: #203972;
  padding-top: 70px;
  padding-bottom: 40px;
}

.fasad-footer-top {
  padding-bottom: 58px;
}

.fasad-footer-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fasad-footer-top-block__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 375px;
  margin-right: 30px;
  padding-top: 5px;
}

.fasad-footer-top-block__left_logo img {
  max-width: 100%;
  height: auto;
}

.fasad-footer-top-block__left_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 353px;
  height: 52px;
  margin-top: 34px;
  padding: 10px;
  font-family: "proximanovasemibold2";
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 2.1px;
  color: #ffffff;
  text-align: center;
  background-color: #4f6493;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fasad-footer-top-block__left_btn a span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fasad-footer-top-block__left_btn a:hover {
  background: #009fdc;
}

.fasad-footer-top-block__left_btn a:hover span {
  background-image: none;
}

.fasad-footer-top-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.fasad-footer-top-block__right_menu {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 385px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  border-right: 1px solid #374d80;
}

.fasad-footer-top-block__right_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fasad-footer-top-block__right_menu ul li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 9px;
}

.fasad-footer-top-block__right_menu ul li a {
  color: #fff;
  text-decoration: none;
}

.fasad-footer-top-block__right_menu ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.fasad-footer-top-block__right_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 460px;
  padding: 10px 0px 10px 45px;
}

.fasad-footer-top-block__right_contacts_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fasad-footer-top-block__right_contacts_phone_link {
  font-family: "proximanovareg2";
  font-size: 50px;
  line-height: 0.75;
  color: #ffffff;
  letter-spacing: -2.5px;
}

.fasad-footer-top-block__right_contacts_phone_link a {
  color: #ffffff;
  text-decoration: none;
}

.fasad-footer-top-block__right_contacts_phone_link a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.fasad-footer-top-block__right_contacts_phone_text {
  margin-top: 10px;
  font-family: "proximanovalight";
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}

.fasad-footer-top-block__right_contacts_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.fasad-footer-top-block__right_contacts_location_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 24px;
  margin-right: 10px;
}

.fasad-footer-top-block__right_contacts_location_icon img {
  max-width: 100%;
  height: auto;
}

.fasad-footer-top-block__right_contacts_location_text {
  font-family: "proximanovalight";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: #ffffff;
}

.fasad-footer-top-block__right_contacts_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.fasad-footer-top-block__right_contacts_mail_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 24px;
  margin-right: 10px;
}

.fasad-footer-top-block__right_contacts_mail_icon img {
  max-width: 100%;
  height: auto;
}

.fasad-footer-top-block__right_contacts_mail_link {
  font-family: "proximanovareg2";
  font-size: 20px;
  line-height: 0.75;
  color: #ffffff;
}

.fasad-footer-top-block__right_contacts_mail_link a {
  color: #ffffff;
  text-decoration: none;
}

.fasad-footer-top-block__right_contacts_mail_link a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.fasad-footer-top-block__right_nav_active {
  cursor: default;
  color: #fff;
}

.fasad-footer-bot {
  border-top: 1px solid #374d80;
}

.fasad-footer-bot-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.fasad-footer-bot-block__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fasad-footer-bot-block__personal_link {
  font-family: "proximanovalight";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
}

.fasad-footer-bot-block__personal_link a {
  color: #ffffff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-position: 0 1.15em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.fasad-footer-bot-block__personal_link a:hover {
  background-image: none;
}

.fasad-footer-bot-block__personal_copy {
  margin-top: 12px;
  font-family: "proximanovalight";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
}

.fasad-footer-bot-block__leli {
  margin-left: auto;
}</pre></body></html>