.AccessCookies_wrapper {
  position: fixed;
  bottom: 40px;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 2000;
  font-family: 'Ubuntu', Arial, sans-serif;
}

.AccessCookies_content {
  display: flex;
  width: 100%;
  max-width: 544px;
  padding: 16px;
  border-radius: 8px;
  opacity: .9;
  background: #666;
  gap: 16px;
  box-sizing: border-box;
  align-items: center
}

.AccessCookies_text {
  line-height: 20px;
  font-size: 13px;
  letter-spacing: .2px;
  color: #fff;
  flex-shrink: 1;
  flex-grow: 1
}

.AccessCookies_button {
  line-height: 38px;
  flex-shrink: 0;
  flex-grow: 1;
  height: 40px;
  font-size: 13px;
  padding: 0 24px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  color: #444 !important;
  font-weight: 600;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  letter-spacing: .01em;
  border-radius: 8px;
  cursor: pointer;
  transition: color .3s ease, background-color .3s ease;
  outline: 0
}

.AccessCookies_button:focus,
.AccessCookies_button:hover {
  border-color: #444;
  color: #444 !important
}

.AccessCookies_link {
  line-height: inherit;
  font-size: inherit;
  color: #0091e6;
  padding: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: color .22s ease;
  transition: color .22s ease;
  -webkit-transition: border-color .22s ease;
  transition: border-color .22s ease
}

.AccessCookies_link:focus,
.AccessCookies_link:hover {
  color: #ffa200;
  border-color: #ffd56a
}

@media(max-width:767px) {
  .AccessCookies_wrapper {
    padding: 0 16px;
    bottom: 24px
  }

  .AccessCookies_content {
    flex-wrap: wrap
  }

  .AccessCookies_button {
    width: 100%
  }
}