footer {
  overflow: hidden;
  position: relative;
}
footer:before {
  background-color: #180a73;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.footer {
  color: #fff;
  display: grid;
  gap: 2rem;
  padding-bottom: 1.5rem;
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .footer {
    grid-template-columns: auto 1fr auto 1fr;
    grid-template-rows: 1fr auto;
    padding-bottom: 3.5rem;
    padding-top: 5rem;
  }
}
.footer-title {
  font-family: 'Unbounded';
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  max-width: 20rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer-title {
    font-size: 2.5rem;
    grid-column: 1/3;
  }
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .footer-menu {
    grid-column: 3/4;
    grid-row: 1/3;
    padding-top: 2.5rem;
  }
}
.footer-menu__title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.3;
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu__list li a {
  color: #fff;
  line-height: 1.25;
  transition: 0.4s ease;
}
.footer-menu__list li a:hover {
  color: #ff4f75;
  text-decoration: none;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .footer-contacts {
    grid-column: 4/5;
    grid-row: 1/3;
    padding-top: 2.5rem;
  }
}
.footer-contacts__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-contacts__item--name {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.3;
}
.footer-contacts__item--link a {
  color: #fff;
  line-height: 1.35;
  transition: 0.4s ease;
}
.footer-contacts__item--link a:hover {
  color: #ff4f75;
  text-decoration: none;
}
.footer-contacts__item--address {
  line-height: 1.35;
  max-width: 17.5rem;
}
.footer-contacts__item--address a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  transition: 0.4s ease;
}
.footer-contacts__item--address a:hover {
  color: #fff;
}
.footer-socnet {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .footer-socnet {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.footer-socnet__vk,
.footer-socnet__tg {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .footer-socnet__vk,
  .footer-socnet__tg {
    padding: 2.25rem;
  }
}
.footer-socnet__vk svg,
.footer-socnet__tg svg {
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 992px) {
  .footer-socnet__vk svg,
  .footer-socnet__tg svg {
    height: 3rem;
    width: 3rem;
  }
}
.footer-curators {
  align-items: center;
  display: flex;
  gap: 1rem;
}
@media (min-width: 992px) {
  .footer-curators {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.footer-curators svg {
  height: 2.5rem;
  width: auto;
}
.footer-curators svg [fill='#000'] {
  fill: #fff;
}
.bottom {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: auto 1fr;
  padding-bottom: 2rem;
  padding-top: 0.75rem;
  position: relative;
}
@media (min-width: 992px) {
  .bottom {
    grid-template-columns: auto 1fr auto auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
.bottom:before {
  border-radius: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  content: '';
  height: 4rem;
  left: -1rem;
  position: absolute;
  right: -1rem;
  top: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .bottom:before {
    left: -2rem;
    right: -2rem;
  }
}
.bottom .logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .bottom .logo {
    flex-direction: row;
    gap: 0.75rem;
  }
}
.bottom .logo svg.first {
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 992px) {
  .bottom .logo svg.first {
    height: 3.75rem;
    width: 3.75rem;
  }
}
.bottom .logo svg.second {
  height: 1.5rem;
}
@media (min-width: 992px) {
  .bottom .logo svg.second {
    height: auto;
    width: 7rem;
  }
}
.bottom .logo svg path[fill='#22147D'] {
  stroke: #fff;
  stroke-width: 1px;
}
.bottom .copyright {
  align-content: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.35;
}
.bottom .user-agreement,
.bottom .privacy-policy {
  align-content: center;
  grid-column: 1/3;
}
@media (min-width: 992px) {
  .bottom .user-agreement,
  .bottom .privacy-policy {
    grid-column: auto;
  }
}
.bottom .user-agreement a,
.bottom .privacy-policy a {
  color: #fff;
  letter-spacing: -0.01em;
  transition: 0.4s ease;
}
.bottom .user-agreement a:hover,
.bottom .privacy-policy a:hover {
  color: #ff4f75;
  text-decoration: none;
}
#cookie {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  display: none;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}
#cookie .container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  #cookie .container > div {
    flex-wrap: nowrap;
  }
}
#cookie .container > div button {
  padding: 0.25rem 1rem;
  width: auto;
}
