@font-face {
    font-family: 'ArtegraSansEx';
    src: url("../fonts/ArtegraSansExLight.woff") format("woff");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

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

@font-face {
    font-family: 'ArtegraSansEx';
  src: url("../fonts/ArtegraSansExMediumIt.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

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

@font-face {
    font-family: 'ArtegraSansEx';
  src: url("../fonts/ArtegraSansExSBoldIt.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

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

@font-face {
    font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

/*! 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.44vw;
    height: 100%;
}

body {
    background: #000000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-family: 'ArtegraSansEx';
    font-weight: 500;
}

.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: 2.5rem;
    padding-right: 2.5rem;
    margin: 0 auto;
    width: 100%;
}

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

    body {
        max-width: 41rem;
        margin: 0 auto;
    }
}

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

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

section, footer {
    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-position: center top;
    display: block !important;
    background-size: 41.2rem auto;
}

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

.t-btn {
    -webkit-animation: scale 2s infinite;
    animation: scale 2s infinite;
    position: relative;
    display: block;
    font-family: 'ArtegraSansEx';
    overflow: hidden;
}

.t-btn img {
    display: block;
}

.t-btn span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.9rem;
    font-style: italic;
    color: #0D1417;
    text-transform: uppercase;
}

.t-btn span b {
    font-size: 1.85rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.t-btn .blur {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: none;
    width: 109%;
    max-height: 190%;
    pointer-events: none;
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.t-title {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-align: center;
    margin-left: -1rem;
    margin-right: -1rem;
    background: -webkit-linear-gradient(-90deg, #000 -40%, #fff 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.t-title span {
    background: -webkit-linear-gradient(0deg, #FF0401 -40%, #FF0401 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section {
    height: 78rem;
    text-align: center;
    overflow: hidden;
}

.intro-section .subtitle {
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 500;
    margin: 1.5rem 0 36rem;
}

.intro-section .subtitle b {
    font-size: 1.8rem;
    font-weight: 600;
}

.intro-section .section__bg {
    background-position: center -3rem;
}

.intro-section .t-title.first {
    line-height: 1.4;
    margin-bottom: -0.5rem;
}

.intro-section .t-title.last {
    background: -webkit-linear-gradient(-90deg, #fff -26%, #fff 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0 4rem;
}

.intro__header span {
    font-size: 1.2rem;
    font-weight: 300;
}

.inst {
    position: absolute;
    width: 12.5rem;
    right: 3rem;
    top: 46.5rem;
}

.program-section .clip {
    position: absolute;
    width: 10.8rem;
    right: 8rem;
    top: 0;
}

.program__box {
    margin: 4rem 0 0;
}

.program__box .item {
    height: 60rem;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    border: 2px solid rgba(37, 39, 36, 0.36);
    padding: 2rem;
    position: relative;
}

.program__box .item .item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 4rem;
}

.program__box .item .item__head .number {
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    background: rgba(225, 235, 235, 0.1);
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.2rem;
    width: 10rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 500;
}

.program__box .item .item__head .number .dot {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #FF0401;
    margin-right: 1.5rem;
}

.program__box .item .item__head .date {
    font-size: 1.2rem;
    font-weight: 300;
}

.program__box .item__title {
    margin: 3.5rem 0 2rem;
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

.program__box .item ul {
    width: 103%;
    padding-left: 2.5rem;
}

.program__box .item ul li {
    font-size: 1.4rem;
    letter-spacing: -0.05rem;
    line-height: 1.2;
    margin-bottom: 1.3rem;
}

.program__box .item ul img {
    width: 9.3rem;
    display: inline-block;
    margin-bottom: -0.4rem;
}

.program__box .item__bottom {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.program__box .item__bottom-text {
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    background: rgba(225, 235, 235, 0.1);
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 .9rem;
    width: 9rem;
    height: 3rem;
    font-size: .6rem;
    font-weight: 500;
}

.program__box .item__bottom-text .dot {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #FF0401;
    margin-right: 1rem;
}

.program__box .item__bottom-text:nth-child(2) {
    margin-left: 1rem;
    width: 8rem;
}

.program__box .item:nth-child(4) .item__title {
    margin: 4rem 0 4rem;
}

.program__box .item:last-child .item__head .number {
    width: 13.5rem;
}

.program__box .item:last-child ul li {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}

.advantages-section {
    padding-top: 5rem;
}

.advantages-section .t-title {
    font-size: 3.2rem;
}

.advantages-section .ieroglif {
    width: 5.5rem;
    display: block;
    margin: 1.5rem auto 0;
}

.advantages__box {
    margin: 4rem 0 0;
}

.advantages__box .item {
    height: 36rem;
    margin-bottom: 2.5rem;
    background-size: 103% auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    border: 2px solid #252724;
    padding: 3rem 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.advantages__box .item .item__head {
    display: flex;
    justify-content: flex-end;
}

.advantages__box .item .item__head .number {
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    background: rgba(225, 235, 235, 0.1);
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.2rem;
    width: 10.5rem;
    height: 3.6rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.advantages__box .item .item__head .number .dot {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #FF0401;
    margin-right: 1.5rem;
}

.advantages__box .item__title {
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    line-height: 1.1;
    font-weight: 600;
    font-style: italic;
}

.advantages__box .item__title span {
    color: #FF0401;
}

.advantages__box .item:nth-child(1) .item__title {
    width: 24rem;
}

.tariff-section {
    padding: 6rem 0 0;
    overflow: hidden;
}

.tariff-section .t-title {
    font-size: 3rem;
    position: relative;
}

.tariff-section .t-title img {
    width: 7.5rem;
    position: absolute;
    right: 4rem;
    top: 5rem;
}

.tariff__box {
    margin: 4.5rem 0 0;
    padding: 4rem 3rem;
    border: 2px solid #252724;
    border-radius: 0.5rem;
    background-image: url("../img/tariff/bg.jpg");
    background-size: cover;
}

.tariff__box .t-title {
    background: -webkit-linear-gradient(-90deg, #fff -26%, #fff 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tariff__box ul {
    padding: 0;
    margin: 2.5rem 0 2rem;
    list-style: none;
}

.tariff__box ul li {
    padding: 1.3rem 0;
    padding-left: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 2px solid #252724;
    position: relative;
}

.tariff__box ul li::before {
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 2rem;
}

.tariff__box ul li:last-child {
    border-bottom: 0;
}

.tariff__box .price {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.tariff__box .price.gray {
    color: #323432;
}

.tariff__box .t-btn {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.tariff__box .t-btn span {
    font-size: 1.7rem;
}

.tariff__box .t-btn span b {
    font-size: 1.7rem;
}

.tariff__box .t-btn .bg {
    width: 100%;
    height: 8rem;
}

.tariff__box .timer__box {
    text-align: center;
    margin: 1.5rem 0 0;
}

.tariff__box .timer__box-value {
    margin: 0 auto 1rem;
    background: rgba(41, 44, 41, 0.24);
    border-radius: 4rem;
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    width: 18rem;
    height: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #484E47;
}

.tariff__box .timer__box-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: #323432;
    text-transform: uppercase;
}

.author-section {
    margin: 6rem 0 0;
    height: 120.5rem;
    overflow: hidden;
}

.author-section .container {
    padding-top: 1rem;
}

.author-section .t-title {
    font-size: 4.3rem;
    text-align: left;
    padding-left: 2rem;
}

.author-section .notice {
    position: absolute;
    width: 13rem;
    top: .1rem;
    right: 3rem;
}

.author-section ul {
    margin: 41rem 0 2rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.author-section ul li {
    font-family: 'HelveticaNeueCyr';
    font-size: 1.6rem;
    line-height: 1.45;
    margin-bottom: 2.5rem;
    padding-left: 2.3rem;
    background-image: url("../img/author/check.svg");
    background-repeat: no-repeat;
    background-size: 1rem auto;
    background-position: 0 .5rem;
    flex-shrink: 0;
}

.author-section ul li:nth-child(1), .author-section ul li:nth-child(3) {
    width: 20rem;
}

.author-section ul li:nth-child(2n) {
    width: 15rem;
}

.author-section ul li:nth-child(5) {
    width: 16rem;
}

.author-section ul li:nth-child(7) {
    width: 25rem;
}

footer {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

footer .text, footer .link {
    font-size: 1rem;
    color: #888888;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
}

footer .texts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .text {
    margin-bottom: 3rem;
}

footer .text:nth-child(1) {
    width: 22rem;
}

footer .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .links .link {
    text-decoration: underline;
}

.thanks-section {
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.thanks-section .t-title {
    font-size: 3rem;
}

.thanks-section .subtitle {
    width: 25rem;
    margin: 1.5rem 0 1rem;
    margin-left: 12rem;
    line-height: 1.4;
}

.thanks-section .notice {
    margin-left: 12rem;
    width: 22rem;
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    background: rgba(225, 235, 235, 0.1);
    border-radius: 4rem;
}

.thanks-section .notice img {
    width: 1.2rem;
    margin-right: 1.2rem;
}

.thanks-section .description {
    margin-top: 22rem;
    margin-left: 12rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.thanks-section .t-btn img {
    width: 100%;
    height: 9rem;
}

.thanks-section .t-btn span {
    font-size: 1.5rem;
}

.thanks-section .t-btn span b {
    font-size: 1.5rem;
}

.thanks-section .bottom {
    text-align: center;
    font-size: 1rem;
    line-height: 1.1;
    margin: 1.3rem 0 3rem;
}

.thanks-section .social {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.thanks-section .social .social__link {
    margin: 0 2rem;
    color: #FF0401;
    font-size: 1rem;
}

.thanks-section .social .social__link img {
    display: block;
    width: 4.6rem;
    margin: 0 auto 1rem;
}
