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

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

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

@font-face {
    font-family: 'Panama';
  src: url("../fonts/Panama-Bold.woff") format("woff");
  font-weight: 700;
  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.56vw;
    height: 100%;
}

body {
    background: #000000;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
}

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

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

button {
    border: 0;
    padding: 0;
    margin: 0;
}

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: .521vw;
    }

    .container {
        max-width: 155rem;
    }
}

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

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

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

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

.t-title {
    font-size: 20rem;
    font-family: 'Panama';
    text-transform: uppercase;
    line-height: 0.7;
}

section {
    position: relative;
}

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

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

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

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

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

.calculator-section {
    border-radius: 4rem;
    background: #FBDF96;
    padding: 5rem 0 4rem;
    color: #000;
    text-align: center;
    width: 152rem;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .calculator-section {
        width: 100%;
        border-radius: 2rem;
        padding: 4rem 1rem 5rem;
    }
}

.calculator__box {
    width: 105.5rem;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .calculator__box {
        margin: 0;
        width: 100%;
    }
}

.calculator__mobile-title {
    display: none;
    font-size: 2.4rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.calculator__mobile-title b {
    font-weight: 500;
}

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

.calculator__title {
    text-transform: uppercase;
    font-size: 8rem;
    line-height: 0.9;
    letter-spacing: -.4rem;
}

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

.calculator__subtitle {
    margin: 1rem 0 2rem;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

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

.calculator__item {
    margin-bottom: 2rem;
}

.calculator__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator__item-header .item__name {
    font-size: 1.6rem;
}

.calculator__item-header .item__value {
    font-size: 2.4rem;
}

.calculator__item .irs--round {
    margin-top: -2.5rem;
}

@media screen and (max-width: 575px) {
    .calculator__item .irs--round {
        margin-top: -2rem;
    }
}

.calculator__itog {
    margin: 3rem 0 2rem;
}

.calculator__itog-value {
    font-family: 'Panama';
    font-size: 7.2rem;
    font-weight: 700;
    letter-spacing: -0.2rem;
    line-height: 1;
}

.calculator__itog-currency {
    font-size: 1.6rem;
}

.calculator__button {
    display: block;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FBDF96;
    font-size: 1.6rem;
    font-weight: 700;
    background: #000;
    border-radius: 2rem;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #000;
}

.calculator__button:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

.irs--round .irs-line, .irs--round .irs-bar {
    background-color: #000000;
    height: 3px;
}

.irs--round .irs-handle {
    width: 40px;
    height: 40px;
    background: #FBDF96 !important;
    border: 4px solid #000000;
    box-shadow: none;
    cursor: pointer;
    top: 17px;
}

.irs--round .irs-handle::before {
    content: '';
    position: absolute;
    background: #000000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.irs--round .irs-handle::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300%;
    height: 300%;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .irs--round .irs-handle::after {
        width: 200%;
        height: 200%;
    }
}

.line-section {
    overflow: hidden;
}

.line-section .line-xs {
    display: block;
    width: 31rem;
    margin: 3rem auto 6rem;
}

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

.line__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-animation: marquee 14s infinite linear;
    animation: marquee 14s infinite linear;
}

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

.line__box .space {
    width: 27rem;
    padding: 0 1rem;
    flex-shrink: 0;
}

.line__box .space img {
    display: block;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-216rem);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-216rem);
    }
}

.good-title {
    margin: 6rem auto 10rem;
    font-size: 6.4rem;
    font-weight: 300;
    line-height: 1.1;
    width: 120rem;
    text-align: center;
    letter-spacing: -0.2rem;
}

@media screen and (max-width: 575px) {
    .good-title {
        font-size: 2.5rem;
        line-height: 1.2;
        width: 28rem;
        margin: 0 auto;
        letter-spacing: -0.1rem;
    }

    .good-title p {
        margin: 2.5rem 0 0;
    }
}

.good-title b {
    font-weight: 400;
    color: #FBDF96;
}

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

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

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
}

.overlay__inner {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10vh 0 5vh;
}

@media screen and (max-width: 575px) {
    .overlay__inner {
        padding: 5vh 0 5vh;
    }
}

.modal {
    position: relative;
    display: none;
}

.modal__close {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 3rem;
    right: 4rem;
    border-radius: 0.8rem;
    background: #FBDF96;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 320ms;
}

.modal__close:hover {
    background: #fad87d;
}

.modal__close .img-svg {
    width: 2.5rem;
}

.modal__module {
    width: 90rem;
    background: #151515;
    border-radius: 4rem;
    padding: 3rem 4rem 3rem;
}

.module__count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
    color: #888888;
}

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

.module__count img {
    width: 3rem;
    margin-right: 0.8rem;
    display: block;
}

.module__title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 300;
    margin: 2rem 0 3rem;
}

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

.module__subtitle {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FBDF96;
    text-transform: uppercase;
}

.module__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.module__list li {
    margin-bottom: 1.3rem;
    line-height: 1.4;
    font-size: 1.6rem;
    position: relative;
    padding-left: 2rem;
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 575px) {
    .module__list li {
        font-size: 1.4rem;
    }
}

.module__list li::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #FBDF96;
    left: 0;
    top: 0.7rem;
}

.module__list.white li::before {
    background: #fff;
}

.intro-section {
    height: 127rem;
}

.intro-section .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5rem;
}

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

.intro-section .header__left-text {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: -0.03em;
    color: #999;
    position: relative;

    margin-right: 4rem;
}

.intro-section .header__left-text::before {
    position: absolute;
    left: -2rem;
    top: 0.7rem;
    content: "";
    width: 1rem;
    height: 1rem;
    background: #999;
}

.intro-section .header__nav {
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.intro-section .header__nav-link {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: -0.03em;
    text-decoration: none;
    color: #999;
    position: relative;
    transition: 0.3s;
}

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

.intro-section .header__nav-link:hover::before {
    background: #fff;
}

.intro-section .header__nav-link::before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #999;
    position: absolute;
    bottom: 0rem;
    transition: 0.3s;
}

.intro-section .intro-name {
    position: absolute;
    right: 1.5rem;
    top: 28rem;
    font-weight: 700;
    font-size: 5.6rem;
    font-family: "Panama";
    line-height: 7.1rem;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fbdf96;
}

.intro-section .intro__box-text.xs {
    display: none;
}

.intro-section .intro__user {
    position: absolute;
    left: 50%;
    transform: translateX(-65%);
    top: 25rem;
    width: 20.3rem;
    height: 20.3rem;
    border-radius: 100%;
    fill: rgba(25, 25, 25, 0.55);
    -webkit-backdrop-filter: blur(3.5rem);
    backdrop-filter: blur(3.5rem);
    text-align: center;
    padding-top: 6.5rem;
}

.intro-section .intro__user img {
    width: 2.4rem;
}

.intro-section .intro__user-text {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.7rem;
    text-align: center;
    color: #fff;
}

.intro-section .intro-logo {
    position: absolute;
    left: 41rem;
    top: 64rem;
}

.intro-section .intro-logo img {
    width: 19.7rem;
}

.intro-section .intro__box {
    position: absolute;
    right: 2rem;
    top: 65.5rem;
}

.intro-section .intro__box-text {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 5.4rem;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 5rem;
}

.intro-section .intro__box-btn {
    width: 75rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 2.5rem 30rem;
    background: #fbdf96;
    border-radius: 2rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #0d0d0d;
    border: solid 0.1rem #fbde9600;
    transition: 0.3s;
}

