.sc-widget {
  position: fixed;
  bottom: 15px;
  left: 30px;
  background: linear-gradient(360deg, #EFEFEF 0%, #FFFFFF 49.82%);
  width: 370px;
  max-width: calc(100% - 60px);
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #E0E8F7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15), 0px 4px 16px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  z-index: 10;
  border-radius: 15px;
}
.sc-widget_body{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 15px;
}
.sc-widget:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 56%;
  height: 54%;
  background: url(../img/2.png) 100% 5px no-repeat;
  background-size: 170px auto;
}


@media (max-width: 768px) {
  .sc-widget {
    -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;
  display: none;
}

@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: #654d3b;*/
  margin-bottom: 25px;
  font-size: 14px;
  color: #415B74;
}
.sc-widget .sc-widget__text p{
  color: #2772C8;
  font-size: 24px;
  font-weight: 600;
}
.sc-widget .sc-widget__text a{color: #00AEEF;}

@media (max-width: 768px) {
  .sc-widget__text {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}

/*.sc-widget__text a {*/
/*  color: #654d3b;*/
/*  text-decoration: underline;*/
/*}*/

/*.sc-widget__text a:visited {*/
/*  color: #654d3b;*/
/*}*/

/*.sc-widget__text a:hover {*/
/*  -webkit-transition: 0.3s;*/
/*  transition: 0.3s;*/
/*  color: #f6b778;*/
/*}*/

.sc-widget__close{
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../img/close.jpg") center center no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  cursor: pointer;
}

.sc-widget__button {
  /*display: none;*/
  position: relative;
  display: block;
  margin: 0 auto;
  background: #2772C8;
  border-radius: 5px;
  padding: 7px 32px;
  cursor: pointer;
  text-decoration: none;
  /*font-weight: 700;*/
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  border: none;
}
.sc-widget__button span{
  /*background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*background-clip: text;*/
  /*text-fill-color: transparent;*/
  z-index: 1;
  color: white;
  position: relative;
  transition: .3s ease-in-out;
}

.sc-widget__button:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: .3s ease-in-out;
}
/*# sourceMappingURL=smart-cookies.css.map */