.service_banner {
  padding: 120px 0 90px;
  margin-top: -127px;
  position: relative;
  
}
.service_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.49;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
.service_banner .flex:nth-child(1) {
  flex-direction: column;
  min-height: 554px;
}
.service_banner .head {
  flex: 1;
  padding-top: 225px;
  position: relative;
  z-index: 2;
}
.service_banner .head h1 {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  max-width: 793px;
}
.service_banner .head p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
  max-width: 730px;
  margin-top: 25px;
}
.service_banner .nav {
  position: relative;
  z-index: 2;
}
.service_banner .nav ul {
  display: flex;
  gap: 29px;
}
.service_banner .nav ul li.active a {
  background-color: var(--theme_color);
  color: #fff;
}
.service_banner .nav ul li.active a i {
  background-color: #fff;
}
.service_banner .nav ul li.active a i::after {
  filter: grayscale(0) brightness(1);
}
.service_banner .nav ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 328px;
  text-wrap: nowrap;
  border-radius: 6px;
  height: 96px;
  font-size: 20px;
  font-weight: 500;
  color: #161616;
  background-color: #fff;
  width: fit-content;
  padding: 0 26px;
  transition: all 0.3s;
}
.service_banner .nav ul a:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.service_banner .nav ul a:hover i {
  background-color: #fff;
}
.service_banner .nav ul a:hover i::after {
  filter: grayscale(0) brightness(1);
}
.service_banner .nav ul a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--theme_color);
  transition: all 0.3s;
}
.service_banner .nav ul a i::after {
  display: block;
  content: '';
  width: 12px;
  height: 11px;
  filter: grayscale(1) brightness(3);
  transition: all 0.3s;
  background: url(../img/garrow.svg) no-repeat center / contain;
}
.products_efficiency {
  padding: 118px 0;
}
.products_efficiency .head h2 {
  max-width: 1022px;
  margin: 0 auto;
}
.products_efficiency .head p {
  font-size: 17px;
  line-height: 28px;
  color: #4c4c4c;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 25px;
}
.products_efficiency .products_list {
  margin-top: 81px;
}
.products_efficiency .products_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 1.736111%;
}
.products_efficiency .products_list li {
  --color: var(--theme_color);
  position: relative;
}
.products_efficiency .products_list li::after {
  content: '';
  display: block;
  width: 33%;
  aspect-ratio: 154/27;
  position: absolute;
  top: 24px;
  right: 6.5%;
  z-index: 2;
  background: url(../img/prodslogo.svg) no-repeat center / contain;
}
.products_efficiency .products_list li>span.crr{
  display: block;
  width: 33%;
  aspect-ratio: 154/27;
  position: absolute;
  top: 24px;
  right: 6.5%;
  z-index: 2;
  background: no-repeat center / contain;
}
.products_efficiency .products_list li.special::after{
  display: none;
}

