.rs-footer {
  position: relative;
  background: #282828;
  color: #fff;
}
.rs-footer__top {
  padding: 40px 0px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #444444;
}
@media (max-width: 1920px) {
  .rs-footer__top {
    padding: calc(30px + 10 * (100vw - 320px) / 1600) 0px calc(30px + 14 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 992px) {
  .rs-footer__top {
    -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;
  }
}
.rs-footer__info {
  width: 100%;
}
@media (min-width: 993px) {
  .rs-footer__info {
    padding-right: 60px;
    max-width: 313px;
    border-right: 1px solid #444444;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .rs-footer__info {
    padding-right: calc(15px + 45 * (100vw - 992px) / 928);
    max-width: calc(200px + 113 * (100vw - 992px) / 928);
  }
}
.rs-footer__logo a h4 {
  margin-bottom: 8px;
}
.rs-footer__warning {
  margin-top: 96px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
@media (max-width: 1920px) {
  .rs-footer__warning {
    margin-top: calc(15px + 81 * (100vw - 320px) / 1600);
    font-size: calc(10px + 4 * (100vw - 320px) / 1600);
    line-height: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
.rs-footer__navigation {
  width: 100%;
}
@media (min-width: 993px) {
  .rs-footer__navigation {
    padding-left: 60px;
    padding-right: 84px;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .rs-footer__navigation {
    padding-left: calc(15px + 45 * (100vw - 992px) / 928);
    padding-right: calc(0px + 84 * (100vw - 992px) / 928);
  }
}
@media (max-width: 992px) {
  .rs-footer__navigation {
    margin-top: 20px;
  }
}
.rs-footer__spollers {
  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;
  width: 100%;
}
@media (max-width: 768px) {
  .rs-footer__spollers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rs-footer__spollers._spoller-init .rs-footer__spollers_title {
  cursor: pointer;
  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;
}
.rs-footer__spollers._spoller-init .rs-footer__spollers_title::after {
  content: "\e906";
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.rs-footer__spollers._spoller-init .rs-footer__spollers_title._spoller-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rs-footer__spollers_item {
  width: 100%;
}
@media (min-width: 769px) {
  .rs-footer__spollers_item:first-child {
    max-width: 278px;
  }
}
.rs-footer__spollers_item:not(:last-child) {
  margin-right: 120px;
}
@media (max-width: 1920px) {
  .rs-footer__spollers_item:not(:last-child) {
    margin-right: calc(30px + 90 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 768px) {
  .rs-footer__spollers_item:not(:last-child) {
    margin-right: 0px !important;
    margin-bottom: 15px;
  }
}
.rs-footer__spollers_title {
  width: 100%;
  text-align: left;
  position: relative;
  cursor: default;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .rs-footer__spollers_title {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
.rs-footer__spollers_body {
  margin-top: 20px;
}
@media (max-width: 1920px) {
  .rs-footer__spollers_body {
    margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  }
}
.rs-footer__spollers_body .contact-list li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.rs-footer__spollers_body .contact-list li:not(:last-child) {
  margin-bottom: 8px;
}
.rs-footer__spollers_body .contact-list li a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 16px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .rs-footer__spollers_body .contact-list li a:hover {
    color: #ff3d00;
  }
}
@media (max-width: 1920px) {
  .rs-footer__spollers_body .contact-list li a {
    font-size: calc(14px + 3 * (100vw - 320px) / 1600);
    line-height: calc(21px + 3 * (100vw - 320px) / 1600);
    margin-top: calc(8px + 8 * (100vw - 320px) / 1600);
  }
}
.rs-footer__spollers_body .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.rs-footer__spollers_body .social-list li:not(:last-child) {
  margin-right: 16px;
}
.rs-footer__spollers_body .social-list li a {
  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;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 80px;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 1920px) {
  .rs-footer__spollers_body .social-list li a {
    width: calc(30px + 10 * (100vw - 320px) / 1600);
    height: calc(30px + 10 * (100vw - 320px) / 1600);
  }
}
@media (any-hover: hover) {
  .rs-footer__spollers_body .social-list li a:hover.rs-icon-ok {
    background-color: #ff3d00;
  }
  .rs-footer__spollers_body .social-list li a:hover.rs-icon-vk {
    background-color: #0077ff;
  }
}
.rs-footer__spollers_body .social-list li a::before {
  font-size: 20px;
}
@media (max-width: 1920px) {
  .rs-footer__spollers_body .social-list li a::before {
    font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  }
}
.rs-footer__spollers_body .menu__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1920px) {
  .rs-footer__spollers_body .menu__body {
    gap: calc(12px + 48 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 768px) {
  .rs-footer__spollers_body .menu__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.rs-footer__spollers_body .menu__list li:not(:last-child) {
  margin-bottom: 12px;
}
.rs-footer__spollers_body .menu__list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .rs-footer__spollers_body .menu__list li a:hover {
    color: #ff3d00;
  }
}
.rs-footer__bottom {
  padding: 32px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
@media (max-width: 1920px) {
  .rs-footer__bottom {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    line-height: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 993px) {
  .rs-footer__bottom {
    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;
  }
}
@media (max-width: 1920px) {
  .rs-footer__bottom {
    padding: calc(12px + 20 * (100vw - 320px) / 1600) 0px;
  }
}
@media (max-width: 992px) {
  .rs-footer__bottom {
    text-align: center;
  }
}
@media (min-width: 993px) {
  .rs-footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 992px) {
  .rs-footer__payment {
    margin: 10px 0px;
  }
}
.rs-footer__payment ul {
  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-footer__payment ul li:not(:last-child) {
  margin-right: 16px;
}
@media (any-hover: hover) {
  .rs-footer__payment ul li:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
.rs-footer__payment ul li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  -o-transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
@media (min-width: 993px) {
  .rs-footer__developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rs-footer__developer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .rs-footer__developer a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rs-footer__developer a span {
  display: block;
  margin-left: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.rs-footer__developer a span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}