.top-banner {
    background-image: url("./../images/top-banner/Background_website_light.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.top-banner > .maxwidth-theme {
    display: flex;
    align-items: center;
}

.top-banner__content {
    display: flex;
    align-items: center;
    margin-left: 142px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #522074;
}

.top-banner__description {
    margin: 0 27px 0 0;
}

.top-banner__close {
    margin-left: auto;
    width: 20px;
    height: 20px;
}

.top-banner__close svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.top-banner__amount {
    display: none;
}

.top-banner__present {
    margin-right: 13px;
}

.top-banner__amount-image {
    margin-right: 13px;
}

.top-banner__more {
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #522074;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #522074;
    padding: 0;
    background-color: transparent;
    transition: opacity 0.3s ease;
}

.top-banner__more:focus,
.top-banner__more:hover {
    opacity: 0.7;
}

.top-banner__close {
    display: flex;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.top-banner__close:focus,
.top-banner__close:hover {
    opacity: 0.7;
}

@media (max-width: 1200px) {
    .top-banner__content {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .top-banner {
        background-image: url("./../images/top-banner/Background_mobile1.png");
        overflow: hidden;
    }

    .top-banner .maxwidth-theme {
        position: relative;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .top-banner__content {
        display: block;
        max-width: calc(100% - 110px);
        font-size: 12px;
        line-height: 14px;
        text-align: left;
    }

    .top-banner__amount,
    .top-banner__description {
        display: inline;
    }

    .top-banner__present,
    .top-banner__description,
    .top-banner__amount {
        margin: 0;
        position: relative;
    }

    .top-banner__more {
        display: block;
        font-size: 12px;
        line-height: 14px;
        border-bottom: 0;
    }

    .top-banner__amount-image {
        position: absolute;
        right: 10px;
        bottom: 0;
        width: 150px;
        height: 52px;
        margin-right: 0;
    }

    .top-banner__amount-image img {
        width: 100%;
        height: 100%;
    }

    .top-banner__close {
        position: absolute;
        top: 10px;
        right: 16px;
        z-index: 1;
        width: 28px;
        height: 28px;
    }

    .top-banner__close svg {
        width: 28px;
        height: 28px;
    }
}