h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  text-wrap: balance;
}

.navbar {
  --bs-navbar-active-color: #eb8c23 !important;
}

.nav-link.active,
.nav-link.show {
  color: #eb8c23 !important;
}

h2 {
  color: #eb8c23;
}

.text-orange {
  color: #eb8c23;
}

.partner__icon {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact__icon {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.partner__icon img {
  max-height: 100%;
  width: auto;
}

.text-justify {
  text-align: justify !important;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .container-xl.container-xl-px {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media (max-width: 992px) {
  .main-title-contacts {
    text-align: center !important;
  }
}

.orange-line {
  height: 5px;
  background-color: #eb8c23;
}

.feedback-form__style {
  max-width: 330px;
  margin: 0 auto;
}

.feedback-form__style input,
.feedback-form__style textarea {
  width: 100%;
  box-sizing: border-box;
  color: #bfbfbf;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  line-height: 1;
}

.feedback-form__style input::placeholder,
.feedback-form__style textarea::placeholder {
  color: #bfbfbf;
}

.feedback-form__style input:focus,
.feedback-form__style textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #bfbfbf;
}

.massage__style input,
.massage__style textarea {
  line-height: 1.5;
}

.note {
  font-size: 10px;
  color: #bfbfbf;
}

.file-input {
  position: absolute;
  opacity: 0;
}

.file-wrapper {
  position: relative;
}

.file-text {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #bfbfbf;
}

.file-label {
  display: none;
}

.styled-button {
  border-radius: 5px;
  background-color: #eb8c23;
  border-color: #eb8c23;
  width: 159px;
  height: 30px;
  border: none;
}

.button-text {
  color: #ffffff;
  font-size: 12px;
}


input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #bfbfbf;
}
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 200px;
  width: 48px;
  height: 48px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background: #9bc33f;
  color: #ffffff;
  border: none;
  font-size: 20px;
  transition: display 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  display: none;
}

.scroll-top.is-visible {
  display: flex;
}
