@charset "UTF-8";

.bg-container {
    z-index: -1;
    position: absolute;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.container {
    gap: 3rem;
}

.bg {
    max-width: 86rem;
    position: relative;
    top: 0;
    -webkit-transform: translateX(9rem);
    -ms-transform: translateX(9rem);
    transform: translateX(9rem);
}

.bg-gradient {
    width: 44.3rem;
    height: 44.3rem;
    -webkit-transform: translate(20rem, 0);
    -ms-transform: translate(20rem, 0);
    transform: translate(20rem, 0);
    z-index: -2;
}

.decor {
    color: #415FFF;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 0.5rem;
    padding: 1rem 2.5rem 1rem 1.25rem;
}

.decor__subtitle {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.71;
}

.info {
    padding: 5rem 0 13rem;
}

.info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.info__txt {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 21em;
}

.info__container {
    min-height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.info__decors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9rem;
    position: relative;
    right: 1.5rem;
    top: -3.3rem;
}

.info__decor-block {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.info__decor-block:nth-child(2) {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.info__decor-dot {
    position: absolute;
}

.info__decor-block:nth-child(1) .info__decor-dot {
    right: -1rem;
}

.info__decor-block:nth-child(2) .info__decor-dot {
    left: -0.5rem;
    top: -1.5rem;
}

.blog {
    padding-top: 5rem;
}

.blog__blogCards-container {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 107%;
    margin-top: 0.5rem;
}

.blog__blogCards {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
}

.blog__blogCards::-webkit-scrollbar-track {
    height: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.blog__blogCards::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: #fff;
}

.blog__blogCards::-webkit-scrollbar {
    height: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.blogCard {
    display: inline-block;
    width: 44vw;
    max-width: 38.7rem;
    min-width: 18.5rem;
    white-space: nowrap;
    font-weight: 700;
    color: #fff;
}

.blogCard:not(:first-child) {
    margin-left: 8rem;
}

.light-theme .blogCard {
    color: #000000;
}

.light-theme .blogCard__txt {
    color: rgba(0, 0, 0, 0.5);
}

.light-theme .info-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #fff;
}

.light-theme .info-card__content-row:nth-child(odd) {
    background: #f5f5f5;
}

.light-theme .info-card__txt {
    color: #000000;
}

.light-theme .solo {
    color: #fff;
}

.blogCard__title {
    white-space: break-spaces;
    font-size: 2rem;
    line-height: 1.2;
}

.blogCard__txt {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.support {
    padding: 10rem 0;
}

.active {
    color: #8dcd3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

.title-decor {
    font-size: 0.75em;
    font-weight: 800;
    display: inline-block;
    text-align: end;
    color: #415FFF;
    background: white;
    border-radius: 170px;
    width: 2.15em;
    height: 1.05em;
    line-height: 1;
    position: relative;
    top: -0.1em;
    position: relative;
    top: -0.2em;
}

.main__advantages {
    padding-top: 10rem;
}

.light-theme .pools__txt {
    color: #000000;
}

.light-theme .pools__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pools__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 1.3rem;
    position: relative;
    margin-top: -14rem;
}

.solo {
    background: #415FFF;
    line-height: 1;
    color: #000000;
    border-radius: 4px;
    padding: 4px 6px;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.light-theme {
    background: #415FFF;
}

.light-theme section:not(.info) {
    background: #f5f5f5;
    color: #000000;
    border: 1px solid #f5f5ff;
}

.light-theme .support__social {
    background: #fff;
    color: #000000;
}

.light-theme .advantages__button {
    color: #fff;
}

.light {
    position: absolute;
}

.light-theme .social__arrow {
    background: #000000;
}

.title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.advantages__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages__button {
    border-radius: 0.4rem;
    padding: 1rem 2.2rem;
    background: #415FFF;
    font-weight: 600;
}

.advantages__advantagesСards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 1rem;
}

.advantagesСard {
    width: 31.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
}

.advantagesСard__img {
    width: 100%;
    border-radius: 0.5rem;
}

.advantagesСard__title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
}

.advantagesСard__txt {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.5;
}

.blog__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #848484;
}

.support__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.support__social {
    background: #000000;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 100%;
}

.social__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.social__txt {
    opacity: 0.5;
    word-break: break-word;
}

.social__arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog__container {
    gap: 7rem;
}

.blog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-counter__line {
    width: 3rem;
    height: 1px;
    background: #415FFF;
}

.news-counter__item {
    font-weight: 700;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
}

.info__title {
    font-size: 4rem;
    max-width: 9em;
    line-height: 1.12;
}

@media screen and (max-width: 1024px) {
    .blogCard__title {
        font-size: 1.5rem;
    }

    .blogCard:not(:first-child) {
        margin-left: 4rem;
    }
}

@media screen and (max-width: 970px) {
    .pools__container {
        gap: 0.5rem;
        margin-top: -9.5rem;
    }
}

@media screen and (max-width: 912px) {
    .pools__container {
        gap: 0.5rem;
        margin-top: -2rem;
    }

    .main__advantages {
        padding-top: 1.5rem;
    }

    .info__header {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .info__decors {
        gap: 4.5rem;
        -ms-flex-item-align: end;
        align-self: flex-end;
        right: 14%;
    }

    .info__title {
        font-size: 2.5rem;
    }

    .container {
        gap: 1.5rem;
    }

    .info__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7rem;
    }

    .title:not(.blog__title, .info__title) {
        font-size: 1.5rem;
    }

    .support__socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.5rem;
    }

    .support__social {
        padding: 1rem;
    }

    .social__logo {
        margin-right: 0.5rem;
    }

    .social__info {
        gap: 0.5rem;
    }

    .advantagesСard__title {
        font-size: 1.15rem;
    }

    .advantagesСard {
        gap: 0.7rem;
    }

    .support {
        padding: 1rem 0 2.5rem 0;
    }

    .info {
        padding-top: 0;
    }

    .blogCard__title {
        font-size: 1.15rem;
    }

    .advantages__advantagesСards {
        padding-bottom: 3rem;
    }

    .blog {
        padding-top: 1rem;
    }

    .blog__container {
        gap: 2.5rem;
    }

    .blogCard:not(:first-child) {
        margin-left: 2rem;
    }

    .pools__container {
        gap: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .pools__container {
        margin-top: -10rem;
    }

    .info__decors {
        width: 100%;
        right: 0.2rem;
        max-width: 20rem;
    }

    .bg__img {
        height: 50rem;
        width: 90rem;
    }

    .bg {
        top: 5rem;
        -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
        transform: translateX(2rem);
    }

    .blogCard:not(:first-child) {
        margin-left: 2.5rem;
    }

    .advantages__advantagesСards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .advantagesСard {
        width: 100%;
        max-width: 25rem;
    }

    .info {
        padding: 1.5rem 0 13rem;
    }

    .info__title {
        font-size: 2.5rem;
    }

    .info__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 38rem;
        width: 92%;
    }
}

@media screen and (max-width: 480px) {
    .info__title {
        max-width: 8.1em;
    }

    .info__title p {
        display: inline;
    }

    .blogCard:not(:first-child) {
        margin-left: 1rem;
    }

    .bg-container {
        height: 49rem;
    }

    .bg {
        top: 8.5rem;
        -webkit-transform: translateX(-2.6rem);
        -ms-transform: translateX(-2.6rem);
        transform: translateX(-2.6rem);
    }

    .pools__container {
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
        margin-top: -17rem;
    }
}

@media screen and (max-width: 359px) {
    .info__title {
        font-size: 2.2rem;
    }
}