.intro-section .intro__box-btn:hover {
    background: #151515;
    border: solid 0.1rem #fbdf96;
    color: #fbdf96;
}

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

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

    .intro-section .header__nav {
        display: none;
    }

    .intro-section .header__left {
        display: flex;
        margin: auto;
        /* -moz-column-gap: 2rem; */
        column-gap: 0;
        justify-content: space-between;
        width: 100%;
    }

    .intro-section .header__left-text {
        font-weight: 400;
        font-size: 1.4rem;
        opacity: 0.6;
        line-height: 1.8rem;
        letter-spacing: -0.02em;
        color: #999;

        margin: 0;
    }

    .intro-section .header__left-text::before {
        display: none;
    }

    .intro-section .intro__title-xs {
        display: block;
        position: absolute;
        font-weight: 700;
        font-size: 80px;
        font-family: "Panama";
        line-height: 7rem;
        left: 50%;
        transform: translateX(-50%);
        top: 8rem;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    .intro-section .intro__user {
        position: absolute;
        top: 52rem;
        left: 3rem;
        transform: translateX(0);
        width: 8.7rem;
        height: 8.7rem;
        padding-top: 1.7rem;
        background: #191919;
        fill: rgba(54, 54, 54, 0.55);
        -webkit-backdrop-filter: blur(59.4px);
        backdrop-filter: blur(59.4px);
    }

    .intro-section .intro__user-text {
        font-size: 1.3rem;
        margin-top: -1.5rem;
    }

    .intro-section .intro__user img {
        width: 1.3rem;
    }

    .intro-section .intro-name {
        font-weight: 700;
        font-size: 3.2rem;
        position: absolute;
        right: 7.5rem;
        top: 22.5rem;
        line-height: 4.1rem;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        text-align: center;
        color: #fbdf96;
    }

    .intro-section .intro__box {
        position: absolute;
        right: 3rem;
        top: 28rem;
    }

    .intro-section .intro__box-text {
        display: none;
    }

    .intro-section .intro__box .intro__box-text.xs {
        display: block;
        font-weight: 300;
        font-size: 2rem;
        line-height: 2.6rem;
        letter-spacing: -0.03em;
        text-align: center;
        margin-bottom: 27.8rem;
        color: #fff;
        width: 33rem;
    }

    .intro-section .intro__box-btn {
        display: block;
        font-weight: 700;
        font-size: 1.6rem;
        padding: 2.4rem 10.3rem;
        width: 33rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        text-align: center;
        color: #121212;
    }

    .intro-section .intro-logo {
        position: absolute;
        left: 28.8rem;
        top: 36.8rem;
    }

    .intro-section .intro-logo img {
        width: 8rem;
    }
}

.forWhom-section {
    width: 152rem;
    height: 80rem;
    background: #fbdf96;
    border-radius: 4rem;
    margin: auto;
}

.forWhom-section .forWhom__parent__box__title {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    align-items: center;
    padding-top: 7rem;
}

.forWhom-section .forWhom__parent__box__title-star {
    margin-top: -2rem;
    margin-left: 1rem;
}

.forWhom-section .forWhom__parent__box__title-title {
    font-size: 20rem;
    font-weight: 700;
    line-height: 14rem;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-family: "Panama";
    letter-spacing: -0.9rem;
}

.forWhom-section .forWhom__parent__box-subtitle {
    text-align: center;
    color: #000;
    font-size: 4rem;
    font-weight: 300;
    line-height: 5.2rem;
    letter-spacing: -0.1rem;
    margin-top: 1.5rem;
}

.forWhom-section .forWhom__parent__box__item {
    display: flex;
    -moz-column-gap: 10.5rem;
    column-gap: 10.5rem;
    align-items: baseline;
    margin-top: 2.2rem;
    margin-left: 7rem;
}

.forWhom-section .forWhom__parent__box__item__mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 39rem;
}

.forWhom-section .forWhom__parent__box__item__mini-title {
    font-family: "Panama";
    font-size: 5.6rem;
    line-height: 7.1rem;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    letter-spacing: -0.3rem;
    margin-top: 2rem;
}

.forWhom-section .forWhom__parent__box__item__mini-subtitle {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    color: #000;
    line-height: 3.6rem;
    letter-spacing: -0.1rem;
}

.forWhom-section .forWhom__parent__box__item__mini .cap {
    width: 22.7rem;
}

.forWhom-section .forWhom__parent__box__item__mini .keyboard {
    width: 29.3rem;
}

.forWhom-section .forWhom__parent__box__item__mini .glass {
    width: 27.6rem;
}

.forWhom-section .forWhom__parent__box__item__mini .cap-title {
    margin-right: 5rem;
}

@media screen and (max-width: 575px) {
    .forWhom-section {
        width: 39rem;
        height: 132rem;
        background: #fbdf96;
        border-radius: 2rem;
    }

    .forWhom-section .forWhom__parent__box__item {
        display: block;
        margin: auto;
        margin-top: 7rem;
        margin-left: 1rem;
    }

    .forWhom-section .forWhom__parent__box__title {
        padding-top: 4.5rem;
    }

    .forWhom-section .forWhom__parent__box__title-title {
        font-weight: 700;
        font-size: 8rem;
        line-height: 5.6rem;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }

    .forWhom-section .forWhom__parent__box__title-star {
        display: none;
    }

    .forWhom-section .forWhom__parent__box-subtitle {
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 3.1rem;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000;
        margin-top: 0.5rem;
    }

    .forWhom-section .forWhom__parent__box__item__mini-title {
        font-weight: 700;
        font-size: 4rem;
        line-height: 5.1rem;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        text-align: center;
        color: #000;
        margin-top: 1rem;
    }

    .forWhom-section .forWhom__parent__box__item__mini-subtitle {
        font-weight: 400;
        font-size: 2rem;
        line-height: 2.6rem;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000;
    }

    .forWhom-section .forWhom__parent__box__item__mini .cap-title {
        margin-right: 0;
    }

    .forWhom-section .forWhom__parent__box__item__mini {
        width: 34rem;
    }

    .forWhom__parent__box__item__mini.frilance-block {
        margin-top: 6rem;
    }

    .forWhom__parent__box__item__mini.frilance-block br {
        display: none;
    }

    .forWhom__parent__box__item__mini.frilance-block .keyboard {
        width: 30.3rem;
    }

    .forWhom__parent__box__item__mini.noob-block {
        margin-top: 3rem;
    }

    .forWhom__parent__box__item__mini.noob-block br {
        display: none;
    }
}

.result-section {
    margin-top: 10rem;
}

.result-section .result-dollar1 {
    width: 19.1rem;
    bottom: 27rem;
    position: absolute;
    left: -20rem;
}

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

.result-section .result-dollar2 {
    width: 11.7rem;
    position: absolute;
    right: -18rem;
    bottom: 10rem;
}

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

.result-section .result__title {
    display: flex;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    align-items: center;
    justify-content: center;
}

.result-section .result__title-big {
    font-weight: 700;
    font-size: 20rem;
    font-family: "Panama";
    line-height: 14rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .result-section .result__title-big {
        font-size: 8rem;
        line-height: 5.6rem;
    }
}

.result-section .result__title-star.left {
    margin-right: -1rem;
}

.result-section .result__title-star {
    width: 1.8rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__title-star {
        display: none;
    }
}

.result-section .result-subtitle {
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 4rem;
    line-height: 5.2rem;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result-subtitle {
        font-size: 2.4rem;
        line-height: 3.1rem;
        margin-top: 0.5rem;
        margin-bottom: 7rem;
    }
}

.result-section .result__box {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-top: 12.6rem;
}

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

.result-section .result__box__item {
    width: 75rem;
    margin-bottom: 10rem;
    background: #151515;
    border-radius: 4rem;
    padding: 10rem 4rem 5.7rem 4rem;
}

.result__box__item.last {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item {
        width: 37rem;
        padding: 10rem 1rem 4.4rem 1rem;
        margin-bottom: 9rem;
    }
}

.result-section .result__box__item.hidden {
    display: none;
}

