.sc-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  left:25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background: url(https://ex1122.site/assets/img/main-bg.png) !important;*/
   background-color: rgb(255, 255, 255, 0.75);
   -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
  border-radius:10px;
  padding: 15px;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 24px rgba(0,0,0,0.25), 0 8px 8px rgba(0,0,0,0.22);
}

@media (max-width: 768px) {
  .sc-widget {
      width:100%;
      bottom:0;
      left:0;
      border-radius:0px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.sc-widget * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sc-widget__img {
  width: 40px;
}

@media (max-width: 768px) {
  .sc-widget__img {
    margin-bottom: 15px;
  }
}

.sc-widget__text {
  width: calc(100% - 160px);
  padding: 0 15px;
  font: 14px "Open Sans", sans-serif;
  line-height: 1.3;
  color: #1E405F;
}
/* .sc-widget__text {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    color:#cccccc;
  }*/

@media (max-width: 768px) {
  .sc-widget__text {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}

.sc-widget__text a {
  color: red !important;
  text-decoration: underline;
}

.sc-widget__text a:visited {
  color: red !important;
}

.sc-widget__text a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: red;
}
.sc-widget__button {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 1;
    line-height: 1;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: linear-gradient(333.68deg, #FFB701 -16.66%, #FF6200 83.09%);
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 6px 14px 5px 12px;
}
.sc-widget__button:hover {
background: linear-gradient(333.68deg, #FF6200 -16.66%, #FFB701 83.09%);    
}
/*
.sc-widget__button {
  width: 120px;
  font: 14px "Open Sans", sans-serif;
  border-radius: 10px;
  height: 40px;
  border: none;
  background:linear-gradient(180deg, #ef0548 0%, #ef0548 100%) !important;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sc-widget__button:hover {
   background:linear-gradient(180deg, #000 0%, #000 100%) !important;
  color: #fff;
  -webkit-transition: 0.3s;
  border:1px solid #ef0548;
}
*/
/*# sourceMappingURL=smart-cookies.css.map */