.banner-telegram_channel-desktop_sidebar {
  width: 100%;
  height: 260px;
  background: rgba(6, 58, 206, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(#063ace), to(#154eec));
  background: -webkit-linear-gradient(bottom, #063ace 0%, #154eec 100%);
  background: -o-linear-gradient(bottom, #063ace 0%, #154eec 100%);
  background: linear-gradient(0deg, #063ace 0%, #154eec 100%);
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner-telegram_channel-desktop_sidebar:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(21, 78, 236, 0.5);
          box-shadow: 0px 0px 50px rgba(21, 78, 236, 0.5);
}

.banner-telegram_channel-desktop_sidebar:hover .icon {
  bottom: -70px;
  right: -40px;
}

.banner-telegram_channel-desktop_sidebar__text {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  color: #b2c6ff;
  font-weight: 500;
  display: block;
  margin: 0px;
}

.banner-telegram_channel-desktop_sidebar__title {
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 10px 70px 0px 0px;
  margin: 0px;
}

.banner-telegram_channel-desktop_sidebar__icon {
  position: absolute;
  bottom: -90px;
  right: -45px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.banner-telegram_channel-mobile_sidebar {
  width: 100%;
  height: 260px;
  background: rgba(6, 58, 206, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(#063ace), to(#154eec));
  background: -webkit-linear-gradient(bottom, #063ace 0%, #154eec 100%);
  background: -o-linear-gradient(bottom, #063ace 0%, #154eec 100%);
  background: linear-gradient(0deg, #063ace 0%, #154eec 100%);
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner-telegram_channel-mobile_sidebar__text {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  color: #b2c6ff;
  font-weight: 500;
  display: block;
  margin: 0px;
}

.banner-telegram_channel-mobile_sidebar__title {
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 10px 70px 0px 0px;
  margin: 0px;
}

.banner-telegram_channel-mobile_sidebar__icon {
  position: absolute;
  bottom: -90px;
  right: -45px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
