#tl-reputation-widget {
  max-width: 278px;
  width: 100%;
  position: absolute !important;
  right: 24px;
  top: -115px;
}
.contacts-offer-text{
  padding: 40px 51px;
  border: 1px solid #2b4d89;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 0;
}
.contacts-offer-text p{
  font-size: 1.7rem;
  color: #2b4d89;
}

@media screen and (max-width: 767px) {
  #tl-reputation-widget {
    top: -50px;
  }
}
@media screen and (max-width: 449px) {
  #tl-reputation-widget {
    right: 24px;
    top: auto;
    bottom: -100px;
    max-width: 154px;
  }
}
@media screen and (max-width: 407px) {
  #tl-reputation-widget {
    display: none;
  }
}
