.address {
  &__title {
    margin-bottom: 66px;
  }
  &__btn,
  &__text {
    width: 100%;
    height: 99px;
    border: none;
    box-shadow: 0 0 16px rgba(11, 28, 38, 0.14);
    background-color: #ffffff;
    color: #0b1c26;
    font-size: 18px;
    text-align: center;
  }
  &__btn {
    &_pointer {
      cursor: pointer;
    }
    &:disabled {
      cursor: default;
      pointer-events: none;
    }
  }
  &__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}