@charset "UTF-8";
/* ASIDE  */

aside.clients-testimonials {
    position: relative;
    margin-top: 6rem;
    margin-bottom: 6em;
}

div.page-wrap aside.clients-testimonials .ellipse-1 {
    position: absolute;
    width: 90%;
    height: 90%;
    left: -30%;
    top: -25%;
    background: radial-gradient(28.01% 29.47% at 57.65% 50%, rgba(255, 0, 207, 0.085) 0%, rgba(255, 0, 207, 0.125) 0.01%, rgba(255, 0, 207, 0) 100%);
    z-index: -1;
}

.clients-testimonials h2 {
    position: relative;
    font-family: 'Coldiac Free Regular', serif;
    font-weight: 400;
    font-size: calc(125px + 125 * (100vw - 1024px) / (1920 - 1024));
    line-height: .85;
    text-align: center;
    background: linear-gradient(0deg, rgba(255, 0, 207, 0.15) 13.85%, rgba(0, 177, 255, 0.15) 87%), rgba(187, 51, 220, 0.2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-transform: capitalize;
}

body.knowledge-base aside h2 {
    font-size: calc(90px + 45 * (100vw - 1024px) / (1920 - 1024));
}

aside.clients-testimonials p {
    line-height: 1.5;
    margin-top: 0;
}

aside.clients-testimonials .wrapper {
    margin-top: 2em;
    display: flex;
    align-items: flex-start;
    gap: 2em;
}

aside.clients-testimonials .wrapper>div {
    flex-basis: 50%;
    padding: 3em 2em 2em 3em;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #0B1146 0.03%, rgba(11, 17, 70, 0.4) 100.02%);
    background-size: 110%;
    background-position: left, top;
    transition-duration: .5s;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    -ms-border-radius: .6em;
    -o-border-radius: .6em;
    border-radius: .6em;
}

aside.subscribe ul li {
    line-height: 1.7;
    margin-left: 3em;
}

aside.subscribe ul.subcategories li a {
    color: #FFFFFF;
    cursor: default;
    position: relative;
}

aside.subscribe ul.subcategories li a svg {
    width: 1.5em;
    margin-right: 1em;
    transition-duration: .5s;
    position: absolute;
    left: -3em;
    top: .35em;
}

aside.subscribe .price p {
    margin-bottom: 0;
}

aside.subscribe div.buttons button {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background-color: transparent;
    margin-right: 0;
    padding: 1em 2em;
    font-size: calc(20px + 4 * (100vw - 1024px)/ (1920 - 1024));
}

aside.clients-testimonials div.author p {
    color: #C297BC;
}

aside.clients-testimonials div.author p span {
    color: #FFFFFF;
}

/*удалить из DOM*/
div.rectangle-36 {
    position: absolute;
    width: 110%;
    height: 110%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #0B1146 0.03%, rgba(11, 17, 70, 0.4) 100.02%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: -1;
    display: none;
}

@media (max-width: 512px) {
    aside.clients-testimonials {
        margin-top: 2rem;
        margin-bottom: 2em;
    }

    aside.clients-testimonials h2 {
        font-size: 48px;
        font-size: calc(48px + 20 * (100vw - 360px) / (512 - 360));
    }

    aside.clients-testimonials .wrapper>div {
        flex-basis: 100%;
        min-width: 90%;
    }

    aside.clients-testimonials .wrapper {
        overflow-x: auto;
        margin-top: 1em;
        gap: 1.5em;
    }

/*     footer .footer-wrap {
        height: 16rem;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    } */

    footer div.site-info {
        text-align: center;
        margin-top: 0;
    }

    footer div.contacts ul {
        flex-direction: column;
    }

    .contacts ul li a svg {
        margin-right: .5rem;
    }

    footer .social ul {
        justify-content: center;
        margin-top: .5rem;
        gap: 1em;
    }

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

    .contacts ul li a {
        font-size: 16px;
    }

    footer div.site-info span {
        font-size: 14px;
    }

}