.products_efficiency .products_list li:hover .img img{
  transform: translate(-50%,-50%) scale(1.05);
}
.products_efficiency .products_list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  transition: all 0.3s;
}
.products_efficiency .products_list li a:hover {
  box-shadow: 0 10px 10px rgba(173, 173, 173, 0.35);
}
.products_efficiency .products_list li a:hover .info {
  background-color: var(--color);
}
.products_efficiency .products_list li a:hover .info strong {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.products_efficiency .products_list li a:hover .info span {
  color: rgba(255, 255, 255, 0.68);
}
.products_efficiency .products_list li a:hover .info p {
  color: #fff;
}
.products_efficiency .products_list li a:hover .info .btn {
  color: var(--color);
  background-color: #fff;
}
.products_efficiency .products_list li a:hover .info .btn::after {
  transform: translateY(100px);
  filter: drop-shadow(0 -100px 0 var(--color));
}
.products_efficiency .products_list li a:hover img {
  transform: scale(1.03);
}
.products_efficiency .products_list li a .img {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 70.2%;
  z-index: 2;
  background: url(../img/prodbg.jpg) no-repeat center / cover;
}
.products_efficiency .products_list li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  display: block;
  object-fit: contain;
  transition: all 0.5s;
  transform: translate(-50%,-50%);
}
.products_efficiency .products_list li a .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 27px 8.2% 34px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.products_efficiency .products_list li:hover a .info .info_i{
  color: #fff;
}
.products_efficiency .products_list li:hover a .info .info_i strong{
  font-weight: 600;
}
.products_efficiency .products_list li a .info .info_i {
  margin-bottom: 10px;
}
.products_efficiency .products_list li a .info .info_i:nth-last-child(2) {
  flex: 1;
}
.products_efficiency .products_list li a .info >  strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.products_efficiency .products_list li a .info span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4c4c4c;
  transition: all 0.3s;
}
.products_efficiency .products_list li a .info p {
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
.products_efficiency .products_list li a .info .btn {
  font-size: 18px ;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 58px;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  gap: 8px;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
  margin-top: 6px;
  z-index: 2;
}
.products_efficiency .products_list li a .info .btn::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  margin-bottom: -2px;
  filter: grayscale(1) brightness(3);
  background: url(../img/g-ricon.svg) no-repeat center / contain;
}
.products_solutions {
  padding: 52px 0;
}
.products_solutions .head {
  margin-bottom: 79px;
}
.products_solutions .head h2 {
  max-width: 1193px;
  margin: 0 auto;
}
.products_solutions .head p {
  font-size: 17px;
  line-height: 28px;
  max-width: 1162px;
  margin: 0 auto;
  margin-top: 51px;
}
.products_solutions .solutions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.products_solutions .solutions a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  transition: all 0.3s;
}
.products_solutions .solutions a:hover {
  box-shadow: 15px 10px 15px rgba(154, 154, 154, 0.35);
}
.products_solutions .solutions a:hover .img img {
  transform: scale(1.03);
}
.products_solutions .solutions a .img {
  aspect-ratio: 342/216;
  border-radius: 7px;
  overflow: hidden;
}
.products_solutions .solutions a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.products_solutions .solutions a .info {
  padding: 30px 6.5% 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e6e6e6;
}
.products_solutions .solutions a .info strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  display: block;
}
.products_solutions .solutions a .info p {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #4c4c4c;
  font-weight: 300;
}
.products_solutions .solutions a .more {
  display: block;
  padding: 16px 7.86026% 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme_color);
  transition: all 0.3s;
  width: fit-content;
}
.products_solutions .solutions a .more:hover::after {
  transform: translateX(5px);
}
.products_solutions .solutions a .more::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 10px;
  background: url(../img/garrow.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.video_sales {
  padding: 82px 0;
}
.video_sales .main {
  position: relative;
  padding: 30px 0;
}
.video_sales .main::after {
  content: '';
  display: block;
  position: absolute;
  width: 82.36111%;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -2;
  background-color: #eef5ee;
  border-radius: 16px;
}
.video_sales .left {
  width: 49.1%;
}
.video_sales .left .img {
  aspect-ratio: 707/419;
  border-radius: 10px;
  overflow: hidden;
}
.video_sales .left .img:hover img {
  transform: scale(1.03);
}
.video_sales .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.video_sales .right {
  width: 50.9%;
  padding-left: 7.9%;
  padding-top: 52px;
  margin-right: 26px;
}
.video_sales .right .head h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 12px;
}
.video_sales .right p {
  font-size: 17px;
  line-height: 28px;
  color: #4c4c4c;
  margin-bottom: 19px;
  max-width: 491px;
}
.video_sales .right .way {
  padding-left: 24.5%;
  background: url('../img/flag-contact.png') no-repeat left top 9px/73%;
  padding-bottom: 1rem;
}
.video_sales .right div strong {
  font-size: 26px;
  display: block;
  margin-bottom: 13%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.video_sales .right li a {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.video_sales .right li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background: url('../img/phone-blue.svg') no-repeat center / contain;
}
.video_sales .right li:nth-of-type(2):before {
  background-image: url('../img/email-blue.svg');
}
.service_sales {
  padding-top: 109px;
  padding-bottom: 200px;
}
.products_sales {
  padding: 72px 0 92px;
}