.result-section .result__box__item-ava {
    width: 17rem;
    height: 17rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -18.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-ava {
        width: 12.3rem;
        height: 12.3rem;
        border: solid 0.4rem #000;
        border-radius: 100%;
        margin-top: -16rem;
    }
}

.result-section .result__box__item-ava::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: .9rem solid #000;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-ava::before {
        border: .5rem solid #000;
    }
}

.result-section .result__box__item-ava img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.result-section .result__box__item-name {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-name {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-top: 0.5rem;
    }
}

.result-section .result__box__item-nick {
    font-weight: 400;
    font-size: 1.6rem;
    opacity: 0.5;
    line-height: 2.5rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}

.result__box__item-title, .result__box__item-text {
    margin-left: auto !important;
    margin-right: auto !important;
}

.result-section .result__box__item-title {
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fbdf96;
    margin-top: 3.5rem;
    margin-bottom: 3.1rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-title {
        font-size: 2rem;
        line-height: 2.6rem;
        width: 34rem;
    }

    .result-section .result__box__item-title br {
        display: none;
    }
}

.result-section .result__box__item-title::before {
    content: "";
    width: 42rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    top: -1.5rem;
    left: 12rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-title::before {
        width: 33rem;
        left: 0.5rem;
    }
}

.result-section .result__box__item-title::after {
    content: "";
    width: 42rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    bottom: -1.5rem;
    left: 12rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-title::after {
        width: 33rem;
        left: 0.5rem;
    }
}

.result-section .result__box__item-title.line2 {
    position: relative;
}

.result-section .result__box__item-title.line2::before {
    content: "";
    width: 42rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    top: -1.5rem;
    left: 12.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-title.line2::before {
        width: 33rem;
        position: absolute;
        left: 0.5rem;
    }
}

.result-section .result__box__item-title.line2::after {
    content: "";
    width: 42rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    bottom: -1.5rem;
    left: 12.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-title.line2::after {
        width: 33rem;
        position: absolute;
        left: 0.5rem;
    }
}

.result-section .result__box__item-title.line3 {
    position: relative;
}

.result-section .result__box__item-title.line3::before {
    content: "";
    width: 42rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    top: -1.5rem;
    left: 12rem;
}

.result-section .result__box__item-title.line3::after {
    content: "";
    width: 42rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    bottom: -1.5rem;
    left: 12rem;
}

.result-section .result__box__item-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #bbb;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-text {
        font-size: 1.4rem;
        line-height: 2.2rem;
        width: 33rem;
    }

    .result-section .result__box__item-text br {
        display: none;
    }
}

.result-section .result__box__item-text img {
    width: 1.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item .result__box__item-text.xs {
        display: block;
        width: auto;
    }
}

.result-section .result__box__item-line {
    content: "";
    width: 42rem;
    height: 0.1rem;
    background: #333;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-line {
        width: 33rem;
    }
}

.result-section .result__box__item-subtitle {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__item-subtitle {
        font-size: 2rem;
        line-height: 2.6rem;
    }
}

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

.result-section .result__box__item-text.xs {
    display: none;
}

.result-btn {
    margin: -5rem auto 0;
    white-space: nowrap;
    width: 45rem;
    font-weight: 700;
    font-size: 2rem;
    padding: 2.5rem 0;
    line-height: 2.6rem;
    background: #fbdf96;
    border-radius: 2rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #0d0d0d;
    border: solid 0.1rem #fbde9600;
    transition: 0.3s;
    cursor: pointer;
}

.result-btn:hover {
    background: transparent;
    border: solid 0.1rem #fbdf96;
    color: #fbdf96;
}

@media screen and (max-width: 575px) {
    .result-btn {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }
}

.sergiy-section {
    height: 120rem;
}

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

.sergiy-section .sergiy__title-xs {
    display: none;
}

.sergiy-section .sergiy__box {
    position: absolute;
    left: 2rem;
    top: 72rem;
}

.sergiy-section .sergiy__box-info {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8rem;
    color: white;
    opacity: 0.5;
    margin-bottom: 1rem;
}

.sergiy-section .sergiy__box__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin: 0.5rem 0;
}

.sergiy-section .sergiy__box__item-icons {
    width: 5rem;
}

.sergiy-section .sergiy__box__item-text {
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 3.8rem;
    color: #fff;
}

.sergiy-section .sergiy-surname {
    font-family: "Panama";
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 7.2rem;
    letter-spacing: -0.2rem;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 1.5rem;
    top: 62.8rem;
    color: #fff;
}

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

    .sergiy-section .sergiy__title-xs {
        display: block;
        position: absolute;
        top: 5.8rem;
        left: 1.8rem;
        font-weight: 700;
        font-size: 13rem;
        line-height: 9.1rem;
        font-family: "Panama";
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #fbdf96;
    }

    .sergiy-section .sergiy-surname {
        font-family: "Panama";
        font-weight: 700;
        font-size: 7.2rem;
        line-height: 7.2rem;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 15.3rem;
        left: 1.5rem;
    }

    .sergiy-section .sergiy__box {
        position: absolute;
        left: 3rem;
        top: 24.5rem;
    }

    .sergiy-section .sergiy__box .sergiy__box-info {
        display: none;
    }

    .sergiy-section .sergiy__box .sergiy__box__item-text {
        font-weight: 300;
        font-size: 2rem;
        line-height: 3.2rem;
        letter-spacing: -0.04em;
        color: #fff;
    }
}

.programm-section {
    margin-top: 10rem;
}

.programm-section .programm__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.programm-section .programm__title::before {
    content: "";
    width: 35.2rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    left: 0;
    top: 12.5rem;
}

.programm-section .programm__title::after {
    content: "";
    width: 35.2rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    right: 0;
    top: 12.5rem;
}

.programm-section .programm__title-icon {
    width: 1.8rem;
    margin-bottom: 5rem;
}

.programm-section .programm__title-big {
    font-family: "Panama";
    font-weight: 700;
    font-size: 20rem;
    line-height: 14rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}

.programm-section .programm__title-subtitle {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: 1em;
    text-align: center;
    color: #fbdf96;
    margin-left: 3rem;
    margin-bottom: 4rem;
}

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

.programm-section .programm__box .programm__box__item {
    width: 50rem;
    border-radius: 4rem;
    padding: 3rem 4rem;
    background: #151515;
    position: relative;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box .programm__box__item.hide {
        display: none;
    }
}

.programm-section .programm__box .programm__box__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: 420ms;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box .programm__box__item.shadow::before {
        opacity: 1;
    }
}

.programm-section .programm__box .programm__box__item__mini {
    display: flex;
    flex-direction: column;
}

.programm-section .programm__box .programm__box__item__mini__top {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    margin-bottom: 1rem;
}

.programm-section .programm__box .programm__box__item__mini__top-icon {
    width: 3rem;
}

.programm-section .programm__box .programm__box__item__mini__top-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #888;
}

.programm-section .programm__box .programm__box__item-subtitle {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: -0.04em;
    color: #fff;
    min-height: 11rem;
}

@media screen and (max-width: 575px) {
    .programm-section .programm__box .programm__box__item-subtitle {
        min-height: 8rem;
    }
}

.programm-section .programm__box .programm__box__item-btn {
    font-weight: 700;
    font-size: 1.4rem;
    padding: 0.9rem 1.4rem;
    background: #fbdf96;
    width: 20.1rem;
    border-radius: 4rem;
    text-transform: uppercase;
    text-align: center;
    color: #121212;
    transition: 0.3s;
    border: solid 0.1rem #fbde9600;
}

.programm-section .programm__box .programm__box__item-btn:hover {
    background: transparent;
    color: #fbdf96;
    border: solid 0.1rem #fbdf96;
}

.programm-section .programm__box .programm__box__item-num {
    font-family: "Panama";
    font-weight: 700;
    font-size: 5.6rem;
    position: absolute;
    right: 4rem;
    top: 2.5rem;
    line-height: 7.1rem;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: right;
    color: #444;
}

