.cp-banner{
  width: 355px;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  z-index: 99999999;
  bottom:14px;
  left:0;
  display: none;
  box-shadow: 0 0 9px rgba(8, 8, 8, 0.36);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 40px 50%;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.cp-banner-close{
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.cp-banner-content{
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column; 
}
.cp-banner-content .text_cookie{
  line-height: 22px;
  margin-right: 20px;
}

.cp-banner-content a{
  color: #9f1a4c !important;
  text-decoration: underline!important;
  border: none;
}

.cp-banner-content a:hover{
  color: #9f1a4c !important;
  text-decoration: none!important;
}
.accept_cookie button{
  width: 120px;
  height: 38px;
  border-radius: 19px;
  border: 2px solid #7b0b35;
  background-color: #fff;
  color: #7b0b35;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 14px;
  cursor: pointer;
}
.cp-banner-content .title_cookie{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 1122px){
  .cp-banner{
    
  }
}
@media (max-width:767px) {
  .cp-banner{
    padding: 20px;
    z-index: 99999999;
    background-image: none;
    padding: 14px 20px;
    width: 100%;
    bottom: 0;
  }
  .cp-banner-content{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .accept_cookie button{
    margin: 20px 0 0;
  }
  .cp-banner-close{
    top: 12px;
    right: 12px;
    transform: none;
  }
  .cp-banner-content .text_cookie{
    margin-right: 20px;
  }
}
