.rs-text-block {
  padding-top: 5.4rem;
}
@media (min-width: 991.98px) {
  .rs-text-block {
    overflow: visible;
  }
}
@media (min-width: 991.98px) {
  .rs-text-block__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}
.rs-text-block__title_body {
  width: 100%;
}
@media (min-width: 991.98px) {
  .rs-text-block__title_body {
    position: sticky;
    top: 15rem;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .rs-text-block__title h2 {
    margin-bottom: 2rem;
  }
}
.rs-text-block__tabs_title {
  width: 100%;
  padding: 2.4rem;
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 0.8rem;
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 105%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .rs-text-block__tabs_title {
    font-size: 1.8rem;
    background: #f2f5f8;
    padding: 1.6rem;
  }
}
.rs-text-block__tabs_title:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (any-hover: hover) {
  .rs-text-block__tabs_title:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .rs-text-block__tabs_title:hover .arrow-btn {
    background-color: #fff;
  }
}
.rs-text-block__tabs_title._tab-active::after {
  opacity: 1;
  visibility: visible;
}
.rs-text-block__tabs_title._tab-active .arrow-btn {
  background-color: #fff;
}
.rs-text-block__tabs_title::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  background: #f2f5f8;
  border-radius: 0.8rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-text-block__desc {
  border-radius: 1.6rem;
  padding: 3.2rem;
  background: #fff;
}
@media (max-width: 991.98px) {
  .rs-text-block__desc {
    padding: 3rem 1.6rem;
  }
}
@media (min-width: 991.98px) {
  .rs-text-block__desc {
    grid-column: 2 span;
  }
}
.rs-text-block__body {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 160%;
  --gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .rs-text-block__body {
    font-size: 1.6rem;
    --gap: 1.6rem;
  }
}
.rs-text-block__body h3 {
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 100%;
  text-transform: uppercase;
  margin: var(--gap) 0;
}
@media (max-width: 991.98px) {
  .rs-text-block__body h3 {
    font-size: 1.8rem;
  }
}
.rs-text-block__body h4 {
  margin: 2.4rem 0 0.8rem;
  line-height: 130%;
  text-transform: uppercase;
}
.rs-text-block__body p {
  margin: var(--gap) 0 0;
}
.rs-text-block__body > ul {
  margin: 0.3rem 0 1.8rem;
}
.rs-text-block__body > ul li {
  position: relative;
  padding-left: 2.75rem;
}
.rs-text-block__body > ul li::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: currentColor;
  border-radius: 50%;
}
.rs-text-block__body .rs-btn {
  margin-top: 2.4rem;
  background-color: #fff;
}
.rs-text-block__body .rs-btn .arrow-btn:not(:hover) {
  background-color: #f2f5f8;
}
.rs-text-block__body > *:first-child {
  margin-top: 0;
}
.rs-text-block__body > *:last-child {
  margin-bottom: 0;
}
.rs-text-block__body[data-tabs-item] {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
}
@media (max-width: 991.98px) {
  .rs-text-block__body[data-tabs-item] {
    margin-bottom: 2rem;
  }
}
.rs-text-block__body[data-tabs-item]._tab-active {
  display: block;
  opacity: 1;
}
@starting-style {
  .rs-text-block__body[data-tabs-item]._tab-active {
    opacity: 0;
  }
}
.rs-text-block__body[data-tabs-item] > *:first-child {
  margin-top: 0;
}
.rs-text-block__body[data-tabs-item] > *:last-child {
  margin-bottom: 0;
}
.rs-text-block__banner {
  margin: 3.6rem 0;
  position: relative;
  z-index: 1;
  padding: 5rem 3.2rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .rs-text-block__banner {
    padding: 3rem 1.6rem;
  }
}
.rs-text-block__banner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-text-block__banner_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-text-block__banner_desc {
  max-width: 56.7rem;
}
.rs-text-block__banner_desc p {
  margin-top: 1.3rem;
}
.rs-text-block__banner_desc > ul {
  margin: 0rem 0 2.4rem;
}
.rs-text-block__banner_desc > ul li {
  position: relative;
  padding-left: 2.75rem;
}
.rs-text-block__banner_desc > ul li::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: currentColor;
  border-radius: 50%;
}
.rs-text-block__banner_desc > *:first-child {
  margin-top: 0;
}
.rs-text-block__banner_desc > *:last-child {
  margin-bottom: 0;
}
.rs-text-block__steps {
  margin: 6.4rem 0;
}
.rs-text-block__steps_list {
  margin-top: 2.4rem;
  counter-reset: steps;
}
.rs-text-block__steps_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .rs-text-block__steps_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}
.rs-text-block__steps_item:not(:last-child) {
  margin-bottom: 3.2rem;
}
.rs-text-block__steps_item::before {
  counter-increment: steps;
  content: counter(steps, decimal-leading-zero) "";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--primary-color);
  border-radius: 0.8rem;
  width: 5.2rem;
  height: 5.2rem;
  background: #f2f5f8;
  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;
}
.rs-text-block__steps_item::after {
  content: "";
  position: absolute;
  display: block;
  height: 13.3rem;
  left: 2.6rem;
  top: 6.8rem;
  border: 1px dashed #0075bf;
}
@media (max-width: 991.98px) {
  .rs-text-block__steps_item::after {
    width: 13.3rem;
    height: 0.1rem;
    left: 6.8rem;
    top: 2.6rem;
  }
}
.rs-text-block__steps_desc {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: #f2f5f8;
  padding: 3.2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991.98px) {
  .rs-text-block__steps_desc {
    padding: 1.6rem;
  }
}
.rs-text-block__steps_desc > ul {
  margin: 0.8rem 0 2.4rem;
}
.rs-text-block__steps_desc > ul li {
  position: relative;
  padding-left: 2.75rem;
}
.rs-text-block__steps_desc > ul li::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: currentColor;
  border-radius: 50%;
}
.rs-text-block__steps_desc > *:first-child {
  margin-top: 0;
}
.rs-text-block__steps_desc > *:last-child {
  margin-bottom: 0;
}
.rs-text-block__row {
  margin: 2.5rem 0;
}
.rs-text-block__row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
.rs-text-block__row ul li {
  max-width: 18.1rem;
  background: #f2f5f8;
  border-radius: 0.8rem;
}