.al-buuton,
body {
    font-family: var(--font-main)
}

*,
.maintance {
    box-sizing: border-box
}

.maintance .maintance-main-banner__banner-secondary,
.social-banner::after {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.maintance__content-title,
.social-banner__description,
.social-banner__title {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .8)
}

.brands,
.maintance__content-title,
.social-banner-wrapper {
    max-width: var(--max-content-width)
}

.al-buuton,
.brand-item__button {
    cursor: pointer;
    align-self: flex-start
}

.maintance__content-title,
.maintance__footer .footer-title,
.social-banner__title {
    text-align: center;
    text-transform: uppercase
}

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

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

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

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

:root {
    --font-main: 'Bangers', 'Fredoka', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --secondary-main-blue: #194185;
    --secondary-main-blue-hover: #9DB3E5;
    --primary-main-red: #F4313F;
    --white: #FFF;
    --black: #000;
    --gc: #FFD763;
    --sc: #36FFD0;
    --radius-button: 8px;
    --max-content-width: 1250px
}

* {
    margin: 0;
    padding: 0
}

.al-buuton {
    display: inline-flex;
    background: var(--primary-main-red);
    color: var(--white);
    border: none;
    padding: 5px 22px;
    border-radius: var(--radius-button);
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin-top: auto
}

.maintance__title,
.social-banner__links .icon svg {
    color: var(--secondary-main-blue)
}

.maintance {
    position: relative;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    background-color: #101828
}

.maintance-header {
    padding: 0;
    margin: 0
}

.maintance__title {
    font-family: Fredoka, sans-serif;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center
}

.maintance__content-title {
    color: var(--white);
    font-family: Bangers, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    margin-top: 5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.maintance__content-title img {
    width: 2.8125rem;
    height: 2.8125rem
}

.star-left-icon {
    position: absolute;
    left: 0;
    top: 0
}

.star-right-icon {
    position: absolute;
    right: 0;
    top: 0
}

.maintance__content-title .text {
    font-weight: 500
}

.maintance__content-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 9rem
}

@media (max-width:1080px) {

    .brands-section,
    .social-banner-wrapper {
        padding: 0 1.5rem
    }
}

@media (max-width:600px) {

    .brands-section,
    .social-banner-wrapper {
        padding: 0 .8125rem
    }
}

.maintance__caution-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 13%;
    z-index: 3;
    pointer-events: none
}

.maintance__caution-icon img {
    width: 100%;
    height: 100%
}

.maintance .maintance-main-banner {
    height: 33.125rem;
    position: relative
}

.maintance .maintance-main-banner__banner-secondary {
    height: 100%;
    width: 100%;
    background-image: url('./assets/yay-bg-maintenance-page.webp');
    clip-path: polygon(0 0, 100% 0, 100% calc(93% - 2rem), calc(81% - 6rem) 100%, 0 100%)
}

.maintance .maintance-main-banner__content {
    color: #fff;
    padding-left: 7.5rem;
    padding-top: 5.3125rem;
    font-family: Bangers, sans-serif;
    width: fit-content;
    align-items: center;
    justify-content: center
}

.maintance-main-banner__logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.maintance .maintance-main-banner__title-container {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem
}

.maintance .maintance-main-banner__title {
    font-size: 1.5625rem;
    font-weight: 400;
    margin: 0;
    line-height: 100%;
    text-transform: uppercase
}

.maintance .maintance-main-banner__title img {
    width: 100%;
    max-width: 630px;
    height: auto
}

@media (max-width:1280px) {
    .maintance .maintance-main-banner__content {
        padding-left: 2.5rem
    }

    .maintance .maintance-main-banner__title {
        font-size: 1rem
    }

    .maintance .maintance-main-banner__title img {
        max-width: 500px
    }
}

@media (max-width:950px) {
    .maintance__caution-icon {
        top: 70%
    }

    .maintance .maintance-main-banner__banner-secondary {
        width: 100%;
        height: 100%;
        z-index: 2
    }

    .maintance .maintance-main-banner__content {
        padding-top: 1.8125rem;
        padding-left: 1.1875rem;
        padding-right: 1.1875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%
    }

    .maintance-main-banner__logo img {
        width: 120px;
        height: 60px
    }

    .maintance .maintance-main-banner__title-container {
        justify-content: center;
        align-items: center
    }

    .maintance .maintance-main-banner__title {
        font-size: .875rem;
        text-align: center
    }

    .maintance .maintance-main-banner__title img {
        max-width: 400px
    }
}

@media (max-width:640px) {
    .maintance .maintance-main-banner__title img {
        max-width: 300px
    }
}

.maintance .maintance-main-banner__description {
    position: relative;
    font-size: 4.375rem;
    letter-spacing: 1px;
    font-family: Bangers, sans-serif;
    text-align: center;
    background-color: #fdfdcf;
    border: 3px solid #21222b;
    color: #21222b;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 15px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    transform: skew(-5deg);
    font-style: normal;
    font-size: clamp(1.5rem, 1.7vw, 2.5rem)
}

.maintance .maintance-main-banner__description img {
    position: absolute;
    top: 100%;
    transform: translateY(-125%);
    width: 1.6875rem;
    height: 1.5625rem
}

.maintance .maintance-main-banner__icon {
    position: absolute;
    width: 420px;
    height: 500px;
    left: 80%;
    top: 3%;
    transform: translateX(-80%);
    z-index: 2;
    overflow: hidden
}

@media (max-width:1500px) {
    .maintance .maintance-main-banner__icon {
        left: 85%
    }
}

.maintance .maintance-main-banner__icon img {
    width: 100%;
    height: auto
}

@media (max-width:360px) {
    .maintance .maintance-main-banner__icon img {
        width: 300px
    }
}

.maintance .maintance-main-banner__banner-primary {
    background-color: var(--primary-main-red);
    clip-path: polygon(194% 60%, 43% 101%, -54% -150%);
    height: 100%;
    width: 45%;
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
    z-index: 1
}

@media (min-width:1600px) {
    .maintance .maintance-main-banner__banner-primary {
        clip-path: polygon(194% 60%, 43% 101%, -33% -257%);
        width: 45%
    }
}

@media (max-width:1030px) {
    .maintance .maintance-main-banner__banner-primary {
        width: 50%
    }
}

.maintance .maintance-main-banner__banner-primary .primary-banner-icon {
    width: 100%;
    height: 100%
}

.social-banner-wrapper {
    position: relative;
    width: 100%
}

.social-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 12.5rem;
    gap: 2.5rem;
    padding: 1.1875rem 3.125rem;
    border-radius: .625rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.1875rem) 100%, 0.625rem 100%)
}

.brand-item,
.brand-item-wrapper::before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.625rem) 100%, 0.625rem 100%)
}

.social-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./assets/social-banner-bg.webp');
    transform: scaleX(-1);
    z-index: -1
}

.social-banner__links img {
    width: 3.75rem;
    height: 3.75rem
}

.social-banner__left-claude {
    position: absolute;
    left: -4.5%;
    top: -28%;
    z-index: 1
}

.social-banner__right-claude {
    position: absolute;
    right: .5%;
    top: 125%;
    transform: translateY(-100%);
    z-index: 1
}

.brand-item,
.brand-item-wrapper {
    position: relative;
    width: 100%
}

@media (max-width:1350px) {
    .social-banner-wrapper {
        padding: 0 70px
    }

    .social-banner__left-claude {
        left: 1.5%
    }

    .social-banner__right-claude {
        right: 4.5%
    }
}

@media (max-width:780px) {
    .social-banner__left-claude {
        left: .5%;
        top: -19%
    }

    .social-banner__left-claude img,
    .social-banner__right-claude img {
        width: 5.25rem;
        height: 3.25rem
    }

    .social-banner__right-claude {
        right: 2.5%;
        top: 115%
    }
}

@media (max-width:450px) {
    .maintance__content-title {
        font-size: 30px
    }

    .maintance .maintance-main-banner__title {
        font-size: 13px
    }

    .maintance .maintance-main-banner__title img {
        max-width: 250px
    }

    .social-banner {
        padding: 1.1875rem 1.25rem
    }
}

.social-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0
}

.social-banner__title {
    color: #f8cc15;
    font-family: Bangers, sans-serif;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap
}

.social-banner__description {
    color: var(--white);
    font-family: Bangers, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 2.9375rem;
    margin: 0
}

.social-banner__title .text {
    font-weight: 400
}

.social-banner__links {
    display: flex;
    align-items: center;
    gap: 1.3125rem
}

.brands-section {
    width: 100%;
    padding: 0 70px
}

@media (max-width:1060px) {

    .brands-section,
    .social-banner-wrapper {
        padding: 0 10px
    }
}

@media (max-width:950px) {
    .maintance .maintance-main-banner__description img {
        width: 16px;
        height: 16px
    }

    .maintance .maintance-main-banner {
        min-height: 28rem
    }

    .maintance .maintance-main-banner__icon {
        height: 18.5rem;
        top: 45%;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content
    }

    .maintance .maintance-main-banner__banner-primary {
        clip-path: polygon(-70% 200%, -100% 0%, 270% 0%);
        width: 70%;
        height: 70%;
        left: 100%;
        top: 100%;
        transform: translate(-100%, -100%)
    }

    .maintance .maintance-main-banner__banner-primary img {
        object-fit: cover
    }

    .social-banner__title {
        font-size: 1.25rem;
        line-height: 2.25rem
    }

    .brands-section {
        margin-top: 3.25rem
    }
}

.brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    gap: 1.875rem;
    margin-top: 3.125rem;
    width: 100%
}

.brand-item__gc-bonus,
.brand-item__sc-bonus {
    gap: .3125rem;
    -webkit-text-stroke: 1.5px #000;
    text-shadow: 2px 2px 0 #000;
    display: flex
}

.brand-item-wrapper::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 0
}

.brand-item {
    display: flex;
    background-color: var(--secondary-main-blue);
    color: #fff;
    max-height: 15.6875rem;
    transition: transform .3s;
    overflow: hidden;
    height: 251px;
    z-index: 1
}

.brand-item__description,
.brand-item__title {
    font-family: Fredoka, sans-serif;
    color: var(--white)
}

.brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px #0000004d
}

@media (max-width:470px) {
    .brand-item {
        max-height: 100%
    }
}

.brand-item__icon {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: fit-content;
    object-fit: cover;
    left: 100%;
    transform: translateX(-90%)
}

.brand-item__icon img {
    width: 296px;
    height: 100%
}

@media (max-width:1200px) {
    .brand-item__icon.al-icon {
        left: 110%
    }

    .social-banner {
        height: auto;
        min-height: 10rem
    }

    .social-banner__title {
        font-size: 2.5rem
    }

    .social-banner__description {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

@media (max-width:1100px) {
    .brand-item__icon {
        left: 110%
    }

    .social-banner__links img {
        width: 2.5rem;
        height: 2.5rem
    }
}

@media (max-width:917px) {

    .brand-item__icon,
    .brand-item__icon.al-icon {
        left: 100%
    }
}

@media (max-width:390px) {
    .brand-item__icon {
        top: 13%;
        left: 110% !important
    }

    .brand-item__icon img {
        width: 238px;
        height: 230px
    }
}

.brand-item__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 9px 20px 40px
}

@media (max-width:480px) {
    .brand-item__content {
        left: 45%
    }
}

@media (max-width:420px) {
    .brand-item__content {
        left: 40%
    }
}

.brand-item__bonus,
.brand-item__headcontent {
    display: flex;
    flex-direction: column
}

.brand-item__description {
    font-size: .75rem;
    font-weight: 500;
    line-height: normal
}

.brand-item__title {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 2.0625rem
}

.brand-item__bonus-container {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.brand-item__gc-bonus {
    font-size: 2.1875rem;
    line-height: 100%;
    font-family: Bangers, sans-serif;
    align-items: center;
    color: var(--gc);
    font-weight: 400
}

.brand-item__gc-bonus img {
    width: 1.5rem;
    height: 1.5rem
}

.brand-item__bonus-separator {
    font-size: 16px;
    line-height: 1.5rem;
    margin: 0 .3125rem;
    font-weight: 700;
    font-family: Inter, sans-serif
}

.brand-item__sc-bonus {
    font-size: 2.1875rem;
    line-height: 100%;
    font-weight: 400;
    font-family: Bangers, sans-serif;
    align-items: center;
    color: var(--sc)
}

.brand-item__sc-bonus img {
    width: 1.5rem;
    height: 1.5rem
}

@media (max-width:480px) {

    .brand-item__gc-bonus,
    .brand-item__sc-bonus {
        font-size: 1.875rem;
        line-height: 1.5625rem
    }

    .brand-item__gc-bonus img {
        width: 2.125rem;
        height: 2.125rem
    }

    .brand-item__sc-bonus img {
        width: 2.125rem;
        height: 2.125rem
    }
}

.brand-item__bonus-description {
    font-size: 1rem;
    font-weight: 500;
    font-family: Fredoka, sans-serif;
    color: #ffb23f;
    margin-top: 1.4375rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem
}

.brand-item__button {
    display: inline-flex;
    color: var(--black);
    border: 4px solid #000;
    padding: 5px 22px;
    border-radius: 60px;
    justify-content: center;
    gap: 10px;
    line-height: 100%;
    margin-top: auto;
    text-decoration: none;
    position: relative;
    outline: revert;
    font: inherit;
    background: #f9d943;
    font-family: Fredoka, serif;
    font-weight: 600;
    color: #101828;
    box-shadow: inset 0 4px 1px 0 #ffffb9, inset 0 -4px 1px 0 #e28a24, 0 4px 1px 0 #24252b;
    max-width: 12rem;
    font-size: 1.3rem;
    font-style: normal
}

.maintance__footer .age span,
.maintance__footer .rsg span {
    font-size: .875rem;
    line-height: 1.2
}

.maintance__footer {
    margin-top: 170px;
    background-color: var(--black);
    font-family: Fredoka, sans-serif;
    width: 100%;
    padding: 2rem 1rem
}

.maintance__footer-container {
    display: grid;
    grid-template-columns: auto auto 1fr 1fr;
    align-items: center;
    gap: 81px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.maintance__footer .logo img {
    width: 5rem;
    height: 3rem
}

.maintance__footer .dmca-rsg-group {
    display: flex;
    align-items: center;
    gap: 24px
}

.maintance__footer .dmca img {
    width: 4.875rem;
    height: 2.25rem
}

.maintance__footer .age img,
.maintance__footer .rsg img {
    width: 2.25rem;
    height: 2.25rem
}

.maintance__footer .age,
.maintance__footer .rsg {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #ccaeea
}

.maintance__footer .links {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end
}

.maintance__footer .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s
}

.maintance__footer .links a:hover {
    opacity: .7
}

.maintance__footer .links img {
    width: 2.8125rem;
    height: 2.8125rem
}

.maintance__footer .footer-title {
    color: #ccaeea;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 3.125rem;
    padding-bottom: 16px
}

@media (max-width:1024px) {
    .maintance__footer-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5625rem
    }

    .maintance__footer .dmca-rsg-group {
        gap: 16px
    }

    .maintance__footer .links {
        justify-content: center;
        grid-column: span 2
    }
}

@media (max-width:768px) {
    .maintance__footer-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
        justify-items: center
    }

    .maintance__footer .logo {
        display: flex;
        justify-content: center
    }

    .maintance__footer .dmca-rsg-group {
        flex-direction: row;
        gap: 12px;
        align-items: center
    }

    .maintance__footer .age,
    .maintance__footer .rsg {
        flex-direction: row;
        text-align: center;
        align-items: center
    }

    .maintance__footer .links {
        justify-content: center
    }

    .maintance__footer .age span,
    .maintance__footer .rsg span {
        font-size: .75rem
    }
}

@media (max-width:640px) {
    .maintance .maintance-main-banner__description {
        font-weight: 400;
        font-size: 1.4375rem
    }

    .maintance .maintance-main-banner {
        min-height: 24rem
    }

    .maintance .maintance-main-banner__icon {
        height: 18rem;
        top: 43%
    }

    .brand-item {
        width: 100%
    }

    .maintance__footer {
        margin-top: 80px
    }

    .maintance__footer-container {
        gap: 1.25rem
    }
}

#cf-token,
.caution-stripe-mobile {
    display: none
}

@media (max-width:950px) {
    .caution-stripe-desktop {
        display: none
    }

    .caution-stripe-mobile {
        display: block;
        max-height: 240px
    }
}

@media (max-width:915px) {
    .brands {
        place-items: center;
        grid-template-columns: repeat(1, 1fr);
        width: 100%
    }

    .maintance__content-layout {
        margin-top: 6rem
    }

    .social-banner-wrapper {
        padding: 0 4rem
    }

    .social-banner {
        flex-direction: column;
        gap: 12px;
        height: auto;
        padding: 1.5rem;
        clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0.5rem 100%)
    }

    .social-banner__content {
        align-items: center;
        text-align: center
    }

    .social-banner__title {
        font-size: 2.1875rem;
        text-align: center
    }

    .social-banner__description {
        font-size: 1.25rem;
        line-height: 1.875rem;
        text-align: center
    }

    .social-banner__links {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        justify-content: center
    }

    .social-banner__links a:nth-child(4),
    .social-banner__links a:nth-child(5) {
        margin-top: 0
    }

    .social-banner__links::after {
        content: '';
        flex-basis: 100%;
        height: 0;
        order: 3
    }

    .social-banner__links a:first-child {
        order: 1
    }

    .social-banner__links a:nth-child(2),
    .social-banner__links a:nth-child(3) {
        order: 2
    }

    .social-banner__links a:nth-child(4) {
        order: 4
    }

    .social-banner__links a:nth-child(5) {
        order: 5
    }

    .social-banner__links img {
        width: 2.8125rem;
        height: 2.8125rem
    }

    .maintance__content-title {
        font-size: 2rem;
        padding: 0 4rem
    }

    .brand-item {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 1rem 100%)
    }

    .brand-item__content {
        padding-left: 30px
    }

    .brand-item__title {
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .brand-item__gc-bonus,
    .brand-item__sc-bonus {
        font-size: 1.5rem
    }

    .brand-item__button {
        font-size: 1rem;
        padding: 5px 18px
    }
}

