
    #___hrrr___{
    margin-bottom:1.5rem;
    }

    .____1_{
      margin-top: 1.5rem;
    }
#___hr1__{
  font-size: 0.8rem;
  position: relative; /* 🔑 заавал */

  
  display: flex;
  align-items: center;   /* БОСООГООР ГОЛЛУУЛНА */
  gap: 10px;
}

    #___hr1__>b{
      font-size: 1.3rem;
      font-style: 500;
    }
      
#___hr1__ > a{
  position: absolute; /* 🔑 */
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  background-color: var(--accent-2);
  border: none;
  color: white;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  
  border-radius:var(--radius);
  display: flex;
  align-items: center;   /* БОСООГООР ГОЛЛУУЛНА */
  gap: 10px;
}
      
#___hr1__ > a:hover{
  background-color: var(--accent);
}

.icon-hr-phone {
  -webkit-mask-image: var(--icon-hr-phone);
  mask-image: var(--icon-hr-phone);
}
.icon-hr-bag {
  -webkit-mask-image: var(--icon-hr-bag);
  mask-image: var(--icon-hr-bag);
 }
#___hr1__ >i , #___hr1__ >a> i{
  width: 40px;
  height: 40px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
#___hr1__ >i {
  background-color: #111;
}
#___hr1__ >a> i{
  background-color: #fff;
}

    #___hr2__{
      margin-top: 1.3rem;
    }
    #___hr2__>h3{
      font-size: 1.3rem;
      font-style: 500;
    }
    #___hr2__>p{
      font-style: italic;
    }

    #___hr3__{
      margin-top: 1.2rem;
      font-size: 1.2rem;
    }
    #___hr4__{
      margin-top: 1rem;
      margin-left: 1rem;
    }

    #___hr5__{
      margin-top: 1.2rem;
      font-size: 1.2rem;
    }
    #___hr6__{
      margin-top: 1rem;
      margin-left: 1rem;
      margin-bottom: 1rem;
    }
    #___hr6__ li {
      margin-bottom: 0.7rem;
    }
    #___hr6__ li span {
      margin-left: 1rem;
      color: var(--gb-color);
    }
  