.policy .wrapper {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}

.policy__title {
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.policy__h2 {
  font-size: 20px !important;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.policy h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.policy p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer_policy {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.choose__city {
  font-size: 1.5rem;
  text-align: center;
  margin: 20px auto 20px auto !important;
}

.choose__block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 360px;
  margin: 0 auto;
}

.choose__but {
  text-transform: uppercase;
  background-image: none;
  border: 2px solid #000;
  font-size: 1.1rem;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #000;
}

.choose__but:hover {
  color: #fff;
  background: #000;
}

.telegram__icon-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 80px;
    height: 80px;
}

@media (max-width: 767px) {
  .policy__title {
    font-size: 20px !important;
  }
}