.s29TelegramBanner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  container-type: inline-size;
  padding: 5px;
  background-color: #fff;
  border: solid 2px #acacac;
  border-radius: 28px;
}
.r24Plt_supportsPaletteSwitch.r24Plt_base .s29TelegramBanner {
  border-color: #181818;
}
.s29TelegramBanner > * {
  display: block;
  position: relative;
}
.s29TelegramBanner a,
.s29TelegramBanner a:hover,
.s29TelegramBanner a:focus,
.s29TelegramBanner a:active,
.s29TelegramBanner a *,
.s29TelegramBanner a:hover *,
.s29TelegramBanner a:focus *,
.s29TelegramBanner a:active * {
  border-bottom: none !important;
  text-decoration: none !important;
}
.s29TelegramBanner .s29_common,
.s29TelegramBanner .s29_city {
  container-type: inline-size;
  width: 42%;
  transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.s29TelegramBanner .s29_common .s29_text,
.s29TelegramBanner .s29_city .s29_text {
  display: block;
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  margin: 20px 160px 26px 26px;
  color: #fff;
  font-family: Oswald;
  font-size: 42px;
  line-height: 54px;
}
.s29TelegramBanner .s29_common .s29_text > *,
.s29TelegramBanner .s29_city .s29_text > * {
  display: block;
  height: 54px;
  overflow: visible;
}
.s29TelegramBanner .s29_common .s29_text > * span,
.s29TelegramBanner .s29_city .s29_text > * span {
  display: block;
  height: 54px;
}
.s29TelegramBanner .s29_common .s29_text .s29_subject,
.s29TelegramBanner .s29_city .s29_text .s29_subject {
  font-weight: 600;
}
.s29TelegramBanner .s29_common .s29_text .s29_in,
.s29TelegramBanner .s29_city .s29_text .s29_in {
  font-weight: 400;
}
.s29TelegramBanner .s29_common .s29_qr,
.s29TelegramBanner .s29_city .s29_qr {
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  background-position: center center;
  background-size: 82%;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@container (max-width: 360px) {
  .s29TelegramBanner .s29_common .s29_text,
  .s29TelegramBanner .s29_city .s29_text {
    margin: 22px 10px 160px;
    text-align: center;
  }
  .s29TelegramBanner .s29_common .s29_qr,
  .s29TelegramBanner .s29_city .s29_qr {
    bottom: 18px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
  }
}
.s29TelegramBanner.s29_visible .s29_text {
  opacity: 1;
}
.s29TelegramBanner .s29_common {
  margin-right: 4px;
  background-color: #4f90cc;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.s29TelegramBanner .s29_common:hover {
  background-color: #447aad;
}
.s29TelegramBanner .s29_city {
  background-color: #789f50;
}
.s29TelegramBanner .s29_city:hover {
  background-color: #638542;
}
.s29TelegramBanner .s29_footer {
  width: calc(100% - 2 * 42% - 4px);
  margin-top: 65px;
  text-align: center;
}
.s29TelegramBanner .s29_footer .s29_text {
  color: #000;
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  font-family: Open Sans;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%;
}
.s29TelegramBanner .s29_footer:hover .s29_text {
  color: #555;
}
@container (max-width: 1000px) {
  .s29TelegramBanner .s29_common,
  .s29TelegramBanner .s29_city {
    width: calc(50% - 4px / 2);
  }
  .s29TelegramBanner .s29_common {
    border-bottom-left-radius: 0;
  }
  .s29TelegramBanner .s29_city {
    border-top-right-radius: 23px;
  }
  .s29TelegramBanner .s29_footer {
    width: 100%;
    height: 26px;
    margin-top: 11px;
  }
  .s29TelegramBanner .s29_footer .s29_text {
    font-size: 20px;
  }
}
@container (max-width: 480px) {
  .s29TelegramBanner .s29_common,
  .s29TelegramBanner .s29_city {
    width: 100%;
  }
  .s29TelegramBanner .s29_common {
    margin-bottom: 4px;
    margin-right: 0;
    border-top-right-radius: 23px;
  }
  .s29TelegramBanner .s29_city {
    border-top-right-radius: 0;
  }
}
