.wade-banner {
    width: 100%;
    color: #F8F8F8;
    font-family: 'Monrope', sans-serif;
    text-transform: none;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    bottom: 0;
    background: #174459;
    z-index: 1000;
    overflow: visible;
    --banner-height: 80px;
    --text-size: clamp(14px, 2.6vw, 22px);
    --wolf-size: clamp(calc(var(--banner-height) * 1.1), calc(var(--text-size) * 2.9), calc(var(--banner-height) * 1.6));
    --wolf-gap: 16px;
    --wolf-offset: 12px;
    height: var(--banner-height);
    transition: .2s;
}

.section__wrapper_2 {
    padding-bottom: 0 !important;
}

.wade-banner__3 {
    margin-top: 0;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(16, 49, 64, 1);
    position: static;
    cursor: pointer;
    transition: .2s;
}

.wade-banner:hover {
    background: #103140;
    color: #F8F8F8;
    text-decoration: none;
}

.wade-banner__3:hover {
    background: rgba(16, 49, 64, 0.7);
}

.wade-banner_2 {
    position: static;
    margin-top: 64px;
}

.wade-banner_2:hover {
    background: transparent;
    color: #F8F8F8;
    text-decoration: none;
}

.wade-banner__wrapper {
    width: 100%;
    margin: 0 auto;
    color: #F8F8F8;
    font-family: 'Monrope', sans-serif;
    text-transform: none;
    display: block;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.wade-banner__wrapper {
    max-width: 100%;
}

.wade-banner__hit {
    position: absolute;
    color: #F8F8F8;
    text-decoration: none;
    inset: 0;
    z-index: 1;
    display: block;
    height: var(--banner-height);
}

.wade-banner__hit:hover {
    color: #F8F8F8;
    text-decoration: none;
}

.wade-banner__wrapper:hover {
    color: #F8F8F8;
    text-decoration: none;
}

.wade-banner__flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: var(--banner-height);
}

.wade-banner__title {
    font-size: var(--text-size);
    font-family: 'Monrope', sans-serif;
    line-height: calc(var(--text-size) * 1.15);
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.wade-banner__title_2 {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
}

.wade-banner__text {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Monrope', sans-serif;
    font-weight: 400;
    margin: 16px 0 0;
}

.wade-banner__span_g {
    color: #9BE974;
}

.wade-banner__span_b {
    color: #46CBC5;
}

.wade-banner__span_b_2 {
    text-decoration: underline;
}



