.main-themes .title {
    margin-bottom: 40px;
}

.main-themes {
    margin: 100px 0;
    position: relative;
}

.main-themes .main-themes__bg {
    position: absolute;
    top: -318px;
    width: 9080px;
    left: 50%;
    transform: translateX(-50%);
    max-width: unset;
    z-index: -2;
}

.main-themes__grid {
    margin: 60px auto 0 auto;
    display: -ms-grid;
    display: grid !important;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.main-themes__block {
    min-height: 100%;
    position: relative;
    padding: 40px;
    background: #302D52;
    border: 2px solid #595589;
    box-shadow: 77.224px 63.5331px 80px rgba(23, 31, 53, 0.13), 50.0526px 41.1788px 46.8519px rgba(23, 31, 53, 0.0987037), 29.7455px 24.472px 25.4815px rgba(23, 31, 53, 0.078963), 15.4448px 12.7066px 13px rgba(23, 31, 53, 0.065), 6.29233px 5.17677px 6.51852px rgba(23, 31, 53, 0.051037), 1.43007px 1.17654px 3.14815px rgba(23, 31, 53, 0.0312963);
    border-radius: 32px;
}

.main-themes__title {
    color: #7be6e6;
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 32px;
    margin-bottom: 16px;
}

.main-themes__desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.main-themes__wrap {
    overflow: visible;
}


.btn__main-themes {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1270px) {
    .main-themes .title {
        margin-bottom: 32px;
    }

    .btn__main-themes {
        margin-top: 32px;
    }
}

@media screen and (max-width: 980px) {
    .main-themes .title {
        margin-bottom: 32px;
    }

    .main-themes {
        margin: 20px 0;
    }

    .main-themes__grid {
        gap: 16px;
    }

    .main-themes__block {
        padding: 24px;
    }

    .main-themes__title {
        font-size: 20px;
        line-height: 28px;
        margin: 16px 0;
    }

    .main-themes__desc {
        font-size: 18px;
        line-height: 27px;
    }

    .main-themes__wrap {
        width: calc(100% + 40px);
        margin: 50px -20px 0 -20px;
        padding: 0 20px;
    }

    .btn__main-themes {
        margin-top: 32px;
    }

    .main-themes__block {
        border-radius: 40px;
    }
}

@media screen and (max-width: 750px) {
    .main-themes .title {
        margin-bottom: 24px;
        text-align: left;
    }

    .main-themes__grid {
        display: block;
        overflow-x: initial;
        width: initial;

        padding: initial;
        margin: 32px -20px 0 -20px;
    }

    .main-themes__wrap {
        width: initial;
        margin: initial;
        padding: initial;
        overflow: initial;
    }

    .main-themes__block {
        border-radius: 20px;
        width: initial;
        margin: 0 20px;
        max-width: initial;
    }

    .main-themes__title {
        font-size: 20px;
    }

    .main-themes .splide__list {
        display: flex !important;
        flex-wrap: nowrap;
        max-width: initial;
        width: 100%;
        gap: initial;
    }

    .main-themes__title {
        font-size: 18px;
        line-height: 25.2px;
        width: 100%;
    }

    .main-themes__desc {
        font-size: 13px;
        font-size: 16px;
        line-height: 24px;
    }

    .splide__slide {
        width: calc(100% + -20px) !important;
        margin-right: 20px !important;
    }

    .main-themes__block {
        padding: 16px;
        margin: 0;
        border-radius: 24px;
        border: 3px solid #595589;
    }

    .main-themes .main-themes__bg {
        display: none;
    }
}


