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

body {
    background: #FFF;
    color: #3F3F3F;
    font-size: 1.9rem;
    line-height: 1.31;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 1.5rem;
    }
}

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

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

img {
    max-width: 100%;
}

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

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

/* Bootstrap 4 */
.container {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

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

    .container {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 7px;
    }

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 7.5px;
    }

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 9px;
    }

    .container {
        max-width: 1080px;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 10px;
    }

    .container {
        max-width: 1200px;
    }
}

@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-btn {
    font-size: 2rem;
    border: 0;
    margin: 0;
    padding: 1.2rem 3rem;
    background: #F6921E;
    border-radius: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .t-btn {
        font-size: 2.4rem;
        padding: 2rem 4rem;
    }
}

.t-btn:hover {
    background: #3A3A3A;
}

.t-title {
    font-weight: 800;
    font-size: 6.3rem;
    line-height: 1.22;
    color: #F6921E;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
    .t-title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 3.6rem;
        margin-bottom: 0;
    }

    .cabinet {
        font-size: 1.3rem;
        padding: 2rem 2rem;
    }
}

.t-subtitle {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

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

.section__bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 192rem;
    max-width: none;
    pointer-events: none;
}

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

.section__bg.xs {
    display: none;
    width: 100%;
}

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

.orange-text {
    color: #F6921E;
}

.section__icon {
    position: absolute;
    pointer-events: none;
}

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

section {
    position: relative;
}

