/* /Pages/ru-kz/Index.cshtml.rz.scp.css */
@layer page {
    @keyframes scroll-left-b-lmpd4hfb8f {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-1 * (120px + 2rem) * 9));
        }
    }

    .segment[b-lmpd4hfb8f] {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;

        .container {
            h3 {
                margin-bottom: 1rem;
            }
        }

        .list[b-lmpd4hfb8f] {
            .list-item {
                margin-top: 0.2rem;
                margin-bottom: 0.2rem;
            }
        }

        &.hero[b-lmpd4hfb8f] {
            height: 200px;
            padding-top: 5rem;
            padding-bottom: 5rem;

            h1 {
                font-size: 3rem;

                span {
                    display: flex;
                }
            }
        }

        &.taspica[b-lmpd4hfb8f] {
            .features-box {
                margin-top: 3rem;
                margin-bottom: 3rem;

                @media screen and (min-width: 576px) {
                    margin-bottom: 4rem;[b-lmpd4hfb8f]
                }
            }

            img.taspica-logo[b-lmpd4hfb8f] {
                width: 300px;
            }

            .sub-header[b-lmpd4hfb8f] {
                font-size: 1.2rem;
                padding-top: 0;
                margin-top: 0;
            }

            .card-item:not(:first-child)[b-lmpd4hfb8f] {
                margin-top: 1.5rem;
            }
        }

        &.develop[b-lmpd4hfb8f] {
            .features-box {
                margin-top: 3rem;
                margin-bottom: 3rem;

                @media screen and (min-width: 576px) {
                    margin-bottom: 4rem;[b-lmpd4hfb8f]
                }
            }
        }

        &.partners[b-lmpd4hfb8f] {
            background: #000000;
            padding-top: 1rem;
            padding-bottom: 1rem;
            overflow: hidden;

            .partners-wrapper {
                width: 100%;
                overflow: hidden;
            }

            .partners-scroll[b-lmpd4hfb8f] {
                display: flex;
                gap: 2rem;
                animation: scroll-left-b-lmpd4hfb8f 45s linear infinite;
                width: fit-content;
            }

            .partner-item[b-lmpd4hfb8f] {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                width: 120px;
                height: 100px;

                img {
                    max-width: 100%;
                    max-height: 80px;
                    width: auto;
                    height: auto;
                    filter: brightness(0) invert(1);
                    transition: filter 0.3s ease;

                    &:hover {
                        filter: brightness(0) invert(0.8);
                    }
                }
            }
        }

        &.about-us[b-lmpd4hfb8f] {
            .features-box {
                margin-top: 3rem;
                margin-bottom: 3rem;

                @media screen and (min-width: 576px) {
                    margin-bottom: 4rem;[b-lmpd4hfb8f]
                }

                .column {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: flex-start;
                    gap: 1rem;

                    @media screen and (min-width: 576px) {
                        flex-direction: row;[b-lmpd4hfb8f]
                    }

                    .vertical {

                        @media screen and (min-width: 576px) {
                            font-size: 3rem;
                            writing-mode: sideways-lr;
                            text-transform: uppercase;
                            line-height: 2.4rem;[b-lmpd4hfb8f]
                        }
                    }
                }
            }
        }

        a.section-more[b-lmpd4hfb8f] {
            color: var(--blue);
            text-decoration: none;
            font-weight: 500;

            &:hover {
                text-decoration: underline;
            }
        }

        .section-title[b-lmpd4hfb8f] {
            font-size: 2rem;
            display: flex;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            gap: 0.5rem;
            margin-bottom: 1rem;

            &::before {
                content: url(/images/two-lines.svg);
                display: inline-flex;
                line-height: 1rem;
            }

            @media screen and (min-width: 992px) {
                transform: translateX(-2.5rem);[b-lmpd4hfb8f]
            }
        }
    }
}
/* /Pages/ru-kz/Taspica.cshtml.rz.scp.css */
@layer page {
    .taspica.page[b-gymf605a8z] {
        color: var(--taspica-primary-color);

        .segment {
            padding-top: 4rem;
            padding-bottom: 4rem;

            ul.section-list {
                li {
                    margin-top: 0.5rem;
                    margin-bottom: 0.5rem;
                }
            }

            & > .container[b-gymf605a8z] {
                & > h2 {
                    padding-bottom: 2rem;
                }
            }

            &.hero[b-gymf605a8z] {

                img.logo {
                    width: 400px;
                }

                .sub-header[b-gymf605a8z] {
                    margin-top: 0;
                    font-size: 1.5rem;
                }

                .container[b-gymf605a8z] {
                    padding-top: 3rem;
                    padding-bottom: 3rem;
                }
            }
        }

        .cards[b-gymf605a8z] {
            &.two.column {
                display: grid;
                grid-template-columns: 1fr;
                gap: 2rem;

                @media screen and (min-width: 576px) {
                    grid-template-columns: 1fr 1fr;
                    gap: 3rem;[b-gymf605a8z]
                }
            }

            .card[b-gymf605a8z] {
                padding: 0.8rem 1.5rem;
                border: 1px solid var(--taspica-secondary-color);
                border-radius: .5rem;

                h3 {
                    margin-bottom: 1rem;
                }

                p:last-child[b-gymf605a8z] {
                    margin-bottom: 0;
                }
            }
        }
    }
    }
