.cookie {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  transition: 0.3s;
  box-shadow: 0px -8px 23px 0px rgba(34, 60, 80, 0.2);
}

.cookie .container-md {
    max-width: 1195px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

@media screen and (max-width: 600px) {
	.cookie .container-md {
		padding: 0 10px;
	}
}


.cookie._hidden {
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
}

.cookie-wrp {
  display: flex;
  padding: 10px 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0 150px;
  flex-wrap: wrap;
}

.cookie-info {
  padding-right: 20px;
  padding-bottom: 10px;
}

.cookie-zag {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.cookie-desc a {
  margin: 0 5px;
  transition: 0.3s;
  color: #000;
  font-weight: bold;
  transition: color time ease-in-out;
}

.cookie-desc a:hover {
  text-decoration: underline;
}

.cookie-desc a:hover {
  border-color: transparent;
}

.link-green-full {
    padding: 12px 25px;
    border: 1px solid #4daa59;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-decoration: none !important;
    background-color: #4daa59;
}

.link-green-full:hover {
    background: transparent;
    color: #4daa59;
}

.cookie-btns {
  display: flex;
  align-items: center;
}

.link-bordered {
  border: 1px solid #4daa59;
  color: #4daa59;
  background-color: #fff;
  text-align: center;
  padding: 10px 15px;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 10px;
  min-width: 200px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-bordered:hover {
  color: #fff;
  background-color: #4daa59;
}

.cookie-btns button {
    margin-right: 15px;
}

.cookie-wrp a {
    display: inline-block;
    color: #4daa59;
    text-decoration: underline;
    word-break: break-word;
}

.wrp-btns a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media screen and (max-width: 800px) {
  .cookie-wrp {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .cookie-wrp a {
    margin-right: 0;
  }

  .cookie-btns button {
    padding: 5px 10px;
  }
}