.cp-banner{
  width: 290px;
  height: 265px;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  z-index: 112;
  bottom: 120px;
  left: 30px;
  box-shadow: 0px 4px 20px rgba(187, 187, 187, 0.3);
  background: #1e5799;
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #ff7700 0%, #ffd70e 100%, #207cca 100%);
  background: -webkit-linear-gradient(-45deg, #1e5799 0%,#ff7700 0%,#ffd70e 100%,#207cca 100%);
  background: linear-gradient(135deg, #1e5799 0%,#ff7700 0%,#ffd70e 100%,#207cca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=1 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-wrapper{
  width: calc(100% - 4px);
  background-color: #fff;
  height: calc(100% - 4px);
}

.cp-content{
  padding: 45px 20px 25px;
}

.cp-content:before{
  content: '';
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  background-image: url("/img/cookie.svg");
}

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

.cp-banner-close svg{
  display: block;
  width: 14px;
  height: 14px;
}

.cp-banner-content{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align:center;
  margin-top: 15px;
}

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

.cp-banner-content a:hover{
  color:#0AE0FF!important;
  text-decoration: none!important;
}

.cp-button-block{
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cp-button{
  background: -webkit-linear-gradient(338.96deg, #00A3F9 17.33%, #0AE0FF 100%);
  background: -o-linear-gradient(338.96deg, #00A3F9 17.33%, #0AE0FF 100%);
  background: linear-gradient(111.04deg, #00A3F9 17.33%, #0AE0FF 100%);
  border-radius: 39px;
  width: 120px;
  height: 40px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

#cp-button:hover{
  cursor: pointer;
  background: -webkit-linear-gradient(338.96deg, #0AE0FF 17.33%, #00A3F9 100%);
  background: -o-linear-gradient(338.96deg, #0AE0FF 17.33%, #00A3F9 100%);
  background: linear-gradient(111.04deg, #0AE0FF 17.33%, #00A3F9 100%);
}

@media (max-width:767px) {
  .cp-banner{
    width: 100%;
    bottom: 0;
    left: 0;
    height: 130px;
    z-index: 112;
  }
  .cp-wrapper{
    width: 100%;
    background-color: #fff;
    height: 100%;
  }
  .cp-content{
    padding: 10px 20px 0;
    height: 100%;
  }
  .cp-banner-close{
    right: 5px;
    top: 10px;
  }
  .cp-banner-close svg{
    width: 10px;
    height: 10px;
  }
  .cp-banner-content{
    font-size: 12px;
    text-align: justify;
    margin-top: 0;

  }
  .cp-content:before{
    content: none;
  }
  .cp-button-block{
    margin-top: 10px;
  }
}
@media (max-width:320px) {
  #cp-button{
    width: 110px;
    height: 30px;
    line-height: 30px;
  }
  .cp-button-block{
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .zopim{
    top: unset !important;
    position: fixed !important;
    bottom: 170px !important;
  }
}