@charset "UTF-8";
.header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #121a26;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.header__logo {
  display: block;
  height: 30px;
}
.header__burger {
  border: none;
  background: none;
  cursor: pointer;
}
.header__burger span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  background-color: #eef8fb;
}

.button {
  display: inline-block;
  width: 100%;
  padding: 0.85rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 999px;
  background-color: #b9e5ee;
  color: #13202d;
  text-align: center;
  text-decoration: none;
}

.service-plus {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 0;
  padding-top: 4rem;
  background-color: #141e2b;
  color: #eef8fb;
}
.service-plus__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  align-items: center;
  gap: 6rem;
  max-width: 1450px;
  margin: 0 auto;
  padding: 4rem 4rem 6rem;
}
.service-plus__eyebrow {
  margin-bottom: 1rem;
  color: #b9e5ee;
  font-weight: 800;
}
.service-plus__title {
  max-width: 620px;
  margin-bottom: 1.5rem;
  font-size: clamp(2.3rem, 3.5vw, 3.8rem);
  line-height: 1.05;
}
.service-plus__text {
  max-width: 580px;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
}
.service-plus__button {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
  padding-left: 2rem;
}
.service-plus__card {
  width: 100%;
  max-width: 820px;
  padding: 2rem 1.2rem;
  border-radius: 2.5rem;
  background-color: #eef8fb;
  color: #141e2b;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
.service-plus__card h3 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.service-plus__card p {
  margin-bottom: 2rem;
  opacity: 0.75;
}
.service-plus__table {
  width: 100%;
  border-collapse: collapse;
}
.service-plus__table tr {
  border-bottom: 1px solid rgba(20, 30, 43, 0.1);
}
.service-plus__table tr:last-child {
  border-bottom: none;
}
.service-plus__table th,
.service-plus__table td {
  padding: 0.9rem 0;
  text-align: left;
  font-size: 1rem;
}
.service-plus__table th {
  font-weight: 900;
}
.service-plus__table th:not(:first-child),
.service-plus__table td:not(:first-child) {
  text-align: center;
}

@media (max-width: 900px) {
  .service-plus {
    padding-top: 6rem;
  }
  .service-plus__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2rem 1.5rem 5rem;
  }
  .service-plus__button {
    width: 100%;
  }
  .service-plus__card {
    padding: 2rem;
  }
  .service-plus__table th,
  .service-plus__table td {
    padding: 1rem 0.6rem;
    font-size: 0.95rem;
  }
  .service-plus__table th:first-child,
  .service-plus__table td:first-child {
    padding-right: 1.2rem;
  }
  .service-plus__table th:not(:first-child),
  .service-plus__table td:not(:first-child) {
    min-width: 70px;
  }
}
.service-page-hero {
  min-height: 70vh;
  padding: 11rem 3rem 5rem;
  background-color: #141e2b;
  color: #eef8fb;
}
.service-page-hero__eyebrow {
  margin-bottom: 1rem;
  color: #b9e5ee;
  font-weight: 800;
}
.service-page-hero__title {
  max-width: 850px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  margin-bottom: 1.5rem;
  line-height: 1.02;
  font-weight: 900;
}
.service-page-hero__text {
  max-width: 720px;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}

.agreement-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  padding: 2rem 3rem 4rem;
  background-color: #141e2b;
}

