.tgbot_banner__wrap {
  background: var(--Gradient, linear-gradient(86deg, #258E6D 0%, #28B78A 48.22%, #37BB91 92.42%));
  width: 100%;
  padding: 0 64px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 0px;
  overflow: hidden;
}
.tgbot_banner__wrap img.the_cat {
  height: auto;
  width: 128px;
  margin-top: 48px;
}
.tgbot_banner__wrap .left_side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.tgbot_banner__wrap .left_side .title {
  color: var(--white, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
}
.tgbot_banner__wrap .right_side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.tgbot_banner__wrap .right_side button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #FFF;
}
.tgbot_banner__wrap .right_side button span {
  color: var(--black, #444);
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.tgbot_banner__wrap .close_banner__btn {
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .tgbot_banner__wrap {
    border-radius: 0px 0px 16px 16px;
    background: var(--Gradient, linear-gradient(86deg, #258E6D 0%, #28B78A 48.22%, #37BB91 92.42%));
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    height: 0px;
    overflow: hidden;
    z-index: 999;
  }
  .tgbot_banner__wrap img.the_cat {
    height: 72px;
    width: auto;
    position: absolute;
    left: 6px;
    top: -16px;
  }
  .tgbot_banner__wrap .left_side {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 64px;
    padding-right: 10px;
  }
  .tgbot_banner__wrap .left_side .title {
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Source Serif Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 125% */
  }
  .tgbot_banner__wrap .right_side {
    margin-left: auto;
    margin-right: 40px;
  }
  .tgbot_banner__wrap .close_banner__btn {
    position: absolute;
    right: 6px;
    top: 6px;
    transform: translateY(0%);
  }
}
/*# sourceMappingURL=./style.css.map */