.rs-footer {
  padding: 1.6rem;
  margin-top: 4.5rem;
}
@media (max-width: 991.98px) {
  .rs-footer {
    padding: 0.4rem;
  }
}
.rs-footer__block {
  padding: 5.4rem 1.6rem 1.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .rs-footer__block {
    padding: 3rem 0.8rem 0.8rem;
  }
}
.rs-footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-footer__container {
  padding: 0;
}
.rs-footer__request {
  max-width: 120.8rem;
  padding: 0rem 1.6rem;
}
.rs-footer__request_body {
  color: #fff;
}
.rs-footer__request_body h2 {
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 7rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .rs-footer__request_body h2 {
    font-size: 2.2rem;
  }
}
.rs-footer__request_body h3 {
  margin-top: 1.6rem;
}
.rs-footer__request_body .rs-btn {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .rs-footer__request_body .rs-btn {
    margin-top: 2rem;
  }
}
.rs-footer__info {
  margin-top: 15.3rem;
}
@media (max-width: 991.98px) {
  .rs-footer__info {
    margin-top: 5rem;
  }
}
.rs-footer__info_body {
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
}
.rs-footer__contact_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .rs-footer__contact_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-footer__contact_item {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: #f2f5f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .rs-footer__contact_item {
    padding: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (any-hover: hover) {
  .rs-footer__contact_item:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
}
.rs-footer__contact_title {
  padding: 2.1rem 1.6rem;
  border-radius: 0.8rem;
  background: #fff;
  color: #000;
}
.rs-footer__contact_links {
  max-width: 39.1rem;
}
.rs-footer__contact_links ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
}
.rs-footer__contact_links ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.rs-footer__contact_links ul li a {
  font-family: var(--second-font);
  font-size: 2rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .rs-footer__contact_links ul li a {
    font-size: 1.6rem;
  }
}
.rs-footer__wrapper {
  margin-top: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .rs-footer__wrapper {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.rs-footer__logo {
  max-width: 22.9rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .rs-footer__logo {
    max-width: 14rem;
  }
}
.rs-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.rs-footer__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rs-footer__spollers {
  width: 100%;
  max-width: 120.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
}
@media (max-width: 1169.98px) {
  .rs-footer__spollers {
    max-width: 100rem;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__spollers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
    gap: 5rem;
  }
}
.rs-footer__spollers_item {
  width: 100%;
}
.rs-footer__spollers_body {
  margin-top: 1.6rem;
}
.rs-footer__spollers_body ul li {
  font-weight: 400;
  font-size: 1.6rem;
}
.rs-footer__spollers_body ul li:not(:last-child) {
  margin-bottom: 1.9rem;
}
.rs-footer__spollers_body ul li a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .rs-footer__spollers_body ul li a:hover {
    color: var(--primary-color);
  }
}
.rs-footer__bottom {
  margin-top: 16rem;
}
@media (max-width: 991.98px) {
  .rs-footer__bottom {
    margin-top: 5rem;
  }
}
.rs-footer__links ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991.98px) {
  .rs-footer__links ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-footer__links ul li {
  font-weight: 400;
  font-size: 1.6rem;
}
@media (min-width: 991.98px) {
  .rs-footer__links ul li {
    text-align: center;
  }
  .rs-footer__links ul li:first-child {
    text-align: left;
  }
  .rs-footer__links ul li:last-child {
    text-align: right;
  }
}
.rs-footer__links ul li a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .rs-footer__links ul li a:hover {
    color: var(--primary-color);
  }
}