.programm-section .programm__bottom {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    border-radius: 4rem;
    width: 113.5rem;
    background: #fbdf96;
    padding: 1rem;
    margin-top: 10rem;
    position: relative;
}

.programm-section .programm__bottom-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 11rem;
    top: -5rem;
}

.programm-section .programm__bottom-iconxs {
    display: none;
}

.programm-section .programm__bottom__inner {
    border-radius: 4rem;
    border: 0.1rem solid #0000001f;
    padding: 5.6rem 7.3rem;
    width: 111.5rem;
}

.programm-section .programm__bottom__inner-text {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000;
}

.programm-section .programm__bottom__inner-text b {
    font-weight: 500;
}

.programm-section .programm__show-btn.xs {
    display: none;
}

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

    .programm-section .programm__title-icon {
        display: none;
    }

    .programm-section .programm__title::before {
        display: none;
    }

    .programm-section .programm__title::after {
        display: none;
    }

    .programm-section .programm__title-big {
        font-weight: 700;
        font-size: 8rem;
        line-height: 5.6rem;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        margin-bottom: 1.5rem;
    }

    .programm-section .programm__title-subtitle {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.3rem;
        letter-spacing: 0.4em;
        text-align: center;
        color: #fbdf96;
        margin-left: 1rem;
        margin-bottom: 1.5rem;
    }

    .programm-section .programm__box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .programm-section .programm__box .programm__box__item {
        width: 37rem;
        border-radius: 2rem;
        padding: 2rem 3rem;
        margin-top: 1rem;
    }

    .programm-section .programm__box .programm__box__item__mini__top {
        margin-bottom: 1.5rem;
    }

    .programm-section .programm__box .programm__box__item-subtitle {
        font-weight: 300;
        font-size: 2rem;
        line-height: 2.6rem;
        letter-spacing: -0.04em;
        color: #fff;
        margin-bottom: 1.8rem;
    }

    .programm-section .programm__box .programm__box__item-num {
        position: absolute;
        top: 1.3rem;
        right: 3rem;
        font-weight: 700;
        font-size: 3.2rem;
        line-height: 4.1rem;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        text-align: right;
        color: #444;
    }

    .programm-section .programm__box .programm__box__item-btn {
        padding: 0.9rem 1.4rem 0.7rem;
        margin-bottom: 1rem;
    }

    .programm-section .programm__bottom {
        width: 37rem;
        background: #252525;
        border-radius: 2rem;
        padding: 1rem;
        margin-left: -0.4rem;
    }

    .programm-section .programm__bottom-icon {
        display: none;
    }

    .programm-section .programm__bottom-iconxs {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -5.5rem;
        width: 11rem;
    }

    .programm-section .programm__bottom__inner {
        width: 35rem;
        border: 0.1rem solid #ffffff21;
        border-radius: 2rem;
        padding: 6.4rem 2rem 2rem 2rem;
    }

    .programm-section .programm__bottom__inner-text {
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 3.4rem;
        letter-spacing: -0.03em;
        text-align: center;
        color: #fff;
    }

    .programm-section .programm__bottom__inner-text br {
        display: none;
    }

    .programm-section .programm__bottom__inner-text b {
        color: #fbdf96;
    }

    .programm-section .programm__show-btn.xs {
        display: block;
        margin-left: -0.3rem;
        margin-top: 2rem;
        padding: 2.7rem 8.3rem;
        width: 37rem;
        background: #fbdf96;
        border-radius: 2rem;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        text-align: center;
        color: #121212;
    }
}

.tariff-section {
    margin-top: 10rem;
}

.tariff-section .tariff__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.tariff-section .tariff__title::before {
    content: "";
    background: #333;
    width: 43.2rem;
    height: 0.1rem;
    position: absolute;
    top: 13rem;
    left: 1rem;
}

.tariff-section .tariff__title::after {
    content: "";
    background: #333;
    width: 43.2rem;
    height: 0.1rem;
    position: absolute;
    top: 13rem;
    right: 0rem;
}

.tariff-section .tariff__title-star {
    width: 1.8rem;
    margin-bottom: 4rem;
}

.tariff-section .tariff__title-big {
    font-family: "Panama";
    font-weight: 700;
    font-size: 20rem;
    margin-bottom: 1rem;
    line-height: 14rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.tariff-section .tariff__title-subtitle {
    font-weight: 300;
    font-size: 2.4rem;
    margin-left: 2rem;
    line-height: 3.1rem;
    letter-spacing: 1em;
    text-align: center;
    color: #fbdf96;
}

.tariff-section .tariff__box {
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    align-items: flex-start;
    margin-top: 4rem;
}

.tariff-section .tariff__box__item {
    width: 50rem;
    padding: 4rem;
    border-radius: 4rem;
    background: #151515;
}

.tariff-section .tariff__box__item__header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.tariff-section .tariff__box__item__header-title {
    font-family: "Panama";
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 7.2rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fbdf96;
}

.tariff-section .tariff__box__item__header__right {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    padding-top: 0.5rem;
}

.tariff-section .tariff__box__item__header__right-icon {
    width: 3rem;
}

.tariff-section .tariff__box__item__header__right-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #888;
}

.tariff-section .tariff__box__item__top-line {
    background: #333;
    width: 42rem;
    height: 0.1rem;
    margin-top: 1rem;
}

.tariff-section .tariff__box__item__content {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 2.5rem;
}

.tariff-section .tariff__box__item__content-list {
    padding-left: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: -0.02em;
    color: #999;
    margin-top: 2rem;
    list-style: none;
    position: relative;
}

.tariff-section .tariff__box__item__content-list::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    position: absolute;
    left: 0.2rem;
    top: 0.8rem;
}

.tariff-section .tariff__box__item__content .tariff__box__item__content-list.light {
    opacity: 0.4;
}

.tariff-section .tariff__box__item__bottom-line {
    background: #333;
    width: 42rem;
    height: 0.1rem;
    margin-top: 36.4rem;
}

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

.tariff-section .tariff__box__item__footer-price {
    font-family: "Panama";
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 7.2rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    margin-top: 3rem;
}

.tariff-section .tariff__box__item__footer-time {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: -0.02em;
    text-align: center;
    color: #999;
}

.tariff-section .tariff__box__item__footer-firstbtn {
    width: 42rem;
    padding: 2.7rem 14.8rem;
    background: #fbdf96;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    color: #121212;
    margin-top: 3rem;
}

.tariff-section .tariff__box__item__footer-firstbtn:hover {
    background: #fad574;
}

.tariff-section .tariff__box__item__footer-secondbtn {
    width: 42rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 2.7rem 1.7rem;
    text-transform: uppercase;
    text-align: center;
    border: 0.1rem solid #333;
    border-radius: 2rem;
    background: transparent;
    color: #fbdf96;
    margin-top: 1rem;
}

.tariff-section .tariff__box__item__footer-secondbtn:hover {
    border-color: #fbdf96;
}

.tariff-section .tariff__box__item__footer-thirdbtn {
    margin-top: 1rem;
    width: 42rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 2.7rem 1.7rem;
    text-transform: uppercase;
    text-align: center;
    border: 0.1rem solid #333;
    border-radius: 2rem;
    background: transparent;
    color: #fbdf96;
}

.tariff-section .tariff__box__item__footer-thirdbtn:hover {
    border-color: #fbdf96;
}

.tariff-section .tariff__box__item__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7rem;
    position: relative;
}

.tariff-section .tariff__box__item__info::before {
    content: "";
    width: 15rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    left: 0;
    top: 7rem;
}

.tariff-section .tariff__box__item__info::after {
    content: "";
    width: 15rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    right: 0;
    top: 7rem;
}

.tariff-section .tariff__box__item__info-ava {
    width: 8rem;
}

