
.cookie_bottom {
  bottom: 0;
  box-shadow: none;
  left: 0;
  padding: 0 8px 24px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 12;
}

.cookie_rectangle {
  align-items: end;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border: 1px solid rgba(38,38,38,.16);
  border-radius: 16px;
  box-shadow: 0 12px 24px 0 rgba(45,73,88,.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 647px;
  padding: 16px;
}
@media (min-width: 769px) {
  .cookie_rectangle {
    border: 0;
    flex-direction: row;
    padding: 24px;
  }
}

.cookie_rectangle_text {
  padding: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .cookie_rectangle_text {
    padding: 0 16px 0 0;
    width: auto;
  }
}

.cookie_rectangle_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .cookie_rectangle_title {
    font-size: 24px;
    letter-spacing: .1px;
    line-height: 28px;
  }
}

.cookie_text {
  color: rgba(0,0,0,.55);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.3px;
  line-height: 18px;
}

.cookie_details {
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.3px;
  line-height: 20px;
}

.cookie_button_agree {
  flex-shrink: 0;
  min-width: 100px;
  padding: 0;
  text-align: right;
  width: 100%;
}
@media (min-width: 769px) {
  .cookie_button_agree {
    align-items: center;
    display: flex;
    width: auto;
  }
}

.cookie_button_agree_text {
  border: none;
  cursor: pointer;
  font-family: SBSans,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.23px;
  line-height: 20px;
  outline: 2.5px solid transparent;
  outline-offset: 2.5px;
  text-align: center;
  transition: background .17s,outline .17s,color .17s;
}
@media (min-width: 577px) {
  .cookie_button_agree_text {
    font-size: 18px;
    line-height: 22px;
  }
}

.cookie_button_agree_text.cookie_button_agree_decoration {
  align-items: center;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 16px;
  width: 100%;
}
@media (min-width: 577px) {
  .cookie_button_agree_text.cookie_button_agree_decoration {
    border-radius: 8px;
    padding: 17px 20px;
  }
}

.cookie_button_agree_color {
  background-color: #34485e;
  color: #fff;
}
