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

@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/ArtegraSansExBoldIt.woff") format("woff");
  font-weight: 700;
  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/ArtegraSansExSBoldIt.woff") format("woff");
  font-weight: 700;
  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 6rem 1rem rgba(96, 207, 60, 0.3);
  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;
  }
}

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

.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;
  }
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  opacity: 0.7;
}

.modal {
  position: relative;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.intro-section {
  height: 107.8rem;
}

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

.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-top: 10rem;
  padding-left: 1rem;
  margin-bottom: 14.3rem;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__header {
    padding-top: 4rem;
    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 .intro__header__nav {
  display: flex;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

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

.intro-section .intro__header__nav-link {
  color: #fff;
}

.intro-section .intro__header__nav-link:hover span {
  color: #60cf3c;
}

.intro-section .intro__header__nav-link span {
  transition: 320ms;
  color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5rem;
}

.intro-section .intro__box__title-xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__box__title-xs {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .intro-section .intro__box__title-xs span {
    color: #60cf3c;
  }
}

.intro-section .intro__box-subtitle {
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: normal;
  margin-top: 48rem;
}

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

  .intro-section .intro__box-subtitle br {
    display: none;
  }
}

.intro-section .intro__box-subtitle img {
  width: 4rem;
  margin-bottom: -0.7rem;
  margin-right: 0.8rem;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__box-subtitle img {
    width: 2.6rem;
  }
}

.intro-section .intro__box-subtitle b {
  font-weight: 600;
}

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

.second-section {
  height: 99.9rem;
}

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

.second-section .second__top {
  display: flex;
  justify-content: space-between;
  padding-top: 8.8rem;
}

@media screen and (max-width: 575px) {
  .second-section .second__top {
    -moz-column-gap: 0;
    column-gap: 0;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .second-section .second__top__left {
    padding-top: 9rem;
  }
}

.second-section .second__top__left-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .second-section .second__top__left-text {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .second-section .second__top__right {
    margin-top: 52.5rem;
  }
}

.second-section .second__top__right-btn {
  display: block;
  box-shadow: 0 0.4rem 6rem 1rem rgba(96, 207, 60, 0.3);
  background: radial-gradient(50% 50% at 50% 50%, #91ff55 0%, #60cf3c 100%);
  border-radius: 0.5rem;
  width: 51.6rem;
  height: 11rem;
  padding: 3.5rem 8.3rem;
  transition: 320ms;
}

.second-section .second__top__right-btn:hover {
  background: radial-gradient(50% 50% at 50% 50%, #91ff55 0%, #3e9920 100%);
}

@media screen and (max-width: 575px) {
  .second-section .second__top__right-btn {
    padding: 2.1rem;
    width: 36rem;
    height: 7rem;
  }
}

.second-section .second__top__right-btn img {
  width: 2.2rem;
  margin-right: 1rem;
}

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

.second-section .second__top__right-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) {
  .second-section .second__top__right-btn span {
    font-size: 1.8rem;
  }
}

.second-section .second__top__right-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
  .second-section .second__top__right-subtitle {
    float: none;
    text-align: center;
    font-size: 1.8rem;
  }
}

.second-section .second__title {
  display: flex;
  align-items: center;
  padding-top: 2rem;
}

@media screen and (max-width: 575px) {
  .second-section .second__title {
    padding-top: 0;
    margin-top: -59.5rem;
  }
}

.second-section .second__title-big {
  font-style: italic;
  font-weight: 400;
  font-size: 8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .second-section .second__title-big {
    font-size: 4.2rem;
    text-align: center;
  }
}

.second-section .second__title-big span {
  color: #60cf3c;
}

.second-section .second__title__sheip {
  background: url(../img/second/sheip.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22.9rem;
  height: 5.8rem;
  padding: 1.6rem 2.5rem 1.5rem 6.5rem;
  margin-left: -24rem;
  margin-bottom: -1rem;
}

@media screen and (max-width: 575px) {
  .second-section .second__title__sheip {
    margin: 0;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.second-section .second__title__sheip-text {
  letter-spacing: -0.04em;
}

.third-section {
  height: 113.8rem;
}

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

.third-section .third-title {
  padding-top: 13rem;
}

@media screen and (max-width: 575px) {
  .third-section .third-title {
    padding-top: 8rem;
  }
}

.third-section .third__box {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
  margin-top: 7rem;
}

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

.third-section .third__box__item {
  width: 56rem;
  height: 56rem;
  padding: 3.5rem 7.3rem 4rem 4rem;
}

@media screen and (max-width: 575px) {
  .third-section .third__box__item {
    width: 36rem;
    height: 36rem;
    padding: 3rem;
  }
}

.third-section .third__box__item__sheip {
  background: url(../img/third/sheip.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 8.5rem;
  height: 5.8rem;
  text-align: center;
  padding-top: 1.5rem;
}

.third-section .third__box__item__sheip-text {
  font-style: italic;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  color: #fff;
}

.third-section .third__box__item-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  margin-top: 30.3rem;
}

@media screen and (max-width: 575px) {
  .third-section .third__box__item-subtitle {
    margin-top: 16.2rem;
    font-size: 1.8rem;
  }
}

.third-section .third__box__item-subtitle span {
  color: #60cf3c;
}

.third-section .third__box__item.item1 {
  background: url(../img/third/item1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .third-section .third__box__item.item1 {
    background: url(../img/third/item1-xs.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.third-section .third__box__item.item2 {
  background: url(../img/third/item2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .third-section .third__box__item.item2 {
    background: url(../img/third/item2-xs.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.third-section .third__box__item.item3 {
  background: url(../img/third/item3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .third-section .third__box__item.item3 {
    background: url(../img/third/item3-xs.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.programm-section {
  height: 116rem;
}

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

.programm-section .programm__title {
  position: relative;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__title {
    padding-top: 4rem;
  }

  .programm-section .programm__title .t-title {
    font-size: 5rem;
  }
}

.programm-section .programm__title img {
  position: absolute;
  width: 7.6rem;
  left: 23.7rem;
  top: 3rem;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__title img {
    width: 3.2rem;
    left: 10.2rem;
    top: 5rem;
  }
}

.programm-section .programm__box {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
  margin-top: 6.5rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box {
    flex-direction: column;
    margin-top: 5rem;
  }
}

.programm-section .programm__box__child__item {
  width: 85rem;
  min-height: 41.5rem;
  padding: 3.5rem 0rem 0 2.9rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item {
    width: 36rem;
    min-height: 60rem;
    padding: 3.4rem 3rem 0rem 3rem;
  }
}

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

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__top {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.programm-section .programm__box__child__item__top__sheip {
  width: 16.7rem;
  height: 5.8rem;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  background: url(../img/programm/short-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1.5rem 3rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__top__sheip {
    padding: 1.5rem 2rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    width: 11.8rem;
    background: url(../img/programm/short-bg-xs.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5rem;
  }
}

.programm-section .programm__box__child__item__top__sheip .fire {
  width: 1.7rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__top__sheip .fire {
    width: 1rem;
  }
}

.programm-section .programm__box__child__item__top__sheip .date {
  width: 2.2rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__top__sheip .date {
    width: 1.4rem;
  }
}

.programm-section .programm__box__child__item__top__sheip-text {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  color: #fff;
}

.programm-section .programm__box__child__item__top__sheip-text.pc {
  display: block;
}

.programm-section .programm__box__child__item__top__sheip-text.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__top__sheip-text {
    font-size: 1.4rem;
  }

  .programm-section .programm__box__child__item__top__sheip-text.xs {
    display: block;
  }

  .programm-section .programm__box__child__item__top__sheip-text.pc {
    display: none;
  }
}

.programm-section .programm__box__child__item__top__sheip.long {
  width: 22.9rem;
  background: url(../img/programm/long-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__top__sheip.long {
    width: 17.7rem;
    background: url(../img/programm/long-bg-xs.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.programm-section .programm__box__child__item__top__sheip.very-long {
  width: 29.6rem;
  background: url(../img/programm/very-long-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__top__sheip.very-long {
    width: 17.7rem;
    background: url(../img/programm/long-bg-xs.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .programm-section
    .programm__box__child__item__top__sheip.very-long.very-short {
    width: 9.5rem;
    background: url(../img/programm/very-short-bg-xs.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.programm-section .programm__box__child__item-title {
  font-style: italic;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    margin-top: 2.8rem;
    width: 22rem;
  }
}

.programm-section .programm__box__child__item-title.big {
  font-size: 6rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item-title.big {
    font-size: 2.2rem;
    width: 30rem;
  }

  .programm-section .programm__box__child__item-title.big br {
    display: none;
  }
}

.programm-section .programm__box__child__item-title.big span {
  color: #60cf3c;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item-title.big span {
    color: #fff;
  }
}

.programm-section .programm__box__child__item__list {
  padding-left: 1.5rem;
}

.programm-section .programm__box__child__item__list-text {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 1.6rem;
  position: relative;
}

.programm-section .programm__box__child__item__list-text.xs {
  display: block;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__list-text {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .programm-section .programm__box__child__item__list-text.xs {
    display: none;
  }
}

.programm-section .programm__box__child__item__list-text::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: -1.2rem;
  top: 0.8rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item__list-text::before {
    width: 0.3rem;
    height: 0.3rem;
    top: 0.6rem;
  }
}

.programm-section .programm__box__child__item.item1 {
  background: url(../img/programm/item1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item.item1 {
    background: url(../img/programm/item1-xs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.programm-section .programm__box__child__item.item2 {
  background: url(../img/programm/item2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item.item2 {
    background: url(../img/programm/item2-xs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.programm-section .programm__box__child__item.item3 {
  background: url(../img/programm/item3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 85rem;
  padding: 3.5rem 0 0 5.7rem;
}

@media screen and (max-width: 575px) {
  .programm-section .programm__box__child__item.item3 {
    background: url(../img/programm/item3-xs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 70rem;
    padding: 3.4rem 1.6rem 0 3.1rem;
  }

  .programm-section .programm__box__child__item.item3 br {
    display: none;
  }
}

.tariff-section {
  height: 122.1rem;
}

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

.tariff-section .tariff__box {
  display: flex;
  -moz-column-gap: 29rem;
  column-gap: 29rem;
}

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

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__left {
    padding-top: 4rem;
  }
}

.tariff-section .tariff__box__left__title {
  margin-bottom: 47.5rem;
}

.tariff-section .tariff__box__left__title.pc {
  display: block;
}

.tariff-section .tariff__box__left__title.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__left__title {
    margin-bottom: 0;
  }

  .tariff-section .tariff__box__left__title.pc {
    display: none;
  }

  .tariff-section .tariff__box__left__title.xs {
    display: block;
  }
}

.tariff-section .tariff__box__left__title .t-title {
  font-size: 10rem;
}

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

.tariff-section .tariff__box__left__item {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  background: #0c0a0d;
  border: solid 0.2rem #60cf3c;
  width: 47.9rem;
  height: 19.6rem;
  padding: 4rem 4rem;
  margin-left: 1rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__left__item {
    align-items: center;
    width: 36rem;
    height: 16.4rem;
    padding: 4rem 9.4rem;
    margin-left: 0;
    margin-top: 3rem;
  }
}

.tariff-section .tariff__box__left__item img {
  width: 7.2rem;
}

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

.tariff-section .tariff__box__left__item-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-top: 3rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__left__item-text {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 2rem;
  }
}

.tariff-section .tariff__box__right {
  background: #0c0a0d;
  border: 0.2rem solid #252724;
  border-radius: 0.5rem;
  width: 85rem;
  height: 94.1rem;
  padding: 7rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__right {
    width: 36rem;
    height: 67.7rem;
    padding: 3rem 2.9rem 3rem 2.3rem;
    margin-top: 2rem;
  }
}

.tariff-section .tariff__box__right-title {
  font-style: italic;
  font-size: 6rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__right-title {
    font-size: 3.2rem;
    text-align: center;
  }
}

.tariff-section .tariff__box__right__list {
  margin-top: 1.5rem;
}

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

.tariff-section .tariff__box__right__list-text {
  padding: 2.4rem 0;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.04em;
  border-bottom: solid 0.2rem #252724;
  padding-left: 2rem;
  position: relative;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__right__list-text {
    font-size: 1.4rem;
    padding: 1.4rem 0;
    padding-left: 2rem;
    line-height: 1.2;
  }

  .tariff-section .tariff__box__right__list-text:nth-child(4n) {
    padding-right: 11rem;
  }

  .tariff-section .tariff__box__right__list-text:nth-child(5n) {
    padding-right: 9rem;
  }

  .tariff-section .tariff__box__right__list-text:nth-child(6n) {
    padding-right: 7rem;
  }
}

.tariff-section .tariff__box__right__list-text::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: -0rem;
  top: 3.2rem;
  background: #fff;
  border-radius: 100%;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__right__list-text::before {
    left: 1rem;
    width: 0.3rem;
    height: 0.3rem;
    top: 2rem;
  }
}

.tariff-section .tariff__box__right__list-text:last-child {
  border: none;
}

.tariff-section .tariff__box__right__prices {
  font-style: italic;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #323432;
  margin-top: 1.5rem;
}

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

.tariff-section .tariff__box__right__prices-old {
  margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__right__prices-old {
    margin-bottom: 1.4rem;
  }
}

.tariff-section .tariff__box__right__prices-old span {
  position: relative;
  text-decoration: line-through;
}

.tariff-section .tariff__box__right__prices-new {
  color: #fff;
}

.tariff-section .tariff__box__right__prices-new span {
  font-weight: 900;
}

.tariff-section .tariff__box__right__buttons {
  margin-top: 4rem;
}

.tariff-section .tariff__box__right__buttons .t-btn {
  width: 71rem;
  height: 11rem;
}

.tariff-section .tariff__box__right__buttons .t-btn .pc {
  display: inline-block;
}

.tariff-section .tariff__box__right__buttons .t-btn .xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__right__buttons .t-btn {
    width: 30rem;
    height: 7rem;
  }

  .tariff-section .tariff__box__right__buttons .t-btn .pc {
    display: none;
  }

  .tariff-section .tariff__box__right__buttons .t-btn .xs {
    display: inline-block;
  }
}

.tariff-section .tariff__box__right__buttons .t-btn.white {
  background: #fff;
  margin-top: 2rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .tariff__box__right__buttons .t-btn.white {
    margin-top: 1rem;
  }
}

.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%;
  }
}