.tariff-section .tariff__box__item__info-title {
    font-weight: 550;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fbdf96;
    margin-top: 1rem;
}

.tariff-section .tariff__box__item__info-subtitle {
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 4rem;
    line-height: 2.8rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
}

.tariff-section .tariff__box__item .tariff__box__item__bottom-line.info {
    margin-top: 0rem;
}

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

    .tariff-section .tariff__title-star {
        display: none;
    }

    .tariff-section .tariff__title::before, .tariff-section .tariff__title::after {
        display: none;
    }

    .tariff-section .tariff__title-big {
        font-weight: 700;
        font-size: 8rem;
        line-height: 5.6rem;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    .tariff-section .tariff__title-subtitle {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.3rem;
        letter-spacing: 0.4em;
        text-align: center;
        color: #fbdf96;
        margin-left: 1rem;
        margin-top: 0.5rem;
    }

    .tariff-section .tariff__box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.5rem;
    }

    .tariff-section .tariff__box__item {
        width: 37rem;
        border-radius: 2rem;
        padding: 3rem 2rem;
        margin-top: 1rem;
    }

    .tariff-section .tariff__box__item__header-title {
        font-weight: 700;
        font-size: 4rem;
        line-height: 4rem;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #fbdf96;
    }

    .tariff-section .tariff__box__item__header__right {
        display: flex;
        align-items: center;
        padding-top: 0;
    }

    .tariff-section .tariff__box__item__top-line {
        width: 33rem;
    }

    .tariff-section .tariff__box__item__content {
        margin-top: 0;
    }

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

    .tariff-section .tariff__box__item__content-list::before {
        position: absolute;
        left: 0;
    }

    .tariff-section .tariff__box__item__content-list br {
        display: none;
    }

    .tariff-section .tariff__box__item__content-list.xs {
        width: 28rem;
    }

    .tariff-section .tariff__box__item__content-list.xs2 {
        width: 28rem;
    }

    .tariff-section .tariff__box__item__content-list.xs3 {
        width: 26rem;
    }

    .tariff-section .tariff__box__item__content-list.xs4 {
        width: 29rem;
    }

    .tariff-section .tariff__box__item__bottom-line {
        width: 33rem;
        margin-top: 2rem;
    }

    .tariff-section .tariff__box__item__footer-price {
        font-weight: 700;
        font-size: 4rem;
        line-height: 4rem;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        margin-top: 3rem;
    }

    .tariff-section .tariff__box__item__footer-firstbtn {
        padding: 2.5rem 9.7rem;
        width: 33rem;
        margin-top: 2.5rem;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        text-align: center;
        color: #121212;
    }

    .tariff-section .tariff__box__item__footer-secondbtn {
        padding: 2.5rem 6.7rem;
        width: 33rem;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        text-align: center;
        color: #fbdf96;
    }

    .tariff-section .tariff__box__item__footer-thirdbtn {
        padding: 2.5rem 3.7rem;
        width: 33rem;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        text-align: center;
        color: #fbdf96;
    }

    .tariff-section .tariff__box__item__info {
        margin-top: 0.5rem;
    }

    .tariff-section .tariff__box__item__info::before {
        width: 10.5rem;
    }

    .tariff-section .tariff__box__item__info::after {
        width: 10.5rem;
    }

    .tariff-section .tariff__box__item__info-title {
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 3rem;
        letter-spacing: -0.04em;
        text-align: center;
        color: #fbdf96;
        margin-top: 1.5rem;
        margin-bottom: 0.2rem;
    }

    .tariff-section .tariff__box__item__info-subtitle {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.5rem;
        letter-spacing: -0.04em;
        text-align: center;
        color: #fff;
        margin-bottom: 2rem;
        width: 32rem;
    }

    .tariff-section .tariff__box__item__info-subtitle br {
        display: none;
    }
}

.quastion-section {
    height: 83.2rem;
}

.quastion-section .quastion__box {
    position: absolute;
    right: 22rem;
    top: 27rem;
}

.quastion-section .quastion__box-title {
    font-weight: 400;
    font-size: 8rem;
    line-height: 7.2rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1rem;
}

.quastion-section .quastion__box-subtitle {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: -0.04em;
    color: #000;
    margin-bottom: 4rem;
}

.quastion-section .quastion__box-btn {
    width: 36.5rem;
    padding: 2.5rem 10.8rem;
    background: #000;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    color: #fbdf96;
    border: 2px solid transparent;
}

.quastion-section .quastion__box-btn:hover {
    border-color: #000;
    color: #000;
    background: transparent;
}

.quastion-section .quastion-photo {
    width: 75rem;
    position: absolute;
    top: -3rem;
    pointer-events: none;
}

.quastion-section .quastion-icon {
    position: absolute;
    left: 55rem;
    top: 27rem;
    -webkit-backdrop-filter: blur(59.4px);
    backdrop-filter: blur(59.4px);
    border-radius: 100%;
    width: 15rem;
    height: 15rem;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .quastion-section {
        height: 83.5rem;
        margin-top: 7rem;
    }

    .quastion-section .quastion__box {
        position: absolute;
        right: 0rem;
        top: 4.5rem;
    }

    .quastion-section .quastion__box-title {
        font-weight: 400;
        font-size: 4rem;
        margin-bottom: 0.7rem;
        line-height: 4rem;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }

    .quastion-section .quastion__box-subtitle {
        font-weight: 300;
        font-size: 2rem;
        line-height: 2.6rem;
        line-height: 130%;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000;
        margin-bottom: 3.8rem;
    }

    .quastion-section .quastion__box-subtitle br {
        display: none;
    }

    .quastion-section .quastion__box-btn {
        padding: 2.4rem 9rem;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        text-align: center;
        margin-left: 3rem;
        color: #fbdf96;
    }

    .quastion-icon {
        display: none;
    }

    .quastion-photo {
        display: none;
    }
}

.pay-section .pay__top-title {
    padding-top: 3rem;
    font-weight: 700;
    font-size: 33rem;
    font-family: "Panama";
    line-height: 23.1rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
    margin-right: 2rem;
}

.pay-section .pay__bottom-title {
    font-weight: 700;
    font-size: 33rem;
    font-family: "Panama";
    line-height: 23.1rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 2rem;
    margin-bottom: 2.5rem;
}

.pay-section .pay__parent {
    display: flex;
    flex-direction: column;
}

.pay-section .pay__box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    margin-left: 1rem;
}

.pay-section .pay__box__item {
    width: 12.5rem;
    height: 12.6rem;
    border-radius: 100%;
    border: solid 0.1rem #3d3d3d;
    position: relative;
}

.pay-section .pay__box__item img {
    width: 1.8rem;
}

.pay-section .pay__box__item-num {
    font-weight: 700;
    font-size: 5.6rem;
    font-family: "Panama";
    line-height: 6.2rem;
    letter-spacing: -0.03em;
    padding-top: 3.5rem;
    text-align: center;
    color: #fbdf96;
}

.pay-section .pay__box__item-plus {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
}

.pay-section .pay-text {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    margin-left: 2rem;
}

.pay-section .pay-text span {
    font-weight: 500;
    color: #fbdf96;
}

@media screen and (max-width: 575px) {
    .pay-section .pay__parent {
        display: flex;
        flex-direction: column;
    }

    .pay-section .pay__top-title {
        font-weight: 700;
        font-size: 8rem;
        line-height: 5.6rem;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        margin-right: 0;
        margin-bottom: 1rem;
        color: #fff;
    }

    .pay-section .pay__bottom-title {
        font-weight: 700;
        font-size: 8rem;
        line-height: 5.6rem;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        margin-left: 0;
    }

    .pay-section .pay__box {
        order: 2;
    }

    .pay-section .pay__box__item {
        width: 7rem;
        height: 7rem;
    }

    .pay-section .pay__box__item-num {
        font-size: 3rem;
        padding-top: 0.5rem;
    }

    .pay-section .pay__box__item-plus {
        display: none;
    }

    .pay-section .pay-text {
        order: 1;
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 3.4rem;
        letter-spacing: -0.03em;
        text-align: center;
        color: #fff;
        margin-bottom: 2rem;
        margin-left: 1rem;
    }
}

