@font-face {
  font-family: "Handjet";
  src: url("/assets/fonts/Handjet-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Handjet";
  src: url("/assets/fonts/Handjet-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  font-size: 10px;
  text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "JB";
  src: url("/assets/fonts/JB-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "JB";
  src: url("/assets/fonts/JB-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "JB";
  src: url("/assets/fonts/JB-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  font-family: inherit;
  padding: 0;
  margin: 0;
  letter-spacing: -0.08em;
  line-height: 100%;
  font-size: var(--font-size);
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  cursor: pointer;
  color: #0049FF;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "JB", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

:root {
  --font-size: 1.6rem;
}

* {
  letter-spacing: -0.06em;
}

@media (min-width: 1001px) {
  :root {
    --max-width: 130rem;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1439px) {
  :root {
    font-size: 0.6944444444vw !important;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  :root {
    --max-width: 62.8rem;
    font-size: 1.3458950202vw;
  }
}
@media (max-width: 743px) {
  :root {
    --max-width: 30.6rem;
    font-size: 2.6666666667vw;
  }
}
hr {
  border-bottom: 3px solid transparent;
  border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 4px, transparent 4px, transparent 12px);
  border-image-slice: 1;
}

@media (max-width: 743px) {
  hr {
    border-bottom: 2px solid transparent;
    border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 2px, transparent 2px, transparent 6px);
  }
}
header {
  margin: 0 auto;
  max-width: var(--max-width);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
header input,
header label,
header section {
  display: none;
}
header section {
  z-index: 10;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 2.9rem 2.9rem 0;
  transition: 0.1s;
  display: flex;
}
header section > div {
  height: 100%;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: none;
}
header section a {
  color: #fff;
  text-underline-offset: 0.3rem;
}
header input:checked ~ section {
  right: 0;
}
header input:checked ~ label .open {
  display: none;
}
header input:checked ~ label .close {
  display: block;
  width: 2.4rem;
}
@media (min-width: 1001px) {
  header {
    height: 15rem;
  }
  header section {
    display: none;
  }
  header .logo {
    width: 31.7rem;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  header {
    height: 14.5rem;
  }
  header section {
    display: none;
  }
  header .logo {
    width: 28.2rem;
  }
}
@media (max-width: 743px) {
  header {
    height: 8.4rem;
  }
  header .logo {
    width: 18.4rem;
  }
  header section .logo {
    margin-bottom: 7.5rem;
  }
  header label {
    cursor: pointer;
    display: block;
    z-index: 11;
  }
  header label .open {
    width: 2.7rem;
  }
  header label .close {
    display: none;
  }
}

.nav {
  background: #000;
}
.nav ul {
  height: 4.2rem;
  margin: 0 auto;
  max-width: var(--max-width);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.5rem;
}
.nav a {
  color: white;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.2rem;
  text-underline-offset: 0.3rem;
}
.nav img {
  width: 2.2rem;
}

@media (max-width: 743px) {
  body:has(#menu-toggle:checked) {
    overflow: hidden;
    height: 100vh;
  }

  .nav {
    display: none;
  }
}
.link {
  color: #002BFF;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
  cursor: pointer;
}
.link * {
  font-size: 3rem;
  white-space: nowrap;
}
.link img {
  width: 3.4rem;
  flex-shrink: 0;
}
.link__dashed {
  text-decoration: underline dashed;
  text-decoration-thickness: 0.2rem;
  -webkit-text-decoration-style: dashed;
}
.link__arrow img {
  width: 1.8rem;
}
.link:hover {
  text-decoration: none;
}
@media (min-width: 1001px) {
  .link {
    gap: 1.2rem;
  }
  .link__arrow {
    gap: 0.5rem;
  }
  .link * {
    font-size: 3rem;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  .link {
    gap: 0.7rem;
  }
  .link * {
    font-size: 2.4rem;
  }
}
@media (max-width: 743px) {
  .link {
    gap: 0.5rem;
  }
  .link * {
    font-size: 2rem;
  }
  .link__arrow img {
    width: 1.2rem;
  }
  body:has(#menu-toggle:checked) {
    overflow: hidden;
    height: 100vh;
  }
}

.input {
  position: relative;
  width: 100%;
  height: 5.5rem;
  font-weight: 500;
  font-size: 2rem;
  border: 10px solid transparent;
  border-image-source: url("/assets/images/border.svg");
  background-size: contain;
  border-image-slice: 8;
  outline: none;
  background-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
.input__textarea {
  resize: unset;
  height: 19.2rem;
}
.input::placeholder {
  color: #C3C3C3;
}
.input-label {
  color: #FF7A00;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  top: -2.1rem;
  z-index: 1;
}
.input-wrapper {
  position: relative;
}
.input-wrapper[data-required]::before {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: url("/assets/images/input.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1.9rem;
  top: 1.9rem;
  z-index: 1;
}
.input-wrapper[data-required] .input {
  padding-right: 3rem;
}
.input-wrapper[data-error] .input {
  border-image-source: url("/assets/images/border-error.svg");
  color: #FF0000;
}
.input-wrapper[data-error]::after {
  display: block;
  content: attr(data-error);
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  font-size: 1.6rem;
  color: #FF0000;
  font-weight: 500;
}
.input-wrapper[data-error][data-required]::before {
  background: url("/assets/images/input-error.svg") no-repeat center;
  background-size: contain;
}
.input-wrapper[data-disabled] .input {
  pointer-events: none;
  border-image-source: url("/assets/images/border-disabled.svg");
  color: #C3C3C3;
}
.input-wrapper[data-disabled][data-required]::before {
  background: url("/assets/images/input-disabled.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 743px) {
  .input {
    border-image-slice: 8;
    height: 4.7rem;
    font-size: 1.4rem;
  }
  .input__textarea {
    height: 18rem;
  }
  .input-label {
    font-size: 1.2rem;
    top: -1.9rem;
  }
  .input-wrapper[data-required]::before {
    right: 1.2rem;
    top: 1.5rem;
  }
  .input-wrapper[data-required] .input {
    padding-right: 2rem;
  }
  .input-wrapper[data-error]::after {
    bottom: -1.7rem;
    font-size: 1.2rem;
  }
}
.checkbox {
  cursor: pointer;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  appearance: none;
  background: url("/assets/images/checkbox.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.checkbox:checked {
  background: url("/assets/images/checkbox-checked.svg") no-repeat center;
  background-size: contain;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.7ch;
}
.checkbox-wrapper * {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
}
.checkbox-wrapper[data-disabled] {
  pointer-events: none;
}
.checkbox-wrapper[data-disabled] * {
  color: #C3C3C3 !important;
}
.checkbox-wrapper[data-disabled] .checkbox {
  background: url("/assets/images/checkbox-disabled.svg") no-repeat center;
  background-size: cover;
}
.checkbox-wrapper[data-disabled] .checkbox:checked {
  background: url("/assets/images/checkbox-checked-disabled.svg") no-repeat center;
  background-size: cover;
}

@media (min-width: 744px) and (max-width: 1000px) {
  .checkbox-wrapper * {
    font-size: 1.8rem;
  }
}
@media (max-width: 743px) {
  .checkbox-wrapper * {
    font-size: 1.2rem;
  }
}
.radio {
  cursor: pointer;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  appearance: none;
  background: url("/assets/images/radio.svg") no-repeat center;
  background-size: contain;
  outline: none;
}
.radio:checked {
  background: url("/assets/images/radio-checked.svg") no-repeat center;
  background-size: contain;
}
.radio-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.7ch;
}
.radio-wrapper > * {
  cursor: pointer;
  font-size: 2rem;
}
.radio-wrapper[data-disabled] {
  pointer-events: none;
}
.radio-wrapper[data-disabled] * {
  color: #C3C3C3;
}
.radio-wrapper[data-disabled] .radio {
  background: url("/assets/images/radio-disabled.svg") no-repeat center;
  background-size: cover;
}
.radio-wrapper[data-disabled] .radio:checked {
  background: url("/assets/images/radio-checked-disabled.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 743px) {
  .radio-wrapper > * {
    font-size: 1.4rem;
  }
}
.result {
  pointer-events: none;
  display: none;
  border: 14px solid transparent;
  border-image-source: url("/assets/images/border.svg");
  background: #fff;
  position: relative;
  height: 20rem;
}
.result * {
  font-size: 2rem;
  font-weight: 500;
}
.result-success * {
  color: #FF7A00;
}
.result-success, .result-error {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0;
  background: #fff;
}
.result-success *, .result-error * {
  font-size: 3rem;
}
.result-success img, .result-error img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
}
.result[data-status=success] .result-success {
  display: flex;
}
.result[data-status=error] .result-error {
  display: flex;
}
.result[data-status=error] .result-error * {
  color: #FF0000;
}
.result-title {
  font-size: 3rem;
  padding-bottom: 2rem;
  color: #FF7A00;
}

@media (min-width: 1001px) {
  .result {
    width: 85.2rem;
    border-image-slice: 22;
    grid-template-columns: 39rem 1fr;
    column-gap: 5rem;
  }
  .result-title {
    grid-column: 1/3;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  .result {
    border-image-slice: 12;
  }
  .result * {
    font-size: 1.6rem;
  }
  .result-title {
    font-size: 2.2rem;
  }
  .result-success *, .result-error * {
    font-size: 2.2rem;
  }
}
@media (max-width: 743px) {
  .result {
    border-image-slice: 10;
  }
  .result * {
    font-size: 1.4rem;
  }
  .result-success, .result-error {
    height: 18rem;
  }
  .result-success *, .result-error * {
    font-size: 2.2rem;
  }
  .result-success img, .result-error img {
    width: 7.1rem;
  }
  .result-title {
    font-size: 2.2rem;
  }
}
.icon {
  width: 2rem !important;
}

.contact-locales {
  display: flex;
  flex-direction: column;
}
.contact-locales * {
  font-weight: 500;
}
.contact-contacts {
  display: flex;
  flex-direction: column;
}
.contact-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
}
.contact-tip {
  font-weight: 500;
}
.contact-tip[data-disabled] {
  pointer-events: none;
  color: #C3C3C3;
}
.contact-send {
  margin-top: 0.5rem;
}
.contact-send > *:not(.link) {
  display: none;
}
.contact-send-button.disabled {
  cursor: not-allowed;
}
.contact-send-button.disabled * {
  pointer-events: none;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}
.contact-form.inactive .result {
  pointer-events: auto;
  display: grid;
}
.contact-form.inactive .contact-send-button {
  display: none;
}
.contact-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3rem;
}
.contact-agreement {
  margin-top: 4rem;
}
.contact-agreement label, .contact-agreement a {
  white-space: normal;
}

@media (min-width: 1001px) {
  .contact {
    padding: 11.8rem 0;
    display: grid;
    grid-template-columns: 1fr 40rem 1fr;
    grid-template-rows: min-content auto;
    gap: 9.3rem 5.8rem;
  }
  .contact-title {
    font-size: 3.5rem;
    line-height: 3.85rem;
    max-width: 90%;
  }
  .contact-title:nth-child(2) {
    grid-column: 3;
  }
  .contact-form {
    grid-column: 2;
    grid-row: 1/4;
  }
  .contact-radio * {
    font-size: 2rem !important;
    font-weight: 500 !important;
  }
  .contact-tip {
    font-size: 1.6rem;
    line-height: 1.68rem;
  }
  .contact-locales {
    gap: 1.9rem;
  }
  .contact-locales li {
    font-size: 2rem;
  }
  .contact-contacts {
    gap: 2.7rem;
    margin-top: -0.8rem;
  }
  .contact-agreement * {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  .contact {
    padding: 11rem 0;
    display: grid;
    grid-template-columns: 1fr 32rem;
    grid-template-rows: auto 33rem 6.5rem auto;
    gap: 5.5rem 4.8rem;
  }
  .contact .input {
    font-size: 1.6rem !important;
  }
  .contact-title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .contact-title:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3;
  }
  .contact-title:nth-child(2) {
    grid-row: 3;
    grid-column: 1;
  }
  .contact-form {
    grid-column: 2;
    grid-row: 2/5;
  }
  .contact-radio * {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
  }
  .contact-tip {
    font-size: 1.4rem;
    line-height: 1.47rem;
  }
  .contact-locales {
    gap: 2rem;
    grid-column: 1;
    grid-row: 2;
  }
  .contact-locales li {
    font-size: 1.8rem;
  }
  .contact-contacts {
    grid-column: 1;
    grid-row: 4;
    gap: 3rem;
  }
  .contact-agreement * {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 743px) {
  .icon {
    width: 1rem !important;
  }
  .contact {
    padding: 7rem 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
  }
  .contact .input {
    font-size: 1.4rem !important;
  }
  .contact-title {
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
  }
  .contact-title:nth-child(2) {
    grid-row: 4;
  }
  .contact-form {
    grid-row: 3;
    margin-bottom: 7rem;
  }
  .contact-radio * {
    font-size: 1.4rem !important;
    font-weight: 500 !important;
  }
  .contact-tip {
    font-size: 1.2rem;
    line-height: 1.26rem;
  }
  .contact hr {
    margin-bottom: 7rem;
  }
  .contact-locales {
    gap: 0.6rem;
    grid-row: 2;
    margin-bottom: 1.9rem;
  }
  .contact-locales li {
    font-size: 1.2rem;
  }
  .contact-contacts {
    grid-row: 5;
    gap: 3rem;
  }
  .contact-agreement * {
    font-size: 1.2rem !important;
  }
}
.documents {
  display: flex;
  gap: 2.7rem;
  padding: 5rem 0;
}
@media (max-width: 743px) {
  .documents {
    gap: 1.9rem;
    padding: 2.6rem 0;
  }
}

footer {
  width: 100%;
  min-width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media (min-width: 1001px) {
  footer {
    height: 12rem;
    font-size: 3rem;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  footer {
    height: 10.2rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 743px) {
  footer {
    height: 8rem;
    font-size: 2rem;
  }
}
:root {
  scroll-behavior: smooth;
}

.desktop,
.tablet,
.mobile {
  display: none;
}

.services ul {
  display: flex;
  flex-direction: column;
}
.services li div {
  color: #FF7A00;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: "Handjet", sans-serif;
  letter-spacing: 0;
}
.services a {
  color: #002BFF;
}

.benefits * {
  font-size: 2rem;
  line-height: 2.2rem;
}
.benefits p {
  text-align: center;
}
.benefits p img {
  width: 2.1rem;
}
.benefits p a {
  display: inline-flex;
  align-items: center;
  gap: 1ch;
}
.benefits li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.details summary {
  height: 22.4rem;
  color: #FF7A00;
  font-family: "Handjet", sans-serif;
  font-size: 7rem;
  cursor: pointer;
  list-style: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.details summary::-webkit-details-marker {
  display: none;
}
.details summary::after {
  margin-left: 3.2rem;
  content: "";
  width: 4.9rem;
  height: 2.8rem;
  background: url("/assets/icons/arrow-down.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.1s ease;
}
.details[open] summary::after {
  transform: rotate(180deg);
}
.details-body {
  margin-bottom: 11rem;
}
.details-table li > *:nth-child(2) {
  font-weight: 400;
}
.details-table li > *:nth-child(3) {
  font-weight: 500;
}
.details-case:last-child {
  margin-bottom: 0;
}
.details-case ul {
  list-style: initial;
  display: flex;
  flex-direction: column;
}
.details-advantages h4 {
  border-bottom: 0.4rem solid #FF7A00;
}

.header-links {
  display: flex;
  align-items: center;
}

.advantages li img {
  flex-shrink: 0;
}

@media (min-width: 1001px) {
  .desktop {
    display: initial;
  }
  .top {
    display: grid;
    grid-template-columns: 39rem 1fr 39rem;
    grid-template-rows: 36rem auto;
    row-gap: 8.1rem;
    margin-bottom: 8.4rem;
  }
  .top h1 {
    font-size: 5rem;
    align-self: flex-end;
  }
  .top div {
    grid-row: 1;
    grid-column: 2;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .top div img {
    position: absolute;
    bottom: 0;
    width: 39.7rem;
  }
  .top p {
    grid-row: 1/3;
    grid-column: 3;
    align-self: flex-end;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .advantages {
    padding: 10rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5.6rem;
  }
  .advantages li {
    display: flex;
    align-items: flex-start;
    gap: 2.7rem;
  }
  .advantages li img {
    width: 3.8rem;
  }
  .advantages li span {
    margin-top: -0.4rem;
    font-size: 3.5rem;
    line-height: 3.68rem;
  }
  .services {
    display: grid;
    grid-template-columns: 34.3rem 1fr;
    gap: 4.8rem 10.5rem;
    padding: 11.8rem 0;
  }
  .services ul {
    gap: 4.2rem;
    margin-top: -0.6rem;
  }
  .services li div {
    font-size: 4.5rem;
    margin-bottom: 1rem;
  }
  .services li p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .services a {
    grid-row: 2;
    grid-column: 2;
    font-size: 2rem;
  }
  .services img {
    width: 33.6rem;
  }
  .benefits {
    padding: 11.8rem 0;
  }
  .benefits ul {
    margin-bottom: 9.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.8rem;
  }
  .benefits li {
    gap: 2rem;
  }
  .benefits img {
    width: 7.2rem;
  }
  .details-table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6.5rem;
    margin-bottom: 7.2rem;
  }
  .details-table li {
    display: grid;
    grid-template-rows: 6rem 6rem auto;
  }
  .details-table li > *:nth-child(1) {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .details-table li > *:nth-child(2) {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .details-table li > *:nth-child(3) p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .details-table li p {
    margin-bottom: 1rem;
  }
  .details-title {
    font-size: 3.5rem;
    margin-bottom: 7rem;
  }
  .details-cases {
    margin-bottom: 11.8rem;
  }
  .details-case {
    margin-bottom: 3rem;
  }
  .details-case h4 {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }
  .details-case ul {
    gap: 0.8rem;
    margin-left: 2.5rem;
  }
  .details-case li {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .details-advantages {
    margin-bottom: 11.8rem;
  }
  .details-advantages ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.4rem;
  }
  .details-advantages h3 {
    text-align: center;
  }
  .details-advantages h4 {
    height: 14rem;
    font-size: 3.1rem;
    line-height: 3.3rem;
  }
  .details-advantages li {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
  }
  .details-advantages p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .header-links {
    gap: 5rem;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  .tablet {
    display: initial;
  }
  .top {
    display: grid;
    grid-template-columns: 32rem 1fr;
    grid-template-rows: auto 8.8rem auto;
    row-gap: 4.2rem;
    margin-bottom: 11rem;
  }
  .top h1 {
    font-size: 4rem;
    grid-row: 2;
    grid-column: 1;
    align-self: flex-end;
  }
  .top div {
    grid-row: 1;
    grid-column: 1/3;
    display: flex;
    justify-content: center;
  }
  .top div img {
    width: 34.7rem;
  }
  .top p {
    grid-row: 3;
    grid-column: 1;
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .top a {
    grid-row: 3;
    grid-column: 2;
    align-self: flex-end;
    justify-self: flex-end;
  }
  .advantages {
    padding: 11rem 0;
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
  }
  .advantages li {
    display: flex;
    align-items: flex-start;
    gap: 2.7rem;
  }
  .advantages li img {
    width: 3.8rem;
  }
  .advantages li span {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .services {
    display: flex;
    flex-direction: column;
    padding: 11rem 0;
  }
  .services img {
    margin: 0 auto;
    width: 26.6rem;
  }
  .services ul {
    margin-top: 7rem;
    gap: 4.8rem;
  }
  .services li div {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .services li p {
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .services a {
    text-align: center;
    margin-top: 7rem;
    font-size: 2rem;
  }
  .benefits {
    padding: 11rem 0;
  }
  .benefits ul {
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
    gap: 5.8rem;
  }
  .benefits li {
    gap: 1.5rem;
  }
  .benefits img {
    width: 9.1rem;
  }
  .details-table {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 11rem;
  }
  .details-table li > *:nth-child(1) {
    display: inline-flex;
    font-size: 3rem;
    line-height: 3.3rem;
    margin-bottom: 1.6rem;
  }
  .details-table li > *:nth-child(2) {
    display: inline-flex;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .details-table li > *:nth-child(3) {
    flex-basis: 100%;
  }
  .details-table li > *:nth-child(3) p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .details-table li p {
    margin-bottom: 1rem;
  }
  .details-title {
    font-size: 3rem;
    line-height: 3.3rem;
    margin-bottom: 4.1rem;
  }
  .details-cases {
    margin-bottom: 11rem;
  }
  .details-case {
    margin-bottom: 3.9rem;
  }
  .details-case h4 {
    font-size: 2.3rem;
    margin-bottom: 2.1rem;
  }
  .details-case ul {
    gap: 0.2rem;
    margin-left: 2rem;
  }
  .details-case li {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .details-advantages {
    margin-bottom: 11rem;
  }
  .details-advantages ul {
    display: flex;
    flex-direction: column;
    gap: 4.7rem;
  }
  .details-advantages h3 {
    text-align: center;
  }
  .details-advantages h4 {
    min-height: 3.8rem;
    font-size: 2.3rem;
    line-height: 5.3rem;
    margin-bottom: 1.8rem;
    grid-column: 1/3;
    white-space: nowrap;
  }
  .details-advantages li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .details-advantages p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .header-links {
    gap: 2rem;
  }
}
@media (max-width: 743px) {
  .mobile {
    display: initial;
  }
  .top {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 7rem 10rem 7.1rem;
    margin-bottom: 5.5rem;
  }
  .top h1 {
    font-size: 2.8rem;
    grid-row: 2;
    align-self: flex-end;
  }
  .top div {
    grid-row: 1;
    display: flex;
    justify-content: center;
  }
  .top div img {
    width: 22.1rem;
  }
  .top p {
    grid-row: 3;
    font-size: 1.4rem;
    line-height: 1.68rem;
    align-self: flex-end;
  }
  .top a {
    grid-row: 4;
    align-self: flex-end;
  }
  .advantages {
    padding: 7rem 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .advantages li {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .advantages li img {
    flex-shrink: 0;
    width: 3rem;
  }
  .advantages li span {
    font-size: 2rem;
    line-height: 2.1rem;
    letter-spacing: -0.08em;
  }
  .services {
    display: flex;
    flex-direction: column;
    padding: 7rem 0;
  }
  .services img {
    margin: 0 auto;
    width: 20.8rem;
  }
  .services ul {
    margin-top: 4rem;
    gap: 2.9rem;
  }
  .services li div {
    font-size: 3.4rem;
    margin-bottom: 0.5rem;
  }
  .services li p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .services a {
    margin-top: 2.9rem;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .benefits {
    padding: 7rem 0;
  }
  .benefits * {
    font-size: 1.6rem;
    line-height: 1.76rem;
  }
  .benefits ul {
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column;
    gap: 5.8rem;
  }
  .benefits li {
    gap: 0.8rem;
  }
  .benefits img {
    width: 5rem;
  }
  .details summary {
    height: 17.6rem;
    font-size: 5.4rem;
  }
  .details summary::after {
    margin-left: 1.4rem;
    width: 3.2rem;
    height: 1.8rem;
  }
  .details-body {
    margin-bottom: 7rem;
  }
  .details-table {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 7rem;
  }
  .details-table li > *:nth-child(1) {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .details-table li > *:nth-child(2) {
    font-size: 1.4rem;
    line-height: 1.54rem;
    margin-bottom: 1.6rem;
  }
  .details-table li > *:nth-child(3) p {
    font-size: 1.4rem;
    line-height: 1.54rem;
    margin-bottom: 1rem;
  }
  .details-title {
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 4.1rem;
  }
  .details-cases {
    margin-bottom: 7rem;
  }
  .details-case {
    margin-bottom: 3rem;
  }
  .details-case h4 {
    font-size: 1.9rem;
    line-height: 1.98rem;
    margin-bottom: 1.4rem;
  }
  .details-case ul {
    gap: 0.2rem;
    margin-left: 1.5rem;
  }
  .details-case li {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
  .details-advantages {
    margin-bottom: 7rem;
  }
  .details-advantages ul {
    display: flex;
    flex-direction: column;
    gap: 5.2rem;
  }
  .details-advantages h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-width: 0.2rem;
  }
  .details-advantages p {
    font-size: 1.4rem;
    line-height: 1.54rem;
  }
  .menu-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5.4rem 0;
    row-gap: 2.7rem;
  }
  .menu-nav-icons {
    display: flex;
    flex-direction: column;
    gap: 3.9rem;
    padding: 5.4rem 0;
  }
  .menu-nav-icons a {
    display: inline-flex;
    align-items: center;
    gap: 1.7rem;
    text-underline-offset: 0.5rem;
  }
  .menu-nav-icons * {
    font-size: 2rem;
  }
  .menu-nav-icons img {
    width: 2.2rem;
  }
  .menu-sign-in {
    padding: 5.4rem 0;
  }
  .menu-sign-in a {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.2rem;
  }
  .menu-sign-in img {
    width: 2.2rem;
  }
  .header-links {
    display: none;
  }
}