.t-input {
    height: 4rem;
    margin-bottom: 2rem;
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #3CA3C8;
    font-size: 1.9rem;
    display: block;
    outline: none;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .t-input {
        font-size: 2.1rem;
        height: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .t-input {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
        height: 4rem;
    }
}

.t-input::-moz-placeholder {
    color: #363636;
}

.t-input:-ms-input-placeholder {
    color: #363636;
}

.t-input::placeholder {
    color: #363636;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 2.7rem 0;
    z-index: 25;
}

@media screen and (max-width: 575px) {
    .header {
        padding: 1.4rem 0;
    }
}

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

@media (min-width: 1200px) {
    .header .container {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .header .container {
        max-width: 1484px;
    }
}

.header__logo {
    width: 25rem;
}

@media screen and (max-width: 575px) {
    .header__logo {
        width: 18rem;
    }
}

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

.header__menu-link {
    margin-right: 4.9rem;
    color: #3A3A3A;
    font-size: 2.1rem;
}

.header__menu-link:hover {
    color: #F6921E;
}

.header__menu-link:last-child {
    margin-right: 0;
}

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

.header__menu-btn {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .header__menu-btn {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .header__menu-btn {
        margin-right: -2rem;
    }
}

.intro-section {
    padding: 19rem 0 11.5rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .intro-section {
        padding-bottom: 7rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section {
        padding: 10rem 0 5rem;
    }
}

.intro-section .section__bg {
    top: 8.5rem;
}

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

.intro-section .section__icon.icon1 {
    width: 22rem;
    top: 37rem;
    left: -28rem;
}

@media screen and (max-width: 1200px) {
    .intro-section .section__icon.icon1 {
        left: -15rem;
    }
}

.intro-section .section__icon.icon2 {
    width: 19.4rem;
    top: 12rem;
    right: -28rem;
}

@media screen and (max-width: 1200px) {
    .intro-section .section__icon.icon2 {
        right: -17rem;
    }
}

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

.intro-section .intro__title {
    margin: 1.8rem 0 3rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__title {
        font-size: 2.3rem;
        margin: 1.1rem 0 2.8rem;
        line-height: 1.3;
    }
}

.intro-section .intro__img {
    width: 35rem;
    margin: 0 auto 3rem;
}

@media screen and (max-width: 767px) {
    .intro-section .intro__img {
        width: 26rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .intro__img {
        margin-bottom: 1.5rem;
    }
}

.intro-section .intro__date {
    font-size: 3rem;
    font-weight: 300;
}

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

.intro-section .intro__date b {
    font-weight: 500;
}

/* -------- section ------------ */
@media (min-width: 1200px) {
    .info-section .container {
        max-width: 1386px;
    }
}

@media (min-width: 1500px) {
    .info-section .container {
        max-width: 1540px;
    }
}

.info__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .info__box {
        flex-wrap: wrap;
    }
}

.info__box-item {
    width: 36rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .info__box-item {
        width: 48%;
        margin-bottom: 8rem;
    }
}

@media screen and (max-width: 575px) {
    .info__box-item {
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

.info__box-item .icon {
    width: 16.5rem;
}

@media screen and (max-width: 575px) {
    .info__box-item .icon {
        width: 10.6rem;
    }
}

.info__box-item .title {
    margin: 2rem 0 1rem;
    color: #3CA3C8;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.06;
}

@media screen and (max-width: 575px) {
    .info__box-item .title {
        font-size: 2.2rem;
        margin: 1.2rem 0 .4rem;
    }
}

/* -------- section ------------ */
.speakers-section {
    padding: 10rem 0 11rem;
}

@media screen and (max-width: 767px) {
    .speakers-section {
        padding: 5rem 0 11rem;
    }
}

@media screen and (max-width: 575px) {
    .speakers-section {
        padding-bottom: 6.5rem;
    }
}

@media (min-width: 1200px) {
    .speakers-section .container {
        max-width: 1160px;
    }
}

@media (min-width: 1500px) {
    .speakers-section .container {
        max-width: 1290px;
    }
}

.speakers-section .section__icon {
    top: -1rem;
    left: -24rem;
    width: 21.2rem;
}

.speakers__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4rem 0 0;
}

@media screen and (max-width: 991px) {
    .speakers__box {
        display: block;
    }
}

.speakers__box-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .speakers__box-item {
        width: 100% !important;
        display: block;
        text-align: center;
    }
}

.speakers__box-item.item1 {
    width: 69rem;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .speakers__box-item.item1 {
        margin-bottom: 3rem;
    }
}

.speakers__box-item.item2 {
    width: 52.4rem;
}

.speakers__box-item .speaker__img {
    width: 19.5rem;
    margin-right: 3.7rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .speakers__box-item .speaker__img {
        margin: 0;
    }
}

.speakers__box-item .speaker__text .speaker__name {
    margin-bottom: 1.1rem;
    font-weight: 700;
    font-size: 3rem;
}

@media screen and (max-width: 575px) {
    .speakers__box-item .speaker__text .speaker__name {
        font-size: 2.2rem;
        margin: 1.2rem 0 .5rem;
    }
}

/* -------- section ------------ */
.strategy-section {
    text-align: center;
}

.strategy-section .strategy-section__title {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 5.6rem;
}

@media screen and (max-width: 991px) {
    .strategy-section .strategy-section__title br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .strategy-section .strategy-section__title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }
}

.strategy-section .section__icon {
    width: 23.3rem;
    top: 31rem;
    right: -28rem;
}

.strategy-section .section__bg {
    top: 22rem;
}

@media screen and (max-width: 575px) {
    .strategy-section .section__bg {
        top: -30rem;
    }
}

.strategy__box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .strategy__box {
        display: block;
    }
}

.strategy__box-item {
    width: 36rem;
    flex-shrink: 0;
    margin: 0 1.5rem;
}

@media screen and (max-width: 991px) {
    .strategy__box-item {
        width: 32%;
    }
}

@media screen and (max-width: 767px) {
    .strategy__box-item {
        display: flex;
        width: 100%;
        text-align: left;
        align-items: center;
        justify-content: center;
        margin: 0 0 3rem;
    }
}

@media screen and (max-width: 575px) {
    .strategy__box-item {
        text-align: center;
        display: block;
        margin-bottom: 2.3rem;
    }
}

.strategy__box-item .strategy__icon {
    width: 12rem;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .strategy__box-item .strategy__icon {
        width: 17rem;
        margin-right: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .strategy__box-item .strategy__icon {
        margin-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .strategy__box-item .strategy__icon {
        width: 9.6rem;
    }
}

@media screen and (max-width: 767px) {
    .strategy__box-item .strategy__text {
        width: 50%;
    }

    .strategy__box-item .strategy__text br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .strategy__box-item .strategy__text {
        width: 100%;
    }
}

.strategy__box-item .strategy__title {
    margin: 2rem 0 1rem;
    color: #3CA3C8;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.06;
}

@media screen and (max-width: 575px) {
    .strategy__box-item .strategy__title {
        margin: 0 0 .8rem;
        font-size: 2.2rem;
    }
}

/* -------- section ------------ */
.about-section {
    padding: 10rem 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .about-section {
        padding: 7rem 0 12rem;
    }
}

@media screen and (max-width: 575px) {
    .about-section {
        padding: 4rem 0 6.4rem;
    }
}

.about-section .about__subtitle {
    margin-bottom: 4.3rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__subtitle {
        margin-bottom: 2rem;
    }
}

.about__box {
    text-align: left;
}

.about__box-title {
    font-weight: 500;
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .about__box-title {
        font-size: 1.6rem;
        margin-bottom: 1.3rem;
    }
}

.about__box ul {
    padding: 0;
    margin: 0;
    padding-left: 3rem;
}

@media screen and (max-width: 575px) {
    .about__box ul {
        font-size: 1.55rem;
    }
}

.about__box ul li {
    margin-bottom: 1rem;
}

.about__box ul li:last-child {
    margin-bottom: 0;
}

/* -------- section ------------ */
.conditions-section {
    text-align: center;
    padding: 0 0 10rem;
}

@media screen and (max-width: 575px) {
    .conditions-section {
        padding-bottom: 6.5rem;
    }
}

.conditions-section .section__icon {
    width: 20.5rem;
    top: -7rem;
    left: -23rem;
}

.conditions__box {
    margin-top: 3.3rem;
}

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

@media screen and (max-width: 575px) {
    .conditions__box {
        font-size: 1.9rem;
        margin-top: 2rem;
    }
}

/* -------- section ------------ */
.form-section {
    text-align: left;
    padding-bottom: 9rem;
}

@media screen and (max-width: 575px) {
    .form-section {
        padding-bottom: 3.2rem;
    }
}

.form-section .form__title {
    text-align: left;
    font-size: 4.9rem;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 575px) {
    .form-section .form__title {
        font-size: 3.6rem;
        margin-bottom: 2rem;
    }
}

.form-section .form__img {
    position: absolute;
    width: 38rem;
    top: 1rem;
    right: 3rem;
}

@media screen and (max-width: 767px) {
    .form-section .form__img {
        top: 2rem;
        right: -19rem;
    }
}

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

.form__box {
    width: 65rem;
}

@media screen and (max-width: 991px) {
    .form__box {
        width: 50rem;
    }
}

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

.form__box .form__privacy {
    margin-bottom: 3.4rem;
    font-size: 1.5rem;
}

@media screen and (max-width: 575px) {
    .form__box .form__privacy {
        font-size: 1.3rem;
        margin: 3rem 0 2.7rem;
    }
}

.form__box .form__privacy a {
    text-decoration: underline;
    color: #3F3F3F;
}

@media screen and (max-width: 575px) {
    .form__box .t-btn {
        font-size: 1.9rem;
        display: inline-flex;
        padding: 1.2rem 3rem;
    }
}

/* -------- section ------------ */
.footer {
    padding: 3.8rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

@media screen and (max-width: 575px) {
    .footer {
        padding: 1.3rem 0;
        font-size: 1.6rem;
    }
}

/* -------- section ------------ */
.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 999;
    pointer-events: none;
    transform: translateX(100%);
    transition: 320ms;
    opacity: 0;
}

.mobile__menu.active {
    pointer-events: auto;
    transform: translateX(0);
    opacity: 1;
}

.mobile__menu-inner {
    padding: 14rem 0 5rem;
    max-height: 100%;
    overflow-y: auto;
}

@media screen and (max-width: 575px) {
    .mobile__menu-inner {
        padding: 18rem 0 5rem;
    }
}

.mobile__menu-img {
    position: absolute;
    transform: rotate(1.73deg);
    width: 48rem;
    max-width: none;
    top: -13rem;
    right: -18rem;
    max-width: none;
}

@media screen and (max-width: 575px) {
    .mobile__menu-img {
        width: 36rem;
        top: -12rem;
        right: -18rem;
    }
}

.mobile__menu-close {
    position: absolute;
    right: 3rem;
    top: 3rem;
    height: 8.5rem;
    width: 8.5rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .mobile__menu-close {
        right: 1.5rem;
        top: 1.5rem;
        height: 5.5rem;
        width: 5.5rem;
    }
}

.mobile__menu-close img {
    width: 45%;
}

.mobile__menu-list {
    padding-left: 2.2rem;
    margin-bottom: 11rem;
}

.mobile__menu-list .link {
    margin-bottom: 3.8rem;
    font-size: 2.8rem;
    color: #3A3A3A;
    display: block;
}

@media screen and (max-width: 575px) {
    .mobile__menu-list .link {
        font-size: 1.8rem;
    }
}

.mobile__menu-list .link:last-child {
    margin-bottom: 0;
}

.mobile__menu .t-btn {
    font-size: 2.7rem;
    padding: 2.5rem;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .mobile__menu .t-btn {
        font-size: 1.7rem;
        padding: 1.5rem;
    }
}

.error {
    color: maroon;
    background-color: lightcoral;
    margin-bottom: 20px;
}

.alert-success {
    margin: 15px 0;
    padding: 5px;
    color: green;
    background-color: #ccebb4;
    border: 1px solid green;
}

