.cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100; }
.cookie__container {
  background-color: #fff;
  border-top: 1px solid rgba(35, 31, 32, 0.1);
  padding: 14px 0 20px; }
@media screen and (min-width: 768px) {
  .cookie__container {
    padding-top: 18px; } }
.cookie__content {
  display: flex;
  flex-direction: column; }
@media screen and (min-width: 768px) {
  .cookie__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; } }
.cookie__text {
  font-size: 12px;
  line-height: 18px;
  color: #76818B; }
@media screen and (min-width: 768px) {
  .cookie__text {
    font-size: 14px;
    line-height: 20px; } }
.cookie__text + .cookie__buttons {
  margin-top: 15px; }
@media screen and (min-width: 768px) {
  .cookie__text + .cookie__buttons {
    margin-top: 0;
    margin-left: 24px; } }
.cookie__buttons {
  display: flex;
  flex-direction: column; }
@media screen and (min-width: 768px) {
  .cookie__buttons {
    flex-direction: row; } }
.cookie__button {
  margin: 0;
  padding: 14px 24px;
  user-select: none;
  border: none;
  background-color: transparent;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition-property: color, background-color;
  transition-duration: .25s;
  transition-timing-function: linear; }
@media screen and (min-width: 768px) {
  .cookie__button {
    padding: 18px 24px; } }
.cookie__button:not(:last-child) {
  margin-bottom: 10px; }
@media screen and (min-width: 768px) {
  .cookie__button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px; } }
.cookie__button:focus {
  outline: none; }
.cookie__button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.cookie__button:disabled {
  cursor: not-allowed; }
.cookie__button--color-blue {
  color: #0051FF;
  background-color: rgba(0, 81, 255, 0.1); }
.cookie__button--color-blue:hover {
  color: #fff;
  background-color: #0051FF; }
.cookie__button--color-orange {
  color: #fff;
  background-color: #FF4D00; }
.cookie__button--color-orange:hover {
  background-color: #231f20; }

/*# sourceMappingURL=style.css.map */
