.c__footer,
.c__footer--top,
.c__footer--facilities-price,
.c__footer--activities,
.c__footer--outdoor-sports,
.c__footer--sightseeing,
.c__footer--access,
.c__footer--contact,
.c__footer--rental,
.c__footer--news,
.c__footer--news-detail,
.c__footer--404 {
  background-color: #feedbd !important;
}

.c__footer_cover {
  left: 50% !important;
  width: calc(100vw + 8px) !important;
  transform: translate(-50%, calc(-100% + 2px)) !important;
}

.c__footer_cover picture,
.c__footer_cover img {
  display: block;
  width: calc(100vw + 8px) !important;
  height: auto !important;
  max-height: none !important;
  max-width: none !important;
  margin-left: -4px;
}

.c__footer,
.c__footer a,
.c__footer span,
.c__footer small,
.c__footer p,
.c__footer address {
  color: #3e3a39 !important;
}

.c__footer .svg-arrow,
.c__footer .svg-facebook,
.c__footer .svg-instagram,
.c__footer .svg-twitter,
.c__footer .svg-youtube {
  fill: #3e3a39 !important;
}

.c__footer .svg-arrow {
  fill: #3db1b2 !important;
}

.c__footer .svg-facebook-2 {
  fill: #feedbd !important;
}

.c__footer .c__footer_top {
  display: grid !important;
  grid-template-columns: minmax(13rem, 15rem) minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: clamp(28px, 4vw, 56px) !important;
}

.c__footer .c__footer_logo {
  width: 235px !important;
  max-width: 100%;
  min-width: 0;
  margin-right: 0 !important;
}

.c__footer .c__footer_logo .logo {
  display: block !important;
}

.c__footer .c__footer_logo .logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.c__footer .c__footer_menu {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(11.5rem, max-content)) !important;
  justify-content: start !important;
  align-items: start !important;
  gap: 12px 28px !important;
  width: min(100%, 42.5rem) !important;
  margin-left: auto !important;
  padding-left: 0 !important;
}

.c__footer .c__footer_menu .item {
  display: contents !important;
}

.c__footer .c__footer_menu .item>a {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  gap: 0 !important;
  width: auto !important;
  max-width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.55 !important;
}

.c__footer .c__footer_menu .item>a .icon {
  flex: 0 0 24px;
  width: 24px !important;
  height: 24px !important;
  margin: 0 0.6em 0 0 !important;
  padding: 0 !important;
}

.c__footer .c__footer_menu .item>a+a {
  margin-top: 0 !important;
}

.c__footer .c__footer_menu .item>a span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  line-height: 1.6 !important;
}

@media screen and (max-width: 768px) {
  .c__footer .c__footer_top {
    grid-template-columns: 1fr !important;
    row-gap: 24px !important;
  }

  .c__footer .c__footer_logo {
    width: 46.66667vw !important;
    margin: 0 auto 2.66667vw 0 !important;
  }

  .c__footer .c__footer_menu {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    margin-top: 13.33333vw !important;
    margin-left: 0 !important;
  }
}
