html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  line-height: normal;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: inherit;
  transition: inherit;
  scrollbar-width: thin;
}

html {
  scrollbar-width: thin;
  min-height: 100vh;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #0b0a0a;
  line-height: 1.4;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  position: relative;
  scrollbar-width: thin;
  min-height: 100vh;
  overflow-x: hidden;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  outline: none;
  resize: none;
  text-align: left;
  background: none;
  font-size: 1rem;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

label {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  font-family: inherit;
  color: inherit;
  background-color: transparent;
  transition: opacity 1s ease;
  display: inline-block;
  cursor: pointer;
}
button:hover {
  opacity: 0.5;
}

ul {
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}
p a {
  text-decoration: underline;
  color: #00a5d3;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline;
  color: inherit;
  transition: opacity 0.5s ease-in-out, color 0.5s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

textarea {
  resize: none;
  scrollbar-width: thin;
}
textarea::-webkit-scrollbar {
  width: 0;
}

ul {
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  max-width: 100%;
  width: 100%;
  background: none;
  border: none;
  line-height: normal;
  font-size: 1rem;
}

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

input:disabled {
  opacity: 0.4;
  pointer-events: none;
}

textarea:focus {
  outline: none;
}

.container {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 80.75rem;
  width: 100%;
}

section {
  scroll-margin-top: 10rem;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.shell {
  padding: 2rem;
  position: fixed;
  z-index: 6;
  background: rgba(0, 0, 0, 0.65);
  overflow: auto;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  animation: 0.5s show ease;
  align-items: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.shell--open {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1200px) {
  .shell {
    padding: 1rem;
  }
}
@media (max-width: 900px) {
  .shell {
    padding: 4rem 0.5rem 12rem 0.5rem;
  }
}
.shell .modal {
  max-width: 80.94rem;
  width: 100%;
  margin: auto;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 1.5rem;
  gap: 1rem;
}
.shell .modal-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.shell .modal__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .shell .modal {
    border-radius: 1rem;
    padding: 1rem;
  }
}
.shell .close {
  display: flex;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: center/contain no-repeat url("/assets/imgs/close.svg");
  border-radius: 0.25rem;
}
.shell .close:hover {
  opacity: 0.5;
}

.download-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}

.download {
  font-size: 1.25rem;
  font-weight: 500;
  color: #00a5d3;
}

.fw-5 {
  font-weight: 500;
}

.table {
  display: inline-grid;
  max-width: 100%;
  width: 100%;
  border: 1px solid #0b0a0a;
}
.table-filling {
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
}
.table-row {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.table-row-5 {
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.table-row--first {
  grid-template-columns: 50% 50%;
}
.table-element {
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #0b0a0a;
}
@media (max-width: 900px) {
  .table {
    overflow: auto;
  }
  .table-filling {
    max-width: unset;
    width: 90rem;
  }
}

.info {
  padding-top: 3rem;
  padding-bottom: 4rem;
  margin-top: 3rem;
  background: #f7f7f7;
  text-align: center;
}
.info__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.info__text {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.25rem;
}
.info__requisites {
  margin-top: 1rem;
  color: #00a5d3;
  font-size: 1.25rem;
  text-decoration: underline;
  display: block;
}
.info-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.info-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.info-element__icon {
  width: 3rem;
}
.info-element__text {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 900px) {
  .info {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  .info__title {
    font-size: 1.5rem;
  }
  .info__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .info-list {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .info-element__icon {
    width: 2rem;
  }
  .info-element__text {
    font-size: 1rem;
  }
}

.footer {
  padding: 0.5rem;
  background: #f7f7f7;
  text-align: center;
}

@media (max-width: 900px) {
  html {
    font-size: 16px;
  }
}
.novelty {
  padding: 48px 0;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  font-family: Inter, system-ui, Segoe UI, Roboto, "Helvetica Neue", Arial;
}
.novelty__container {
  max-width: 80.75rem;
  margin: 0 auto;
  padding: 0 20px;
}
.novelty__label {
  display: inline-block;
  background: #ff3b30;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}
.novelty__title {
  font-size: 34px;
  margin: 6px 0 0 0;
  color: #0f1724;
}
.novelty__card {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 14px 40px rgba(15, 23, 36, 0.06);
  align-items: center;
}
@media (max-width: 1024px) {
  .novelty__card {
    grid-template-columns: 260px 1fr;
    padding: 22px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .novelty__card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
  }
}
.novelty__media {
  position: relative;
}
@media (max-width: 768px) {
  .novelty__media {
    max-width: 260px;
    margin: 0 auto;
  }
}
.novelty__thumb {
  -o-object-fit: cover;
     object-fit: cover;
  width: 320px;
  height: 366px;
  border-radius: 12px;
  background-image: linear-gradient(135deg, #e6eefc, #f6fbff);
  box-shadow: inset 0 -20px 40px rgba(43, 110, 246, 0.06);
  display: block;
}
@media (max-width: 1024px) {
  .novelty__thumb {
    width: 260px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .novelty__thumb {
    width: 100%;
    max-width: 260px;
    height: auto;
  }
}
.novelty__badges {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .novelty__badges {
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
  }
}
.novelty__subtitle {
  font-size: 20px;
  margin: 0 0 14px;
  color: #0b1220;
}
@media (max-width: 480px) {
  .novelty__subtitle {
    font-size: 18px;
  }
}
.novelty__list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 10px;
}
@media (max-width: 768px) {
  .novelty__list {
    grid-template-columns: 1fr;
    text-align: left;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    margin: 12px auto 18px;
  }
}
@media (max-width: 480px) {
  .novelty__list {
    width: 100%;
    margin: 10px 0 18px;
    display: flex;
    align-items: center;
  }
}
.novelty__list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.4;
  color: #0b0a0a;
  font-size: 15px;
}
@media (max-width: 480px) {
  .novelty__list li {
    font-size: 14px;
  }
}
.novelty__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 18%, rgba(255, 255, 255, 0) 19%), linear-gradient(180deg, #2b6ef6, #6aa7ff);
  box-shadow: 0 4px 10px rgba(43, 110, 246, 0.18);
  border: 2px solid #fff;
}
.novelty__prices {
  margin-top: 6px;
}
.novelty__prices h4 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #0f1724;
}
@media (max-width: 480px) {
  .novelty__prices h4 {
    font-size: 16px;
  }
}
.novelty__actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .novelty__actions {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .novelty__actions {
    flex-direction: column;
  }
}

.badge {
  background: linear-gradient(90deg, #fff 0, #f3f7ff 100%);
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 13px;
  border: 1px solid rgba(15, 23, 36, 0.06);
  font-weight: 600;
}
@media (max-width: 480px) {
  .badge {
    font-size: 12px;
  }
}

.prices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 480px) {
  .prices-grid {
    grid-template-columns: 1fr;
  }
}

.price-card {
  background: linear-gradient(180deg, #fff, #fbfdff);
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 36, 0.04);
}
.price-card__title {
  font-size: 13px;
  color: #0b0a0a;
  font-weight: 600;
}
.price-card__value {
  font-size: 20px;
  font-weight: 800;
  color: #00a5d3;
  margin-top: 6px;
}
@media (max-width: 480px) {
  .price-card__value {
    font-size: 18px;
  }
}
.price-card__note {
  font-size: 13px;
  color: #0b0a0a;
  margin-top: 6px;
}
@media (max-width: 480px) {
  .price-card__note {
    font-size: 12px;
  }
}

.btn {
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn--primary {
  background: #00a5d3;
  color: #fff;
}
.btn--ghost {
  background: transparent;
  color: #00a5d3;
  border-color: rgba(43, 110, 246, 0.12);
}

.form {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
  padding: 16px;
  display: flex;
  overflow: auto;
}
.form.is-open {
  opacity: 1;
  visibility: visible;
}
.form.is-open .form-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.form-content {
  max-width: 936px;
  width: 100%;
  background: #00a5d3;
  border-radius: 24px;
  padding: 32px;
  color: #fff;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin: auto;
}
.form-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.form-block {
  transition: 0.3s;
}
.form-block.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.form__title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.form__title--2 {
  font-size: 40px;
}
.form__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.form__tel {
  margin-top: 16px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-bottom: 16px;
}
.form__tel a {
  color: #fff;
}
.form-fill {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-fill__row {
  display: flex;
  gap: 16px;
}
.form-fill input,
.form-fill textarea {
  width: 100%;
  padding: 17px 24px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  color: #fff;
  background: none;
}
.form-fill input::-moz-placeholder, .form-fill textarea::-moz-placeholder {
  color: #fff;
}
.form-fill input::placeholder,
.form-fill textarea::placeholder {
  color: #fff;
}
.form-fill textarea {
  min-height: 240px;
}
.form .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.form .checkbox__box {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  position: relative;
  vertical-align: middle;
  background: none;
}
.form .checkbox__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.form .checkbox__input:checked + .checkbox__box {
  background: #fff;
  border-color: #fff;
}
.form .checkbox__text {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.form-button {
  margin-top: 16px;
  width: 100%;
  height: 56px;
  border-radius: 32px;
  border: 1px solid #fff;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;
}
.form-button:hover {
  background: #00a5d3;
  color: #fff;
}
.form-button--submit {
  background: #fff;
  color: #00a5d3;
}
.form-button--close {
  background: #fff;
  color: #00a5d3;
  margin-top: 20px;
}
.form-button .btn-loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(43, 83, 149, 0.3);
  border-top-color: #00a5d3;
  border-radius: 100%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  opacity: 0;
}
.form-button.is-loading {
  pointer-events: none;
}
.form-button.is-loading .btn-text {
  opacity: 0;
}
.form-button.is-loading .btn-loader {
  opacity: 1;
}
.form-info {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.form-info-right {
  display: flex;
  gap: 24px;
}
.form-info__text {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.form-info__text--link {
  text-decoration: underline;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .form-content {
    padding: 32px 24px;
  }
  .form__title {
    font-size: 20px;
  }
  .form__text {
    font-size: 16px;
  }
  .form-fill__row {
    flex-direction: column;
  }
  .form__tel {
    font-size: 16px;
  }
  .form-info {
    flex-direction: column;
  }
}/*# sourceMappingURL=all.css.map */