.service-wrap__wrap {
  display: flex;
  margin-bottom: 50px
}
.service-wrap__wrap-left {
  flex-grow: 1;
  padding-right: 50px
}
.service-wrap__wrap-right {
  flex-shrink: 0;
  width: 476px
}
.service-wrap__wrap-center {
  margin-bottom: 30px
}
.service-wrap__wrap-center img {
  max-width: -moz-max-content;
  max-width: max-content
}
.service-wrap__wrap-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__wrap-title_red {
  color: #e81b23
}
.service-wrap__wrap-video {
  width: 600px;
  min-height: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}
.service-wrap__wrap-img {
  width: 100%;
  height: auto
}
.service-wrap__wrap_reverse .service-wrap__wrap-left {
  order: 5;
  padding-right: 0;
  padding-left: 42px
}
.service-wrap__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__block {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between
}
.service-wrap__block-left {
  padding-right: 34px
}
.service-wrap__block-left li::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 16px;
  margin-top: 8px;
  background-color: #fe7200
}
.service-wrap__block-title {
  margin: 0 0 15px;
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__block-right {
  flex-shrink: 0;
  max-width: 600px;
  width: 100%;
  height: 270px
}
.service-wrap__block-text {
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__block-text_block {
  display: block
}
.service-wrap__block-text ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15
}
.service-wrap__block-text li {
  display: flex;
  margin-bottom: 8px
}
.service-wrap__block-text li::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 16px;
  margin-top: 8px;
  background-color: #fe7200
}
.service__container .service-wrap__wrap-text {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e
}
.service__container .content::after {
  content: '';
  display: block;
  clear: both
}
@media (max-width:1024px) {
  .service-wrap__wrap-left {
    padding-right: 25px
  }
  .service-wrap__wrap-right {
    width: 376px
  }
}
@media (max-width:768px) {
  .service-wrap__wrap {
    flex-direction: column;
    margin-bottom: 25px
  }
  .service-wrap__wrap-left {
    padding-right: 0
  }
  .service-wrap__wrap-right {
    width: 100%
  }
  .service-wrap__wrap_reverse .service-wrap__wrap-left {
    order: -1;
    padding-left: 0;
    margin-bottom: 25px
  }
}