#sg_b.sungroup * {
  box-sizing: border-box;
}
#sg_b.sungroup .sg_lp-page {
  display: none;
}
#sg_b.sungroup img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#sg_b.sungroup .sg_lp-page.sg-active {
  display: block;
}
#sg_b.sungroup .sg_wrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
#sg_b.sungroup .sg_fz-50 {
  font-size: 50px;
  line-height: 75px !important;
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
}
#sg_b.sungroup .sg_fz-32 {
  font-size: 32px;
  line-height: 48px !important;
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
}
#sg_b.sungroup .sg_fz-30 {
  font-size: 30px;
  line-height: 45px !important;
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
}
#sg_b.sungroup .sg_fz-18 {
  font-size: 18px;
  line-height: 27px !important;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
}
#sg_b.sungroup .sg_fz-16 {
  font-size: 16px;
  line-height: 22px !important;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
}
#sg_b.sungroup .sg_switcher-menu {
  max-width: 784px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sg_b.sungroup .sg_switcher-rows {
  gap: 24px;
}
#sg_b.sungroup .sg_switcher-row {
  width: 100%;
  padding-bottom: 20px;
  cursor: pointer;
}
#sg_b.sungroup .sg_switcher-box {
  flex-grow: 1;
  width: 38%;
  gap: 24px;
}
#sg_b.sungroup .sg_switcher-item-img {
  margin-bottom: 8px;
}
#sg_b.sungroup .sg_switcher-row::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 164px;
  background: #f6f6f6;
  border-radius: 4px;
  transition: 0.3s;
}

#sg_b.sungroup .sg_switcher-row.sg-active::before {
  background: #c9c0b5;
}
#sg_b.sungroup .sg_switcher-box .sg-new-btn {
  max-width: 312px !important;
  margin: 0 auto !important;
}
#sg_b.sungroup .sec-1 {
  border-radius: 16px;
  background: url("../images/lp/bg.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 96px 82px;
}
#sg_b.sungroup .sg_title-row {
  gap: 80px;
}
#sg_b.sungroup .sg_cols {
  gap: 50px;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
}
#sg_b.sungroup .sg_col {
  flex-grow: 1;
  width: 28%;
  padding: 40px 27px;
  gap: 8px;
  background: #fff;
  border-radius: 8px;
}
#sg_b.sungroup .sg_col-img img {
  width: auto;
  max-height: 100%;
}
#sg_b.sungroup .sec-2 .sg_rows {
  gap: 60px;
}
#sg_b.sungroup .sec-2 .sg_row-content {
  max-width: 600px;
  width: 100%;
  padding-left: 32px;
}
#sg_b.sungroup .sec-3 {
  margin-bottom: 100px;
}
#sg_b.sungroup .sec-3 .sg_rows {
  gap: 56px;
}
#sg_b.sungroup .sec-3 .sg_row {
  flex-grow: 1;
  width: 38%;
}
#sg_b.sungroup .sec-3 .sg_row-content,
#sg_b.sungroup .sec-4 .sg_row-content {
  padding-left: 32px;
}
#sg_b.sungroup .sec-4 {
  margin-bottom: 80px;
}
#sg_b.sungroup .sec-5 .sg_row {
  gap: 38px;
}
#sg_b.sungroup .sec-5 .sg_row {
  margin-bottom: 80px;
}
#sg_b.sungroup .sec-5 .sg_row-content {
  max-width: 611px;
  width: 100%;
  padding-left: 32px;
}
@media (max-width: 1360px) {
  #sg_b.sungroup .sec-1 {
    border-radius: unset;
  }
}
@media (max-width: 1260px) {
  #sg_b.sungroup .sec-1,
  #sg_b.sungroup .sg_col {
    padding: 20px;
  }
  #sg_b.sungroup .sg_title-row,
  #sg_b.sungroup .sg_cols,
  #sg_b.sungroup .sec-2 .sg_rows,
  #sg_b.sungroup .sec-3 .sg_rows,
  #sg_b.sungroup .sec-5 .sg_row {
    gap: 20px;
  }
  #sg_b.sungroup .sec-2 .sg_row-content,
  #sg_b.sungroup .sec-3 .sg_row-content,
  #sg_b.sungroup .sec-4 .sg_row-content,
  #sg_b.sungroup .sec-5 .sg_row-content {
    padding-left: unset;
  }
}
@media (max-width: 800px) {
  #sg_b.sungroup .sec-2 .sg_rows,
  #sg_b.sungroup .sec-5 .sg_row {
    flex-flow: column !important;
  }
  #sg_b.sungroup .sec-2 .sg_row-content,
  #sg_b.sungroup .sec-5 .sg_row-content {
    max-width: 100%;
  }
  #sg_b.sungroup .sec-3 .sg_row {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #sg_b.sungroup .sg_switcher-box {
    gap: 20px;
  }
  #sg_b.sungroup .sg_switcher-item-img {
    max-width: 80px;
  }
  #sg_b.sungroup .sg_switcher-row {
    padding: 0 10px 10px;
    flex-grow: 1;
  }
  #sg_b.sungroup .sg_switcher-row::before {
    height: 80px;
  }
  #sg_b.sungroup .sg_col {
    width: 38%;
  }
  #sg_b.sungroup .sg_title-logo {
    max-width: 60px;
  }
  #sg_b.sungroup .sg_title-img {
    max-width: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #sg_b.sungroup .sec-3,
  #sg_b.sungroup .sec-4,
  #sg_b.sungroup .sec-5 .sg_row {
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  #sg_b.sungroup .sg_title-row {
    flex-flow: column;
    align-items: flex-start !important;
  }
  #sg_b.sungroup .sg_col-img {
    max-width: 40px;
  }
  #sg_b.sungroup .sg_col {
    padding: 10px;
  }
  #sg_b.sungroup .sg_col .sg_fz-16 {
    font-size: 14px;
    line-height: 18px !important;
  }
}
