.rud-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  padding: unset !important;
  margin: unset;
}
.rud-footer *, .rud-footer *::after, .rud-footer *::before {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.rud-footer .container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  padding: 0 120px;
  position: relative;
}
@media screen and (max-width: 1780px) {
  .rud-footer .container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer .container {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer .container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer .container {
    padding: 0 24px;
  }
}
.rud-footer__top {
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  border-top: 1px solid #CACACA;
}
@media screen and (max-width: 1780px) {
  .rud-footer__top {
    padding: 52px 0 48px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top {
    padding: 36px 0 48px;
  }
}
.rud-footer__top--wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 600px;
  margin: 0 0 64px;
}
@media screen and (max-width: 1780px) {
  .rud-footer__top--wrap {
    height: 494px;
    margin: 0 0 52px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--wrap {
    margin: 0 0 36px;
    height: 415px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--wrap {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__top--wrap {
    flex-direction: column;
    height: unset;
  }
}
.rud-footer__top--map {
  width: calc(63% - 24px);
  height: auto;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}
@media screen and (max-width: 1780px) {
  .rud-footer__top--map {
    width: calc(65% - 18px);
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--map {
    width: calc(66.6666666667% - 12px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--map {
    width: calc(54% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__top--map {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 500px) {
  .rud-footer__top--map {
    aspect-ratio: 1/1.35;
  }
}
.rud-footer__top--map .mapp-layout {
  height: 100% !important;
}
.rud-footer__top--map .mapp-sidebar {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: auto;
  max-width: 100%;
  background: transparent;
  border: unset;
}
.rud-footer__top--map .mapp-sidebar .mapp-sidebar-toggle {
  display: none !important;
}
.rud-footer__top--map .mapp-sidebar .mapp-list {
  overflow: visible;
}
.rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items {
  display: flex;
  align-items: center;
  overflow: visible;
}
.rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item {
  padding: unset;
  margin: 0 12px 0 0;
  border-radius: 61px;
  background: #FFF;
  box-shadow: 0px 4px 33.7px 0px rgba(0, 0, 0, 0.35);
}
.rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item:last-child {
  margin: unset;
}
.rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item .mapp-icon {
  display: none;
}
.rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item .mapp-template {
  padding: 16px 24px;
  background: transparent;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item .mapp-template {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item .mapp-template {
    padding: 8px 12px;
  }
}
.rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item .mapp-template .mapp-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  opacity: 0.3;
  transition: 0.3s all ease-in-out;
  font-family: "Nunito Sans";
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item .mapp-template .mapp-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item .mapp-template .mapp-title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.36px;
  }
}
.rud-footer__top--map .mapp-sidebar .mapp-list .mapp-items .mapp-item.mapp-selected .mapp-template .mapp-title {
  opacity: 1;
}
.rud-footer__top--map .mapp-list-header {
  display: none !important;
}
.rud-footer__top--map .mapp-ib-wrapper {
  background: transparent;
  overflow: visible;
  z-index: 1;
  transform: translate(0, -10px);
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib {
  border-radius: 48px;
  border: unset;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map .mapp-ib-wrapper .mapp-ib {
    border-radius: 36px;
  }
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info {
  padding: 36px;
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info {
    padding: 16px;
  }
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-template {
  background-color: transparent;
  padding: unset;
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-template {
    margin: 0 0 12px;
  }
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-template .mapp-title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.72px;
  padding: unset;
  font-family: "Nunito Sans";
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-template .mapp-body {
  overflow: visible;
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-template .mapp-body p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  font-family: "Nunito Sans";
}
@media screen and (max-width: 600px) {
  .rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-template .mapp-body p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.36px;
  }
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-template .mapp-body .mapp-table.mapp-data {
  display: none;
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-dir-wrapper {
  margin: unset;
}
.rud-footer__top--map .mapp-ib-wrapper .mapp-ib .mapp-info .mapp-dir-wrapper .mapp-dir {
  display: block;
  padding: 10px 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  border-radius: 61px;
  background: #808F4E;
  width: -moz-max-content;
  width: max-content;
  font-family: "Nunito Sans";
}
.rud-footer__top--map .mapp-marker {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  transition: 0.3s background-color ease-in-out;
  transform: translate(-10px, -10px);
}
.rud-footer__top--map .mapp-marker::before {
  position: absolute;
  content: "";
  display: block !important;
  width: 21px;
  height: 24px;
  background-image: url(../img/rud-pointer.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 0;
  border: unset;
  transition: 0.3s all ease-in-out;
}
.rud-footer__top--map .mapp-marker img {
  display: none !important;
}
.rud-footer__top--map .mapp-marker.mapp-marker-circle {
  background-color: #FBF7F0;
}
.rud-footer__top--images {
  width: calc(37% - 24px);
  height: auto;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}
@media screen and (max-width: 1780px) {
  .rud-footer__top--images {
    width: calc(35% - 18px);
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--images {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--images {
    width: calc(46% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__top--images {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--images {
    aspect-ratio: 1/1;
  }
}
.rud-footer__top--images__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.rud-footer__top--images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rud-footer__top--images__item span {
  padding: 16px 24px;
  border-radius: 61px;
  background: #FFF;
  box-shadow: 0px 4px 33.7px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
  color: #B3B3B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 48px);
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--images__item span {
    padding: 12px 16px;
    bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--images__item span {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.36px;
  }
}
.rud-footer__top--images__item.active {
  opacity: 1;
}
.rud-footer__top--info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 64px 0 40px;
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--info {
    padding: 64px 0;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info {
    flex-direction: column;
  }
}
.rud-footer__top--info::after, .rud-footer__top--info::before {
  content: "";
  display: block;
  width: calc(50vw + 1px);
  height: 100%;
  position: absolute;
  background: #FAF4EA;
  top: 0;
  pointer-events: none;
}
.rud-footer__top--info::after {
  left: calc((100vw - 1920px + 240px) / -2);
}
@media screen and (max-width: 1920px) {
  .rud-footer__top--info::after {
    left: calc((100vw - (100vw - 240px)) / -2);
  }
}
@media screen and (max-width: 1780px) {
  .rud-footer__top--info::after {
    left: calc((100vw - (100vw - 160px)) / -2);
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--info::after {
    left: calc((100vw - (100vw - 128px)) / -2);
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info::after {
    left: calc((100vw - (100vw - 96px)) / -2);
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info::after {
    left: calc((100vw - (100vw - 48px)) / -2);
  }
}
.rud-footer__top--info::before {
  right: calc((100vw - 1920px + 240px) / -2);
}
@media screen and (max-width: 1920px) {
  .rud-footer__top--info::before {
    right: calc((100vw - (100vw - 240px)) / -2);
  }
}
@media screen and (max-width: 1780px) {
  .rud-footer__top--info::before {
    right: calc((100vw - (100vw - 160px)) / -2);
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--info::before {
    right: calc((100vw - (100vw - 128px)) / -2);
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info::before {
    right: calc((100vw - (100vw - 96px)) / -2);
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info::before {
    right: calc((100vw - (100vw - 48px)) / -2);
  }
}
.rud-footer__top--info__item {
  width: calc(50% - 32px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item {
    width: 100%;
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item:last-child {
    margin: unset;
  }
}
.rud-footer__top--info__item--title {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1.44px;
  margin: 0 0 36px;
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item--title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.68px;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info__item--title {
    margin: 0 0 24px;
  }
}
.rud-footer__top--info__item--list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item--list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.rud-footer__top--info__item--list__item {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1780px) {
  .rud-footer__top--info__item--list__item {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--info__item--list__item {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item--list__item {
    margin: 24px 36px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info__item--list__item {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.48px;
  }
}
.rud-footer__top--info__item--list__item--icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6EDDD;
  margin: 0 16px 0 0;
}
.rud-footer__top--info__item--list__item--icon svg {
  width: 21px;
  height: 24px;
}
.rud-footer__top--info__item--list__item:last-child {
  margin: unset;
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item--list__item:last-child {
    margin: 24px 36px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info__item--list__item:last-child {
    margin: unset;
  }
}
.rud-footer__top--info__item--list__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--info__item--list__wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item--list__wrap {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.rud-footer__top--info__item--list__wrap--item {
  margin: 0 24px 24px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--info__item--list__wrap--item {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item--list__wrap--item {
    margin: 24px 36px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info__item--list__wrap--item {
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__top--info__item--list__wrap--item:last-child {
    margin: unset;
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__top--info__item--list__wrap--item:last-child {
    margin: 24px 36px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info__item--list__wrap--item:last-child {
    margin: unset;
  }
}
.rud-footer__top--info__item--list__wrap--item__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F6EDDD;
  margin: 0 16px 0 0;
}
.rud-footer__top--info__item--list__wrap--item__icon svg {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rud-footer__top--info__item--list__wrap--item__info {
  display: flex;
  flex-direction: column;
}
.rud-footer__top--info__item--list__wrap--item__info span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  opacity: 0.4;
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info__item--list__wrap--item__info span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.42px;
  }
}
.rud-footer__top--info__item--list__wrap--item__info a, .rud-footer__top--info__item--list__wrap--item__info div {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1780px) {
  .rud-footer__top--info__item--list__wrap--item__info a, .rud-footer__top--info__item--list__wrap--item__info div {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__top--info__item--list__wrap--item__info a, .rud-footer__top--info__item--list__wrap--item__info div {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.48px;
  }
}
.rud-footer__top--info__item--list__wrap--item__info a {
  transition: 0.3s all ease-in-out;
}
.rud-footer__top--info__item--list__wrap--item__info a:hover {
  color: #C39A4E;
}
.rud-footer__center {
  padding: 44px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #CACACA;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .rud-footer__center {
    align-items: flex-start;
    padding: 48px 0;
  }
}
@media screen and (max-width: 700px) {
  .rud-footer__center {
    flex-direction: column;
  }
}
.rud-footer__center__logo {
  width: 260px;
  height: 125px;
}
@media screen and (max-width: 768px) {
  .rud-footer__center__logo {
    width: 225px;
    height: 108px;
  }
}
@media screen and (max-width: 700px) {
  .rud-footer__center__logo {
    margin: 0 auto 36px;
  }
}
.rud-footer__center__logo svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .rud-footer__center__nav {
    display: none;
  }
}
.rud-footer__center__nav ul {
  width: 544px;
  margin: 0 -24px !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1150px) {
  .rud-footer__center__nav ul {
    width: 448px;
    margin: 0 -16px;
  }
}
@media screen and (max-width: 1150px) {
  .rud-footer__center__nav ul {
    width: 368px;
  }
}
.rud-footer__center__nav ul li {
  min-width: calc(25% - 48px);
  margin: 0 24px 16px;
}
@media screen and (max-width: 1150px) {
  .rud-footer__center__nav ul li {
    min-width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}
.rud-footer__center__nav ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.48px;
  transition: 0.3s all ease-in-out;
}
.rud-footer__center__nav ul li a:hover {
  color: #C39A4E;
}
.rud-footer__center__block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .rud-footer__center__block {
    width: 368px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__center__block {
    width: 384px;
  }
}
@media screen and (max-width: 700px) {
  .rud-footer__center__block {
    width: 100%;
  }
}
.rud-footer__center__block--socials {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 1000px) {
  .rud-footer__center__block--socials {
    margin: 0 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__center__block--socials {
    margin: 0 0 0 16px;
    position: relative;
    top: -5px;
  }
}
@media screen and (max-width: 700px) {
  .rud-footer__center__block--socials {
    margin: unset;
    top: unset;
  }
}
.rud-footer__center__block--socials a {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}
.rud-footer__center__block--socials a:hover {
  transform: translateY(-10px);
}
.rud-footer__center__block--socials a svg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rud-footer__center__block--socials a :last-child {
  margin: unset;
}
.rud-footer__center__block--schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rud-footer__center__block--schedule a {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin: 0 0 8px;
  transition: 0.3s all ease-in-out;
}
.rud-footer__center__block--schedule a:hover {
  color: #C39A4E;
}
.rud-footer__center__block--schedule span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  opacity: 0.4;
}
@media screen and (max-width: 1000px) {
  .rud-footer__center__block .rud-footer__menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__center__block .rud-footer__menu {
    position: relative;
    top: -3px;
  }
}
@media screen and (max-width: 700px) {
  .rud-footer__center__block .rud-footer__menu {
    width: calc(100% + 32px);
    margin: 0 -16px;
    top: unset;
  }
}
@media screen and (max-width: 1000px) {
  .rud-footer__center__block .rud-footer__menu li {
    min-width: calc(25% - 32px);
    margin: 0 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__center__block .rud-footer__menu li {
    margin: 0 16px 8px;
  }
}
.rud-footer__center__block .rud-footer__menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.48px;
  transition: 0.3s all ease-in-out;
}
.rud-footer__center__block .rud-footer__menu li a:hover {
  color: #C39A4E;
}
.rud-footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .rud-footer__bottom {
    flex-direction: column;
    padding: 16px 0;
    align-items: center;
  }
}
.rud-footer__bottom::after, .rud-footer__bottom::before {
  content: "";
  display: block;
  width: calc(50vw + 1px);
  height: 100%;
  position: absolute;
  background: #F2F2F2;
  top: 0;
  pointer-events: none;
}
.rud-footer__bottom::after {
  left: calc((100vw - 1920px + 240px) / -2);
}
@media screen and (max-width: 1920px) {
  .rud-footer__bottom::after {
    left: calc((100vw - (100vw - 240px)) / -2);
  }
}
@media screen and (max-width: 1780px) {
  .rud-footer__bottom::after {
    left: calc((100vw - (100vw - 160px)) / -2);
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__bottom::after {
    left: calc((100vw - (100vw - 128px)) / -2);
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__bottom::after {
    left: calc((100vw - (100vw - 96px)) / -2);
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__bottom::after {
    left: calc((100vw - (100vw - 48px)) / -2);
  }
}
.rud-footer__bottom::before {
  right: calc((100vw - 1920px + 240px) / -2);
}
@media screen and (max-width: 1920px) {
  .rud-footer__bottom::before {
    right: calc((100vw - (100vw - 240px)) / -2);
  }
}
@media screen and (max-width: 1780px) {
  .rud-footer__bottom::before {
    right: calc((100vw - (100vw - 160px)) / -2);
  }
}
@media screen and (max-width: 1366px) {
  .rud-footer__bottom::before {
    right: calc((100vw - (100vw - 128px)) / -2);
  }
}
@media screen and (max-width: 1024px) {
  .rud-footer__bottom::before {
    right: calc((100vw - (100vw - 96px)) / -2);
  }
}
@media screen and (max-width: 600px) {
  .rud-footer__bottom::before {
    right: calc((100vw - (100vw - 48px)) / -2);
  }
}
.rud-footer__bottom--item {
  position: relative;
  z-index: 1;
  padding: unset !important;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1150px) {
  .rud-footer__bottom--item {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 1000px) {
  .rud-footer__bottom--item {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__bottom--item {
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__bottom--item:last-child {
    margin: unset;
  }
}
.rud-footer__bottom--item.sitemap {
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}
.rud-footer__bottom--item.sitemap:hover {
  color: #C39A4E;
}/*# sourceMappingURL=footer.css.map */