body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}
table,
td,
th,
tr {
  padding: 0;
  border-collapse: collapse;
}
p {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
}
a[href*="tel:"] {
  white-space: nowrap;
}
input[type="number"],
input[type="search"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
label {
  cursor: pointer;
}
button {
  cursor: pointer;
  font-size: 1em;
  color: currentcolor;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button::-moz-focus-inner {
  border: none;
}
button[disabled] {
  pointer-events: none;
}
button,
input,
textarea {
  margin: 0;
  padding: 0;
}
fieldset,
form,
label {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
  border: none;
}
body,
html {
  min-height: 100%;
  background: #010010;
  color: #afafaf;
}
html {
  touch-action: manipulation;
}
button,
input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
header {
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
footer {
  padding: 24px;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  line-height: 1.2;
}
footer a {
  color: currentColor;
}
section {
  position: relative;
  z-index: 2;
}
@font-face {
  font-family: "Object Sans";
  src: url(../fonts/ObjectSans-Regular.woff2) format("woff2"),
    url(../fonts/ObjectSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Object Sans";
  src: url(../fonts/ObjectSans-Medium.woff2) format("woff2"),
    url(../fonts/ObjectSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
body,
html {
  font-family: "Object Sans", sans-serif;
}
h1 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.065em;
  color: #fff;
  margin: 0;
}
h2 {
  font-weight: 500;
  letter-spacing: -0.065em;
  color: #e6e5e7;
  margin: 0;
}
h3 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.065em;
  color: #e6e5e7;
  margin: 0;
}
h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.layout-default {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container {
  margin: auto;
}
.icon {
  display: block;
  font: 0/0 "a";
  flex: 0 0 auto;
}
.icon,
.icon svg {
  width: 100%;
  height: 100%;
}
.icon svg {
  fill: currentcolor;
}
.icon svg [fill] {
  fill: currentcolor;
}
.icon svg [stroke] {
  stroke: currentcolor;
}
.icon svg:not(:root) {
  overflow: hidden;
}
.index__circle {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  font-size: 0;
  line-height: 0;
  left: 50%;
}
.index__circle img {
  display: block;
  width: 100%;
}
.index__hello {
  position: relative;
  text-align: center;
}
.index__get {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 100px 0;
}
.index__get p {
  font-weight: 500;
  letter-spacing: -0.02em;
}
.index__get a {
  display: inline-block;
  position: relative;
  cursor: default;
  margin-top: 32px;
}
.index__get a img {
  display: block;
}
.index__get a img:first-child {
  position: absolute;
  zoom: 1;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 122px;
  margin: -61px;
  pointer-events: none;
}
.index__get a img:last-child {
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}
.index__features h4 {
  margin-bottom: 2px;
}
.index__features p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.index__features hr {
  padding: 0;
  border: none;
  width: 100%;
  height: 1px;
  background-color: #383838;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
.footer__content-block {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 11px;
  }
  h1 {
    font-size: 122px;
  }
  h2 {
    font-size: 98px;
    line-height: 96px;
  }
  h3 {
    font-size: 64px;
  }
  .index__circle.-position-top {
    width: 1656px;
    top: -635px;
    margin-left: -828px;
  }
  .index__circle.-position-bottom {
    width: 1280px;
    height: 325px;
    margin-left: -640px;
    margin-top: -325px;
  }
  .index__circle.-position-bottom img {
    margin-top: -136px;
  }
  .index__hello {
    padding: 278px 0 366px;
  }
  .index__get {
    margin: auto;
    text-align: center;
  }
  .index__get h2 {
    margin-bottom: 16px;
  }
  .index__get p {
    font-size: 24px;
    line-height: 32px;
  }
  .index__get.-order-top {
    width: 560px;
  }
  .index__get.-order-bottom p {
    margin: auto;
    max-width: 468px;
  }
  .index__features {
    display: flex;
    margin: auto;
    width: 1056px;
    max-width: 95%;
  }
  .index__features article {
    padding-top: 8px;
  }
  .index__features h3 {
    flex: 0 0 auto;
    width: 45.5%;
    box-sizing: border-box;
    padding-right: 24px;
  }
  .index__features hr {
    margin: 34px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 10px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 48px;
    line-height: 1;
  }
  h3 {
    font-size: 48px;
  }
  .index {
    padding: 0 24px;
  }
  .index__circle.-position-top {
    width: 900px;
    top: -225px;
    margin-left: -450px;
  }
  .index__circle.-position-bottom {
    width: 464px;
    height: 172px;
    margin-left: -232px;
    margin-top: -172px;
  }
  .index__circle.-position-bottom img {
    margin-top: -2px;
  }
  .index__hello {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 462px;
    padding: 109px 0 230px;
  }
  .index__get h2 {
    margin-bottom: 24px;
  }
  .index__get p {
    font-size: 16px;
    line-height: 24px;
    max-width: 450px;
  }
  .index__features h3 {
    margin-bottom: 24px;
  }
  .index__features p {
    max-width: 450px;
  }
  .index__features hr {
    margin: 25px 0 28.5px;
  }
  .footer__content {
    display: block;
  }
  .footer__content-block:first-child {
    margin-bottom: 8px;
  }
}
