body {
  background-image: url("assets/pattern-white.svg");
  background-repeat: repeat;
  background-size: 304px 304px;
  background-position: 0 0;
  background-color: #f5f9ff;
  font-family: mulish;
  color: #ffffff;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

a {
  all: unset;
  cursor: pointer;
}

.mini-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 5vw, 4rem);
  background: none;
}
.mini-services__btn {
  flex: 1;
  border-radius: 1rem;
  background-color: #f1f3f9;
  gap: clamp(0.5rem, 0.5rem + 1vw, 1.25rem);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  border: none;
  color: #212529;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(0.9rem, 1.25vw, 1rem);
  height: auto;
  padding: clamp(0.5rem, 1.5vw, 1.25rem) clamp(0.5rem, 1.5vw, 1.25rem);
}
.mini-services__btn:hover {
  background: #e5e5e5;
}
.mini-services__btn--active {
  background: #00b894;
  color: #fff;
}
.mini-services__btn--active:hover {
  background: #1ac9a2;
}
.mini-services__box {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.mini-services__variant {
  display: none;
  position: relative;
  width: 100%;
}
.mini-services__variant--active {
  display: block;
}
.mini-services__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.mini-services__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 0.25rem;
}
.mini-services__input {
  flex: 1;
  padding: 1.875rem 3.125rem;
  background: #fff;
  border-radius: 1rem;
  color: #999;
  font-size: clamp(1rem, 3.75vw, 1.25rem);
  font-weight: 600;
  cursor: text;
  position: relative;
  outline: none;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
  min-height: 1.5em;
  display: block;
  width: 100%;
  line-height: 1.2;
  text-align: left;
}
.mini-services__input:empty::before {
  content: attr(data-placeholder-text);
  color: #999;
  pointer-events: none;
}
.mini-services__input:focus {
  border-color: #007bff;
  outline: none;
  color: #273c63;
}
.mini-services__input[contenteditable=true]:empty::before {
  content: attr(data-placeholder-text);
  color: #999;
}
.mini-services__searcharea {
  background: #fff;
  border-radius: 1rem;
}
.mini-services__search {
  background: #1775cf;
  color: #fff;
  font-size: clamp(1rem, 3.75vw, 1.25rem);
  padding: 0.625rem 1.25rem;
  margin: 1.25rem 0.9375rem;
  border-radius: 1rem;
  cursor: pointer;
}
.mini-services__searchicon {
  width: 1.125rem;
  height: 1rem;
}
.mini-services__message-board {
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1.25rem;
}
.mini-services__message {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
.mini-services__warning {
  width: 1.5rem;
  height: 1.25rem;
}
.mini-services__message-box {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  color: #000;
  justify-content: space-between;
  margin: 0 0.9375rem 1.25rem;
}
.mini-services__column {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
}
.mini-services__column-big {
  width: 37.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
}
.mini-services__message-title {
  color: #767676;
  font-size: 0.75rem;
  font-weight: 600;
}
.mini-services__message-text {
  color: #212529;
  font-size: 1rem;
  font-weight: 600;
}
.mini-services__download {
  width: 1.0625rem;
  height: 1.125rem;
}
.mini-services__download-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 5vw, 4rem);
  background: none;
  margin: 9.25rem auto;
}
.services__btn {
  flex: 1;
  border-radius: 1rem;
  background-color: #ffffff;
  gap: clamp(0.5rem, 1vw, 1.25rem);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #1a6ed1;
  color: #1a6ed1;
  box-shadow: 0 4px 4px rgba(0, 123, 255, 0.25);
  font-size: clamp(0.6875rem, 1vw, 1.125rem);
  height: auto;
  padding: clamp(0.5rem, 1.5vw, 1.25rem) clamp(0.5rem, 1.5vw, 1.25rem);
}
.services__btn--active {
  background: #0056b3;
  color: #fff;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}
.services__btn--active .services__icon {
  stroke: #fff;
}
.services__icon {
  width: clamp(1.35rem, 2.75vw, 2.5rem);
  height: clamp(1.35rem, 2.75vw, 2.5rem);
  stroke: #0056b3;
  stroke-width: 1;
}
.services__box {
  width: 1200px;
  display: flex;
  gap: clamp(0.5rem, 1vw, 1rem);
}
.services__title {
  text-align: center;
  font-weight: 800;
  color: #1a4c80;
  font-size: clamp(1.5rem, 5vw, 3rem);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.services__variant {
  display: none;
  position: relative;
}
.services__variant--active {
  display: block;
}
.services__container {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(0, 123, 255, 0.2);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  box-shadow: 4px 4px 4px rgba(0, 123, 255, 0.25);
  width: 1200px;
  height: auto;
  min-height: 639px;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  border-radius: 1rem;
  padding: clamp(25px, 8.5vw, 50px);
  margin: 0 auto clamp(2rem, 7vw, 4rem);
  align-items: flex-start;
}
.services__subtitle {
  color: #212529;
  font-size: clamp(1rem, 3vw, 3rem);
  font-weight: 800;
}
.services__calculator-box {
  width: 60rem;
  height: auto;
  min-height: 36.875rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 3.125rem 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.services__calculator-row {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
.services__calculator-icon {
  width: clamp(1rem, 6vw, 2.5rem);
  height: clamp(1rem, 6vw, 2.5rem);
  stroke: #000;
  stroke-width: 1;
}
.services__calculator-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
}
.services__calculator-input {
  border: 1px solid #999;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.services__calculator-input:focus {
  border-color: #007bff;
}
.services__calculator-calendar {
  cursor: pointer;
}
.services__appeal-container {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.services__appeal-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
}
.services__appeal-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}
.services__appeal-submit {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  cursor: pointer;
}
.services__appeal-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.services__appeal-text {
  color: #000;
}
.services__appeal-btn {
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.625rem 8.125rem;
  background: #1675cf;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.services__appeal-forget {
  color: #6c8cd5;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.services__appeal-forget:hover {
  color: #4a6cd1;
  text-decoration: underline;
}

/* Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-overlay.active {
  display: flex;
}

.modal-window {
  background: #1d63b5;
  color: #ffffff;
  border-radius: 1rem;
  padding: clamp(1rem, 2vw, 2rem);
  width: clamp(16rem, 40vw, 26rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), 0 0 12px rgba(29, 99, 181, 0.6);
  text-align: center;
  position: relative;
}

.modal-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-title {
  font-size: 1.25rem;
  color: #ffca28;
  margin: 0;
}

.modal-text {
  font-size: 1rem;
  color: #f5f5f5;
  line-height: 1.4;
  margin: 0;
}

.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ff4f4f;
  transition: color 0.2s;
}

.modal-close:hover {
  color: #ffffff;
}

/* Modal Secondary */
.modal-window--secondary {
  background: linear-gradient(160deg, #2e2e3a, #3b3b4f);
  color: #e6f1ee;
  border-radius: 1rem;
  padding: clamp(1rem, 2vw, 2rem);
  width: clamp(16rem, 40vw, 26rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7), 0 0 16px rgba(40, 255, 195, 0.2);
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-window--secondary .modal-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(40, 255, 195, 0.4));
  opacity: 0.9;
}

.modal-window--secondary .modal-title {
  font-size: 1.25rem;
  color: #00bcd4;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
}

.modal-window--secondary .modal-text {
  font-size: 0.95rem;
  color: #dfe6e9;
  line-height: 1.5;
  margin: 0;
  max-width: 90%;
}

.modal-window--secondary .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ff6f91;
  transition: color 0.2s, transform 0.3s;
}

.modal-window--secondary .modal-close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.services__btn:nth-child(2) .services__icon {
  stroke-width: 0.1;
  fill: #0056b3;
}

.services__btn--active:nth-child(2) .services__icon {
  fill: #fff;
}

.mini-services__btn:nth-child(2) .services__icon {
  stroke-width: 0.1;
  fill: #0056b3;
}

.mini-services__btn--active:nth-child(2) .services__icon {
  fill: #fff;
}

.calendar {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px 56px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  color: #333333;
  position: absolute;
  top: -200px;
  right: -200px;
  z-index: 10;
  display: none;
}

.calendar.active {
  display: block;
}

.calendar .year {
  font-size: 72px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 18px 0;
}

.months {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 28px;
}

.month {
  min-width: 150px;
}

.month-header {
  text-align: center;
  font-weight: 600;
  color: #222222;
  margin-bottom: 8px;
  font-size: 14px;
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  color: #333333;
  font-size: 10px;
  text-align: center;
  margin-bottom: 8px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.day {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.day.muted {
  color: #e0e0e0;
}

.day.future {
  color: #e0e0e0;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 0, 0, 0.06);
}

.month.future .day {
  color: #e0e0e0;
  opacity: 0.85;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 880px) {
  .months {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .calendar {
    padding: 24px;
  }
  .calendar .year {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .months {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .calendar {
    padding: 18px;
  }
  .calendar .year {
    font-size: 40px;
  }
}
.loading-spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-spinner::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px dashed #1775cf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 5vw, 4rem);
  background: none;
  margin: 9.25rem auto;
}
.modal__container {
  background-image: url("assets/pattern-white.svg");
  background-repeat: repeat;
  background-size: 304px 304px;
  background-position: 0 0;
  background-color: #f5f9ff;
  box-shadow: inset 0 0 0 3px rgba(0, 123, 255, 0.4);
  width: 1200px;
  height: auto;
  min-height: 439px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1rem;
  padding: 50px;
  margin: 0 auto clamp(2rem, 7vw, 4rem);
  align-items: center;
  text-align: center;
  position: relative;
}
.modal__subtitle {
  color: #212529;
  font-size: 3rem;
  font-weight: 800;
  width: 60rem;
}
.modal__appeal-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.modal__appeal-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
}
.modal__appeal-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.modal__appeal-submit {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  cursor: pointer;
}
.modal__appeal-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.modal__appeal-text {
  color: #000;
}
.modal__appeal-btn {
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.625rem 8.125rem;
  background: #1675cf;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.modal__appeal-forget {
  color: #6c8cd5;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.modal__appeal-forget:hover {
  color: #4a6cd1;
  text-decoration: underline;
}
.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal__overlay.active {
  display: flex;
}
.modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ff4f4f;
  transition: color 0.2s;
}
.modal__close:hover {
  color: rgba(0, 123, 255, 0.4);
}

html {
  font-size: clamp(10px, 1vw + 0.5rem, 16px);
}

.services__box,
.services__container {
  width: min(90%, 1200px);
  min-height: auto;
}

@media (max-width: 768px) {
  .services__btn {
    font-size: clamp(0.75rem, 2.8vw, 1rem);
  }
  .services__icon {
    width: clamp(1.25rem, 4.5vw, 2rem);
    height: clamp(1.25rem, 4.5vw, 2rem);
  }
  .services__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
  }
  .services__subtitle {
    width: 100%;
  }
  .mini-services__box {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .mini-services__row {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}/*# sourceMappingURL=services.css.map */