

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?169321454851*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/ubiquiti/components/bitrix/news.list/baners/style.css?17799473507279*/
.home-banner {
  width: 100%;
  padding-top: 35px;
  background-color: #eeeeee;
}
.home-banner .banner-tabs-wrapper {
  display: block;
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 3;
  /* wifi router elements */
  /* ip camera elements */
  /*cantrol point element*/
  /*id phone element */
}
.home-banner .banner-tabs-wrapper .banner-tabs-header {
  margin-bottom: 30px;
}
.home-banner .banner-tabs-wrapper .banner-tabs-header .tab-header {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
  color: #101010;
  letter-spacing: -1.47px;
  font-weight: 600;
}
.home-banner .banner-tabs-wrapper .banner-tabs-header .tab-subheader {
  font-size: 22px;
  color: #9f9f9f;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 1.1;
}
.home-banner .banner-tabs-wrapper .tab-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5vh;
  overflow: visible;
}
.home-banner .banner-tabs-wrapper .tab-content .tab-img {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.home-banner .banner-tabs-wrapper .tab-content .tab-img img {
  width: 100%;
  height: auto;
  display: block;
}
.home-banner .banner-tabs-wrapper .tab-content .tab-pane {
  top: 3%;
  left: 2%;
  right: 1%;
  height: auto;
  z-index: 5;
  overflow: visible;
  display: none;
}
.home-banner .banner-tabs-wrapper .tab-content .tab-pane.active {
  display: flex !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
}
.home-banner .banner-tabs-wrapper .tab-content .tab-pane .position-relative {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
}
.home-banner .banner-tabs-wrapper .nav-pills {
  display: flex;
  justify-content: center;
  gap: 50px;
  list-style: none;
  padding: 0;
}
.home-banner .banner-tabs-wrapper .nav-pills .nav-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 30px;
  touch-action: none;
}
@media (max-width: 768px) {
  .home-banner .banner-tabs-wrapper .nav-pills .nav-item {
    display: block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .home-banner .banner-tabs-wrapper .nav-pills .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    align-items: center;
    display: flex;
    justify-content: normal;
    flex-direction: column;
    width: 75px;
  }
}
.home-banner .banner-tabs-wrapper .nav-pills .nav-item .nav-link {
  margin-top: 15px;
  transition: all 0.3s ease;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .home-banner .banner-tabs-wrapper .nav-pills .nav-item .nav-link {
    flex-direction: column;
    gap: 10px;
  }
}
.home-banner .banner-tabs-wrapper .nav-pills .nav-item .nav-link .tab-icon-wrapper {
  height: 62px;
  width: 62px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.09) 0 2px 14px 0;
  border-radius: 23px;
}
.home-banner .banner-tabs-wrapper .nav-pills .nav-item .nav-link .tab-icon-wrapper .section-icon-img {
  filter: grayscale(1);
  max-width: 36px;
}
.home-banner .banner-tabs-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #333;
}
.home-banner .banner-tabs-wrapper .nav-pills .nav-item .nav-link.active .tab-icon-wrapper .section-icon-img {
  filter: grayscale(0);
  border-color: rgba(0, 0, 0, 0.3);
}
.home-banner .banner-tabs-wrapper .nav-pills .nav-item .nav-link.active span {
  font-weight: 600;
}
.home-banner .banner-tabs-wrapper .banner-tablet {
  position: relative;
  z-index: 30;
  left: 10%;
  width: 90%;
}
.home-banner .banner-tabs-wrapper .banner-tablet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/ubiquiti/images/tablet-frame.png") no-repeat center;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}
.home-banner .banner-tabs-wrapper .banner-tablet .banner-video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
  top: 3px;
  padding: 10px;
}
.home-banner .banner-tabs-wrapper .banner-tablet .device-frame {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.home-banner .banner-tabs-wrapper .banner-phone {
  top: 25%;
  right: 0;
  left: 90%;
  position: absolute;
  overflow: hidden;
  width: 20%;
  z-index: 70;
}
.home-banner .banner-tabs-wrapper .banner-phone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/ubiquiti/images/phone-frame.png") no-repeat center;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}
.home-banner .banner-tabs-wrapper .banner-phone .device-frame {
  position: relative;
  left: 0;
  z-index: 5;
}
.home-banner .banner-tabs-wrapper .banner-phone .banner-video {
  position: relative;
  top: 3px;
  height: auto;
  padding: 6.5%;
}
.home-banner .banner-tabs-wrapper .banner-element {
  position: absolute;
  right: 80%;
  top: 20%;
  z-index: 40;
  width: max-content;
}
.home-banner .banner-tabs-wrapper .banner-element img,
.home-banner .banner-tabs-wrapper .banner-element video {
  width: 100%;
  height: auto;
}
.home-banner .banner-tabs-wrapper .banner-item-59434 {
  right: 55%;
  top: 19%;
  z-index: 20 ;
}
.home-banner .banner-tabs-wrapper .banner-item-59433 {
  z-index: 30 ;
  top: 45%;
  right: 85%;
  width: 33%;
}
.home-banner .banner-tabs-wrapper .banner-item-59433 .banner-image {
  width: 100%;
}
.home-banner .banner-tabs-wrapper .banner-item-59432 {
  z-index: 40;
  top: 10%;
  right: 61%;
}
.home-banner .banner-tabs-wrapper .banner-item-59435 {
  top: 5%;
  right: 65%;
  width: 55%;
}
.home-banner .banner-tabs-wrapper .banner-item-59436 {
  width: 90%;
  top: 43%;
  right: 53%;
  z-index: 20 ;
}
.home-banner .banner-tabs-wrapper .banner-item-59437 {
  z-index: 50;
  width: 61%;
  top: -4%;
  right: 68%;
}
.home-banner .banner-tabs-wrapper .banner-item-59438 {
  z-index: 60;
  right: 100%;
  width: 25%;
  top: 40%;
}
.home-banner .banner-tabs-wrapper .banner-item-59439 {
  z-index: 80;
  right: 74%;
  width: 30%;
  top: 47%;
}
.home-banner .banner-tabs-wrapper .banner-item-59442 {
  z-index: 70;
  right: 79%;
  width: 18%;
  top: 70%;
  border-radius: 50%;
  overflow: hidden;
}
.home-banner .banner-tabs-wrapper .banner-item-59442 .banner-video {
  width: 100%;
}
.home-banner .banner-tabs-wrapper .banner-item-59440 {
  top: 23%;
  right: 58%;
  width: 68.5%;
}
.home-banner .banner-tabs-wrapper .banner-item-59441 {
  z-index: 20;
  right: 68%;
  width: 73.8%;
  top: 34%;
}
.home-banner .banner-tabs-wrapper .banner-item-59443 {
  top: 29%;
  right: 78.3%;
  width: 18.2%;
}
.home-banner .banner-tabs-wrapper .banner-item-59444 {
  z-index: 10;
  right: 91.5%;
  width: 27.5%;
  top: 38.3%;
}

/* End */


/* Start:/local/templates/ubiquiti/components/bitrix/news.list/solutions_presentation/style.css?17799558653530*/
.home-solutions {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.home-solutions .container {
  max-width: max-content !important;
}
.home-solutions .banner-wrapper-bg video {
  width: 100%;
}
.home-solutions .banner-header {
  position: absolute;
  z-index: 30;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-solutions .banner-header .banner-main-title {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: -1.47px;
  font-weight: 600;
}
.home-solutions .nav-pills {
  position: absolute;
  z-index: 50;
  margin-top: 1rem;
  margin-bottom: 3rem;
  justify-content: center;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-solutions .nav-pills .nav-item {
  font-size: 14px;
  border-bottom: 2px solid #737373;
}
.home-solutions .nav-pills .nav-item .nav-link {
  color: #000;
}
.home-solutions .nav-pills .active {
  font-weight: 600;
  border-bottom: 1.5px solid #017afe;
  border-radius: 0;
  background-color: #fff !important;
}
.home-solutions .active {
  opacity: 1;
}
.home-solutions .banner-bg-element {
  position: relative;
  z-index: 10;
  width: 100%;
  top: -11rem;
}
.home-solutions .banner-bg-element video {
  width: 100%;
}
.home-solutions .banner-phone {
  opacity: 1;
  padding: 7px;
  width: 7%;
  top: 50%;
  left: 30%;
  position: absolute;
  overflow: hidden;
  z-index: 30;
}
.home-solutions .banner-phone video {
  width: 100%;
  position: relative;
  top: 5px;
}
.home-solutions .banner-phone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/ubiquiti/images/phone-frame.png") no-repeat center;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}
.home-solutions .banner-tablet-center {
  opacity: 1;
  position: absolute;
  z-index: 30;
  padding: 10px;
  width: 36%;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
}
.home-solutions .banner-tablet-center video {
  width: 100%;
  position: relative;
  top: 4px;
}
.home-solutions .banner-tablet-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/ubiquiti/images/tablet-frame.png") no-repeat center;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}
.home-solutions .banner-tablet-left {
  opacity: 1;
  padding: 8px;
  width: 29%;
  top: 35%;
  right: 50%;
  position: absolute;
  z-index: 20;
}
.home-solutions .banner-tablet-left video {
  width: 100%;
  position: relative;
  top: 2px;
  left: 2px;
}
.home-solutions .banner-tablet-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/ubiquiti/images/tablet-frame-left.png") no-repeat center;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}
.home-solutions .banner-tablet-right {
  opacity: 1;
  padding: 8px;
  width: 29%;
  top: 35%;
  left: 50%;
  position: absolute;
  z-index: 20;
}
.home-solutions .banner-tablet-right video {
  width: 100%;
  position: relative;
  top: 2px;
  right: 2px;
}
.home-solutions .banner-tablet-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/ubiquiti/images/tablet-frame-right.png") no-repeat center;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}

/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?169321454851 */
/* /local/templates/ubiquiti/components/bitrix/news.list/baners/style.css?17799473507279 */
/* /local/templates/ubiquiti/components/bitrix/news.list/solutions_presentation/style.css?17799558653530 */
