.t530 .t-section__bottomwrapper {
  margin-top: 35px;
}

#allrecords .t530__container {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.t530__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.t530__container li ul {
  list-style-type: disc;
}

.t530 .t-list__item {
  margin-top: 60px;
}

.t530 .t-list__item:first-child {
  margin-top: 0 !important;
}

.t530__bgimg {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}

.t530__bubble-tail {
  position: absolute;
  right: -43px;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 35px;
  display:none;
  border: 12px solid;
  border-color: #fff #fff transparent transparent;
}

.t530__bubble-tail_right {
  position: absolute;
  left: -78px;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 35px;
  border: 12px solid;
  border-color: #fff transparent transparent #fff;
}

.t530__bubble {
  padding: 0px 0px;
  border-radius: 0px;
  background-color: #fff;
}

.t530__descr {
  margin-top: 2px;
  color: #666;
}

.t530__text {
  margin-top: 8px;
}

.t530__cell {
  padding-left: 34px;
}

.t530__cell_right {
  padding-left: 0;
  padding-right: 34px;
}

.t530 .t-review-social-links__item a {
  display: inline-block;
}

@media screen and (max-width:960px) {
  .t530 .t-section__bottomwrapper {
    margin-top: 20px;
  }

  .t530 .t-list__item {
    margin-top: 40px !important;
  }
}

@media screen and (max-width:640px) {
  .t530__bgimg {
    width: 40px !important;
    height: 40px !important;
  }

  .t530__bubble-tail {
    right: -28px;
  }

  .t530__bubble-tail_right {
    position: absolute;
    left: -63px;
  }

  .t530__cell {
    padding-left: 14px;
  }

  .t530__cell_right {
    padding-left: 0;
    padding-right: 14px;
  }

  .t530__bubble {
    padding: 0px;
  }
}

@media screen and (max-width:420px) {
  .t530__name {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}