.table-content {
  align-items: start;
  max-width: 600px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
}
@media (max-width: 990px) {
  .table-content {
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.table-content__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-content__title p {
  font-size: 18px;
  line-height: 170%;
  color: #fff;
}
@media (max-width: 990px) {
  .table-content__title p {
    font-size: 16px;
    line-height: 150%;
  }
}
.table-content__title a {
  font-size: 14px;
  line-height: 170%;
  color: #5B7AF4;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .table-content__title a {
    font-size: 13px;
    line-height: 160%;
  }
}
.table-content__title a span {
  display: block;
}
.table-content__title a span:last-child {
  display: none;
}
.table-content__title .active-call span {
  display: none;
}
.table-content__title .active-call span:last-child {
  display: block;
}
.table-content__wrap {
  display: none;
  margin-top: 20px;
}
@media (max-width: 990px) {
  .table-content__wrap {
    margin-top: 15px;
  }
}
.table-content__box {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.table-content__box img {
  margin-right: 5px;
  object-fit: contain;
}
.table-content__box svg:last-child {
  margin: 0 0 0 10px;
}
.table-content__acc {
  margin-bottom: 15px;
}
.table-content__acc:last-child {
  margin-bottom: 0;
}
.table-content .active {
  color: #f4bc42;
}
.table-content .active svg:last-child {
  transform: rotate(180deg);
}
.table-content .active svg path {
  fill: #f4bc42;
}
.table-content__link {
  margin: 15px 0 0 0;
  padding: 0 0 0 40px;
  list-style-type: none;
  display: none;
}
.table-content__link li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
.table-content__link li::after {
  content: "";
  left: -15px;
  top: 8px;
  height: 3px;
  width: 3px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.table-content__link li:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=table-content.css.map */
