.feature {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e5e5e5
}
.feature__container {
  display: flex;
  flex-direction: column;
  gap: 40px
}
.feature__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 32px;
  overflow: hidden
}
.feature__list .slick-track {
  display: flex
}
.feature__item {
  position: relative;
  display: flex;
  min-height: 616px;
  border-radius: 16px;
  overflow: hidden
}
.feature__item.slick-slide {
  height: auto
}
.feature__item:nth-child(2n+2) .feature__text-block {
  margin-left: 0
}
.feature__img-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 0
}
.feature__img-block img,
.feature__img-block picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.feature__text-block {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  width: 600px;
  height: auto;
  margin-left: auto;
  padding: 20px 80px
}
.feature__title {
  font-family: FuturaPT,Arial,sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  color: #000
}
.feature__text {
  font-family: FuturaPT,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #000
}
.feature__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  font-family: FuturaPT,Arial,sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  background-color: #00aaa7;
  border-radius: 12px
}
.feature__video-wrap {
  padding: 40px;
  border-radius: 32px;
  background-color: #f8f8f8
}
.feature__video {
  border-radius: 12px;
  overflow: hidden;
  line-height: 0
}
.feature__video video {
  width: 100%;
  height: auto
}
.feature__video iframe {
  width: 100%;
  height: 52vw
}
@media (max-width:1200px) {
  .feature__list {
    padding: 25px
  }
  .feature__item {
    min-height: 480px
  }
  .feature__text-block {
    gap: 24px;
    width: 430px;
    padding: 20px 40px
  }
  .feature__title {
    font-size: 24px
  }
  .feature__text {
    font-size: 14px
  }
  .feature__btn {
    min-height: 48px;
    font-size: 16px
  }
  .feature__video-wrap {
    padding: 25px
  }
}
@media (max-width:950px) {
  .feature__text-block {
    width: 370px
  }
}
@media (max-width:768px) {
  .feature {
    padding-top: 24px;
    padding-bottom: 0
  }
  .feature__container {
    padding-left: 0;
    padding-right: 0;
    gap: 24px
  }
  .feature__list {
    padding: 15px 0 15px 15px;
    flex-direction: row;
    gap: 0;
    border-radius: 12px
  }
  .feature__item {
    flex-shrink: 0;
    width: 268px;
    min-height: auto;
    margin-right: 16px;
    border-radius: 15px
  }
  .feature__text-block {
    width: 100%;
    justify-content: flex-start;
    padding: 160px 15px 15px
  }
  .feature__btn {
    width: 100%
  }
  .feature__video-wrap {
    padding: 15px;
    border-radius: 12px
  }
}