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

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

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

@font-face {
    font-family: "Steelfish";
  src: url("../fonts/SteelfishEb-Regular.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "Klementina";
  src: url("../fonts/Klementina.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.564vw;
    height: 100%;
}

body {
    background: #000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "Manrope";
    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: 120rem;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .hidden-lg {
        display: none;
    }
}

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

.section__bg.xs {
    background-size: 100% auto;
    display: none;
}

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

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

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

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

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

.modal__form {
    width: 46.4rem;
    background: #fff;
    border-radius: 1rem;
    padding: 3rem 6rem 5rem;
}

@media screen and (max-width: 575px) {
    .modal__form {
        width: 35rem;
        padding: 3rem 3rem 3rem;
    }
}

.modal__close {
    width: 1.6rem;
    right: 2rem;
    top: 2rem;
    position: absolute;
    cursor: pointer;
}

.modal__title {
    margin-bottom: 3rem;
    font-family: "Steelfish";
    font-weight: 900;
    font-size: 4.8rem;
    text-transform: uppercase;
    text-align: center;
    color: #14181C;
    line-height: 1.1;
}

@media screen and (max-width: 575px) {
    .modal__title {
        font-size: 4.2rem;
        margin-bottom: 2rem;
    }
}

.modal__input {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    margin-bottom: 1.5rem;
    height: 9rem;
    border-radius: 0.5rem;
    padding: 0 4rem;
    font-size: 1.6rem;
    color: #818488;
    background: #EDF0F3;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .modal__input {
        height: 6.5rem;
    }
}

.modal__input:hover, .modal__input:focus {
    background: #e4e8ed;
}

.modal__input::-moz-placeholder {
    color: #818488;
}

.modal__input:-ms-input-placeholder {
    color: #818488;
}

.modal__input::placeholder {
    color: #818488;
}

.modal__btn {
    width: 100%;
    height: 9rem;
    background: url("../img/modal/btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: "Steelfish";
    font-weight: 900;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4rem;
}

@media screen and (max-width: 575px) {
    .modal__btn {
        height: 6.5rem;
        font-size: 2rem;
        letter-spacing: 0.3rem;
    }
}

.intro-section {
    height: 80rem;
}

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

.intro-section .intro__header {
    display: flex;
    align-items: center;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    padding-top: 3rem;
    margin-left: 2.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__header {
        margin-left: 1rem;
        -moz-column-gap: 11rem;
        column-gap: 11rem;
        flex-wrap: wrap;
        padding-top: 2rem;
    }
}

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

@media screen and (max-width: 575px) {
    .intro-section .intro__header__item {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

.intro-section .intro__header__item img {
    width: 1.4rem;
}

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

.intro-section .intro__header__item-text {
    font-size: 1.3rem;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__header__item-text {
        font-size: 1rem;
    }
}

.intro-section .intro__header__item-text span {
    font-weight: 700;
    color: #fdef9d;
}

.intro-section .intro__header__item:last-child {
    margin-left: 4.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__header__item:last-child .intro__header__item-text {
        font-size: 1.2rem;
        margin-left: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .intro__header__item:last-child {
        margin-left: 2rem;
        text-align: center;
        margin-top: 2.3rem;
    }
}

.intro-section .intro__box {
    margin-top: 8.5rem;
    margin-left: 2.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box {
        margin-top: 1rem;
        margin-left: 0;
    }
}

.intro-section .intro__box-title {
    font-weight: 700;
    font-size: 6.4rem;
    text-transform: uppercase;
    color: #fff;
    font-family: "Steelfish";
    line-height: normal;
    margin-bottom: 4.2rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box-title {
        font-size: 3.7rem;
        text-align: center;
        margin-bottom: 1rem;
    }
}

.intro-section .intro__box-title span {
    background: linear-gradient(130deg, #fdef9d 0%, #fff7c6 16%, #fdef9d 31.5%, #fff8d0 47%, #fdef9d 63%, #fff8d1 81%, #fdef9d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section .intro__box__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    margin-left: 0.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item {
        margin-left: 3rem;
    }
}

.intro-section .intro__box__item-text {
    font-size: 15px;
    color: #fff;
}

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

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item-text {
        font-size: 1.1rem;
    }
}

.intro-section .intro__box__item-text span {
    font-weight: 700;
    color: #e84f63;
}

.intro-section .intro__box__item img {
    width: 5.2rem;
}

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


.intro-section .intro__bottom {
    display: flex;
    -moz-column-gap: 17rem;
    column-gap: 17rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        -moz-column-gap: 0;
        column-gap: 0;
        margin-top: 15.5rem;
    }

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

.intro-section .intro__bottom__button {
    width: 50.2rem;
    height: 21rem;
    background: url(../img/intro/btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3rem;
    margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__bottom__button {
        margin-left: 0;
        width: 36.2rem;
        height: 15rem;
        order: 2;
        margin-top: -2rem;
    }
}

.intro-section .intro__bottom__button a {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    font-family: "Steelfish";
    width: 39.2rem;
    height: 10.1rem;
    padding-top: 2rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__bottom__button a {
        font-size: 1.7rem;
        letter-spacing: 0.15em;
        padding-top: 2.5rem;
        width: 28.2rem;
        height: 9.1rem;
    }
}

.intro-section .intro__bottom__item {
    display: flex;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    margin-top: 4.8rem;
    width: 39.2rem;
    height: 10.8rem;
    background: url(../img/intro/small.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__bottom__item {
        background: url(../img/intro/small-xs.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 28.4rem;
        height: 7.7rem;
        order: 1;
    }
}

.intro-section .intro__bottom__item-text {
    font-weight: 400;
    font-size: 1.3rem;
    color: #c9c9c9;
    padding-top: 2.8rem;
    padding-left: 13rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__bottom__item-text {
        font-size: 1rem;
        padding-top: 1.9rem;
        padding-left: 9rem;
    }
}

.programm-section {
    background: url(../img/programm/pc-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    height: 106.8rem;
}

@media screen and (max-width: 575px) {
    .programm-section {
        background: url(../img/programm/xs-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 91.5rem;
    }
}

.programm-section .programm__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__title {
        margin-left: 0;
    }
}

.programm-section .programm__title-top {
    font-weight: 400;
    font-size: 4.8rem;
    font-family: "Klementina";
    text-align: center;
    margin-top: -0.5rem;
    background: linear-gradient(130deg, #fdef9d 0%, #fff7c6 16%, #fdef9d 31.5%, #fff8d0 47%, #fdef9d 63%, #fff8d1 81%, #fdef9d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.programm-section .programm__title-between {
    font-weight: 700;
    font-size: 6.4rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Steelfish";
    line-height: normal;
}

.programm-section .programm__title-between img {
    width: 2.8rem;
    margin-bottom: -0.2rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__title-between img {
        width: 1.6rem;
    }
}

@media screen and (max-width: 575px) {
    .programm-section .programm__title-between {
        font-size: 3.7rem;
        width: 26rem;
    }

    .programm-section .programm__title-between br {
        display: none;
    }
}

.programm-section .programm__title-bottom {
    display: flex;
    align-items: center;
    -moz-column-gap: 32.1rem;
    column-gap: 32.1rem;
    margin-top: -5rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__title-bottom {
        -moz-column-gap: 28rem;
        column-gap: 28rem;
        margin-top: -3rem;
    }

    .programm-section .programm__title-bottom img {
        width: 1.8rem;
    }
}

.programm-section .programm__title-bottom span {
    font-weight: 800;
    font-size: 6.4rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Steelfish";
}

@media screen and (max-width: 575px) {
    .programm-section .programm__title-bottom span {
        font-size: 3.7rem;
    }
}

.programm-section .programm__box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    -moz-column-gap: 3.3rem;
    column-gap: 3.3rem;
    margin-left: 3rem;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box {
        width: 39rem;
        -moz-column-gap: 0.6rem;
        column-gap: 0.6rem;
        margin-left: 0;
        margin-top: 4rem;
    }
}

.programm-section .programm__box__item {
    width: 35.3rem;
    background: #14181c;
    border: 1px solid #242b31;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item {
        border: 0.5px solid #242b31;
        border-radius: 0.5rem;
        width: 17.8rem;
        height: 25.5rem;
        margin-top: 0.5rem;
    }
}

.programm-section .programm__box__item-title {
    font-weight: 700;
    font-size: 4rem;
    text-transform: uppercase;
    font-family: "Steelfish";
    text-align: center;
    background: linear-gradient(130deg, #fdef9d 0%, #fff7c6 16%, #fdef9d 31.5%, #fff8d0 47%, #fdef9d 63%, #fff8d1 81%, #fdef9d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 26.3rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item-title {
        margin-top: 13rem;
        font-size: 2rem;
    }
}

.programm-section .programm__box__item-subtitle {
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    color: #c9c9c9;
    margin-top: 1.5rem;
    min-height: 11.7rem;
    padding: 0 2rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item-subtitle {
        width: 16rem;
        font-size: 1rem;
        margin-top: 0.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .programm-section .programm__box__item-subtitle br {
        display: none;
    }
}

.programm-section .programm__box__item img {
    width: 38.5rem;
    max-width: none;
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item img {
        width: 19rem;
        top: -3rem;
    }
}

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

.programm-section .programm__box__item.mini {
    height: 42.8rem;
}

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

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item-subtitle.item1 {
        width: 15rem;
    }
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item-subtitle.item2 {
        width: 15rem;
    }
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item-subtitle.item3 {
        width: 17rem;
    }
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box__item-subtitle.item4 {
        width: 15rem;
    }
}

.last-section {
    background: url(../img/last-block/pc-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    height: 69.4rem;
}

@media screen and (max-width: 575px) {
    .last-section {
        background: url(../img/last-block/xs-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 62.4rem;
    }
}

.last-section .last__box {
    padding-top: 26rem;
    margin-left: 0.5rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box {
        padding-top: 7.7rem;
        padding-left: 0;
        margin-left: -0.1rem;
    }
}

.last-section .last__box-title {
    font-weight: 700;
    font-size: 6.4rem;
    font-family: "Steelfish";
    text-transform: uppercase;
    text-align: center;
    color: #14181c;
}

@media screen and (max-width: 575px) {
    .last-section .last__box-title {
        width: 30rem;
        padding-left: 6.3rem;
        padding-top: 0.2rem;
        line-height: normal;
    }
}

.last-section .last__box__button {
    width: 50.2rem;
    margin: auto;
    height: 21rem;
    background: url(../img/intro/btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2.5rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__button {
        width: 36rem;
        height: 15rem;
        margin-top: 0rem;
    }
}

.last-section .last__box__button-btn {
    width: 39.2rem;
    height: 10.1rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__button-btn {
        width: 27.2rem;
        height: 9.1rem;
    }
}

.last-section .last__box__button a {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    font-family: "Steelfish";
    width: 39.2rem;
    height: 10.1rem;
    padding-top: 2rem;
    display: block;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__button a {
        font-size: 1.7rem;
        letter-spacing: 0.15em;
        padding-top: 2.5rem;
        width: 28.2rem;
        height: 9.1rem;
    }
}

.last-section .last__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12.5rem;
    margin-left: 3rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .last-section .last__footer {
        margin-top: 21rem;
        margin-left: 0;
        width: 100%;
    }
}

.last-section .last__footer::before {
    content: "";
    width: 113.4rem;
    height: 0.1rem;
    background-color: #4c4c48;
    position: absolute;
    top: -1.5rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__footer::before {
        display: none;
    }
}

.last-section .last__footer-text {
    font-weight: 400;
    font-size: 1.3rem;
    color: #c9c9c9;
}

@media screen and (max-width: 575px) {
    .last-section .last__footer-text {
        max-width: none;
        font-size: 1rem;
        width: -1rem;
    }
}


.swal-text {
    text-align: center;
    padding-bottom: 35px;
}

.swal-footer {
    display: none !important;
}
