/* Utility класс для скрытых элементов (доступных для скринридеров) */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.input-wrap {
  position: relative;
}

.input-wrap__icon {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  line-height: 0;
  transition: color 0.15s ease-in-out;
}

input:focus + .input-wrap__icon {
  color: #f37021;
}

@media (max-width: 575.98px) {
  .form-control-lg {
    padding: 0.6rem 1rem;
  }
}

.range-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.range-slider__val {
  font-size: 17px;
  font-weight: 700;
  text-align: right;
}

.range-slider__range {
  padding: 14px 0 0;
}

.range-slider__range--pips {
  padding: 14px 0 40px;
}

.range-slider.hot .range-slider__val {
  color: #ef5350;
}

.range-slider.hot .noUi-handle {
  border-color: #ef5350;
}

.range-slider.hot .noUi-handle,
.range-slider.hot .noUi-handle:focus,
.range-slider.hot .noUi-handle:hover {
  background-color: #ef5350;
}

.range-slider.temperate .range-slider__val {
  color: #ca74ce;
}

.range-slider.temperate .noUi-handle {
  border-color: #ca74ce;
}

.range-slider.temperate .noUi-handle,
.range-slider.temperate .noUi-handle:focus,
.range-slider.temperate .noUi-handle:hover {
  background-color: #ca74ce;
}

.range-slider.cold .range-slider__val {
  color: #23a9f6;
}

.range-slider.cold .noUi-handle {
  border-color: #23a9f6;
}

.range-slider.cold .noUi-handle,
.range-slider.cold .noUi-handle:focus,
.range-slider.cold .noUi-handle:hover {
  background-color: #23a9f6;
}

@media (max-width: 575.98px) {
  .range-slider__label,
  .range-slider__val {
    font-size: 14px;
  }
}

.form-control-range--gradient,
.form-control-range--gradient.focus {
  background-image: linear-gradient(
    90deg,
    #ef5350 0,
    #f35388 20%,
    #df67bb 40%,
    #b681e2 60%,
    #7a98f6 80%,
    #23a9f6
  );
}

.check-tag {
  cursor: pointer;
}

.check-tag input {
  display: none;
}

.check-tag__text {
  position: relative;
  display: inline-block;
  padding: 12px 22px;
  background: rgba(243, 112, 33, 0.25);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: transform 0.15s ease-in-out, color 0.15s ease-in-out,
    background 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-tag__text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 19px;
  height: 19px;
  background: 50% / contain
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij4gICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxjaXJjbGUgY3g9IjkuNSIgY3k9IjkuNSIgcj0iOS41IiBmaWxsPSIjRkZGIi8+ICAgICAgICA8cGF0aCBmaWxsPSIjRjQ4MjIyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik04Ljc1IDEyLjhMNS4yMjUgOS4yNzVsMS4wNS0xLjA1TDguNzUgMTAuN2w2LjMtNi4zQzEzLjYyNSAyLjk3NSAxMS42NzUgMiA5LjUgMiA1LjM3NSAyIDIgNS4zNzUgMiA5LjVTNS4zNzUgMTcgOS41IDE3IDE3IDEzLjYyNSAxNyA5LjVjMC0xLjQyNS0uMzc1LTIuNy0xLjA1LTMuODI1TDguNzUgMTIuOHoiLz4gICAgPC9nPjwvc3ZnPg==")
    no-repeat;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
}

.check-tag__text:hover,
input:checked + .check-tag__text {
  background: #f37021;
  color: #fff;
}

input:checked + .check-tag__text:before {
  transform: scale(1);
}

@media (min-width: 1075px) {
  .check-tag__text:hover {
    box-shadow: 0 5px 5px 0 rgba(243, 112, 33, 0.25);
    transform: translateY(-2px);
  }
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px -14px 0;
}

.check-list .check-tag {
  margin: 0 14px 14px 0;
}
.form-info {
  color: #333;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
  font-size: 1.2em;
}

.form-info:hover {
  opacity: 1;
}
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}
code,
kbd,
samp {
  font-family: inherit;
}
.calculator {
  margin-bottom: 60px;
  background: #fff;
  border: 2px solid rgba(244, 130, 34, 0.25);
  border-radius: 6px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.calculator__range-row {
  margin-right: -20px;
  margin-left: -20px;
}

.calculator__range-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.calculator__header {
  padding: 40px 40px 30px;
}

.calculator__body {
  padding: 30px 40px 40px;
}

.calculator__result {
  padding: 0 40px 40px;
}

.calculator__result p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .calculator .check-list {
    min-width: 550px;
  }

  .calculator .horizontal-scroller {
    margin: 0 -40px;
    padding: 0 40px;
  }
}

@media (max-width: 575.98px) {
  .calculator {
    margin: 0 -20px 40px;
  }

  .calculator__header {
    padding: 20px 20px 15px;
  }

  .calculator__body {
    padding: 15px 20px 20px;
  }

  .calculator__result {
    padding: 0 20px 20px;
  }

  .calculator .horizontal-scroller {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

.calculator-result__item {
  margin-bottom: 50px;
}

.calculator-result__item:last-child {
  margin-bottom: 0;
}

.mt-2,
.my-2 {
  margin-top: 0.625rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.875rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1.25rem !important;
}
.h5,
h5 {
  font-size: 21px;
}
.h6,
h6 {
  font-size: 16px;
}
@media (min-width: 1075px) {
  .d-lg-none {
    display: none !important;
  }
}
.form-group {
  margin-bottom: 20px;
}

/* Generic interactive card link styles (used on hub tiles) */
a.link-card {
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  outline: none;
  display: block;
}

a.link-card:hover,
a.link-card:focus,
a.link-card:focus-visible {
  border-color: #0066cc !important;
  box-shadow: 0 4px 16px rgba(0, 102, 204, 0.15) !important;
  transform: translateY(-2px);
}

/* Primary CTA button (used on service page and landings) */
.btn-cta {
  background: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-cta:hover,
.btn-cta:focus,
.btn-cta:focus-visible {
  background: #0052a3;
  box-shadow: 0 4px 14px rgba(0, 82, 163, 0.3);
  transform: translateY(-1px);
}

.btn-cta:active {
  transform: translateY(0);
}
