

/* Start:/local/components/serzhmir/section.main-banner/templates/banner-accent-new/style.css?17759360404047*/
.num-list-descr {
    margin-bottom: 2.5rem;
}

.num-list-descr__item {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-top: 1.3125rem !important;
}

.num-list-descr__item p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.banner-accent__title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    text-transform: initial;
    margin-bottom: 12.5rem;
}

.banner-accent__title-md {
    max-width: 20rem;
    margin-bottom: 12.5rem;
}

.banner-accent__image {
    position: relative;
    width: 100%;
}

.banner-accent__img {
    width: 100%;
}

.u-card {
    margin-bottom: 2.0625rem;
    display: flex;
}

.u-card__image {
    width: 100% !important;
    height:  auto!important;
    position: relative;
    flex-shrink: 0;
}

.u-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.u-card__descr {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: auto;
    margin-bottom: 0;
}

.u-card__descr p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit;
}
.banner-accent__img {
    height: auto;
}

@media only screen and (max-width: 576px) {
    .banner-accent__content {
        min-height: 124.15vw;
    }
}
.u-card__content {
    padding-left: 0 !important;
}
@media only screen and (min-width: 1200px) {

    .banner-accent__content {
        min-height: initial;
    }

    .u-card {
        margin-bottom: 0;
    }

    .banner-accent__title {
        font-size: 1.5rem;
        margin-bottom: auto;
    }

    .banner-accent__title-md {
        max-width: 30.375rem;
    }

    .u-card__image {
        width: 100%!important;
        height: auto!important;
    }
    .u-card__image img {
        position:  initial!important;
    }

    .u-card__descr {
        font-size: 0.875rem;
    }

    .num-list-descr__item {
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 2rem !important;
    }

    .num-list-descr {
        margin-bottom: 0;
    }

    .banner-accent__image {
        display: flex;
        width: 100%;
    }

    .banner-accent {
        min-height: calc(var(--vh, 1vh) * 100)!important;
        max-height: 1865px!important;
    }

    .banner-accent__container {
        min-height:  780px ;
    }

    .banner-accent__img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
    }
}
.link-title {
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: underline;
    text-transform: initial!important;
}

.num-list-descr__item h4 {
    margin-top: -0.3125rem;
}

@media (min-width: 1200px) and (min-height: 900px) {
    .banner-accent {
        height: initial!important;
        min-height: calc(var(--vh, 1vh) * 100)!important;

    }
}

/* === Entrance Animation === */
/* banner-accent — ВСЕГДА ниже fold (главный .main-banner занимает min-height:100vh),
   поэтому opacity:0 до .ba-loaded не влияет на LCP — их LCP-элемент наверху. */

/* Initial state */
.banner-accent .ba-anim {
    opacity: 0;
    transform: translateY(3rem);
    transition:
        opacity 1.1s ease-out,
        transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Loaded state */
.banner-accent.ba-loaded .ba-anim {
    opacity: 1;
    transform: translateY(0);
}

/* Image: no blur (heavy on large images), fade + subtle scale */
.banner-accent .banner-accent__image.ba-anim {
    filter: none;
    transform: scale(1.03);
    transition:
        opacity 1s ease-out,
        transform 1.3s ease-out;
}

.banner-accent.ba-loaded .banner-accent__image.ba-anim {
    transform: scale(1);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .banner-accent .ba-anim {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
        transition: none !important;
    }
}
.u-card__image img {
    width: 100%;
}

/* End */


/* Start:/local/components/serzhmir/skeleton/templates/quiz-form/style.css?17729521005573*/
.js-vue-placeholder:not(.init) + .quiz {
    display: none;
}

.js-quiz-tail-scope {
    position: relative;
    overflow: hidden;
    background: #040404;
}

.js-quiz-tail-scope > * {
    position: relative;
    z-index: 1;
}

.js-quiz-tail-scope canvas {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    pointer-events: none !important;
}


.error-box {
    position: absolute;
    bottom: auto;
    left: -1.875rem;
    color: #ffffff;
    z-index: 3;
    font-size: 0.875rem;
    background: #b50808;
    text-align: center;
    width: calc(100% + 3.75rem);
    padding-top: 0.9375rem;
    top: 1.25rem;
}


.active-err .content-block__nav button:not(.btn-brd) {
    background: #b50808;
}
.quiz-form__content {
    width: 100%;
}

.nav-btn-block {
    max-width: 100%!important;
}

/* Quiz: show each error under its own field row (static flow). */
.quiz .quiz-form .d-form__row {
    position: relative;
}

.quiz .quiz-form .d-form__row label.error,
.quiz .quiz-form .d-form__row .form-err,
.quiz .quiz-form .form-check label.error,
.quiz .quiz-form .form-check .form-err {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.375rem 0.5rem !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

@media only screen and (min-width: 1200px) {
    .error-box {
        top: initial;
        bottom: 0;
        left: 2.5rem;
        color: #b50808;
        background: #ffffff;
        font-size: 1rem;
        width: fit-content;
    }

    .quiz-form__image {
        height: 100%!important
    }
    .quiz-form {
        min-height:  735px;
        width: 100%;
    }

    .quiz-form__image {
        position: relative;
        width: 100% !important;
        height: 100% !important;
    }
    .quiz-form__img {
               position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                object-fit: cover;
    }

}

.js-quiz-tail-scope .quiz-form {
    position: relative;
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.985);
    transition: transform 860ms cubic-bezier(.2,.75,.2,1), opacity 860ms cubic-bezier(.2,.75,.2,1);
    transform-origin: 50% 60%;
    will-change: transform, opacity, filter;
}

.js-quiz-tail-scope.is-inview .quiz-form {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}
/*
.js-quiz-tail-scope .quiz-form::before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    border: 1px solid rgba(144, 240, 255, 0.24);
    box-shadow:
        0 0 24px rgba(96, 220, 255, 0.1),
        0 0 56px rgba(110, 255, 214, 0.08);
    opacity: 0;
    transition: opacity 680ms ease;
}
*/
.js-quiz-tail-scope.is-inview .quiz-form::before {
    opacity: 0.68;
    animation: quizNeonPulse 5.6s ease-in-out infinite;
}

.js-quiz-tail-scope .quiz-form__content.quiz-content-anim-in {
    animation: quizCardEnter 620ms cubic-bezier(.2,.75,.2,1) both;
}

.js-quiz-tail-scope .quiz-form__content.quiz-content-anim-in::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(120% 80% at 10% 0%, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, 0) 46%);
    animation: quizCardLightSweep 740ms cubic-bezier(.2,.75,.2,1) both;
}

