@font-face {
  font-family: "ArtegraSansExtended";
  src: url("../fonts/ArtegraSansExRegular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ArtegraSansExtended";
  src: url("../fonts/ArtegraSansExRegularIt.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "ArtegraSansExtended";
  src: url("../fonts/ArtegraSansExMedium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ArtegraSansExtended";
  src: url("../fonts/ArtegraSansExSemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ArtegraSansExtended";
  src: url("../fonts/ArtegraSansExBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ArtegraSansExtended";
  src: url("../fonts/ArtegraSansExBoldIt.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "ArtegraSansExtended";
  src: url("../fonts/ArtegraSansExBlackIt.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

html {
  font-size: 2.565vw;
  height: 100%;
}

body {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "ArtegraSansExtended";
  font-weight: 400;
}

.my-body-noscroll-class {
  overflow: hidden;
}

.my-body-noscroll-class body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  transition: 320ms;
  text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
  transition: 320ms;
}

/* Bootstrap 4 */
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  html {
    font-size: 0.521vw;
  }

  .container {
    max-width: 176rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}

.slick-slide {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@-webkit-keyframes animate_leaf {
  0% {
    transform: translateY(0) rotate(1deg);
  }

  50% {
    transform: translateY(2rem) rotate(-2deg);
  }

  100% {
    transform: translateY(0) rotate(1deg);
  }
}

@keyframes animate_leaf {
  0% {
    transform: translateY(0) rotate(1deg);
  }

  50% {
    transform: translateY(2rem) rotate(-2deg);
  }

  100% {
    transform: translateY(0) rotate(1deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

section {
  position: relative;
  z-index: 5;
}

.container {
  position: relative;
  z-index: 5;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 192rem auto;
  background-position: center top;
}

@media screen and (max-width: 575px) {
  .section__bg {
    background-size: 39rem auto;
  }
}

@media screen and (max-width: 575px) {
  .section__bg.pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .section__bg.xs {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}

.iframe-document {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
  transform: translateY(-100%);
  transition: 320ms;
  opacity: 0;
  pointer-events: none;
}

.mobile__menu.active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.mobile__menu-close {
  width: 2rem;
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
}

.mobile__menu .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mobile__menu .menu .link {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.t-title {
  font-style: italic;
  font-weight: 400;
  font-size: 12rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .t-title {
    font-size: 4rem;
    text-align: center;
  }
}

.t-title span {
  color: #60cf3c;
}

.t-btn {
  display: block;
  text-align: center;
  box-shadow: 0 0.4rem 4rem 1rem rgba(96, 207, 60, 0.25);
  background: radial-gradient(50% 50% at 50% 50%, #91ff55 0%, #60cf3c 100%);
  transition: 320ms;
  padding: 3.5rem 0;
  border-radius: 0.5rem;
  transition: 320ms;
}

@media screen and (max-width: 575px) {
  .t-btn {
    padding: 2.1rem;
    box-shadow: 0 0.5rem 2rem 1rem rgba(96, 207, 60, 0.2);
  }
}

.t-btn:hover {
  transform: scale(1.01);
}

.t-btn.trans {
  background: none !important;
  box-shadow: none;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.8);
}

.t-btn.trans span {
  color: #fff;
}

.t-btn img {
  width: 2.2rem;
  margin-right: 1rem;
}

@media screen and (max-width: 575px) {
  .t-btn img {
    width: 1.8rem;
    margin-right: 0.6rem;
  }
}

.t-btn span {
  font-style: italic;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #0d1417;
}

@media screen and (max-width: 575px) {
  .t-btn span {
    font-size: 1.8rem;
  }
}

.intro-section {
  height: 87rem;
}

@media screen and (max-width: 575px) {
  .intro-section {
    height: 67rem;
  }
}

.intro-section .intro__header {
  display: flex;
  align-items: center;
  -moz-column-gap: 15rem;
  column-gap: 15rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  padding-left: 1rem;
  padding-top: 5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__header {
    padding-top: 3rem;
    padding-left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .intro-section .intro__header__left {
    margin: auto;
  }
}

.intro-section .intro__header__left-nick {
  color: #fff;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__header__left-nick {
    font-size: 1.6rem;
  }
}

.intro-section .t-title {
  font-size: 8.5rem;
  font-family: "ArtegraSansExtended";
  line-height: 1.05;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .intro-section .t-title {
    font-size: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.intro-section .intro__box-subtitle {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: -0.08rem;
  color: #fff;
  line-height: normal;
  width: 61rem;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__box-subtitle {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: center;
    width: 32rem;
    margin: auto;
  }
}

.intro-section .intro__box-subtitle span {
  font-style: italic;
  font-weight: 700;
  color: #60cf3c;
}

.intro-section .t-btn {
  letter-spacing: normal;
  margin-top: 6rem;
}

.intro-section .t-btn span {
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .intro-section .t-btn {
    margin-top: 23rem;
  }
}

.tariff-section {
  padding-bottom: 10rem;
  /* min-height: 220rem; */
  padding-top: 6.5rem;
}

@media screen and (max-width: 575px) {
  .tariff-section {
    height: auto;
    padding-bottom: 7rem;
  }
}

.tariff-section .tariff__box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

.tariff-section .tariff__box__item {
  width: 56.5rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item {
    width: 36rem;
  }
}

.tariff-section .tariff__box__item__header {
  background: #6bd941;
  border-radius: 1.4rem;
  padding: 3rem 0rem 3rem 2.5rem;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__header {
    padding: 2rem 0rem 2rem 3rem;
  }
}

.tariff-section .tariff__box__item__header .fire {
  width: 3rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__header .fire {
    width: 3rem;
  }
}

.tariff-section .tariff__box__item__header .heart {
  width: 4.1rem;
}

.tariff-section .tariff__box__item__header .flesh {
  width: 3rem;
}

.tariff-section .tariff__box__item__header.gold {
  background: #f1d849;
}

.tariff-section .tariff__box__item__header__flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__header__flex {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.tariff-section .tariff__box__item__header__flex-title {
  font-style: italic;
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #0d1417;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__header__flex-title {
    font-size: 2.5rem;
  }
}

.tariff-section .tariff__box__item__content {
  padding: 2.3rem 4.5rem 4rem;
  background: #6bd941;
  border-radius: 1.4rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content {
    padding: 2.6rem 1.4rem 1.9rem 1.4rem;
  }
}

.tariff-section .tariff__box__item__content.gold {
  background: #f1d849;
}

.tariff-section
  .tariff__box__item__content.gold
  .tariff__box__item__content__list-text::before {
  background: #bda935;
}

@media screen and (max-width: 575px) {
  .tariff-section
    .tariff__box__item__content.gold
    .tariff__box__item__content__list-text::before {
    background: #443c0f;
  }
}

.tariff-section
  .tariff__box__item__content.gold
  .tariff__box__item__content__click {
  border-top: 0.1rem solid #cfb836;
  border-bottom: 0.1rem solid #cfb836;
}

.tariff-section
  .tariff__box__item__content.gold
  .tariff__box__item__content__prices__item-title {
  color: #ab9725;
}

.tariff-section .tariff__box__item__content__list-text {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  color: #1f3e13;
  margin-bottom: 2.3rem;
  padding-left: 2rem;
  position: relative;
}

.tariff-section .tariff__box__item__content__list-text b {
  font-weight: 600;
}

.tariff-section .tariff__box__item__content__list-text.pc {
  display: block;
}

.tariff-section .tariff__box__item__content__list-text.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__list-text {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
    padding-left: 3.5rem;
  }

  .tariff-section .tariff__box__item__content__list-text br {
    display: none;
  }

  .tariff-section .tariff__box__item__content__list-text.pc {
    display: none;
  }

  .tariff-section .tariff__box__item__content__list-text.xs {
    display: block;
  }
}

.tariff-section .tariff__box__item__content__list-text.blur {
  color: #56b632;
}

.tariff-section .tariff__box__item__content__list-text.blur::before {
  background: #56b632;
}

.tariff-section .tariff__box__item__content__list-text::before {
  content: "";
  border-radius: 0.1rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #47a025;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.tariff-section .tariff__box__item__content__list-text.new::before {
  top: 1.5rem;
}
@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__list-text.new::before {
    top: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__list-text::before {
    width: 0.6rem;
    height: 0.6rem;
    left: 1.4rem;
    top: 2rem;
  }
}

.tariff-section .tariff__box__item__content__list-text.bold {
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__list-text.bold {
    font-weight: 600;
  }
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__list-text.top {
    width: 28rem;
  }
}

.tariff-section .tariff__box__item__content__list-text.top::before {
  top: 1.3rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__list-text.mob {
    width: 28rem;
  }
}

.tariff-section .tariff__box__item__content__list-text.none {
  opacity: 0.5;
  text-decoration: line-through;
}

.tariff-section .tariff__box__item__content__click {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem solid #57bb30;
  border-bottom: 0.1rem solid #57bb30;
  padding: 1rem 0;
  margin-bottom: 3.1rem;
  width: 47.1rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__click {
    width: 29.4rem;
    margin: auto;
    margin-bottom: 2.2rem;
    margin-top: 2.7rem;
  }
}

.tariff-section .tariff__box__item__content__click__left-text {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  color: #1f3e13;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__click__left-text {
    font-size: 1.8rem;
  }
}

.tariff-section .tariff__box__item__content__click__right {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
}

.tariff-section .tariff__box__item__content__click__right img {
  width: 2.4rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__click__right img {
    width: 2rem;
  }
}

.tariff-section .tariff__box__item__content__click__right-text {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  color: #1f3e13;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__click__right-text {
    font-size: 1.8rem;
  }
}

.tariff-section .tariff__box__item__content__prices {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tariff-section .tariff__box__item__content__prices__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.4rem;
}

.tariff-section
  .tariff__box__item__content__prices__item:last-child
  .tariff__box__item__content__prices__item__flex {
  margin-left: -4rem;
}

@media screen and (max-width: 575px) {
  .tariff-section
    .tariff__box__item__content__prices__item:last-child
    .tariff__box__item__content__prices__item__flex {
    margin-left: -3rem;
  }
}

.tariff-section .tariff__box__item__content__prices__item-title {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  color: #4e9d30;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__prices__item-title {
    font-size: 1.8rem;
  }
}

.tariff-section .tariff__box__item__content__prices__item-subtitle {
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #1f3e13;
}

.tariff-section .tariff__box__item__content__prices__item__flex {
  display: flex;
  -moz-column-gap: 0.2rem;
  column-gap: 0.2rem;
  align-items: center;
}

.tariff-section .tariff__box__item__content__prices__item__flex img {
  width: 7rem;
}

.tariff-section .tariff__box__item__content__prices__item__flex-subtitle {
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #1f3e13;
}

.tariff-section .tariff__box__item__content__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  margin-top: 5rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__buttons {
    margin-top: 1.5rem;
  }
}

.tariff-section .tariff__box__item__content__buttons-btn {
  width: 48.9rem;
  height: 9.9rem;
  border-radius: 0.8rem;
  padding: 3.3rem 0;
  transition: 320ms;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__buttons-btn {
    width: 33.2rem;
    height: 7.8rem;
    padding: 2.6rem 0;
  }
}

.tariff-section .tariff__box__item__content__buttons-btn:hover {
  transform: scale(1.05);
}

.tariff-section .tariff__box__item__content__buttons-btn span {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  text-align: center;
  color: #1f3e13;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__item__content__buttons-btn span {
    font-size: 1.8rem;
  }
}

.tariff-section .tariff__box__item__content__buttons-btn.white {
  box-shadow: 0 0 2.2rem 0 rgba(255, 255, 255, 0.59);
  background: #fff;
}

.tariff-section .tariff__box__item__content__buttons-btn.blur {
  background: #a7ff85;
}

.tariff-section .tariff__box__item__content__buttons-btn.gold {
  background: #ffe86b;
}

.new-section {
  height: 111.8rem;
}

@media screen and (max-width: 575px) {
  .new-section {
    height: 118.5rem;
  }
}

.new-section .new-title {
  font-style: italic;
  font-weight: 600;
  font-size: 12rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding-top: 4rem;
  margin-bottom: 6.2rem;
}

.new-section .new-title.pc {
  display: block;
}

.new-section .new-title.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .new-section .new-title.pc {
    display: none;
  }

  .new-section .new-title.xs {
    display: block;
    font-style: italic;
    font-weight: 600;
    font-size: 4.6rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3rem;
  }

  .new-section .new-title.xs span {
    color: #44444b;
  }
}

.new-section .new__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-section .new__box__top {
  border-radius: 0.5rem;
  width: 130rem;
  height: 33.1rem;
  background: url(../img/new/item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0 8.6rem 6.8rem;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__top {
    width: 36rem;
    height: 39.6rem;
    background: url(../img/new/item-bg-xs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 26rem 4rem 2.8rem 2.8rem;
  }
}

.new-section .new__box__top-title {
  font-style: italic;
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__top-title {
    font-size: 1.8rem;
  }

  .new-section .new__box__top-title br {
    display: none;
  }
}

.new-section .new__box__top-title span {
  color: #6bd941;
}

.new-section .new__box__bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: 5.7rem;
  column-gap: 5.7rem;
  margin-top: 4rem;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom {
    flex-direction: column;
    margin-top: 1rem;
  }
}

.new-section .new__box__bottom__item {
  padding: 3.7rem 6.5rem;
  border: 0.2rem solid #252724;
  border-radius: 0.5rem;
  width: 62rem;
  height: 33.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item {
    width: 36rem;
    height: 24.1rem;
    padding: 2.5rem 1.4rem;
  }
}

.new-section .new__box__bottom__item-subtitle {
  font-style: italic;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  color: #1f3e13;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item-subtitle {
    font-size: 1.8rem;
  }
}

.new-section .new__box__bottom__item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #1f3e13;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item-title {
    font-size: 2.5rem;
  }
}

.new-section .new__box__bottom__item-btn {
  width: 48.9rem;
  height: 9.9rem;
  box-shadow: 0 0 2.2rem 0 rgba(255, 255, 255, 0.59);
  background: #fff;
  border-radius: 0.8rem;
  padding: 3.3rem 0;
  margin-top: 2rem;
  transition: 320ms;
}

.new-section .new__box__bottom__item-btn:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item-btn {
    width: 33.2rem;
    height: 7.8rem;
    padding: 2.6rem 0;
  }
}

.new-section .new__box__bottom__item-btn span {
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  text-align: center;
  color: #0b0b0c;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item-btn span {
    font-size: 1.8rem;
  }
}

.new-section .new__box__bottom__item__footer {
  display: flex;
  align-items: end;
  -moz-column-gap: 3.7rem;
  column-gap: 3.7rem;
  margin-top: 2rem;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item__footer {
    margin-top: 1.5rem;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
  }
}

.new-section .new__box__bottom__item__footer .left {
  width: 23.5rem;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item__footer .left {
    width: 14.8rem;
  }
}

.new-section .new__box__bottom__item__footer .right {
  width: 21.7rem;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item__footer .right {
    width: 13.7rem;
  }
}

.new-section .new__box__bottom__item.green {
  background: #6bd941;
}

.new-section .new__box__bottom__item.yellow {
  background: #f1d849;
}

@media screen and (max-width: 575px) {
  .new-section .new__box__bottom__item.yellow {
    padding: 2.5rem 1.4rem 1.7rem 1.4rem;
    height: 20rem;
    margin-top: 1rem;
  }
}

.new-section .new__box__bottom__item.yellow .new__box__bottom__item-btn span {
  font-size: 1.8rem;
}

.author-section {
  height: 139.4rem;
}

@media screen and (max-width: 575px) {
  .author-section {
    height: 179.8rem;
  }
}

.author-section .author__title {
  display: flex;
  -moz-column-gap: 86.3rem;
  column-gap: 86.3rem;
  align-items: end;
  padding-top: 11.3rem;
}

@media screen and (max-width: 575px) {
  .author-section .author__title {
    flex-direction: column;
    padding-top: 0rem;
    align-items: center;
  }
}

.author-section .author__title-big {
  text-align: right;
  float: left;
}

@media screen and (max-width: 575px) {
  .author-section .author__title-big {
    float: none;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .author-section .author__title-big .t-title {
    font-size: 4rem;
    width: 26rem;
  }

  .author-section .author__title-big .t-title br {
    display: none;
  }
}

.author-section .author__title-big .t-title .between {
  padding-right: 8.5rem;
}

@media screen and (max-width: 575px) {
  .author-section .author__title-big .t-title .between {
    padding: 0;
  }
}

.author-section .author__title-big .t-title .last {
  padding-right: 14.5rem;
}

@media screen and (max-width: 575px) {
  .author-section .author__title-big .t-title .last {
    padding: 0;
  }
}

.author-section .author__title-subtitle {
  font-style: italic;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: -18rem;
  margin-left: 3rem;
}

.author-section .author__title-subtitle.pc {
  display: block;
}

.author-section .author__title-subtitle.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .author-section .author__title-subtitle {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.8rem;
    text-align: center;
    width: 27.9rem;
  }

  .author-section .author__title-subtitle.pc {
    display: none;
  }

  .author-section .author__title-subtitle.xs {
    display: block;
  }

  .author-section .author__title-subtitle.xs br {
    display: block;
  }

  .author-section .author__title-subtitle br {
    display: none;
  }
}

.author-section .author__title-subtitle span {
  color: #60cf3c;
}

.author-section .author__box {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
  margin-top: 22.6rem;
}

@media screen and (max-width: 575px) {
  .author-section .author__box {
    margin-top: 4rem;
    flex-direction: column;
  }
}

.author-section .author__box__flex {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media screen and (max-width: 575px) {
  .author-section .author__box__flex {
    flex-direction: column;
    align-items: center;
  }

  .author-section .author__box__flex:nth-child(2n) {
    margin-top: 46.7rem;
  }
}

.author-section .author__box__item {
  border: 0.2rem solid #252724;
  border-radius: 0.5rem;
  width: 41.5rem;
  height: 35rem;
  background: rgba(12, 10, 13, 0.8);
  padding: 4.1rem;
}

@media screen and (max-width: 575px) {
  .author-section .author__box__item {
    width: 36rem;
    height: 23rem;
    padding: 3rem;
    margin-top: 2rem;
  }
}

.author-section .author__box__item img {
  width: 5.8rem;
}

.author-section .author__box__item-text {
  font-style: italic;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-top: 7.5rem;
}

.author-section .author__box__item-text.pc {
  display: block;
}

.author-section .author__box__item-text.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .author-section .author__box__item-text {
    font-size: 1.8rem;
    margin-top: 4.2rem;
  }

  .author-section .author__box__item-text.pc {
    display: none;
  }

  .author-section .author__box__item-text.xs {
    display: block;
  }

  .author-section .author__box__item-text.xs br {
    display: inline-block;
  }

  .author-section .author__box__item-text:nth-child(2n) {
    width: 23rem;
  }

  .author-section .author__box__item-text:nth-child(4n) {
    width: 23rem;
  }

  .author-section .author__box__item-text br {
    display: none;
  }
}

.author-section .author__box__item-text.bottom {
  margin-top: 11rem;
}

.author-section .author__box__item-text.bottom.pc {
  display: block;
}

.author-section .author__box__item-text.bottom.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .author-section .author__box__item-text.bottom {
    margin-top: 4.2rem;
    width: 18rem;
  }

  .author-section .author__box__item-text.bottom.pc {
    display: none;
  }

  .author-section .author__box__item-text.bottom.xs {
    display: block;
  }
}

.author-section .author__box__item-text span {
  color: #60cf3c;
}

.author-section .author__button {
  margin-top: 8rem;
}

@media screen and (max-width: 575px) {
  .author-section .author__button {
    margin-top: 2rem;
    opacity: 0;
  }
}

.fixed-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 99;
  pointer-events: none;
}

.fixed-section .t-btn {
  width: 51.6rem;
  margin-left: auto;
  pointer-events: auto;
}

@media screen and (max-width: 575px) {
  .fixed-section .t-btn {
    width: 100%;
  }
}

.price-desc {
  color: #000;
  margin-top: 1rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 575px) {
  .price-desc {
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.footer {
  padding: 2rem 0;
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10rem;
}
@media screen and (max-width: 575px) {
  .footer__links {
    flex-direction: column;
    gap: 2rem 0;
  }
}

.footer__links-link {
  font-size: 2rem;
  color: #fff;
}
