.main_banner-buttons {
    transform: skew(var(--skew));
    outline: 6px solid var(--dark-100);
    position: absolute;
    bottom: -12px;
    left: 6px;
    background-color: var(--dark);
    opacity: 1;
    z-index: 1;
    border-radius: 8px;
    outline-offset: -1px;
}

.main_banner-buttons a {
    height: 100%;
    display: inline-block;
    padding: 14px;
    font-weight: 900;
    border-radius: 8px;
}

.main_banner-buttons span {
    display: inline-block;
    transform: skewX(calc(-1 * var(--skew)));
}

.index-hero-title {
    background-color: var(--theme-color);
    border-radius: 32px;
    padding: 72px 0;
    overflow: hidden;
    position: relative;
}

.index-hero-title > div:not(.index-hero-title_small) {
    text-transform: lowercase;
}

.index-hero-title::before {
    content: 'Л';
    font-family: 'Ambidexter', sans-serif;
    position: absolute;
    font-size: 12.5em;
    right: 34%;
    top: 50%;
    transform: translateY(-50%) rotate(-14deg);
    color: #FFF3;
    line-height: 1em;
    transform-origin: center;
    font-style: italic;
    font-weight: 400;
}

.index-hero-title_wrapper {
    font-size: 80px;
    position: relative;
}

.index-hero-title_wrapper::after {
    content: "";
    position: absolute;
    bottom: -10%;
    right: 0%;
    width: 4em;
    height: 4em;
    background-size: cover;
    background-image: url("../../images/cube_left.png");
    filter: blur(10px);
    transform: rotate(90deg);
}
.index-hero-title::after {
    content: "";
    position: absolute;
    top: -27%;
    left: 3%;
    width: 4.5em;
    height: 4.5em;
    background-size: cover;
    background-image: url("../../images/feauture_right.png");
    transform: rotate(-40deg);
}

.index-hero-title_accent {
    font-family: 'Ambidexter', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}

.index-hero-title_small {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin-top: 36px;
}

.index-hero-title_small span {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    font-weight: 800;
    font-size: 32px;
    transform: skew(-6deg) rotate(-3deg);
    z-index: 0;
}

.index-hero-title_small span::after {
    content: '';
    position: absolute;
    inset: 4px -6px 0px;
    z-index: -1;
    background-color: var(--teal);
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .main_banner {
        margin-bottom: 46px;
    }

    .index-hero-title::after {
        display: none;
    }

    .index-hero-title_wrapper::after {
        background-image: url("../../images/feauture_right.png");
            filter: none;
            transform: rotate(10deg);
            bottom: -15%;
            height: 2.4em;
            width: 2.4em;
            right: -5%;
    }

    .index-hero-title {
        padding: 40px 24px 126px;
    }

    .index-hero-title::before {
        right: 0;
        top: -20%;
        transform: rotate(-14deg);
    }

    .main_banner-buttons {
        font-size: 16px;
    }

    .index-hero-title_small {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }

    .index-hero-title_small span {
        font-size: 18px;
    }
}

@media (min-width: 767.99px) {
    .main_banner-buttons {
        display: none;
    }
}