.agreement-card {
  padding: 3rem;
  border-radius: 2.5rem;
  background-color: #eef8fb;
  color: #141e2b;
}
.agreement-card__label {
  margin-bottom: 1rem;
  color: #00b67a;
  font-weight: 900;
}
.agreement-card__title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
}
.agreement-card__text {
  max-width: 560px;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.8;
}
.agreement-card__list {
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}
.agreement-card__list li {
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.agreement-card__button {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
  padding-left: 2rem;
}
.agreement-card__price {
  margin-top: 0.9rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(20, 30, 43, 0.6);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.agreement-process {
  padding: 4rem 3rem 7rem;
  background-color: #eef8fb;
  color: #141e2b;
}
.agreement-process__eyebrow {
  margin-bottom: 1rem;
  color: #00b67a;
  font-weight: 900;
}
.agreement-process__title {
  max-width: 760px;
  margin-bottom: 3rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}
.agreement-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.agreement-process__step {
  padding: 2rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
.agreement-process__step span {
  display: block;
  margin-bottom: 1.5rem;
  color: #b9e5ee;
  font-size: 2rem;
  font-weight: 900;
}
.agreement-process__step h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.agreement-process__step p {
  line-height: 1.6;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .service-page-hero {
    min-height: auto;
    padding: 8rem 1.5rem 2.5rem;
  }
  .agreement-options {
    grid-template-columns: 1fr;
    padding: 0 1.5rem 5rem;
  }
  .agreement-card {
    padding: 2rem;
  }
  .agreement-card__button {
    width: 100%;
  }
  .agreement-process {
    padding: 4rem 1.5rem 5rem;
  }
  .agreement-process__steps {
    grid-template-columns: 1fr;
  }
}
.contact-flow {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  min-height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  padding: 11rem 3rem 6rem;
  background-color: #141e2b;
  color: #eef8fb;
}
.contact-flow__intro {
  align-self: center;
  transform: translateY(-110px);
}
.contact-flow__eyebrow {
  margin-bottom: 1rem;
  color: #b9e5ee;
  font-weight: 800;
}
.contact-flow__title {
  max-width: 720px;
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 4.4vw, 5rem);
  line-height: 1.02;
  font-weight: 900;
}
.contact-flow__text {
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}
.contact-flow__card {
  align-self: center;
  padding: 3rem;
  border-radius: 2.5rem;
  background-color: #eef8fb;
  color: #141e2b;
}

.contact-form {
  display: grid;
  gap: 2rem;
}
.contact-form__group {
  display: grid;
  gap: 1rem;
  border: none;
}
.contact-form__group legend {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 900;
  white-space: nowrap;
}
.contact-form__group label {
  display: grid;
  gap: 0.5rem;
  font-weight: 800;
}
.contact-form__group input,
.contact-form__group textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(20, 30, 43, 0.15);
  border-radius: 1rem;
  background-color: #ffffff;
  color: #141e2b;
  font: inherit;
}
.contact-form__group textarea {
  min-height: 130px;
  resize: vertical;
}
.contact-form__choice {
  display: flex !important;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  cursor: pointer;
}
.contact-form__choice input {
  width: auto;
}
.contact-form__choice span {
  font-weight: 800;
}
.contact-form__button {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
  padding-left: 2rem;
  border: none;
  cursor: pointer;
}
.contact-form__note {
  max-width: 520px;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .contact-flow {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 9rem 1.5rem 5rem;
  }
  .contact-flow__intro {
    transform: none;
  }
  .contact-flow__card {
    padding: 2rem;
  }
  .contact-form__button {
    width: 100%;
  }
}
.contact-success {
  display: none;
  text-align: center;
}
.contact-success h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 900;
}
.contact-success p {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
  opacity: 0.8;
}
.contact-success.active {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #141e2b;
  color: #eef8fb;
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 3rem;
  background-color: #141e2b;
}
.menu.active {
  display: flex;
}
.menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: none;
  background: none;
  color: #eef8fb;
  font-size: 2rem;
  cursor: pointer;
}
.menu__list {
  list-style: none;
}
.menu__list li {
  margin-bottom: 1.5rem;
}
.menu__list a {
  color: #eef8fb;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
}
.menu__logo-link {
  display: inline-block;
}
.menu__service-logo {
  width: 190px;
  height: auto;
  display: block;
  margin-top: 0.4rem;
}

@media (max-width: 800px) {
  .menu__service-logo {
    width: 170px;
  }
}
.service-plus__logo,
.service-page-hero__logo {
  width: 160px;
  margin-bottom: 1.4rem;
}

@media (max-width: 900px) {
  .service-plus__logo,
  .service-page-hero__logo {
    width: 135px;
  }
}
.service-plus__card-logo {
  width: 240px;
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .service-plus__card-logo {
    width: 190px;
  }
}
.contact-flow__logo {
  width: 150px;
  margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
  .contact-flow__logo {
    width: 125px;
  }
}
.vvs-check {
  display: inline-block;
}
.vvs-check summary {
  cursor: pointer;
  list-style: none;
  font-weight: inherit;
}
.vvs-check summary::-webkit-details-marker {
  display: none;
}
.vvs-check summary::after {
  content: "v";
  margin-left: 0.4rem;
  color: #00b67a;
  font-weight: 900;
}
.vvs-check[open] summary::after {
  content: "−";
}
.vvs-check p {
  max-width: 420px;
  margin-top: 0.55rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(20, 30, 43, 0.65);
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */