.banner * {
    color: #fff;
}

.banner::before {
    content: '';
    position: absolute;
    background-color: var(--blue);
    width: 100%;
    height: 100%;
    z-index: -2;
}

.banner {
    position: relative;
    overflow: hidden;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.banner.background {
    background-size: 42%;
}

.banner.background::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5rem;
    right: -21rem;
    width: 1159px;
    height: 1159px;
    background-color: #3C4171;
    pointer-events: none;
    border-radius: 50%;
    z-index: -1;
}

.banner.full {
    background-size: cover;
    background-position: center;
}

.banner.dark::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1E2353B2;
    pointer-events: none;
}

.banner > * {
    position: relative;
    z-index: 1;
}

.banner .banner-wrapper {
    margin: 165px 0 40px;
}

.banner .banner-quote {
    max-width: 55%;
}

.banner .banner-quote-title {
    font-size: 56px;
    font-family: var(--solomon);
    font-weight: 600;
    line-height: 68px;
}

.banner .banner-quote-text {
    font-family: var(--solomon);
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 24px;
}

.banner-quote-text.quote2 {
    display: none;
}

.banner .banner-quote-text span {
    font-family: var(--solomon);
    color: var(--lightpurple);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.banner .banner-quote-info {
    margin-top: 24px;
    display: flex;
    align-items: center;
    max-width: 696px;
}

.banner .quote-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.banner .quote-author {
    margin-left: 24px;
}

.banner .quote-fio {
    font-family: var(--solomon);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.banner .quote-post {
    font-family: var(--solomon);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: var(--lightpurple);
    margin-top: 6px;
}

.banner .quote-post span {
    font-family: var(--solomon);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: var(--lightpurple);
}

.banner .banner-advantages {
    margin: 70px -10px;
    display: flex;
    flex-wrap: wrap;
}

.banner .banner-advantage {
    flex: 1;
    padding: 10px;
    max-width: 360px;
}

.banner .banner-advantage-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 60px;
    margin-bottom: 24px;
}

.banner .banner-advantage-name {
    font-size: 20px;
    line-height: 26px;
}

.banner-callback {
    margin-top: 40px;
}

@media all and (max-width: 1440px) {
    .banner.background {
        background-size: 60%;
    }
}

@media all and (max-width: 1024px) {
    .banner.background {
        background-size: 95%;
        background-position: right -110px bottom -100px;
    }

    .banner.background::after {
        bottom: -20rem;
        right: -27rem;
    }

    .banner .banner-quote {
        max-width: 70%;
    }

    .banner .request-callback {
        padding: 18px 61px;
    }

}

@media all and (max-width: 768px) {
    .banner.background {
        background-size: 130%;
        background-position: right -280px bottom -120px;
    }

    .banner.background::after {
        bottom: -21rem;
        right: -41rem;
    }

    .banner .banner-quote {
        max-width: 85%;
    }

}

@media all and (max-width: 640px) {
    .banner.background {
        background-size: 130%;
        background-position: right -70px bottom -70px;
    }

    .banner.background::after {
        width: 598px;
        height: 598px;
        bottom: -5rem;
        right: -10rem;
    }

    .banner .banner-wrapper {

    }

    .banner .banner-quote {
        max-width: 100%;
    }

    .banner .banner-quote-text {
        font-size: 16px;
        line-height: 21px;
        width: 60%;
    }

    .banner .banner-quote-info {
        flex-direction: column;
        align-items: flex-start;
        max-width: 55%;
    }

    .banner .quote-author {
        margin: 18px 0;
    }

    .banner .quote-post span {
        display: block;
    }

    .banner .request-callback {
        padding: 18px 30px;
        width: fit-content;
    }

    .banner-quote-text.quote2 {
        display: block;
    }
}

@media (max-width: 530px) {
    .banner .banner-quote-title {
        font-size: 32px;
        line-height: 39px;
    }

    .banner .banner-advantages {
        flex-direction: column;
        margin: 40px -10px;
    }

    .banner .banner-advantage {
        width: 100%;
        flex: auto;
    }
}

@media all and (max-width: 480px) {
    .banner {
        background-position: center;
    }

    .banner.background {
        background-size: 130%;
        background-position: right -50px bottom -70px;
    }

    .banner .banner-wrapper {

    }

    .banner .banner-quote-info {
        max-width: 70%;
    }

    .banner-callback {
        margin-top: 20px;
    }
}

@media all and (max-width: 420px) {
    .banner {
        min-height: 770px;
    }
}

@media all and (max-width: 360px) {
    .banner.background {
        background-size: 160%;
        background-position: right -120px bottom -112px;
    }

    .banner.background::after {
        width: 476px;
        height: 476px;
        bottom: -5rem;
        right: -13rem;
    }

    .banner .banner-wrapper {

    }

    .banner .banner-quote-title {
        font-size: 32px;
        line-height: 39px;
    }

    .banner .banner-quote-info {
        max-width: 100%;
    }

    .banner-quote-text.quote2 {
        width: 95%;
    }

    .banner .quote-author {
        margin: 18px 0;
    }

    .banner .quote-post,
    .banner .quote-post span {
        font-size: 16px;
        line-height: 17px;
    }

    .banner-callback {
        margin-top: 40px;
    }

    .banner .request-callback {
        width: 100%;
    }

}