.accordion-section {
    margin-top: 10rem;
}

.accordion-section .accordion__box {
    width: 152rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
    border-radius: 4rem;
    background: #fbdf96;
    margin: auto;
}

.accordion-section .accordion__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion-section .accordion__title-big {
    font-family: "Panama";
    font-weight: 700;
    font-size: 19rem;
    line-height: 15.2rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #0d0d0d;
}

.accordion-section .accordion__title-small {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000;
}

.accordion-section .accordion__parent {
    width: 136rem;
    margin: auto;
    margin-top: 5rem;
}

.accordion-section .accordion__parent__item__trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 0.2rem solid #000;
    margin-top: 5rem;
    transition: all 3s;
    cursor: pointer;
}

.accordion-section .accordion__parent__item__trigger-text {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.04em;
    color: #000;
}

.accordion-section .accordion__parent .accordion__parent__content {
    display: none;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.7rem;
    letter-spacing: -0.04em;
    color: #000;
    padding-top: 1rem;
    width: 80%;
}

.accordion-section .accordion__parent .accordion__parent__item.active .accordion__parent__content {
    display: block;
    transition: all 3s;
}

.accordion-section .accordion__parent .accordion__parent__item-arrow {
    width: 1.5rem;
    transform: rotate(0deg);
    transition: 0.3s;
}

.accordion-section .accordion__parent .accordion__parent__item__trigger.active .accordion__parent__item-arrow {
    transform: rotate(90deg);
    transition: 0.3s;
}

.accordion-section .accordion__bottom {
    display: flex;
    -moz-column-gap: 15.9rem;
    column-gap: 15.9rem;
    align-items: center;
    margin-left: 6.5rem;
    margin-top: 9rem;
}

.accordion-section .accordion__bottom-text {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: -0.04em;
    color: #000;
}

.accordion-section .accordion__bottom__buttons {
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.accordion-section .accordion__bottom__buttons-black {
    font-weight: 700;
    font-size: 1.6rem;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 36.5rem;
    border-radius: 2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    color: #fbdf96;
    border: 2px solid transparent;
}

.accordion-section .accordion__bottom__buttons-black:hover {
    transform: translateY(-0.5rem);
}

.accordion-section .accordion__bottom__buttons-transperent {
    font-weight: 700;
    font-size: 1.6rem;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0.2rem solid #000;
    width: 36.5rem;
    border-radius: 2rem;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.accordion-section .accordion__bottom__buttons-transperent:hover {
    transform: translateY(-0.5rem);
}

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

    .accordion-section .accordion__box {
        width: 39rem;
        padding-top: 6rem;
        padding-bottom: 5.2rem;
        border-radius: 2rem;
    }

    .accordion-section .accordion__title-big {
        font-weight: 700;
        font-size: 8rem;
        line-height: 6.6rem;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #000;
        margin-bottom: 1.5rem;
    }

    .accordion-section .accordion__title-small {
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 3.4rem;
        letter-spacing: -0.03em;
        text-align: center;
        color: #000;
    }

    .accordion-section .accordion__title-small br {
        display: none;
    }

    .accordion-section .accordion__parent {
        width: 100%;
    }

    .accordion-section .accordion__parent__item__trigger {
        margin-top: 1.7rem;
        padding-bottom: 1.5rem;
    }

    .accordion-section .accordion__parent__item__trigger-text {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.9rem;
        letter-spacing: -0.03em;
        color: #000;
    }

    .accordion-section .accordion__parent__item__trigger .accordion__parent__item__trigger-text.xs-4 {
        width: 31rem;
    }

    .accordion-section .accordion__parent__item__trigger .accordion__parent__item__trigger-text.xs-5 {
        width: 30rem;
    }

    .accordion-section .accordion__parent .accordion__parent__content {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.9rem;
        letter-spacing: -0.03em;
        color: #000;
        width: 95%;
    }

    .accordion-section .accordion__bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 3.5rem;
    }

    .accordion-section .accordion__bottom-text {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.1rem;
        letter-spacing: -0.03em;
        text-align: center;
        color: #000;
        width: 37rem;
        order: 2;
        margin-top: 4.2rem;
    }

    .accordion-section .accordion__bottom-text br {
        display: none;
    }

    .accordion-section .accordion__bottom__buttons {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

.last-section .last__title {
    margin-top: 12.7rem;
}

.last-section .last__title-white {
    font-weight: 400;
    font-size: 8rem;
    line-height: 8rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.last-section .last__title-subtitle {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 4.2rem;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fbdf96;
}

.last-section .last__arrow {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 6.1rem;
}

.last-section .last__arrow img {
    width: 10rem;
    z-index: 2;
}

.last-section .last__arrow__top-line {
    width: 160rem;
    content: "";
    height: 0.01rem;
    background: #333;
    position: absolute;
    top: 11rem;
    z-index: 1;
}

.last-section .last__text {
    display: flex;
    align-items: center;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    padding-top: 4rem;
}

.last-section .last__text-million {
    width: 113.4rem;
}

.last-section .last__text-subtitle {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.8rem;
    letter-spacing: -0.04em;
    color: #fff;
}

.last-section .last__box {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    padding-top: 6rem;
}

.last-section .last__box__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.last-section .last__box__item-img {
    width: 48rem;
    margin-bottom: 1rem;
}

.last-section .last__box__item-title {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.8rem;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #fff;
}

.last-section .last__box__item-text {
    font-weight: 400;
    font-size: 2rem;
    opacity: 0.5;
    line-height: 2.8rem;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
}

.last-section .last-dollar-1 {
    position: absolute;
    left: -18rem;
    top: -14rem;
    width: 46.5rem;
    z-index: 3;
}

.last-section .last-dollar-2 {
    position: absolute;
    right: -18rem;
    top: 16.5rem;
    width: 38.5rem;
    z-index: 3;
}

.last-section .last__bottom-line {
    width: 160rem;
    content: "";
    height: 0.01rem;
    background: #333;
    margin-top: 10rem;
    margin-left: -3rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10rem;
    }

    .last-section .last__title-white {
        font-weight: 400;
        font-size: 4rem;
        width: 34rem;
        line-height: 4rem;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        margin-bottom: 0.7rem;
    }

    .last-section .last__title-white br {
        display: none;
    }

    .last-section .last__title-subtitle {
        font-weight: 300;
        font-size: 2.4rem;
        width: 27rem;
        line-height: 3rem;
        letter-spacing: -0.02em;
        text-align: center;
        color: #fbdf96;
    }

    .last-section .last__title-subtitle br {
        display: none;
    }

    .last-section .last__arrow {
        padding-top: 3.5rem;
    }

    .last-section .last__arrow img {
        width: 5rem;
    }

    .last-section .last__arrow .last__arrow__top-line {
        position: absolute;
        top: 6rem;
    }

    .last-section .last__text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .last-section .last__text-subtitle {
        font-weight: 300;
        font-size: 2.4rem;
        width: 35rem;
        line-height: 2.9rem;
        letter-spacing: -0.04em;
        text-align: center;
        margin-bottom: 3rem;
        color: #fff;
    }

    .last-section .last__text-subtitle br {
        display: none;
    }

    .last-section .last__box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
        gap: 4rem;
    }

    .last-section .last__box__item-title {
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 2.9rem;
        letter-spacing: -0.04em;
        text-align: center;
        color: #fff;
    }

    .last-section .last__box__item-text {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.5rem;
        letter-spacing: -0.04em;
        text-align: center;
        color: #fff;
    }

    .last-section .last__box__item-text br {
        display: none;
    }

    .last-section .last__box__item-text.step2 {
        width: 37rem;
    }

    .last-dollar-2,
  .last-dollar-1 {
        display: none;
    }

    .last__bottom-line {
        display: none;
    }
}

.footer-section .footer-logo {
    display: none;
}

.footer-section .footer__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0rem;
}

