

.operating-procedure__list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
  list-style: none;
  counter-reset: list;
}

.operating-procedure__item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.operating-procedure__item .container {
  position: relative;
}

.operating-procedure__item:nth-child(even) {
  background-color: #f1f5f9;
}

.operating-procedure .main-title {
  margin-bottom: 50px;
}

.operating-procedure__banner {
  height: 290px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.operating-procedure__item.counter .container::before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  counter-increment: list;
  content: counter(list);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #206999;
  font-size: 26px;
  line-height: 140%;
  background-image: linear-gradient(
    44deg,
    rgba(127, 206, 238, 0.76) 7.86%,
    rgba(222, 241, 250, 0.76) 77.02%
  );
}

@media screen and (min-width: 992px) {
  .operating-procedure__item.counter .container::before {
    position: absolute;
  }
}

.operating-procedure__wrapper {
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

.operating-procedure__item p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  line-height: 150%;
}

.operating-procedure__item a {
  color: #206999;
}

.operating-procedure__item a:hover {
  color: #f2b33d;
}

.operating-procedure__item ul {
  padding-left: 18px;
}

.operating-procedure__item ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}

.operating-procedure__item ul li::marker {
  color: #f2b33d;
}

.operating-procedure__item .lead-text {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 130%;
}

.operating-procedure__item img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 1.42px 7.1px 0px rgba(77, 88, 115, 0.15);
}

.operating-procedure__item figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.operating-procedure__item figure img {
  margin: 12px auto;
}

.operating-procedure__item figcaption {
  text-align: center;
}

.operating-procedure__item hr {
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgb(32, 105, 153);
}

.operating-procedure__item .note {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 3px;
  background: #f6f9fc;
}

.operating-procedure__item .figure-video figcaption {
  margin-top: 20px;
  color: #206999;
  text-align: left;
}

.operating-procedure__item *:first-child {
  margin-top: 0;
}

.operating-procedure__item *:last-child {
  margin-bottom: 0;
}

.operating-procedure__slider {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}

.operating-procedure__slide {
  padding-left: 15px;
  padding-right: 15px;
}

.operating-procedure__slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 1.42px 7.1px 0px rgba(77, 88, 115, 0.15);
}

.operating-procedure__slide-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: none;
  border: none;
}

.operating-procedure__slide figcaption {
  font-size: 13px;
  line-height: 120%;
}

.operating-procedure__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  border: none;
  background: transparent;
}

.operating-procedure__item .figure-video a {
  position: relative;
}

.operating-procedure__item .figure-video a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 124px;
  height: 124px;
  background: url("../../img/play-icon.svg") center no-repeat;
  background-size: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
