html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #292929;
  position: relative;
  min-height: 100vh;
  font-size: 20px;
  font-family: 'Source Serif Pro', serif;
}
figure {
  margin: 0;
}
.surist_wrapper {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 68px;
}
.black {
  color: #292929;
}
.gray {
  color: #757575;
}
.font-archivo {
  font-family: 'Archivo', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
h2 {
  margin-top: 3.14em;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-family: 'Archivo', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: inherit;
}
.font-14 {
  font-size: 14px;
}
.font-18 {
  font-size: 18px;
}
.font-400 {
  font-weight: 400;
}
.font-600 {
  font-weight: 600;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.max-533 {
  max-width: 533px;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 10px;
}
.mt-56 {
  margin-top: 56px;
}
.surist_wrapper p {
  line-height: 32px;
  letter-spacing: -0.003em;
}