header .wrap .beta {
  overflow: visible;
}

header .wrap .beta .smart-home-dropdown {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 78px;
  padding: 35px 35px 45px 55px;
  display: none;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

header .wrap .beta .smart-home-dropdown:before {
  content: "";
  width: 18px;
  height: 7px;
  top: -7px;
  right: 95px;
  background-image: url(img/smart-home/polygon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

header .wrap .beta .smart-home-dropdown .shd-left {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  width: 53%;
  max-width: 53%;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  width: 18%;
  max-width: 18%;
  margin-right: 2.5%;
  margin-bottom: 15px;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat:nth-child(5n) {
  margin-right: 0;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a {
  display: block;
  text-align: center;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a .img {
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a .img img {
  max-height: 40px;
  width: auto;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a:hover span {
  color: #E72C23;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a span {
  display: block;
  font-size: 18px;
  line-height: 1.22;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 35px;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 40%;
  max-width: 40%;
  font-size: 24px;
  line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 40%;
  max-width: 40%;
  text-align: right;
  font-size: 16px;
  line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right img {
  margin-left: 7px;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right:hover {
  color: #E72C23;
}

header .wrap .beta .smart-home-dropdown .shd-right {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  width: 34%;
  max-width: 34%;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  width: 49%;
  max-width: 49%;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li a:hover {
  color: #E72C23;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 35px;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 40%;
  max-width: 40%;
  font-size: 24px;
  line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 40%;
  max-width: 40%;
  text-align: right;
  font-size: 16px;
  line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right img {
  margin-left: 7px;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right:hover {
  color: #E72C23;
}

@media (max-width: 1279px) {
  header .wrap .beta .smart-home-dropdown {
    display: none !important;
  }
}
/*# sourceMappingURL=smart-home-dropdown.css.map */