.footer-section .footer__box__item .footer-link {
    font-weight: 400;
    font-size: 1.6rem;
    opacity: 0.4;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0rem 1rem;
}

@media screen and (max-width: 575px) {
    .footer-section .footer__box__item .footer-link {
        font-size: 1.5rem;
        margin: 0;
    }
}

.footer-section .footer__box__item .footer-link:hover {
    opacity: 1;
}

.footer-section .footer__box__item-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.4);
}

.footer-section .footer__box__item-text a {
    color: #fff;
}

.footer-section .footer__box__item-text a:hover {
    text-decoration: underline;
}

.footer-section .footer__box__designer {
    display: flex;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    align-items: center;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
    margin-left: -26rem;
    color: #888;
}

.footer-section .footer__box__designer__ava {
    width: 6.4rem;
}

.footer-section .footer__box__designer__info-link {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
    color: #888;
    text-decoration: underline;
}

.footer-section .footer__box__designer__info-link:hover {
    color: #fff;
}

.footer-section .footer__top-line {
    display: none;
}

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

    .footer-section .footer__box {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }

    .footer-section .footer__box__item {
        padding-top: 5.7rem;
        margin-bottom: -2rem;
        order: 2;
        display: flex;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
        margin-left: 1rem;
    }

    .footer-section .footer__box__item a {
        margin: 0 0;
    }

    .footer-section .footer__box__item.last-item {
        padding-top: 0;
        position: absolute;
        top: -9rem;
        left: 1.5rem;
    }

    .footer-section .footer__box .footer-logo {
        width: 6.6rem;
        display: block;
    }

    .footer-section .footer__box .footer__box__item-text {
        width: 19rem;
    }

    .footer-section .footer__box__designer {
        order: 1;
        margin-top: -1rem;
        margin-left: 1rem;
        display: flex;
        align-items: center;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .footer-section .footer__box__designer__info {
        margin-top: -1rem;
    }

    .footer-section .footer__box .footer__box__item-flex {
        display: flex;
        align-items: center;
        -moz-column-gap: 1.7rem;
        column-gap: 1.7rem;
    }

    .footer-section .footer-line {
        position: absolute;
        top: 13rem;
        left: 0;
        width: 160rem;
        height: 0.01rem;
        background: #333;
    }

    .footer-section .footer__top-line {
        display: block;
        position: absolute;
        top: 0rem;
        left: 0;
        width: 160rem;
        height: 0.01rem;
        background: #333;
    }
}

.webinar__programm-section {
    margin-top: -3rem;
}

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

.webinar__programm-section .webinar__programm__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.webinar__programm-section .webinar__programm__title-star {
    width: 1.8rem;
    margin-left: 1rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__title-star {
        width: 1.4rem;
        margin-left: 0;
    }
}

.webinar__programm-section .webinar__programm__title-big {
    font-weight: 700;
    font-size: 20rem;
    font-family: "Panama";
    line-height: 14rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5.5rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__title-big {
        font-size: 4.8rem;
        line-height: 3.4rem;
        margin-top: 2.5rem;
    }
}

.webinar__programm-section .webinar__programm__title-subtitle {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: 1em;
    text-align: center;
    margin-top: 1.5rem;
    margin-left: 3rem;
    color: #fbdf96;
    margin-bottom: 8rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__title-subtitle {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-left: 1rem;
        margin-top: 1rem;
        margin-bottom: 4rem;
    }
}

.webinar__programm-section .webinar__programm__box {
    padding: 3.5rem 4.1rem 4.5rem 4.6rem;
    width: 100.2rem;
    border-radius: 4rem;
    background: #151515;
    display: flex;
    -moz-column-gap: 10.4rem;
    column-gap: 10.4rem;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 33.2rem;
        padding: 2.2rem 2.1rem 2.5rem 2.1rem;
        border-radius: 2rem;
    }
}

