.cookie {
  display: none;
  position: fixed !important;
  bottom: -170px;
  left: 0;
  overflow: hidden !important;
  background: hsla(0, 0%, 100%, 0.7);
  z-index: 1200;
  width: 100%;
  background: #464646;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.cookie p {
  font-size: 13px;
  line-height: 20px;
  font-family: inherit;
  color: inherit;
  margin: 0;
}

.cookie__box {
  max-width: 1280px;
  margin: 0 auto;
}

.cookie__box--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 80px;
  margin-left: 80px;
}

.cookie__box--text {
  width: 100%;
}

.cookie__space {
  width: 8.333%;
}

.cookie__content {
  width: 25%;
}

.cookie__title {
  font-weight: bold;
}

.cookie__text a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.cookie__text a:hover {
  opacity: 0.7;
}

.cookie__button {
  display: inline-block;
  font-size: 15px;
  line-height: 50px;
  font-weight: normal;
  height: 50px;
  width: 100%;
  min-width: 180px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: transparent;
  transition: background .3s cubic-bezier(1, 0, 0, 1), color .3s cubic-bezier(1, 0, 0, 1);
  line-height: 270%;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  margin-top: 0;
  font-weight: bold;
}

.cookie__button:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: inherit;
}

.cookie__button:hover {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
  border: 1px solid #000;
}

.cookie__button:hover:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: inherit;
}


.cookie__button span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.cookie__button span {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width:580px) {
  .cookie {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cookie__box--content {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }

  .cookie__box--text {
    margin-bottom: 10px;
  }

  .cookie__content {
    width: 100%;
  }

  .cookie p {
    font-size: 11px;
    margin: 10px 0 0;
  }

  .cookie__button {
    line-height: 1;
  }

  .cookie__button:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: inherit;
  }
}