.tooltip-item::before {
  content: "?";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 19px;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 50%;
  opacity: 0.5;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #888;
  cursor: pointer;
}

.fix-height {
  min-height: 368px;
}

.type-text {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 0.625rem 0.9375rem 0.3125rem;
}
.type-text a {
  display: inline-block;
  margin-left: 0.9375rem;
}
@media (max-width: 502px) {
  .type-text a {
    display: block;
  }
}
.type-text div {
  position: relative;
  margin-left: 0.9375rem;
}
.type-text div:before {
  content: "\2022";
  color: #90a4ae;
  font-size: 18px;
  position: absolute;
  top: -2px;
}
.type-text .tooltip-item:before {
  content: "i";
  font-size: medium;
  font-family: Serif;
}

.telegram-bot {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.telegram-bot .logo-wrapper {
  padding: 4px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 330px) {
  .telegram-bot .logo-wrapper {
    min-width: 38px;
    height: 38px;
  }
}
.telegram-bot__link-wrapper {
  position: relative;
  margin-left: 10px;
}
@media (max-width: 375px) {
  .telegram-bot__link-wrapper {
    width: 100%;
  }
}
.telegram-bot__link-wrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3390ec;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.telegram-bot__link-wrapper a span {
  margin-right: 10px;
}
@media (max-width: 375px) {
  .telegram-bot__link-wrapper a span {
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  .telegram-bot__link-wrapper a span {
    font-size: 12px;
    margin-right: 5px;
  }
}
.telegram-bot__link-wrapper:before {
  content: '';
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 30px;
  height: 10px;
  display: block;
  background-color: #3390ec;
  transform: skewX(-43deg);
}
.telegram-bot__link-wrapper:hover {
  opacity: 0.85;
}
