* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
}

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

a {
  color: inherit;
}

.page {
  width: 792px;
  max-width: 100%;
  margin: 14px auto 0;
}

.picture {
  width: 100%;
  height: 396px;
  background-image: url("assets/sakhalin-lighthouse.jpg");
  background-position: center;
  background-size: cover;
}

.content {
  padding: 14px 0 0;
}

.content p {
  margin: 0 0 26px;
}

.red {
  color: #ff1d25;
}

.divider {
  width: 160px;
  height: 1px;
  margin: 24px auto 28px;
  background: #d4d4d4;
}

.plain-phone {
  text-decoration: none;
}

.call-button {
  display: block;
  width: 100%;
  min-height: 56px;
  margin: 0 0 24px;
  padding: 17px 18px 15px;
  border-radius: 3px;
  background: #080808;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.max-button{
  display: block;
  width: 100%;
  min-height: 56px;
  margin: 0 0 24px;
  padding: 17px 18px 15px;
  border-radius: 3px;
  background: #7019ed;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.taplink-like-footer {
  padding: 22px 0 24px;
  color: #8d8d8d;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 840px) {
  .page {
    width: 100%;
    margin-top: 0;
  }

  .picture {
    height: auto;
    aspect-ratio: 2 / 1;
  }

  .content {
    padding: 14px 16px 0;
  }
}
h1 {
  font-size: 1.15em;
  margin: 0 0 0.75em;
  line-height: 1.3;
}

h2 {
  font-size: 1.05em;
  margin: 1.25em 0 0.5em;
}

.help-list {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

.help-list li {
  margin-bottom: 0.35em;
}

.faq {
  margin-top: 1.5em;
}

.faq details {
  margin-bottom: 0.5em;
}

.faq summary {
  cursor: pointer;
  font-weight: bold;
}

.faq p {
  margin: 0.5em 0 0;
}

.taplink-like-footer {
  text-align: center;
  padding: 1em 0 1.5em;
  font-size: 0.85em;
  color: #666;
}

.taplink-like-footer p {
  margin: 0.25em 0;
}

.footer-support a {
  text-decoration: underline;
}