.rs-slider {
  margin: 0;
  padding: 0;
}
.rs-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rs-slider__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-slider__container {
  height: 100%;
}
.rs-slider__slider {
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
  height: 780px;
}
@media (max-width: 1439.98px) {
  .rs-slider__slider {
    height: 700px;
  }
}
@media (max-width: 991.98px) {
  .rs-slider__slider {
    border-radius: 0px 0px 15px 15px;
    height: 648px;
  }
  .rs-slider-catalog .rs-slider__slider {
    height: 580px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .rs-slider-catalog .rs-slider__slider {
    height: calc(100vh - 83px);
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .rs-slider-catalog .rs-slider__slider {
    height: calc(100vh - 56px);
  }
}
.rs-slider__swiper {
  height: 100%;
}
.rs-slider__slide {
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 55px 0px;
}
@media (max-width: 767.98px) {
  .rs-slider__slide {
    padding-bottom: 30px;
  }
}
.rs-slider__slide .rs-slider__body h1, .rs-slider__slide .rs-slider__body h2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease 0.7s, -webkit-transform 0.5s ease 0.7s;
  transition: opacity 0.5s ease 0.7s, -webkit-transform 0.5s ease 0.7s;
  transition: transform 0.5s ease 0.7s, opacity 0.5s ease 0.7s;
  transition: transform 0.5s ease 0.7s, opacity 0.5s ease 0.7s, -webkit-transform 0.5s ease 0.7s;
}
.rs-slider__slide .rs-slider__body p {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
}
.rs-slider__slide .rs-slider__body ul {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease 0.9s, -webkit-transform 0.5s ease 0.9s;
  transition: opacity 0.5s ease 0.9s, -webkit-transform 0.5s ease 0.9s;
  transition: transform 0.5s ease 0.9s, opacity 0.5s ease 0.9s;
  transition: transform 0.5s ease 0.9s, opacity 0.5s ease 0.9s, -webkit-transform 0.5s ease 0.9s;
}
.rs-slider__slide .rs-slider__buttons {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
}
.rs-slider__slide.swiper-slide-active .rs-slider__body h1, .rs-slider__slide.swiper-slide-active .rs-slider__body h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.rs-slider__slide.swiper-slide-active .rs-slider__body p {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.rs-slider__slide.swiper-slide-active .rs-slider__body ul {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.rs-slider__slide.swiper-slide-active .rs-slider__buttons {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.rs-slider__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  .rs-slider__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__content {
    padding: 20px 0px 0px;
  }
}
.rs-slider__content._text-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rs-slider__content._text-center {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-slider__content._text-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rs-slider__desc {
  width: 100%;
}
@media (min-width: 991.98px) {
  .rs-slider__desc {
    max-width: 750px;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .rs-slider__desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rs-slider__body {
  width: 100%;
}
@media (min-width: 991.98px) {
  .rs-slider__body {
    max-width: 645px;
    margin: 0;
  }
}
.rs-slider__body h1, .rs-slider__body h2 {
  color: var(--title-color);
  margin-bottom: 16px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
}
@media (max-width: 1439.98px) {
  .rs-slider__body h1, .rs-slider__body h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .rs-slider__body h1, .rs-slider__body h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1439.98px) {
  .rs-slider__body h1, .rs-slider__body h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .rs-slider__body h1, .rs-slider__body h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__body h1, .rs-slider__body h2 {
    font-size: 22px;
  }
}
._white-block .rs-slider__body h1, ._white-block .rs-slider__body h2 {
  color: #fff;
}
.rs-slider__body p {
  margin: 10px 0px;
  color: var(--text-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
@media (max-width: 991.98px) {
  .rs-slider__body p {
    font-size: 16px;
    margin: 8px 0px;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__body p {
    font-size: 14px;
  }
}
._white-block .rs-slider__body p {
  color: #fff;
}
.rs-slider__body ul {
  margin: 10px 0px;
}
@media (max-width: 991.98px) {
  .rs-slider__body ul {
    margin: 8px 0px;
  }
}
.rs-slider__body ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--text-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
@media (max-width: 991.98px) {
  .rs-slider__body ul li {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__body ul li {
    font-size: 14px;
  }
}
._white-block .rs-slider__body ul li {
  color: #fff;
}
.rs-slider__body ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rs-slider__body ul li::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  margin-top: 5px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .rs-slider__body ul li::before {
    margin-top: 2px;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__body ul li::before {
    margin-top: 0px;
  }
}
.rs-slider__buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
  transition: opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
}
@media (max-width: 991.98px) {
  .rs-slider__buttons {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 767.98px) {
  .rs-slider__buttons .rs-btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .rs-slider__buttons .rs-btn:not(:last-child) {
    margin-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__buttons .rs-btn:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .rs-slider__buttons .rs-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    font-size: 16px;
  }
}
.rs-slider .swiper-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 22px;
  right: 10.18%;
}
@media (max-width: 767.98px) {
  .rs-slider .swiper-action {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .rs-slider .swiper-action {
    right: 36px;
  }
}