.pages.homepage .formtop {
  max-height: 400px;
  border-radius: 5px;
  background: url(../img/home.webp) no-repeat center/cover;
  margin-top: 40px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  height: 100svh;
}
.pages.homepage .formtop h1 {
  font-size: 35px;
  color: var(--white-stay);
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
  justify-content: center;
}
.pages.homepage .formtop h1 strong {
  color: var(--main-color);
  font-weight: 700;
}
.pages.homepage .formtop h1 strong span {
  display: none;
}
.pages.homepage .formtop form {
  border-radius: 5px;
  height: 60px;
  background-color: var(--white-stay);
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pages.homepage .formtop form input {
  width: 100px;
  flex: auto;
  height: 100%;
  border: none;
  padding: 0 0 0 20px;
  font-size: 18px;
}
.pages.homepage .formtop form button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 20px;
  color: var(--dark);
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages.homepage .formtop .second {
  text-align: center;
  margin-top: 20px;
}
.pages.homepage .formtop .second p {
  color: var(--main-color);
  font-size: 15px;
}
.pages.homepage .formtop .second .info {
  margin-top: 9px;
  gap: 20px;
}
.pages.homepage .formtop .second .info a {
  font-size: 18px;
  font-weight: 700;
  color: var(--white-stay);
  gap: 10px;
  display: flex;
  align-items: center;
}
.pages.homepage .formtop .second .info a i {
  font-size: 18px;
}
.pages.homepage .intro {
  width: 100%;
}
.pages.homepage .intro h3 {
  color: var(--dark-text);
  font-size: 30px;
  font-weight: 700;
}
.pages.homepage .intro p {
  color: var(--ldark-text);
  font-size: 14px;
  margin-top: 3px;
}
.pages.homepage .offerbox.center {
  margin-top: 30px;
  max-width: 1920px;
  width: calc(100% - 80px);
  padding: 0;
  justify-content: flex-start;
}
.pages.homepage .startProductCategory {
  background: url(../img/bg-light.webp);
  padding: 75px 0 75px 0;
  margin-top: 81px;
}
.pages.homepage .productcategory {
  margin-top: 47px;
  gap: 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.pages.homepage .productcategory .category {
  max-width: 300px;
}
.pages.homepage .productcategory .category .image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 200ms linear;
}
.pages.homepage .productcategory .category strong {
  text-align: center;
  position: relative;
  display: flex;
  background: var(--white);
  width: calc(100% - 24px);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-text);
  top: -30px;
  margin: 0 auto;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: -15px;
  transition: all 200ms linear;
}
.pages.homepage .productcategory .category:hover .image {
  opacity: 0.8;
}
.pages.homepage .productcategory .category:hover strong {
  background-color: var(--main-color);
}
.pages.article .article-body {
  flex: auto;
  width: 300px;
}
.pages.article .article-body .awaynotpopup:has(h3) {
  background: var(--yellow);
  padding: 20px;
  border-radius: 5px;
}
.pages.article .article-body .awaynotpopup:has(h3) h3 {
  margin: 0 0 10px;
  font-size: 23px;
  color: var(--dark-text-stay);
}
.pages.article .article-body .awaynotpopup:has(h3) p {
  color: var(--dark-text-stay);
  font-size: 15px;
}
.pages.article .article-body .awaynotpopup:has(h3) p + h3 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--main-color-dark);
}
.pages.article {
  gap: 30px;
}
.pages.article .leftnav {
  position: sticky;
  top: 100px;
  background: url(../img/bg.webp);
  border-radius: 5px;
  padding: 50px 30px 30px;
  min-width: 330px;
  max-width: 330px;
}
.pages.article .leftnav .fastback {
  display: none;
}
.pages.article .leftnav:not(:has(ul:not(:has(li)))) {
  display: none;
}
.pages.article .leftnav ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #b7c1cc;
  line-height: 1.4;
}
.pages.article .leftnav ul li a:before {
  content: "";
  background-color: #4e5f72;
  min-height: 1px;
  min-width: 19px;
  margin-right: 12px;
  position: relative;
  top: 10px;
}
.pages.article .leftnav ul li a.active {
  font-weight: 700;
  color: var(--white-stay);
}
.pages.article .leftnav ul li a.active:before {
  background-color: var(--main-color);
}
.pages.article .leftnav ul li + li {
  margin-top: 19px;
}
.pages.article .leftnav .rating {
  border-top: 1px solid #304761;
  padding-top: 30px;
  margin-top: 30px;
}
.pages.article .leftnav .rating .info.status-false p {
  background: var(--red);
  color: var(--white-stay);
}
.pages.article .leftnav .rating .info p {
  background: var(--green);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--dark);
}
.pages.article .leftnav .rating .list span i {
  font-size: 26px;
  cursor: pointer;
  color: var(--ldark);
}
.pages.article .leftnav .rating .list span:hover i {
  color: var(--main-color);
}
.pages.article .leftnav .rating .list .yellow .fi,
.pages.article .leftnav .rating .list .active .fi {
  color: var(--main-color);
}
.pages.article .leftnav .rating .list:hover > .active .fi {
  color: var(--ldark);
}
.pages.article .leftnav .rating .list:hover > .active.yellow .fi {
  color: var(--main-color);
}
.pages.article .leftnav .rating .yrvote_box {
  border-radius: 5px;
  background-color: rgba(16, 32, 51, 0.8);
  padding: 18px;
  height: inherit !important;
  text-align: center;
}
.pages.article .leftnav .rating .total {
  margin-top: 4px;
  font-size: 13px;
  color: var(--white-stay);
  font-weight: 700;
}
.pages.article-info {
  padding: 0 40px;
  margin: 0 auto 66px;
  gap: 25px;
}
.pages.article-info > * {
  width: 100px;
  align-self: stretch;
}
.pages.article-info .image {
  max-width: 1000px;
  min-height: 330px;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--llgrey);
  font-size: 30px;
  color: var(--dark-text);
}
.pages.article-info .el {
  flex: auto;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px 0;
  min-width: 180px;
  max-width: 180px;
  flex-direction: column;
  border: 1px solid var(--lb);
}
.pages.article-info .el .item {
  width: 100%;
}
.pages.article-info .el .item i {
  font-size: 31px;
  color: var(--main-color);
  margin-bottom: 15px;
}
.pages.article-info .el .item a i {
  color: var(--lsdark-text);
}
.pages.article-info .el .item a:hover i {
  opacity: 0.8;
}
.pages.article-info .el .item span {
  font-size: 13px;
  color: var(--lsdark-text);
  font-weight: 500;
}
.pages.article-info .el .item strong,
.pages.article-info .el .item strong span {
  font-size: 20px;
  font-weight: 800;
  color: var(--dark-text);
}
.pages.article-info .el .item + .item {
  margin-top: 2.5vw;
}
.pages.articlecategory .articlelist {
  gap: 40px 30px;
}
.pages.articlecategory .articlelist .item {
  max-width: 400px;
  width: 300px;
  flex: auto;
  align-self: stretch;
}
.pages.articlecategory .articlelist .item .img {
  overflow: hidden;
  margin-bottom: 20px;
}
.pages.articlecategory .articlelist .item a:has(i) {
  background: var(--f2);
  color: var(--dark-text);
  font-size: 20px;
}
.pages.articlecategory .articlelist .item a:has(i),
.pages.articlecategory .articlelist .item a:has(img) {
  aspect-ratio: 4/2.3;
}
.pages.articlecategory .articlelist .item .date {
  font-size: 15px;
  color: var(--main-color);
}
.pages.articlecategory .articlelist .item .date i {
  margin-right: 6px;
  font-size: 14px;
}
.pages.articlecategory .articlelist .item h2 {
  font-size: 20px;
  width: 98%;
  min-height: 60px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.pages.articlecategory .articlelist .item h2 a {
  color: var(--dark-text);
}
.pages.articlecategory .articlelist .item .desc {
  font-size: 14px;
  color: var(--sdark-text);
  line-height: 1.7;
  margin-top: 7px;
  margin-bottom: 20px;
}
.pages.renovations .leftOptions ul {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.pages.renovations .leftOptions ul li {
  flex: auto;
  width: 28%;
  max-width: 83px;
}
.pages.renovations .leftOptions ul li a {
  color: var(--dark-text);
  background-color: var(--white);
  border-radius: 5px;
  display: flex;
  padding: 10px;
  justify-content: center;
  font-weight: 800;
  font-size: 17px;
}
.pages.renovations .leftOptions ul li.active a {
  color: var(--white-stay);
  background-color: var(--main-color);
}
.pages.renovations .content {
  flex: auto;
  width: 300px;
}
.pages.renovations .content h3 {
  font-size: 27px;
  color: var(--dark-text);
}
.pages.renovations .content .list {
  margin-top: 30px;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--llgrey);
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pages.renovations .content .list .item {
  border-radius: 5px;
  font-size: 16px;
  width: 31%;
  flex: auto;
  max-width: 31%;
  background: var(--bl);
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark-text);
  min-height: 90px;
  align-items: center;
  display: flex;
  align-self: stretch;
  overflow: hidden;
  text-align: center;
}
.pages.renovations .content .list .item p {
  width: 100%;
}
.pages.renovations .content .list .item:not(:has(a)) {
  padding: 20px;
}
.pages.renovations .content .list .item:has(a) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white-stay);
  font-weight: 700;
  background: var(--dark);
}
.pages.renovations .content .list .item:has(a) a:hover {
  opacity: 0.9;
}
.pages.renovations .content .list .item:has(a).active a {
  background: var(--main-color);
  color: var(--white);
}

body.dark .pages.homepage .startProductCategory {
  background: url(../img/bg-dark.webp);
}/*# sourceMappingURL=com_pages.css.map */