@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue'), url('/css/HelveticaNeue-Medium.woff') format('woff');
}

font {
  display: inline;
  display: contents;
}

body {
  background-color: #000;
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
}

h1 {
  margin: 0;
}

header {
  height: 59px;
  background-color: #a2252d;
}

header .header-inner {
  max-width: 774px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .logo {
  display: block;
  background: url("/img/logo.svg") no-repeat center;
  background-size: 156px;
  width: 156px;
  height: 30px;
}

.lang-switcher {
  height: 100%;
  position: relative;
  color: #fff;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: default;
  user-select: none;
}

.lang-switcher .active,
.lang-switcher .item {
  font-size: 13px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
}

.lang-switcher img {
  height: 16px;
}

.lang-switcher .arrow {
  width: 10px;
  height: 7px;
  background: url(/img/arr-down.svg) no-repeat bottom;
  background-size: contain;
  margin-left: 8px;
}

.lang-switcher img {
  margin-right: 7px;
}

.lang-switcher .dropdown {
  position: absolute;
  z-index: 1;
  display: none;
  background-color: #303133;
  top: 100%;
  right: 0;
  padding: 20px 27px 20px 20px;
  cursor: pointer;
}

.lang-switcher:hover .dropdown {
  display: block;
}

.main-inner {
  max-width: 630px;
  margin: 0 auto;
}

.page-title {
  margin-top: 51px;
  font-size: 42px;
  font-weight: 500;
}

.page-title .site-name {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.page-description {
  margin-top: 24px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 17px;
}

.button {
  height: 47px;
  line-height: 47px;
  border-radius: 24px;
  background-color: #6dbe00;
  display: inline-block;
  padding: 0 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.button:hover {
  background-color: #78cf04;
}

.age-warning {
  margin-top: 27px;
  color: #e24449;
  font-size: 15px;
  font-weight: 500;
}

.preview-image {
  margin-top: 25px;
  margin-bottom: 33px;
}

.preview-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

main .faq {
  margin-top: 34px;
  margin-bottom: 20px;
}

main {
  padding-bottom: 40px;
}

main .faq h2 {
  background: url("/img/logo-mini.png") no-repeat left top;
  background-size: 21px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 6px;
}

main .faq .answer {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 30px;
}

footer {
  background-color: #1c1c1c;
  padding: 82px 0 40px;
}

footer h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.footer-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 19px;
  margin-bottom: 43px;
}

footer .faq {
  margin-bottom: 50px;
}

footer .faq h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 13px;
}

footer .faq .answer {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 43px;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}

.plus-18 {
  margin-top: 20px;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("/img/18plus.png") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 639px) {
  header, main, footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lang-switcher .active .text, .lang-switcher .item .text {
    margin-bottom: -4px;
  }

  header .logo{
    width: 146px;
    height: 32px;
    background-size: 146px;
  }

  .page-title {
    margin-top: 16px;
    font-size: 26px;
  }

  .page-description {
    font-size: 12px;
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .age-warning {
    font-size: 12px;
    margin-top: 25px;
  }

  .preview-image {
    margin-top: 28px;
    margin-bottom: 49px;
  }

  main h2 {
    font-size: 18px;
  }

  main {
    padding-bottom: 40px;
  }

  main .faq .answer {
    font-size: 13px;
  }

  footer .faq .answer {
    font-size: 12px;
  }

  footer {
    padding-top: 40px;
  }

  footer h2 {
    font-size: 18px;
  }

  .footer-description {
    font-size: 15px;
  }
}
