.yandex-2026-page .yandex-2026-main {
    margin-top: 108px;
}

.yandex-2026-page .hero-three-blocks {
    position: relative;
    overflow: hidden;
    background-color: #e7e9f3;
    background-image: url("../img/banner-new-for-uslugi.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.yandex-2026-page .hero-three-blocks::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(233, 235, 246, 0.8) 0%, rgba(233, 235, 246, 0.2) 42%, rgba(233, 235, 246, 0.05) 100%);
}

.yandex-2026-page .hero-three-blocks .container {
    position: relative;
    z-index: 1;
}

.yandex-2026-page .hero-three-blocks__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 40px 0 28px;
    font-size: 16px;
    line-height: 1.2;
    color: #9a9ca8;
}

.yandex-2026-page .hero-three-blocks__breadcrumbs > span,
.yandex-2026-page .hero-three-blocks__breadcrumbs .breadcrumb_last {
    color: #9a9ca8;
}

.yandex-2026-page .hero-three-blocks__breadcrumbs a {
    color: #2f3448;
    text-decoration: none;
}

.yandex-2026-page .hero-three-blocks__breadcrumbs a:hover {
    text-decoration: underline;
}

.yandex-2026-page .hero-three-blocks__layout {
    display: grid;
    grid-template-columns: minmax(320px, 620px) minmax(320px, 1fr);
    gap: 36px;
    align-items: center;
    min-height: 520px;
    padding: 6px 0 48px;
}

.yandex-2026-page .hero-three-blocks__title {
    margin: 0;
    font-size: 75px;
    line-height: 0.94;
    letter-spacing: -0.02em;
    color: #2a2a2f;
    max-width: 610px;
}

.yandex-2026-page .hero-three-blocks__title span {
    color: #4b61e9;
}

.yandex-2026-page .hero-three-blocks__text {
    margin: 30px 0 0;
	font-weight:400;
    max-width: 470px;
    font-size: 20px;
    line-height: 1.36;
    color: #42475c;
}

.yandex-2026-page .hero-three-blocks__btn {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 232px;
    min-height: 51px;
    padding: 0 28px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(185deg, #ffe588 0%, #ffc702 100%);
    color: #171717;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yandex-2026-page .hero-three-blocks__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 199, 2, 0.32);
}

.yandex-2026-page .hero-three-blocks__cards {
    position: relative;
    width: 620px;
    min-height: 520px;
    margin-left: auto;
}

.yandex-2026-page .hero-three-blocks__card {
    position: absolute;
    width: 223px;
    height: 245px;
    border-radius: 22px;
    padding: 22px 20px 26px;
    display: flex;
    flex-direction: column;
    background:#FFFFFF4D;
    border: 0.5px solid transparent;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 10px 26px rgba(80, 103, 206, 0.08);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    color: #4b61e9;
    transform-origin: center;
}

.yandex-2026-page .hero-three-blocks__card p {
    margin: 96px 0 0;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 500;
    max-width: 172px;
}

.yandex-2026-page .hero-three-blocks__icon {
    position: absolute;
    left: 35px;
    top: 35px;
    width: 26px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 2px 6px rgba(74, 95, 230, 0.42));
}

.yandex-2026-page .hero-three-blocks__icon img {
	width: 60px;
	max-width:unset;
    height: auto;
    transform: rotate(10deg);
    display: block;
}

.yandex-2026-page .hero-three-blocks__card--one {
    top: -10px;
    left: 24px;
    transform: rotate(7.31deg);
    z-index: 3;
}

.yandex-2026-page .hero-three-blocks__card--two {
	top: 118px;
    right: 35px;
    transform: rotate(-10.42deg);
    z-index: 2;
}

.yandex-2026-page .hero-three-blocks__card--three {
    top: 256px;
    left: 128px;
    transform: rotate(0deg);
    z-index: 1;
}

.yandex-2026-page .hero-three-blocks__card--three p {
    margin-top: auto;
    max-width: 164px;
}



@media (max-width: 1200px) {
    .yandex-2026-page .hero-three-blocks__layout {
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: 0;
        padding-bottom: 38px;
    }

    .yandex-2026-page .hero-three-blocks__cards {
        min-height: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .yandex-2026-page .hero-three-blocks__card {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 196px;
        transform: none;
    }

    .yandex-2026-page .hero-three-blocks__card p {
        margin-top: 74px;
        max-width: none;
    }

    .yandex-2026-page .hero-three-blocks__card--three p {
        margin-top: 64px;
    }
}

@media (max-width: 900px) {
    .yandex-2026-page .hero-three-blocks__title {
        font-size: clamp(42px, 9vw, 58px);
    }

    .yandex-2026-page .hero-three-blocks__text {
        margin-top: 22px;
        font-size: 18px;
    }

    .yandex-2026-page .hero-three-blocks__cards {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {
    .yandex-2026-page .yandex-2026-main {
        margin-top: 94px;
    }

    .yandex-2026-page .hero-three-blocks__breadcrumbs {
        padding-top: 14px;
        padding-bottom: 22px;
        font-size: 14px;
    }

    .yandex-2026-page .hero-three-blocks__title {
        font-size: clamp(34px, 10vw, 48px);
    }

    .yandex-2026-page .hero-three-blocks__text {
        font-size: 16px;
        line-height: 1.32;
    }

    .yandex-2026-page .hero-three-blocks__btn {
        min-width: 100%;
    }

}
