@media (max-width: 480px) {
  .org-search__item-guarantee-lang {
    top: -14px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    right: 11px !important;
    border: 1px solid #adb5bd;
    background-color: #fff;
  }
  .org-search__item-name-lang {
    font-size: 14px !important;
    line-height: 22px;
  }
}

.org-search__item-city {
  margin-bottom: 10px;
}
.org-search__item-city {
  font-size: 12px;
  line-height: 20px;
  color: #967744;
}
.org-search__item-address {
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
.org-search__item-name,
.org-search__item-city,
.org-search__item-address {
  -webkit-line-clamp: 4;
}
.org-search__item-name {
  margin-bottom: 10px;
}
.btn--success {
  box-shadow: 0 3px 15px rgb(150 119 68 / 45%);
}
.org-search__item-name-lang {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}
.org-search__item-city-lang {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #967744;
}
.org-search__item-guarantee-lang {
  position: absolute;
  top: 14px;
  width: 45px;
  right: 14px;
  height: 45px;
}
.org-search__item-lang {
  padding: 16px;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  color: #152536;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.org-search__item-lang:hover {
  border: 1px solid #adb5bd;
  background-color: #f9f9f9;
}
.table > :not(caption) > * > * {
  padding: 0.8rem 0.5rem;
}
.org-search__item {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.page__title {
    font-family: "PobedaBold";
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 22px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* this is for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}