.shops-list__item {
  display: flex;
  padding: 18px 0px;
  border-bottom: 1px solid #e4e4e4;
  gap: 20px;
  padding-left: 20px;
  position: relative;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .shops-list__item {
      flex-direction: column;
      gap: 8px;
      padding: 10px 0px;
      padding-left: 10px; } }
  .shops-list__item:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E35205;
    top: 29px;
    left: 0; }
    @media (max-width: 575px) {
      .shops-list__item:before {
        top: 17px;
        width: 4px;
        height: 4px; } }
  .shops-list__item-phone {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 8px; }
    @media (max-width: 575px) {
      .shops-list__item-phone {
        font-size: 12px; } }
  .shops-list__item-descr {
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    line-height: 1.6;
    text-transform: none; }
    @media (max-width: 575px) {
      .shops-list__item-descr {
        font-size: 10px; } }
  .shops-list__item-right {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 12px; }
  .shops-list__item-social {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .shops-list__item-social:hover {
        cursor: pointer; } }
  .shops-list__item-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 11px 0px; }
    .shops-list__item-footer-icon {
      width: 32px;
      height: 32px;
      flex: 0 0 auto;
      background-color: #fff;
      border-radius: 50%;
      filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
      display: flex;
      justify-content: center;
      align-items: center; }
    .shops-list__item-footer-descr {
      font-size: 14px;
      font-weight: 600; }
      @media (max-width: 575px) {
        .shops-list__item-footer-descr {
          font-size: 10px; } }
