.smart_lock_section .smart_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.smart_lock_section .smart_block img, .smart_lock_section .block_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .user_btn {
  display: flex;
}

.smart_lock_section .smart_content {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 15px;
  background: #fbfbfb;
  justify-content: center;
}
.smart_lock_section .smart_content .section_title {
  text-align: center;
}
.smart_lock_section .smart_content .section_description {
  max-width: 800px;
  opacity: 0.7;
  margin-top: 30px;
}
.smart_lock_section .smart_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -9px;
}
.smart_lock_section .smart_list li {
  width: 33.3%;
  padding: 9px;
}
.smart_lock_section .block_link {
  z-index: 20;
}
.smart_lock_section .smart_block {
  width: 100%;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.smart_lock_section .smart_block img {
  object-fit: cover;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.smart_lock_section .smart_block::before {
  content: "";
  display: block;
  padding-bottom: 85%;
}
.smart_lock_section .smart_block:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}
.smart_lock_section .smart_info {
  position: absolute;
  top: 45px;
  left: 50px;
}
.smart_lock_section .smart_info .block_title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.smart_lock_section .smart_info .block_title:before {
  content: "";
  border: 7px solid transparent;
  border-left: 7px solid #ffffff;
  margin-top: 3px;
  margin-left: 6px;
}
@media (max-width: 1440px) {
  .smart_lock_section .smart_info {
    top: 25px;
    left: 25px;
  }
}
@media (max-width: 1199px) {
  .smart_lock_section .smart_list li {
    width: 50%;
  }
  .smart_lock_section .smart_content {
    min-height: auto;
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .smart_lock_section .smart_content .section_description {
    margin-top: 20px;
  }
  .smart_lock_section .smart_info {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .smart_lock_section .smart_info .block_title {
    word-break: break-word;
    max-width: fit-content;
  }
}
@media (max-width: 575px) {
  .smart_lock_section .smart_list li {
    width: 100%;
  }
}

/*# sourceMappingURL=smart_lock.css.map */
