:root {
  --theme_color: #f74807;
  --subtheme_color: #000;
  --hover_color: #000;
  --title_color: #242424;
  --content_color: #000;
  --bg_color: linear-gradient(to right, #000, #000);
  --mask_width: 293px;
  --btnbg_gradient: linear-gradient(to right, #fa4a03, #faaf00);
}
ul {
  list-style: none;
}
a {
  color: var(--title_color);
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: var(--title_color);
  font-family: 'Lato', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
li.swiper-slide {
  height: auto;
}
header {
  position: sticky;
  z-index: 997;
  top: -120px;
  transition: all 0.35s ease-in-out;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky {
  top: 0;
}
header .logo {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}
header .logo span {
  position: absolute;
  left: 0;
  top: 0;
}
header .logo img {
  display: block;
  width: 61px;
  height: auto;
}
header .contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 1rem;
  color: #1c1c1c;
  gap: 10px;
  padding: 15px 0 9px;
}
header .contact a {
  font-size: 13px;
  line-height: 1rem;
  color: #1c1c1c;
  transition: all 0.3s;
}
header .contact a:hover {
  color: var(--theme_color);
}
header .nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header nav {
  background-color: #fff;
}
header nav .menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header nav .menu > li {
  position: relative;
}
header nav .menu > li::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-image: var(--btnbg_gradient);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
header nav .menu > li > a {
  display: block;
  color: #212121;
  font-size: 1rem;
  transition: all 0.3s;
  line-height: 5rem;
}
header nav .menu > li.current-menu-item::before,
header nav .menu > li.current-menu-parent::before,
header nav .menu > li:hover::before {
  opacity: 1;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:hover > a {
  color: var(--theme_color);
}
header nav .menu > li:hover .sub-menu {
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  left: -1.5rem;
  position: absolute;
  min-width: 10rem;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: block;
  transform: translateY(-1rem);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s, opacity 0.3s;
  z-index: -1;
}
header nav .sub-menu li {
  margin-bottom: 5px;
}
header nav .sub-menu li a {
  white-space: nowrap;
  display: block;
  padding: 8px 0;
  transition: all 0.2s ease;
  border-radius: 0.625rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #191919;
}
header nav .sub-menu li a:hover {
  color: var(--theme_color);
}
.btns {
  display: flex;
  align-items: center;
  position: relative;
  gap: 22px;
}
.btns a {
  display: block;
  line-height: 2;
  padding: 7px 2rem;
  font-size: 1rem;
  font-weight: 500;
  background: linear-gradient(to right, #fa4a03, #faaf00, #fa4a03);
  background-size: 200%;
  border-radius: 100px;
  color: #fff;
  transition: all 0.3s;
}
.btns a:hover {
  background-position: right;
}
.btns .icon_search {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url('../img/icons/search.png') no-repeat center / contain;
}
.btns .icon_lang {
  display: block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: url('../img/icons/internet.png') no-repeat center / contain;
  margin-right: 8px;
  display: none;
}
.head.start span {
  font-size: 18px;
  line-height: 62px;
}
.head.start h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 900;
}
.button {
  display: flex;
  text-align: center;
  margin-top: 29px;
  font-size: 18px;
  width: 186px;
  height: 56px;
  padding-left: 40px;
  margin-left: -2px;
  align-items: center;
  color: #fff;
  border-radius: 28px;
  background: linear-gradient(to right, #fa4a03, #faaf00);
  transition: all 0.3s;
}
.home_certificates {
  padding-top: 126px;
  margin-bottom: 112px;
  padding-bottom: 112px;
  background: url('../img/back/wb-back.png') no-repeat;
  background-size: cover;
}
.home_certificates .swiper_box {
  margin-top: 30px;
}
.home_certificates .home_describe_swiper {
  padding: 10px 0;
}
.home_certificates .describe strong {
  font-size: 26px;
}
.home_certificates .describe p {
  font-size: 20px;
  margin-top: 17px;
}
.home_certificates .content h2 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
}
.home_certificates .swiper_btns {
  max-width: 1398px;
  width: 118%;
  height: 30px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  justify-content: space-between;
}
.home_certificates .swiper_btns .btn_prev {
  width: 15px;
  height: 100%;
  background: url('../img/icons/pren_icon.png') no-repeat;
  background-size: contain;
  z-index: 10;
  cursor: pointer;
}
.home_certificates .swiper_btns .btn_next {
  width: 15px;
  height: 100%;
  transform: rotate(180deg);
  background: url('../img/icons/pren_icon.png') no-repeat;
  background-size: contain;
  z-index: 10;
  cursor: pointer;
}
.home_certificates .certification_swiper-scrollbar {
  margin-top: 34px;
  margin-bottom: 38px;
  border-bottom: 1px solid #dddddd;
}
.home_certificates .certification_swiper-scrollbar div {
  height: 3px;
  background: linear-gradient(to right, #fa4a03, #faaf00);
  margin-bottom: -2px;
}
.home_certificates .home_certification_swiper {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
}
.home_certificates .home_certification_swiper li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
  aspect-ratio: 202/147;
}
.home_certificates .home_certification_swiper li .img {
  max-width: 50%;
  max-height: 50%;
}
.home_certificates .home_certification_swiper li img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home_certificates .home_certification_swiper li.active {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
footer {
  background-image: linear-gradient(to bottom, #f9fafc, #f7fbfe);
  position: relative;
  padding-top: 117px;
}
footer .top_img {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
footer .top_img img {
  width: 108vw;
  margin-left: -1.5vw;
}
footer .content .head {
  display: flex;
  position: relative;
  padding-bottom: 43px;
  border-bottom: 1px solid #d2d3d5;
  margin-bottom: 20px;
}
footer .content .head h2 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 900;
}
footer .content .head a:hover {
  padding-left: 55px;
}
footer .content .head a:hover::after {
  right: 33px;
  opacity: 0;
}
footer .content .head a {
  position: absolute;
  top: 25%;
  right: 2px;
  font-size: 18px;
  width: 200px;
  height: 56px;
  display: flex;
  text-align: start;
  align-items: center;
  border-radius: 28px;
  background: linear-gradient(to right, #fa4a03, #faaf00);
  padding-left: 47px;
  color: #fff;
  transition: 0.3s;
}
footer .content .head a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-43%);
  width: 16px;
  height: 15px;
  background: url('../img/icons/w_right.png') no-repeat;
  background-size: contain;
  opacity: 1;
  transition: 0.3s;
}
footer .content .slide_obj {
  margin-top: 19px;
}
footer .content .slide_obj strong {
  font-size: 22px;
  font-weight: 900;
  display: block;
  width: 100%;
  position: relative;
}
footer .content .slide_obj ul {
  margin-top: 18px;
}
footer .content .slide_obj ul li {
  transition: 0.3s;
}
footer .content .slide_obj ul li a {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  color: #161616;
  opacity: 0.8;
  transition: all 0.3s;
}
footer .content .slide_obj ul li a:hover {
  opacity: 1;
  color: #029df7;
}
footer .content .slide_obj li div {
  line-height: 22px;
}
footer .content .logo {
  height: 126px;
  display: flex;
  justify-content: center;
  margin-top: 96px;
  margin-bottom: 28px;
}
footer .content .logo img {
  height: 100%;
  width: 84px;
}
footer .copyright {
  width: 100%;
  background-color: #212121;
  color: #dedede;
}
footer .copyright p {
  font-size: 14px;
  line-height: 52px;
}
footer .copyright ul {
  display: flex;
  height: 19px;
}
footer .copyright ul li {
  margin-left: 35px;
  transition: 0.3s;
}
footer .copyright ul li a {
  display: flex;
  width: 20px;
  height: 100%;
  color: #212121;
  align-items: center;
  transition: all 0.3s;
}
footer .copyright ul li a:hover{
  transform: scale(1.1);
}
footer .copyright ul .facebook a {
  background: url('../img/footer/icon1.png') no-repeat;
  background-size: contain;
}
footer .copyright ul .twitter a {
  background: url('../img/footer/icon-x.png') no-repeat;
  background-size: contain;
}
footer .copyright ul .youtobe a {
  background: url('../img/footer/icon-vid.png') no-repeat;
  background-size: contain;
}
footer .copyright ul .instagram a {
  background: url('../img/footer/icon2.png') no-repeat;
  background-size: contain;
}
footer .copyright ul .in a {
  background: url('../img/footer/in.png') no-repeat;
  background-size: contain;
}
footer .contact {
  flex-basis: 244px;
}
footer .contact > div {
  padding-left: 30px;
}
footer .contact.slide_obj ul li a {
  opacity: 1;
}
footer .contact div {
  font-size: 15px;
  color: #434444;
}
footer .contact li {
  position: relative;
}
footer .contact li:nth-child(1)::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -29px;
  width: 16px;
  height: 16px;
  background-color: red;
  background: url('../img/icons/call.png') no-repeat;
  background-size: contain;
}
footer .contact li:nth-child(2)::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -29px;
  width: 16px;
  height: 16px;
  background-color: red;
  background: url('../img/icons/email.png') no-repeat;
  background-size: contain;
}
.home_blog {
  padding: 96px 0 226px;
}
.home_blog .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 38px;
}
.home_blog .nav ul li {
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  color: #757575;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  padding-bottom: 10px;
}
.home_blog .nav ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: var(--btnbg_gradient);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
}
.home_blog .nav ul li.active,
.home_blog .nav ul li:hover {
  color: #161616;
}
.home_blog .nav ul li.active::after,
.home_blog .nav ul li:hover::after {
  opacity: 1;
}
.home_blog .main {
  margin-top: 70px;
}
.home_blog .left {
  width: 50.41%;
}
.home_blog .left a:hover img {
  transform: scale(1.03);
}
.home_blog .left .img {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 615/415;
}
.home_blog .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.home_blog .left .info {
  padding-top: 20px;
}
.home_blog .left .info .meta {
  color: #595959;
  font-size: 15px;
  line-height: 21px;
}
.home_blog .left .info .meta strong {
  color: #029df7;
  font-weight: 700;
}
.home_blog .left .info p {
  margin-top: 12px;
  color: #19191e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}
.home_blog .right {
  width: 45.246%;
}
.home_blog .right .item {
  padding: 38px 0;
  border-bottom: 1px solid #dfdfdf;
}
.home_blog .right .item:first-child {
  padding-top: 0;
}
.home_blog .right .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home_blog .right .item a:hover img {
  transform: scale(1.05);
}
.home_blog .right .item .img {
  width: 40.4%;
  aspect-ratio: 223/150;
  overflow: hidden;
  border-radius: 8px;
}
.home_blog .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.home_blog .right .item .info {
  flex: 1;
  max-width: 298px;
}
.home_blog .right .item .info .meta {
  color: #595959;
  font-size: 15px;
  line-height: 21px;
}
.home_blog .right .item .info .meta strong {
  color: #029df7;
  font-weight: 700;
  font-size: 1rem;
}
.home_blog .right .item .info p {
  margin-top: 15px;
  color: #19191e;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .right .more {
  display: flex;
  align-items: center;
  color: #029df7;
  font-size: 18px;
  font-weight: 700;
  gap: 6px;
  max-width: max-content;
  margin: 26px 0 0 auto;
}
.home_blog .right .more::after {
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/arrow-line.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.home_blog .right .more:hover::after {
  transform: translateX(5px);
}
.products .product a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}
.products .product a:hover img {
  transform: scale(1.05);
}
.products .product a:hover .info span {
  color: #fff;
}
.products .product a:hover .info span::after {
  opacity: 1;
}
.products .product .img {
  max-width: 302px;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.products .product .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.products .product .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 6.7709% 28px;
}
.products .product .info .cate {
  color: var(--theme_color);
  font-size: 15px;
}
.products .product .info p {
  color: var(--title_color);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;
}
.products .product .info ul {
  flex: 1;
  margin-top: 14px;
  padding-top: 6px;
  border-top: 1px solid rgba(6, 132, 107, 0.17);
}
.products .product .info ul li {
  color: #666666;
  font-size: 1rem;
  line-height: 30px;
}
.products .product .info span {
  margin-top: 28px;
  display: block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #232323;
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  padding: 14px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.products .product .info span::after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  z-index: -1;
  left: -2px;
  top: -2px;
  transition: all 0.3s;
  background-image: var(--btnbg_gradient);
  border-radius: 6px;
  opacity: 0;
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
}
.navigation .nav-links a {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
}
.navigation .nav-links a:hover {
  color: #06846b;
}
.navigation .nav-links .current {
  color: #06846b;
}
.sy_contentfaq .sy_fap_group .faqs .faq {
  margin-bottom: 20px;
}
.sy_contentfaq .sy_fap_group .faqs .faq.active .question::after {
  opacity: 1;
}
.sy_contentfaq .sy_fap_group .faqs .faq.active .question strong {
  color: #fff;
}
.sy_contentfaq .sy_fap_group .faqs .faq.active .question span {
  filter: contrast(0) brightness(2);
  transform: rotate(180deg);
}
.sy_contentfaq .sy_fap_group .faqs .faq .question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #e4e4e4;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  padding: 23px 3%;
  background-color: #fff;
}
.sy_contentfaq .sy_fap_group .faqs .faq .question::after {
  border-radius: 4px;
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  background-image: var(--btnbg_gradient);
}
.sy_contentfaq .sy_fap_group .faqs .faq .question strong {
  flex: 1;
  transition: all 0.3s;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}
.sy_contentfaq .sy_fap_group .faqs .faq .question span {
  display: block;
  width: 14px;
  height: 7px;
  background: url(../img/select-b.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.sy_contentfaq .sy_fap_group .faqs .faq .answer {
  color: #707070;
  font-size: 17px;
  line-height: 2rem;
  padding: 2rem 3% 14px;
  display: none;
}

.sy_contentfaq .sy_fap_group .faqs li.faq:nth-of-type(1) .answer{
  display: block;
}

.loading{
  position: relative;
}
.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

div.loader {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.empty_img{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

body span.wpcf7-spinner{
  width: 24px !important;
  margin-left: 0;
  margin-top: 1rem;
}

body .wpcf7 form .wpcf7-response-output{
  margin: 0;
  padding: 0;
  border: none;
  margin-top: -3rem;
}


div.search-block {
  position: fixed;
  /* visibility: hidden; */
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 55 96 / 12%);
  transition: 0.3s ease;
  /* opacity: 0; */
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: all 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(122px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover{
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}
.search .category_main{
  padding-top: 100px;
}


.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
  /* transition: all 0.3s; */
}
.modal-q .modal{
  visibility: visible;
}
.modal .modalcontent{
  width: 1000px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  top: -150%;
  transition: all 0.4s;
}
.modal-q .modal .modalcontent{
  top: 50%;
}
.modal .overlay{
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  /* display: none; */
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.modal-q .modal .overlay{
  display: block;
  opacity: 1;
}
.quote-content .form form{
  gap: 0;
}
.quote-content>.flex{
  align-items:stretch;
}
.quote-content .left{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 3.5rem;
  background: url(../img/banner.jpg) no-repeat center/cover; 
}
.quote-content .left .logo{
  width: 200px;
  display: inline-block;
  height: 70px;
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  background: url('../img/logo.svg') no-repeat center/contain;
}
.quote-content .left strong{
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.quote-content .right{
  width: 52%;
  padding: 4rem 3rem 4rem 0rem;
  padding-left: 4%;
  position: relative;
  max-height: 670px;
  overflow: auto;
}
.quote-content form label, .quote-content form>p{
  width: 100%;
  display: block;
}
.quote-content form label{
  font-size: 15px;
  display: flex;
  flex-flow: wrap;
}
.quote-content form .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
  margin-bottom: .5rem;
}
form.wpcf7-form.submitting{
  position: relative;
}
form.wpcf7-form.submitting:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center/45px;
  background-color: rgba(255, 255, 255, 0.7);
}
.quote-content form input:not([type="checkbox"]){
  border: 1px solid rgba(0,0,0,.1);
}
.quote-content form input:not([type="checkbox"]), .quote-content form select{
  width: 100%;
  font-size: 0.875rem;
  padding: 0.8rem 1.25rem;
  border-radius: 0.3125rem;
  font-size: 15px;
  margin-bottom: 0.6rem;
}
.quote-content form .wpcf7-not-valid-tip{
    margin-top: 0rem;
    margin-bottom: .6rem;
    font-size: 13px;
}


.quote-content form select{
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
  color: #777;
}

.quote-content form textarea{
  width: 100%;
  font-size: 15px;
  padding: 0.8rem 1.25rem;
  height: 130px;
  border: 1px solid rgba(0,0,0,.1);

  border-radius: 0.3125rem;
}
.quote-content form .flex2{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.quote-content form input[type="submit"]{
  background-color: var(--theme_color);
  color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0rem;
  transition: all 0.3s;
}
.quote-content form input[type="submit"]:hover{
  filter: brightness(1.1);
}
.quote-content p.tip{
  font-size: 12px;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.quote-content .wpcf7-spinner{
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
body .quote-content .wpcf7 form.invalid .wpcf7-response-output, body .quote-content .wpcf7 form.unaccepted .wpcf7-response-output, body .quote-content .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  font-size: 14px;
  border: none;
  margin-top: 0;
}
body .quote-content .wpcf7 form .wpcf7-response-output{
  padding: 0;
  font-size: 14px;
  border: none;
  margin-top: 0;
  margin: 0;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transform: scale(0);
  text-align: center;
  z-index: 9;
}
.grecaptcha-badge{
  visibility: hidden;
}

.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/close.svg) no-repeat center / contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-link{
  display: none;
}

#gotop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 150px;
  cursor: pointer;
  transform: rotate(-90deg);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  bottom: 60px;
  background: url(../img/arrow-line.svg) no-repeat center/25px;
  background-color: white;
  z-index: 9;
} 
.product_detail .big-img .img img{
  object-fit: cover;
}
.product_detail .big-img .img img{
  margin: 0 !important;
  transform: scale(1) !important;
  object-fit: cover;
}

.product_detail .img2{
  transform: scale(1) !important;
}

.product_detail .big-img .img {
  width: 100% !important;
  height: 96%;
  overflow: hidden;
  margin-left: 0 !important;
  margin: 0 !important;
}

.home_lighting .inner .text {
  position: relative;
  z-index: 3;
}
.home_lighting .inner .text strong {
  color: #fff;
}
.product_image2 .head p{ 
  font-weight: 400 !important;
  color: rgb(22, 22, 22) !important;
  text-align: center;
}


.product_detail .text p{
  font-weight: 400 !important;
  color: #222 !important;
}