.tg-bot-link {
  position: fixed;
  bottom: 0;
  right: 40px;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 1023px) {
  .tg-bot-link {
    right: 15px;
    bottom: 56px;
    z-index: 390;
  }
}
@media only screen and (max-width: 549px) {
  .tg-bot-link {
    max-width: 100%;
    right: 0;
  }
}
.tg-bot-link__wrapper {
  border-radius: 16px 16px 0 0;
  float: right;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 549px) {
  .tg-bot-link__wrapper {
    width: 100%;
  }
}
.tg-bot-link__header {
  border-radius: 16px 16px 0 0;
  padding: 10px 24px;
  background-color: rgba(46, 61, 140, 0.85);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 549px) {
  .tg-bot-link__header {
    justify-content: space-between;
  }
}
.tg-bot-link--hide .tg-bot-link__header {
  cursor: pointer;
}
.tg-bot-link__title {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.tg-bot-link__icon {
  background: linear-gradient(0deg, #2aabee 0%, #229ed9 100%);
  min-width: 28px;
  min-height: 28px;
  border-radius: 100%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.tg-bot-link__icon svg {
  color: white;
  font-size: 14px;
  position: relative;
  right: 1px;
}
.tg-bot-link__close {
  color: white;
  font-size: 12px;
  margin-left: 16px;
  cursor: pointer;
}
.tg-bot-link--hide .tg-bot-link__close {
  display: none;
}
.tg-bot-link__container {
  background: white;
  padding: 32px 16px;
  text-align: center;
}
.tg-bot-link--hide .tg-bot-link__container {
  display: none;
}
.tg-bot-link__text {
  color: #565655;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  max-width: 284px;
}
@media only screen and (max-width: 549px) {
  .tg-bot-link__text {
    max-width: 100%;
  }
}
.tg-bot-link__btn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  background: #2481CC;
  border-radius: 44px;
  text-decoration: none;
  color: white;
  padding: 11px 15px;
  display: inline-block;
  margin-top: 24px;
}
html:not(.bx-touch) .tg-bot-link__btn:hover, .bx-touch .tg-bot-link__btn:active {
  background: #1a8ad5;
}
@media only screen and (max-width: 1023px) {
  .tg-bot-link--hide {
    display: none;
  }
}

.tg-panel-link {
  color: #565655;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
html:not(.bx-touch) .tg-panel-link:hover .icon, .bx-touch .tg-panel-link:active .icon {
  color: #2e3d8c;
}
.tg-panel-link span {
  padding-top: 4px;
}
.tg-panel-link .icon {
  color: #b1b2b3;
  font-size: 18px;
}