@media (max-width:768px) {

    .brands-section,
    .social-banner-wrapper {
        padding: 0 1rem
    }

    .maintance__content-layout {
        margin-top: 5rem
    }

    .social-banner {
        padding: 1rem;
        gap: .75rem
    }

    .maintance__content-title {
        font-size: 1.75rem;
        margin-top: 2rem
    }

    .brands {
        gap: 1.25rem;
        margin-top: 2rem
    }

    .brand-item {
        height: auto;
        min-height: 220px;
        max-height: none;
        width: 100%
    }

    .brand-item__icon img {
        width: 240px
    }

    .brand-item__bonus-description {
        font-size: .875rem;
        margin-top: 15px;
        margin-bottom: 5px
    }

    .maintance__footer {
        margin-top: 100px
    }
}

@media (max-width:640px) {
    .maintance__content-layout {
        margin-top: 6.5rem
    }

    .social-banner {
        padding: .875rem;
        border-radius: .5rem
    }

    .social-banner__links {
        gap: .5rem
    }

    .maintance__content-title {
        font-size: 1.5rem;
        margin-top: 1.5rem
    }

    .brands {
        gap: 1rem;
        margin-top: 1.5rem
    }

    .brand-item {
        min-height: 200px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 0.75rem) 100%, 0.75rem 100%)
    }

    .brand-item__content {
        padding: 10px 10px 15px 25px
    }

    .brand-item__description {
        font-size: .65rem
    }

    .brand-item__title {
        font-size: 1.2rem;
        line-height: 1.5rem
    }

    .brand-item__bonus-description {
        font-size: .8rem;
        margin-top: 10px
    }

    .brand-item__gc-bonus,
    .brand-item__sc-bonus {
        font-size: 1.4rem;
        line-height: 1.2rem
    }

    .brand-item__bonus-separator {
        font-size: 14px
    }

    .brand-item__button {
        font-size: .9rem;
        padding: 4px 16px
    }

    .brand-item__icon {
        transform: translateX(-95%)
    }

    .brand-item__icon img {
        width: 220px
    }
}

@media (max-width:480px) {
    .social-banner {
        padding: .75rem
    }

    .social-banner__links {
        gap: .4rem
    }

    .maintance__content-title {
        font-size: 1.3rem
    }

    .brand-item {
        min-height: 190px
    }

    .brand-item__content {
        padding: 8px 8px 12px 20px
    }

    .brand-item__title {
        font-size: 1.1rem;
        line-height: 1.4rem
    }

    .brand-item__gc-bonus,
    .brand-item__sc-bonus {
        font-size: 1.25rem
    }

    .brand-item__gc-bonus img,
    .brand-item__sc-bonus img {
        width: 1.25rem;
        height: 1.25rem
    }

    .brand-item__button {
        font-size: .85rem;
        padding: 4px 14px
    }

    .brand-item__icon {
        transform: translateX(-100%)
    }

    .brand-item__icon img {
        width: 200px
    }
}

@media (max-width:380px) {
    .social-banner {
        padding: .625rem
    }

    .social-banner__title {
        font-size: 1.75rem
    }

    .social-banner__description {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .social-banner__links {
        gap: .35rem
    }

    .social-banner__links img {
        width: 2.5rem;
        height: 2.5rem
    }

    .brand-item__gc-bonus,
    .brand-item__sc-bonus,
    .maintance__content-title {
        font-size: 1.1rem
    }

    .brand-item__content {
        padding: 6px 6px 10px 15px
    }

    .brand-item__description {
        font-size: .6rem
    }

    .brand-item__title {
        font-size: 1rem;
        line-height: 1.2rem
    }

    .brand-item__bonus-description {
        font-size: .75rem;
        margin-top: 8px;
        margin-bottom: 4px
    }

    .brand-item__bonus-separator {
        font-size: 12px
    }

    .brand-item__button {
        font-size: .8rem;
        padding: 3px 12px
    }

    .brand-item__icon img {
        width: 220px
    }

    .maintance__footer .footer-title {
        font-size: 11px
    }
}

#cf-token {
    display: none
}