.rs-footer {
  position: relative;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .rs-footer {
    background-color: var(--dark-footer-right);
  }
}
@media (min-width: 991.98px) {
  .rs-footer__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .rs-footer__wrapper {
    gap: 0px;
  }
}
.rs-footer__contact {
  position: relative;
  padding: 89px 80px 89px 0px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1439.98px) {
  .rs-footer__contact {
    padding: 40px 40px 40px 0px;
  }
}
@media (max-width: 1169.98px) {
  .rs-footer__contact {
    padding: 40px 20px 40px 0px;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__contact {
    display: none;
  }
}
.rs-footer__contact:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100vw;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  background-color: var(--dark-footer-left);
}
.rs-footer__contact_block {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}
.rs-footer__contact_block h6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rs-footer__contact_list {
  margin-top: 40px;
}
@media (max-width: 1439.98px) {
  .rs-footer__contact_list {
    margin-top: 20px;
  }
}
.rs-footer__contact_list li {
  color: var(--gray-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
@media (max-width: 1439.98px) {
  .rs-footer__contact_list li {
    font-size: 13px;
    line-height: 19.4px;
  }
}
.rs-footer__contact_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1439.98px) {
  .rs-footer__contact_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.rs-footer__contact_list li a {
  position: relative;
}
.rs-footer__contact_list li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  background-color: #fff;
}
@media (any-hover: hover) {
  .rs-footer__contact_list li a:hover:after {
    width: 100%;
    left: 0;
  }
}
.rs-footer__navigation {
  padding: 114px 0px 114px 80px;
}
@media (max-width: 1439.98px) {
  .rs-footer__navigation {
    padding: 80px 0px 80px 40px;
  }
}
@media (max-width: 1169.98px) {
  .rs-footer__navigation {
    padding: 40px 0px 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__navigation {
    padding: 30px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1439.98px) {
  .rs-footer__navigation {
    margin-left: -30px;
  }
}
@media (min-width: 991.98px) {
  .rs-footer__navigation {
    position: relative;
  }
}
.rs-footer__navigation:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100vw;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  background-color: var(--dark-footer-right);
}
.rs-footer__spollers {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media (max-width: 1439.98px) {
  .rs-footer__spollers {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__spollers {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (min-width: 991.98px) {
  .rs-footer__spollers_item:first-child {
    display: none;
  }
}
.rs-footer__spollers_title {
  width: 100%;
  text-align: left;
  cursor: text;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rs-footer__spollers_body {
  margin-top: 40px;
}
@media (max-width: 1439.98px) {
  .rs-footer__spollers_body {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__spollers_body {
    margin-top: 10px;
  }
}
.rs-footer .menu__list li {
  color: #ececec;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
@media (max-width: 1439.98px) {
  .rs-footer .menu__list li {
    font-size: 13px;
    line-height: 19.4px;
  }
  .rs-footer .menu__list li br {
    display: none;
  }
}
.rs-footer .menu__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1439.98px) {
  .rs-footer .menu__list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.rs-footer .menu__list li a {
  position: relative;
}
.rs-footer .menu__list li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  background-color: #fff;
}
@media (any-hover: hover) {
  .rs-footer .menu__list li a:hover:after {
    width: 100%;
    left: 0;
  }
}
.rs-footer__bottom {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
@media (min-width: 991.98px) {
  .rs-footer__bottom .rs-footer__copyright {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__bottom {
    margin-top: 30px;
  }
}
.rs-footer__copyright {
  color: var(--gray-font-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1439.98px) {
  .rs-footer__copyright {
    font-size: 13px;
    line-height: 18.6px;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__copyright {
    font-size: 12px;
    line-height: 17.6px;
  }
}
.rs-footer__develop {
  color: var(--gray-font-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}
@media (max-width: 1439.98px) {
  .rs-footer__develop {
    font-size: 13px;
    line-height: 18.6px;
  }
}
@media (max-width: 991.98px) {
  .rs-footer__develop {
    font-size: 12px;
    line-height: 17.6px;
  }
}

/*** cookies */
.privacy-policy-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 425px;
  visibility: hidden;

  font-size: 16px;
  line-height: 1.2;
}

.privacy-policy-modal.visible {
  visibility: visible;
}

.privacy-policy-modal-header {
  font-size: 17px;
  margin-bottom: 20px;
}

.privacy-policy-modal-body {
  font-size: 14px;
}

.privacy-policy-btn {
  background: #333333;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  transition: .3s background-color;
}

.privacy-policy-btn:hover {
  background: #000000;
}
/** /cookies */