@media only screen and (max-width: 991px) {
    .js-quiz-tail-scope .quiz-form {
        transform: translate3d(0, 16px, 0) scale(0.992);
        transition: transform 560ms cubic-bezier(.2,.75,.2,1), opacity 560ms cubic-bezier(.2,.75,.2,1);
        will-change: auto;
    }

    .js-quiz-tail-scope .quiz-form__content.quiz-content-anim-in {
        animation-duration: 420ms;
    }

    .js-quiz-tail-scope .quiz-form__content.quiz-content-anim-in::after {
        animation: none;
    }
}

.js-quiz-tail-scope .quiz-form__image,
.js-quiz-tail-scope .quiz-form__img {
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
}

@keyframes quizCardEnter {
    0% {
        opacity: 1;
        transform: translate3d(0, 24px, 0) scale(.985);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes quizCardLightSweep {
    0% {
        opacity: 0;
        transform: translate3d(-2%, 2%, 0) scale(1.02);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(1%, -1%, 0) scale(1);
    }
}

@keyframes quizNeonPulse {
    0% {
        opacity: 0.48;
        box-shadow:
            0 0 22px rgba(96, 220, 255, 0.08),
            0 0 46px rgba(110, 255, 214, 0.06);
    }
    50% {
        opacity: 0.72;
        box-shadow:
            0 0 30px rgba(96, 220, 255, 0.12),
            0 0 64px rgba(110, 255, 214, 0.1);
    }
    100% {
        opacity: 0.52;
        box-shadow:
            0 0 24px rgba(96, 220, 255, 0.09),
            0 0 50px rgba(110, 255, 214, 0.07);
    }
}

@media (prefers-reduced-motion: reduce) {
    .js-quiz-tail-scope .quiz-form,
    .js-quiz-tail-scope .quiz-form * {
        transform: none !important;
        opacity: 1 !important;
        animation: none !important;
        transition: none !important;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/partners/style.css?1772862682648*/
@media only screen and (min-width: 1200px) {
    .section-our-partners {
        padding-bottom: 1.8rem;
    }
}
.section-our-partners__title {
    margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1200px) {
    .section-our-partners__title {
        margin-bottom: 3.125rem;
    }
}
.grid-items__item {
    margin-bottom: 0.625rem;
    display: grid;
    place-content: center;
}
@media only screen and (min-width: 1200px) {
    .grid-items__item {
        margin-bottom: 1.25rem;
    }
}
@media only screen and (min-width: 1200px) {
    .grid-items__img {
        width: 100%;
        height: auto;
    }
}

/* End */


/* Start:/local/components/serzhmir/skeleton/templates/fw-form/style.css?1772975159771*/
.form-section {
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    align-items: center;
}

.js-fw-scroll-zoom {
    --fw-section-progress: 0;
    transform-origin: 50% 60%;
    transform:
        translate3d(0, calc((1 - var(--fw-section-progress)) * 56px), 0)
        scale(calc(0.9 + (var(--fw-section-progress) * 0.1)));
    transition: transform 120ms linear;
    will-change: transform;
}
.js-quiz-tail-scope canvas {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .js-fw-scroll-zoom {
        transform: none !important;
        transition: none !important;
    }
}

/* End */
/* /local/components/serzhmir/section.main-banner/templates/banner-accent-new/style.css?17759360404047 */
/* /local/components/serzhmir/skeleton/templates/quiz-form/style.css?17729521005573 */
/* /local/templates/main/components/bitrix/news.list/partners/style.css?1772862682648 */
/* /local/components/serzhmir/skeleton/templates/fw-form/style.css?1772975159771 */
