.site-cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  box-sizing: border-box;
  height: 80px;
  padding: 18px 20px;
  background: #fff;
  box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.15);
}

.site-cookie[hidden] {
  display: none;
}

.site-cookie__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 995px;
  height: 100%;
  margin: 0 auto;
  padding: 0 35px;
}

.site-cookie__text {
  flex: 1 1 auto;
  min-width: 0;
  color: #2c2144;
  font-size: 13px;
  line-height: 17px;
}

.site-cookie__text a {
  color: #588528;
  text-decoration: underline;
  text-decoration-line: underline;
}

.site-cookie__button {
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 0;
  height: 30px;
  margin: 0 0 0 70px;
  padding: 7px 15px;
  border: 0;
  background: #598d24;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.site-cookie__button:hover,
.site-cookie__button:focus {
  background: #292444;
}

@media screen and (max-width: 780px) {
  .site-cookie {
    height: auto;
    min-height: 80px;
  }

  .site-cookie__inner {
    width: auto;
    min-width: 320px;
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .site-cookie {
    padding: 14px 20px;
  }

  .site-cookie__inner {
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 0;
  }

  .site-cookie__text {
    width: 100%;
    margin: 0 0 12px;
  }

  .site-cookie__button {
    margin: 0 auto;
  }
}

.footer {position: relative; width: 100%; height: 240px;background: url(/images/footer_bg_2.jpg) top left; margin: 0 0 50px 0;}