.cp-banner{
  width: 100%;
  padding: 16px 107px;
  box-sizing: border-box;
  position: fixed;
  z-index: 999998;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  display: none;
  box-shadow: 0 1px 10px rgba(50, 50, 50, 0.25);
  border-radius: 1px;
  /*border: 1px solid #605ca8;*/
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 40px 50%;
}

.cp-banner-close{
  position: absolute;
  right: 40px;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.cp-banner-content{
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  margin: auto;
}
.cp-banner-content .text_cookie{
  line-height: 22px;
}
.img_cookie{
  margin-right: 28px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_cookie img{
  min-height: 36px;
  min-width: 36px;
}

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

.cp-banner-content a:hover{
  color: #605ca8 !important;
  text-decoration: none!important;
}
.accept_cookie button{
  width: 155px;
  height: 48px;
  background-color: #020121;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 16px;
  margin-right: 24px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #020121;
  transition: 0.2s ease all;
}
.accept_cookie button:hover{
  background-color: #fff;
  color: #020121;
}
@media (max-width: 1440px){
  .cp-banner{
    padding: 16px 40px;
  }
  .cp-banner-close{
    right: 10px;
  }
}
@media (max-width: 1122px){
  .cp-banner{
    width: 100%;
  }
}
@media (max-width:767px) {
  .cp-banner{
    width: 100%;
    padding: 20px;
    z-index: 9999999;
    background-image: none;
    padding: 14px 20px;
  }
  .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;
  }
  .img_cookie{
    display: none;
  }
}
