.cp-banner{
  width: 348px;
  background-color: #fff;
  background-image: url(/img/cookie-title.png);
  background-repeat: no-repeat;
  background-position: 25px 30px;
  padding: 25px 34px;
  box-sizing: border-box;
  border: 2px solid #73b1f4;
  position: fixed;
  z-index: 99999999;
  bottom:90px;
  left:0;
  box-shadow: 0 6px 16px rgba(79, 93, 122, 0.19);
  font-family: 'Open Sans';
}
.close-cookie{
  text-align: center;
  margin-top: 18px;
}
.cp-banner-close{
  width: 127px;
  height: 39px;
  box-shadow: 0 6px 16px rgba(41, 41, 42, 0.19);
  border-radius: 3px;
  background-color: #2ae189;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.cp-banner-close:hover{
  background-color: #16ca74;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cp-banner-content{
  color: #4f5d72;
  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;
}

.cp-banner-content a{
  color: #4b84ff !important;
  text-decoration: underline!important;
  border: none;
  white-space: nowrap;
}

.cp-banner-content a:hover{
  color:#4b84ff!important;
  text-decoration: none!important;
}
.cp-banner .title_coockie{
  text-align: center;
  color: #4b84ff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 17px;
}
@media (max-width:767px) {
  .cp-banner{
    width: 100%;
    padding: 10px;
    background-image: none;
    bottom: 0;
  }
  .cp-banner .title_coockie{
    margin: 5px;
  }
  .close-cookie{
    margin-top: 5px;
  }
}
