.service-top {
  background: #020b0a;
  padding: 50px 0;
}
.service-top .h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  line-height: 52px;
}
@media (max-width: 700px) {
  .service-top .h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
.s-product-body .s-prod-menu ul {
    justify-content: space-between;
}
.service-top .desc {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 700px) {
  .service-top .desc {
    font-size: 16px;
    line-height: 120%;
  }
}
.service-device {
  background: #fbfbfb;
  padding: 80px 0 40px;
}
@media (max-width: 700px) {
  .service-device {
    padding: 40px 0 20px;
  }
}
.service-device .h3 {
  color: #020b0a;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 700px) {
  .service-device .h3 {
    font-size: 26px;
    line-height: 120%;
  }
}
.service-device .service-device-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
@media (max-width: 600px) {
  .service-device .service-device-items {
    margin: 0 -5px 20px;
  }
}
.service-device .service-device-item {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px 20px;
  padding: 20px 10px 30px;
  border: 1px solid #020b0a;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .service-device .service-device-item {
    padding: 20px 10px;
  }
}
@media (max-width: 1050px) {
  .service-device .service-device-item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 600px) {
  .service-device .service-device-item {
    width: calc(50% - 10px);
    padding: 15px 5px;
    margin: 0 5px 10px;
  }
}
.service-device .service-device-item.active,
.service-device .service-device-item:hover {
  border: 1px solid #79b927;
}
.service-device .service-device-item.active path,
.service-device .service-device-item:hover path,
.service-info .link:hover path {
  stroke: #79b927;
}
.service-device .service-device-item:hover .title {
  color: #79b927;
}
.service-device .service-device-item,
.service-device path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-device .ico,
.service-device .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-device .ico {
  margin-bottom: 10px;
}
.s-product-top .img img,
.service-device .ico img,
.service-device .ico svg {
  max-width: 100%;
  height: auto;
}
.service-device .title {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 48px;
  color: #020b0a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}
@media (max-width: 1200px) {
  .service-device .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq2-list {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 700px) {
  .faq2-list {
    padding: 40px 0;
  }
}
.faq2-list .container {
  max-width: 1090px;
}
.faq2-list .h2 {
  color: #020b0a;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 700px) {
  .faq2-list .h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.faq2-list .faq2-item {
  padding: 20px 30px;
  background: #fbfbfb;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .faq2-list .faq2-item {
    padding: 15px;
  }
}
.faq2-list .faq2-item:last-child {
  margin-bottom: 0;
}
.faq2-list .question {
  color: #020b0a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 700px) {
  .faq2-list .question {
    font-size: 16px;
    line-height: 120%;
  }
}
.faq2-list .q-text {
  max-width: calc(100% - 50px);
}
@media (max-width: 700px) {
  .faq2-list .q-text {
    max-width: calc(100% - 20px);
  }
}
.faq2-list .q-type {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}
@media (max-width: 700px) {
  .faq2-list .q-type {
    font-size: 22px;
  }
}
.faq2-list .answer {
  margin-top: 30px;
  color: #020b0a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 700px) {
  .faq2-list .answer {
    margin-top: 20px;
    font-size: 14px;
    line-height: 120%;
  }
}
.service-info {
  padding-top: 80px;
  background-color: #fff;
}
@media (max-width: 700px) {
  .service-info {
    padding-top: 40px;
  }
}
.service-info .service-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 700px) {
  .service-info .service-info-items {
    margin: 0 0 -20px;
  }
}
.service-info .service-info-item {
  padding: 20px;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  border: 1px solid #e4e4e4;
}
@media (max-width: 1100px) {
  .service-info .service-info-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 700px) {
  .service-info .service-info-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.service-info .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.service-info .desc,
.service-info .title {
  color: #020b0a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.service-info .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.s-product-top .container,
.service-info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-info .link {
  color: #020b0a;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 12px;
  text-decoration: none;
}
.service-info .link svg {
  margin-right: 5px;
  min-width: 24px;
}
.s-product-body .s-prod-menu ul li a,
.service-info .link,
.service-info .link path {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.s-product-body .s-prod-menu ul li a:hover,
.service-info .link:hover {
  color: #79b927;
}
.s-product-top {
  padding: 10px 0;
  background-color: #fff;
}
.s-product-top .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-product-top .title {
  width: calc(50% - 10px);
  color: #020b0a;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
@media (max-width: 900px) {
  .s-product-top .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 700px) {
  .s-product-top .title {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 28px;
    line-height: 30px;
  }
}
.s-product-top .img {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 700px) {
  .s-product-top .img {
    width: 100%;
  }
}
.s-product-body {
  background: #fbfbfb;
}
.s-product-body .s-prod-menu {
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-menu {
    padding-bottom: 40px;
  }
}
.s-product-body .files-dwn .files-dwn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} 
.s-product-body .s-prod-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-product-body .s-prod-menu ul {
  list-style-type: none;
  border-bottom: 1px solid #e4e4e4;
  overflow: auto;
  padding: 60px 0 30px;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-menu ul {
    margin-right: -15px;
  }
}
.s-product-body .s-prod-menu ul li a {
  white-space: nowrap;
  color: #020b0a;
  margin: 0 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-menu ul li a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.s-product-body .files-dwn {
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  .s-product-body .files-dwn {
    margin-bottom: 60px;
  }
}
.s-product-body .files-dwn .files-dwn__item {
  text-decoration: none;
  padding: 20px 30px;
  gap: 30px;
  background: #79b927;
}
@media (max-width: 700px) {
  .s-product-body .files-dwn .files-dwn__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
}
.s-product-body .files-dwn .files-dwn__item + .files-dwn__item {
  margin-top: 10px;
}
.s-product-body .files-dwn .files-dwn__item path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-product-body .files-dwn .text {
  max-width: 90%;
}
@media (max-width: 700px) {
  .s-product-body .files-dwn .text {
    max-width: 100%;
    width: 100%;
  }
}
.s-product-body .files-dwn .title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .s-product-body .files-dwn .title {
    font-size: 20px;
    line-height: 130%;
  }
}
.s-product-body .files-dwn .desc {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.s-product-body .files-dwn .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 700px) {
  .s-product-body .files-dwn .size {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .s-product-body .files-dwn .size svg {
    width: 40px;
    height: auto;
  }
}
.s-product-body .files-dwn .size svg:hover path {
  stroke: #000;
}
.s-product-body .files-dwn .txt {
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.s-product-body .s-prod-info-bl {
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl {
    padding-bottom: 60px;
  }
}
.s-product-body .s-prod-info-bl .h3 {
  color: #020b0a;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
  text-align:left;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl .h3 {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 30px;
  }
}
.s-product-body .s-prod-info-bl .description {
  color: #020b0a;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: -27px 0 40px;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl .description {
    font-size: 14px;
    line-height: 140%;
    margin: -17px 0 30px;
  }
}
.s-product-body .s-prod-info-bl .s-prod-info-bl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .s-product-body .s-prod-info-bl .s-prod-info-bl__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s-product-body .s-prod-info-bl .s-prod-info-bl__item:last-child {
  margin-bottom: 0;
}
.s-product-body .s-prod-info-bl .s-prod-info-bl__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .s-product-body .s-prod-info-bl .s-prod-info-bl__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s-product-body .s-prod-info-bl .text {
  width: calc(50% - 10px);
  max-width: 505px;
  margin: 20px 30px;
}
@media (max-width: 900px) {
  .s-product-body .s-prod-info-bl .text {
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
  }
}
.s-product-body .s-prod-info-bl .title {
  color: #020b0a;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl .title {
    font-size: 18px;
    line-height: 150%;
  }
}
.s-product-body .s-prod-info-bl .desc {
  margin-top: 20px;
  color: #020b0a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl .desc {
    font-size: 14px;
    line-height: 150%;
  }
}
.s-product-body .s-prod-info-bl .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 10px);
}
@media (max-width: 900px) {
  .s-product-body .s-prod-info-bl .image {
    width: 100%;
  }
}
.s-product-body .s-prod-info-bl .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-product-body .s-prod-info-bl .video-pl {
  width: 300px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl .video-pl {
    width: 220px;
  }
}
.s-product-body .s-prod-info-bl .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  min-height: 70px;
  min-width: 70px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl .ico {
    min-height: 55px;
    min-width: 55px;
  }
}
.s-product-body .s-prod-info-bl .ico:hover {
  background-color: #79b927;
}
.s-product-body .s-prod-info-bl .ico:hover path {
  fill: #fff;
  stroke: #fff;
}
.s-product-body .s-prod-info-bl .txt {
  margin-left: 10px;
  padding: 10px;
  color: #020b0a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 700px) {
  .s-product-body .s-prod-info-bl .txt {
    font-size: 12px;
    line-height: 150%;
    margin-left: 0;
    padding: 10px;
  }
}
.s-product-body .batery-info {
  overflow: hidden;
  padding: 100px 0;
  background-color: #000;
  margin-bottom: 100px;
}
@media (max-width: 700px) {
  .s-product-body .batery-info {
    padding: 60px 0 0;
    margin-bottom: 60px;
  }
}
.s-product-body .batery-info .container {
  position: relative;
  z-index: 0;
}
.s-product-body .batery-info .batery-info-content {
  max-width: 610px;
  width: 100%;
}
.s-product-body .batery-info .title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .s-product-body .batery-info .title {
    font-size: 22px;
    line-height: 35px;
  }
}
.s-product-body .batery-info .slick-dots {
  display: none !important;
}
.s-product-body .batery-info .batery-info-slider {
  width: 100%;
}
.s-product-body .batery-info .batery-info-slide {
  min-height: 290px;
}
@media (max-width: 700px) {
  .s-product-body .batery-info .batery-info-slide {
    min-height: 100px;
  }
}
.s-product-body .batery-info .batery-info-slide svg {
  margin: 0 auto 20px;
  display: block;
}
.s-product-body .batery-info .desc {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
@media (max-width: 700px) {
  .s-product-body .batery-info .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.s-product-body .batery-info .arrows {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-product-body .batery-info #counter,
.s-product-body .batery-info .arrows,
.s-product-body .batery-info .next,
.s-product-body .batery-info .prew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-product-body .s-prod-info-bl .txt { 
    display: flex;
    align-items: center;
}
.s-product-body .batery-info .next,
.s-product-body .batery-info .prew {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.s-product-body .batery-info #counter {
  margin: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.s-product-body .batery-info .counter {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  margin-right: 5px;
}
@media (max-width: 700px) {
  .s-product-body .batery-info .counter {
    font-size: 35px;
  }
}
.s-product-body .batery-info .number {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-left: 5px;
}
.s-product-body .batery-info .img {
  max-width: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 35%;
  top: 50%;
  height: calc(100% + 200px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.s-product-body .batery-info .img img {
  height: 100%;
  width: auto;
}
@media (max-width: 700px) {
  .s-product-body .batery-info .img {
    position: initial;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
    height: auto;
    margin: 40px 0 20px;
  }
  .s-product-body .batery-info .img img {
    width: 100%;
    height: auto;
  }
}
.batery-info.white {
    background-color: #fff;
    margin:0;
}
.s-product-body .batery-info.white .title, .s-product-body .batery-info.white .desc, .s-product-body .batery-info.white #counter, 
.s-product-body .batery-info.white .counter ,
.s-product-body .batery-info.white .number
{
    color: #020B0A;
}
.s-product-body .batery-info.white .next, .s-product-body .batery-info.white .prew {
    border-color: #020B0A;
}
.s-product-body .batery-info.white .next path, .s-product-body .batery-info.white .prew path {
    stroke: #020B0A;
}
.s-product-body .batery-info.white .img {
    max-width: 42%; 
    right: 0%;
    top: 50%;
    left: auto;
    height: calc(100%); 
    z-index: -1;
}
@media (max-width: 700px) {
    .s-product-body .batery-info.white .img {
        max-width: 100%;   
    }
}




.batery-info.grey {
    background-color: #F7F8FA; 
}
.s-product-body .batery-info.grey .title, .s-product-body .batery-info.grey .desc, .s-product-body .batery-info.grey #counter, 
.s-product-body .batery-info.grey .counter ,
.s-product-body .batery-info.grey .number
{
    color: #020B0A;
}
.s-product-body .batery-info.grey .next, .s-product-body .batery-info.grey .prew {
    border-color: #020B0A;
}
.s-product-body .batery-info.grey .next path, .s-product-body .batery-info.grey .prew path {
    stroke: #020B0A;
}
.s-product-body .batery-info.grey .img {
    max-width: 42%; 
    right: 0%;
    top: 50%;
    left: auto;
    height: calc(100%); 
    z-index: -1;
}
@media (max-width: 700px) {
    .s-product-body .batery-info.grey .img {
        max-width: 100%;   
    }
}
.s-product-body .s-prod-info-bl .text p {
    margin-bottom: 10px;
}
.s-product-body .s-prod-info-bl .text {
    
}
.s-product-body .s-prod-info-bl .text {
    
}