.price-page {
  padding: 30px 0 58px;
  background: #f6f8fb;
}

.price-page * {
  box-sizing: border-box;
}

.price-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
}

.price-seo__body {
  padding: 28px;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(16, 32, 51, .08);
}

.price-seo__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid #b9d8df;
  border-radius: 8px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.price-seo__body h1 {
  max-width: 860px;
  margin: 0;
  color: #102033;
  font-size: 34px;
  line-height: 1.14;
  font-weight: 900;
  text-transform: uppercase;
}

.price-seo__body > p {
  max-width: 920px;
  margin: 14px 0 0;
  color: #3b4d61;
  font-size: 17px;
  line-height: 1.62;
}

.price-seo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.price-seo__grid article {
  padding: 18px;
  border: 1px solid #e0e8ef;
  border-radius: 8px;
  background: #f9fbfd;
}

.price-seo__grid h2 {
  margin: 0 0 8px;
  color: #1d5789;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
  text-transform: none;
}

.price-seo__grid p {
  margin: 0;
  color: #526474;
  font-size: 14px;
  line-height: 1.55;
}

.price-calc {
  padding-top: 10px;
  padding-bottom: 58px;
  background: #f6f8fb;
}

.price-calc * {
  box-sizing: border-box;
}

.price-calc__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: stretch;
}

.price-calc__intro,
.price-calc__form {
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(16, 32, 51, .08);
}

.price-calc__intro {
  padding: 28px;
}

.price-calc__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid #b9d8df;
  border-radius: 8px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.price-calc h2 {
  max-width: 720px;
  margin: 0;
  color: #102033;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
}

.price-calc__lead {
  max-width: 740px;
  margin: 14px 0 0;
  color: #3b4d61;
  font-size: 17px;
  line-height: 1.6;
}

.price-calc__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.price-calc__card {
  min-height: 120px;
  padding: 16px;
  border: 1px solid #e0e8ef;
  border-radius: 8px;
  background: #f9fbfd;
}

.price-calc__card span {
  display: block;
  color: #617385;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.price-calc__card strong {
  display: block;
  margin-top: 8px;
  color: #1d5789;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 900;
}

.price-calc__card small {
  display: block;
  margin-top: 8px;
  color: #526474;
  font-size: 13px;
  line-height: 1.4;
}

.price-calc__photo {
  margin: 22px 0 0;
  overflow: hidden;
  border: 1px solid #e0e8ef;
  border-radius: 8px;
  background: #ffffff;
}

.price-calc__photo img {
  display: block;
  width: 100%;
  height: 318px;
  object-fit: cover;
  object-position: center;
}

.price-calc__photo figcaption {
  margin: 0;
  padding: 12px 16px;
  background: #ffffff;
  color: #526474;
  font-size: 14px;
  line-height: 1.4;
}

.price-calc__form {
  display: grid;
  align-self: start;
  gap: 14px;
  padding: 22px;
}

.price-calc__field {
  display: grid;
  gap: 7px;
}

.price-calc__field label,
.price-calc__options-title {
  color: #102033;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.price-calc__field select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #cbdce8;
  border-radius: 8px;
  background: #ffffff;
  color: #102033;
  font-size: 15px;
}

.price-calc__options {
  display: grid;
  gap: 8px;
}

.price-calc__check {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid #e0e8ef;
  border-radius: 8px;
  background: #fbfdff;
  color: #243447;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
}

.price-calc__check input {
  width: 18px;
  height: 18px;
  accent-color: #1d5789;
}

.price-calc__check span:last-child {
  color: #1d5789;
  font-weight: 900;
  white-space: nowrap;
}

.price-calc__result {
  padding: 16px;
  border-radius: 8px;
  background: #102033;
  color: #ffffff;
}

.price-calc__result span,
.price-calc__result small {
  display: block;
}

.price-calc__result span {
  color: #b9d8df;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.price-calc__result strong {
  display: block;
  margin-top: 5px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.price-calc__result small {
  margin-top: 8px;
  color: #d8e5ee;
  font-size: 13px;
  line-height: 1.45;
}

.price-calc__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.price-calc__summary li {
  list-style: none;
  padding: 6px 8px;
  border-radius: 8px;
  background: #eaf4ff;
  color: #1d5789;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.price-calc__send {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #f7fbff;
}

.price-calc__send-title {
  color: #102033;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.price-calc__send-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.price-calc__input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #cbdce8;
  border-radius: 8px;
  background: #ffffff;
  color: #102033;
  font-size: 15px;
  line-height: 1.2;
}

.price-calc__input::placeholder {
  color: #7d8da0;
}

.price-calc__submit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #1d5789;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.price-calc__submit:hover {
  background: #17476f;
}

.price-calc__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.price-calc__actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 8px;
  background: #1d5789;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.price-calc__actions a:last-child {
  background: #eef6fb;
  color: #1d5789 !important;
}

@media (max-width: 990px) {
  .price-page__grid {
    grid-template-columns: 1fr;
  }

  .price-seo__grid {
    grid-template-columns: 1fr;
  }

  .price-calc__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .price-page {
    padding: 16px 0 38px;
  }

  .price-seo__body {
    padding: 18px;
  }

  .price-seo__body h1 {
    font-size: 13px;
  }

  .price-seo__body > p {
    font-size: 15px;
  }

  .price-calc {
    padding-top: 16px;
    padding-bottom: 38px;
  }

  .price-calc__intro,
  .price-calc__form {
    padding: 18px;
  }

  .price-calc h2 {
    font-size: 24px;
  }

  .price-calc__lead {
    font-size: 15px;
  }

  .price-calc__cards {
    grid-template-columns: 1fr;
  }

  .price-calc__card {
    min-height: auto;
  }

  .price-calc__photo img {
    height: 210px;
  }

  .price-calc__check {
    grid-template-columns: 18px 1fr;
  }

  .price-calc__check span:last-child {
    grid-column: 2;
  }

  .price-calc__actions {
    grid-template-columns: 1fr;
  }
}