.webinar__programm-section .webinar__programm__box::before {
    content: "";
    background: #2a2a2a;
    width: 32rem;
    height: 0.01rem;
    transform: rotate(-90deg);
    position: absolute;
    left: 29rem;
    top: 20rem;
}

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

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item__top {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item__top {
        justify-content: center;
        margin-bottom: -0.5rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item__top-icon {
    width: 3rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item__top-icon {
        width: 2rem;
    }
}

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item__top-text {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: 0.35em;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item__top-text {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item-title {
    font-weight: 700;
    font-size: 3.6rem;
    font-family: "Panama";
    line-height: 2.5rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fbdf96;
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item-title {
        font-size: 2.4rem;
        line-height: 1.7rem;
        text-align: center;
    }
}

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item-img {
    width: 35.2rem;
    margin-top: 4.8rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item-img {
        width: 29rem;
        margin-top: 2rem;
    }
}

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item__list {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    margin-top: 1.8rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item__list {
        margin-top: 1rem;
        margin-left: -1.5rem;
        -moz-column-gap: 0.7rem;
        column-gap: 0.7rem;
    }
}

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item__list img {
    width: 0.9rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item__list img {
        width: 0.6rem;
    }
}

.webinar__programm-section .webinar__programm__box .webinar__programm__box__item__list-text {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box .webinar__programm__box__item__list-text {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.webinar__programm-section .webinar__programm__box.yellow {
    margin-top: 3rem;
    -moz-column-gap: 8.5rem;
    column-gap: 8.5rem;
    background: #fbdf96;
    padding: 3.5rem 4.1rem 4.5rem 4.6rem;
}

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

.webinar__programm-section .webinar__programm__box.yellow::before {
    top: 24rem;
    left: 26rem;
    width: 38rem;
    background: #b4a479;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box.yellow {
        padding: 2.2rem 2.1rem 2.2rem 2.1rem;
    }
}

.webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item-title {
    color: #000;
}

.webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item__top-text {
    color: #000;
}

.webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item-subtitle {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item-subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
        text-align: center;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item__list {
        margin-left: -4rem;
    }
}

.webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item__list-text {
    color: #000;
}

.webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item-img {
    margin-top: 3.5rem;
}

@media screen and (max-width: 575px) {
    .webinar__programm-section .webinar__programm__box.yellow .webinar__programm__box__item-img {
        margin-top: 2rem;
    }
}

.pidsumka-section {
    margin-top: 11rem;
}

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

.pidsumka-section .pidsumka__title {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

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

.pidsumka-section .pidsumka__title-big {
    font-family: "Panama";
    font-weight: 700;
    font-size: 20rem;
    line-height: 14rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__title-big {
        font-size: 4.8rem;
        line-height: 3.4rem;
    }
}

.pidsumka-section .pidsumka__title-star {
    width: 1.8rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__title-star {
        width: 1rem;
        margin-bottom: 1rem;
    }
}

.pidsumka-section .pidsumka__title .pidsumka__title-star.right {
    margin-left: 1rem;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__title .pidsumka__title-star.right {
        margin-left: 0.3rem;
    }
}

.pidsumka-section .pidsumka-subtitle {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: 1em;
    text-align: center;
    color: #fbdf96;
    margin-top: 3rem;
    margin-left: 3rem;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka-subtitle {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.3rem;
        margin-left: 1rem;
    }
}

.pidsumka-section .pidsumka__box {
    display: flex;
    -moz-column-gap: 5.4rem;
    column-gap: 5.4rem;
    margin-top: 10rem;
    margin-left: 4rem;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__box {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin-left: 1.5rem;
        margin-top: 2rem;
    }
}

.pidsumka-section .pidsumka__box__item {
    display: flex;
    -moz-column-gap: 3.6rem;
    column-gap: 3.6rem;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__box__item {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        margin-top: 2rem;
    }
}

.pidsumka-section .pidsumka__box__item__text-title {
    font-family: "Panama";
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fbdf96;
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__box__item__text-title {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-bottom: 1rem;
    }
}

.pidsumka-section .pidsumka__box__item__text-subtitle {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #bbb;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__box__item__text-subtitle {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

.pidsumka-section .pidsumka__box__item img {
    width: 16.1rem;
}

@media screen and (max-width: 575px) {
    .pidsumka-section .pidsumka__box__item img {
        width: 11.4rem;
    }
}

.pidsumka-section .pidsumka__box .pidsumka__box__item.item3 {
    margin-left: -2rem;
}

.about-section {
    height: 98.6rem;
    margin-top: 1rem;
}

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

.about-section .about__title {
    position: absolute;
    right: 9rem;
    top: 20rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__title {
        right: 4rem;
        top: 3.5rem;
    }
}

.about-section .about__title img {
    position: absolute;
    right: 10rem;
    top: 4.5rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__title img {
        display: none;
    }
}

.about-section .about__title-name {
    font-family: "Panama";
    font-weight: 700;
    font-size: 20rem;
    line-height: 14rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: -31rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__title-name {
        font-size: 11.9rem;
        line-height: 8.4rem;
        margin-left: 0;
    }
}

.about-section .about__title-surname {
    font-family: "Panama";
    font-weight: 700;
    font-size: 12.8rem;
    line-height: 9rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fbdf96;
}

@media screen and (max-width: 575px) {
    .about-section .about__title-surname {
        font-size: 7.6rem;
        line-height: 5.3rem;
    }
}

.about-section .about__inst {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60rem;
    left: 28rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__inst {
        left: 7rem;
        top: 68rem;
    }
}

.about-section .about__inst-nick {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.9rem;
    color: #fbdf96;
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__inst-nick {
        font-size: 1.1rem;
        line-height: 1.6rem;
        margin-left: 1rem;
    }
}

.about-section .about__inst img {
    width: 43.8rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__inst img {
        width: 26.2rem;
    }
}

.about-section .about__box {
    position: absolute;
    right: 16.5rem;
    top: 48rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__box {
        right: 3.5rem;
        top: 20rem;
    }
}

.about-section .about__box__list {
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    align-items: center;
    margin-top: 2rem;
}

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

.about-section .about__box__list-icon {
    width: 4rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__box__list-icon {
        width: 2.8rem;
    }
}

.about-section .about__box__list-text {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .about-section .about__box__list-text {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

.registr-section {
    height: 66rem;
}

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

.registr-section .registr__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registr-section .registr__box-small {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: 1em;
    text-align: center;
    color: #000;
    margin-top: 7.2rem;
}

@media screen and (max-width: 575px) {
    .registr-section .registr__box-small {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-top: 3rem;
        letter-spacing: 0.5em;
        margin-left: 0.5rem;
    }
}

.registr-section .registr__box-big {
    font-family: "Panama";
    font-weight: 700;
    font-size: 12.8rem;
    line-height: 12.8rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 5rem;
    margin-right: 2rem;
}

@media screen and (max-width: 575px) {
    .registr-section .registr__box-big {
        font-size: 4.7rem;
        line-height: 4.7rem;
        margin-top: 2.7rem;
        margin-right: 0.5rem;
    }
}

.registr-section .registr__box-btn {
    width: 53.9rem;
    padding: 3.9rem 11.2rem;
    background: #000;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin-top: 5rem;
}

@media screen and (max-width: 575px) {
    .registr-section .registr__box-btn {
        width: 27.1rem;
        padding: 1.9rem 5.6rem;
        border-radius: 1.5rem;
        margin-top: 2rem;
    }
}

.registr-section .registr__box-btn img {
    width: 1.5rem;
}

@media screen and (max-width: 575px) {
    .registr-section .registr__box-btn img {
        width: 0.7rem;
    }
}

.registr-section .registr__box-btn .star-right {
    margin-left: 1rem;
}

@media screen and (max-width: 575px) {
    .registr-section .registr__box-btn .star-right {
        margin-left: 0;
    }
}

.registr-section .registr__box-btn .star-left {
    margin-right: 1rem;
}

@media screen and (max-width: 575px) {
    .registr-section .registr__box-btn .star-left {
        margin-right: 0;
    }
}

.registr-section .registr__box-btn span {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #fbdf96;
}

@media screen and (max-width: 575px) {
    .registr-section .registr__box-btn span {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
}

.webinar-footer {
    margin-top: 6rem;
}

@media screen and (max-width: 575px) {
    .webinar-footer {
        margin-top: 1rem;
    }
}

.webinar-footer .webinar__top__footer {
    display: flex;
    -moz-column-gap: 30.4rem;
    column-gap: 30.4rem;
    justify-content: center;
    margin-left: -5rem;
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__top__footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
}

.webinar-footer .webinar__top__footer__links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__top__footer__links {
        display: flex;
        -moz-column-gap: 9rem;
        column-gap: 9rem;
        flex-direction: row;
        order: 1;
        margin-bottom: 4rem;
    }
}

.webinar-footer .webinar__top__footer__links-link {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__top__footer__links-link {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.webinar-footer .webinar__top__footer__telega {
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__top__footer__telega {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
        margin-bottom: 4.5rem;
        order: 3;
    }
}

.webinar-footer .webinar__top__footer__telega-text {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    color: #bbb;
}

.webinar-footer .webinar__top__footer__telega-link {
    font-weight: 400;
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
}

.webinar-footer .webinar__top__footer__designer {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__top__footer__designer {
        margin-right: 14rem;
        margin-bottom: 2.5rem;
        position: relative;
        -moz-column-gap: 1.8rem;
        column-gap: 1.8rem;
        order: 4;
    }

    .webinar-footer .webinar__top__footer__designer::before {
        content: "";
        width: 39rem;
        height: 0.1rem;
        background: #303030;
        position: absolute;
        top: -2.5rem;
        left: -3rem;
    }
}

.webinar-footer .webinar__top__footer__designer img {
    width: 6.5rem;
}

.webinar-footer .webinar__top__footer__designer__text-info {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
    color: #888;
    margin-bottom: -0.5rem;
}

.webinar-footer .webinar__top__footer__designer__text-link {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
    color: #888;
    text-decoration: underline;
}

.webinar-footer .webinar__bottom__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6rem 0;
    margin-top: 5.5rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__bottom__footer {
        margin-top: 0;
        padding: 0;
    }

    .webinar-footer .webinar__bottom__footer::before {
        display: none;
    }
}

.webinar-footer .webinar__bottom__footer::before {
    content: "";
    width: 160rem;
    height: 0.1rem;
    background: #303030;
    top: 0rem;
    position: absolute;
}

.webinar-footer .webinar__bottom__footer-text {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    color: #bbb;
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__bottom__footer-text {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .webinar-footer .webinar__bottom__footer-text.xs {
        display: block;
        font-size: 1.2rem;
        line-height: 1.8rem;
        order: 2;
        width: 25rem;
        margin-bottom: 3.5rem;
        position: relative;
    }

    .webinar-footer .webinar__bottom__footer-text.xs::before {
        content: "";
        background: #303030;
        height: 0.1rem;
        width: 39rem;
        position: absolute;
        top: -2rem;
        left: -7rem;
    }

    .webinar-footer .webinar__bottom__footer-text.xs::after {
        content: "";
        background: #303030;
        height: 0.1rem;
        width: 39rem;
        position: absolute;
        bottom: -2rem;
        left: -7rem;
    }
}

.webinar__bottom__footer-text.xs {
    display: none;
}
