

/* Start:/local/templates/confidence-guide/css/main.css?178819755627835*/
:root {
    --guide-bg: #f7f9ff;
    --guide-surface: #ffffff;
    --guide-text: #182b58;
    --guide-muted: #4c5a7c;
    --guide-ink: #12234f;
    --guide-link: #2a4fa8;
    --guide-border: #e5eaf6;
    --header-height: 77px;
}

* {
    box-sizing: border-box;
}

body.confidence-guide-page {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    color: var(--guide-text);
    background: linear-gradient(180deg, #ffffff 0%, var(--guide-bg) 100%);
    overflow-x: clip;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(100% - 84px, 1472px);
    margin: 0 auto;
}

.header {
    background: #fff;
    border-bottom: 1px solid #edf1fa;
    position: sticky;
    top: 0;
    z-index: 20;
}

.header__container {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 0;
    position: relative;
}

.header__brand-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.header__logo {
    display: block;
    flex-shrink: 0;
}

.header__logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
}

.header__brand-text {
    width: auto;
    font-size: 12px;
    line-height: 1.2;
    color: #23376a;
}

.header__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.header__icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #2c427e;
}

.header__icon-action svg,
.header__feedback svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header__feedback {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--guide-link);
    padding: 6px 12px;
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.header__feedback:hover {
    background: #f0f4ff;
}

.header__buttons {
    display: flex;
    align-items: center;
    color: #243f77;
    flex-shrink: 0;
}

.header__buttons .btn {
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 13px;
    color: #243f77;
}

.header__buttons .btn--inline {
    display: none;
}

.header__login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1.5px solid #2f58b4;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #2f58b4;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.header__login-btn:hover {
    background: #2f58b4;
    color: #fff;
}

.header__login-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* User block: compact avatar with a hover-only dropdown. */
.header__account {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.header__account-button {
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #edf1f8;
    cursor: pointer;
}

.header__account-avatar,
.header__account-avatar .picture,
.header__account-avatar .picture__img {
    display: block;
    width: 44px;
    height: 44px;
}

.header__account-avatar .picture__img {
    object-fit: cover;
}

.header__account-navigation {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 40;
    width: 190px;
    padding: 14px;
    border: 1px solid var(--guide-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 37, 84, .16);
}

.header__account:hover .header__account-navigation {
    display: block;
}

.header__account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1fa;
}

.header__account-name {
    margin: 0;
    color: #243f77;
    font-size: 14px;
    font-weight: 600;
}

.header__account-close {
    display: none;
}

.header__account-menu {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.header__account-link {
    display: block;
    padding: 7px 0;
    color: #243f77;
    font-size: 14px;
}

.header__menu-shell {
    margin: 0 auto;
}

.header__menu {
    width: min(100%, 1472px);
    margin: 0 auto;
    padding: 0;
}

.header__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0 28px;
}

.header__menu-item {
    position: relative;
}

.header__menu-link {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #3a4b72;
    white-space: nowrap;
}

.header__menu-link.is-active {
    color: #113a95;
}

.header__menu-link.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 2px;
    background: #1f57c8;
}

.header__burger {
    display: none;
    border: 0;
    background: transparent;
    margin-left: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    z-index: 35;
    -webkit-tap-highlight-color: transparent;
}

.header__burger span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background: #15306f;
    left: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: 50%;
}

.header__burger span:nth-child(1) {
    top: 14px;
}

.header__burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.header__burger span:nth-child(3) {
    bottom: 14px;
}

.header__burger.is-active span:nth-child(1) {
    transform: rotate(135deg);
    top: calc(50% - 1px);
}

.header__burger.is-active span:nth-child(2) {
    opacity: 0;
}

.header__burger.is-active span:nth-child(3) {
    transform: rotate(-135deg);
    bottom: calc(50% - 1px);
}

.main.guide-page {
    padding: 20px 0 28px;
}

.guide-hero {
    width: min(100% - 84px, 1472px);
    margin: 0 auto;
}

.guide-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr);
    gap: 24px;
    align-items: stretch;
}

.guide-hero__copy {
    padding: 8px 0 0;
}

.guide-hero__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    background: #eaf0ff;
    color: #1c4cb4;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
}

.guide-hero h1 {
    font-size: 58px;
    line-height: 0.98;
    font-weight: 500;
    color: var(--guide-ink);
    margin: .4em 0;
}

.guide-hero h2 {
    margin: 16px 0 14px;
    font-size: 30px;
    line-height: 1.06;
    font-weight: 600;
    color: #283f73;
}

.guide-hero__lead {
    margin: 0;
    max-width: 30em;
    color: var(--guide-muted);
    font-size: 18px;
    line-height: 1.42;
    margin-top: 1.5em;
}

.guide-hero__stats {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--guide-border);
    padding-top: 14px;
    gap: 8px;
}

.guide-hero__stat {
    display: flex;
    align-items: center;
    gap: 12px;
}

.guide-hero__stat-icon {
    width: 32px;
    height: 32px;
    color: #2f58b4;
    flex: 0 0 auto;
}

.guide-hero__stat strong {
    display: block;
    color: #122a61;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.guide-hero__stat span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.2;
    color: #415276;
}

.guide-hero__panel {
    border-radius: 14px;
    overflow: hidden;
}

.guide-hero__panel--trust {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 348px;
    background: radial-gradient(120% 200% at 100% -10%, #2e5ec7 0%, #08215a 42%, #06163f 100%);
    box-shadow: 0 16px 36px rgba(10, 24, 62, 0.25);
}

.guide-hero__panel-media {
    position: relative;
    overflow: hidden;
}

.guide-hero__panel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

.guide-hero__panel-caption {
    position: relative;
    color: #fff;
    padding: 26px 30px 22px;
}

.guide-hero__panel-caption::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 24px;
    width: 155px;
    height: 96px;
    background-image: radial-gradient(circle at 50% 50%, rgba(143,175,255,.5) 1px, transparent 1.6px);
    background-size: 8px 8px;
    opacity: .45;
}

.guide-hero__panel-title {
    position: relative;
    font-size: 18px;
    line-height: 1.12;
    margin-bottom: 14px;
    font-weight: 500;
    background: transparent url(/local/templates/confidence-guide/img/check-hexagon.svg) no-repeat center left;
    background-size: 40px;
    padding: 10px 54px;
}

.guide-hero__panel-caption p {
    margin: 1em 0 0 1em;
    max-width: 400px;
    color: rgba(236, 242, 255, .92);
    font-size: 13px;
    line-height: 1.2;
}

.guide-hero__panel-caption ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.guide-hero__panel-caption li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    margin-top: 8px;
}

.guide-hero__panel-caption li::before {
    content: "";
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: .15em;
    border-radius: 50%;
    background: url(/local/templates/confidence-guide/img/check-mark_white.svg) no-repeat center;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
    background-size: contain;
}

.guide-hero__author {
    margin-top: 16px;
    margin-left: 12em;
}

.guide-hero__author strong {
    display: block;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 700;
}

.guide-hero__author span {
    display: block;
    margin-top: 5px;
    color: rgba(231, 238, 255, .8);
    font-size: 14px;
    line-height: 1.24;
}

.guide-companies {
    width: min(100% - 84px, 1472px);
    margin: 18px auto 0;
}

/* Sticky filter controls */
.guide-filter {
    display: grid;
    position: sticky;
    top: var(--header-height, 77px);
    z-index: 15;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    background: #fff;    
    border-radius: 14px;
    padding: 12px 1.5em;
    box-shadow: 0 8px 22px rgba(18, 37, 84, 0.07);
}

.guide-filter__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.guide-filter__label {
    font-size: 14px;
    line-height: 1;
    color: #1f3262;
    font-weight: 600;
    display: none;
}

.guide-filter__input-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
}

.guide-filter__input-wrap input {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    border: 1px solid #e1e8f8;
    border-radius: 10px;
    background: #fff;
    padding: 0 40px 0 15px;
    font-family: inherit;
    color: #4a5d84;
    font-size: 14px;
    line-height: 1.3;
}

.guide-filter__select-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
}

.guide-filter__input-wrap input::placeholder {
    color: #8c9abb;
}

.guide-filter__input-wrap svg {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    fill: none;
    stroke: #7f8dae;
    stroke-width: 1.6;
    pointer-events: none;
}

.guide-filter__select {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    border: 1px solid #e1e8f8;
    border-radius: 10px;
    background: #fff;
    padding: 0 38px 0 15px;
    font-family: inherit;
    color: #4a5d84;
    font-size: 14px;
    line-height: 1.3;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.guide-filter__select option {
    font-size: 14px;
    color: #182b58;
    padding: 6px 10px;
    white-space: normal;
}

.guide-filter__select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #7e8eb2;
    border-bottom: 2px solid #7e8eb2;
    transform: rotate(45deg);
    margin-top: -6px;
    pointer-events: none;
}

.guide-filter__rating-stub {
    min-height: 48px;
    border: 1px solid #e1e8f8;
    border-radius: 10px;
    padding: 0 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    align-items: center;
}

.guide-filter__rating-stub span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 8px;
    background: #fbfcff;
    color: #1f4db6;
    font-size: 12px;
    font-weight: 700;
}

.guide-grid {
    margin-top: 18px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.guide-card {
    display: flex;
    flex-direction: column;    
    border-radius: 12px;
    background: #fff;
    min-height: 172px;
    padding: 14px 14px 10px;
    box-shadow: 0 4px 18px rgba(18, 37, 84, 0.06);
    border: 1px solid var(--guide-border);
    min-width: 0;
}

.guide-card__head {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.guide-card__logo {
    height: 82px;
    display: inline-flex;
    position: relative;
    background: #fff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.1;
    color: #cf202a;
    font-weight: 700;
    min-width: 0;
}

.guide-card__logo img {
    max-width: 100%;
    max-height: 82px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.guide-card__logo span {
    display: inline-block;
    letter-spacing: 0;
    word-break: break-word;
}

.guide-card__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.guide-card__meta h3 {
    margin: 0;
    color: #19346e;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 700;
}

.guide-card__rating {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #153b94;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.guide-card__tagline {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    color: #5b6e96;
    word-break: break-word;
}

.guide-card__body {
    margin-top: auto;
    padding: 12px 0 4px;
    display: flex;
    align-items: center;
    border-top: 1px solid #edf1fa;
    gap: 10px;
    min-width: 0;
}

.guide-card__rating span {
    color: #1f57c7;
    font-size: 14px;
    letter-spacing: .02em;
}

.guide-card__body p {
    margin: 7px 0 8px;
    color: #45587f;
    font-size: 12px;
    line-height: 1.35;
    min-height: 34px;
}

.guide-card__stats {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    min-width: 0;
}

.guide-card__stat {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.guide-card__stats .icon {
    width: 24px;
    height: 24px;
    color: #2f58b4;
    flex: 0 0 auto;
}

svg.icon.icn__icon-article {
   stroke: #2f58b4;    
}

.guide-card__stats strong {
    color: #1c366f;
    font-size: 14px;
    line-height: 1;
}

/* Tooltips */
[data-achievement-hint] {
    cursor: pointer;
}

[data-achievement-hint]::after {
    content: attr(data-achievement-hint);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    background: #12234f;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: opacity 0.15s ease, visibility 0.15s ease;
    display: none;
}

[data-achievement-hint].is-tooltip-left::after {
    left: 0;
    transform: none;
}

[data-achievement-hint].is-tooltip-right::after {
    left: auto;
    right: 0;
    transform: none;
}

[data-achievement-hint]:focus-visible::after,
[data-achievement-hint].is-tooltip-active::after {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
    [data-achievement-hint]:hover::after {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.guide-card__link {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    color: #1f57c7;
    cursor: pointer;
}

.guide-card__link span {
    font-size: 14px;
    font-weight: 600;
    color: green;
    text-decoration: underline;
}

.guide-card__link svg {
    display: none;
}

.guide-card.is-hidden {
    display: none;
}

.footer {
    background: #0f1730;
    color: rgba(255, 255, 255, .88);
    padding: 52px 0 60px;
    margin-top: 36px;
}

.footer__container {
    display: grid;
    gap: 28px;
}

.footer__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.footer__menu a,
.footer__terms a,
.footer__developer a {
    color: inherit;
    opacity: .9;
}

.footer__menu a {
	font-size: 14px;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer__logo img {
    width: 280px;
    height: 42px;
    filter: brightness(0) invert(1);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

/* Width 1201px - 1366px: Compact Header Controls */
@media (max-width: 1366px) {
    .header__feedback-text,
    .header__login-text {
        display: none;
    }

    .header__feedback {
        width: 38px;
        height: 38px;
        padding: 0;
        justify-content: center;
        border: 1px solid var(--guide-border);
        border-radius: 50%;
        background: #f8faff;
        color: #2c427e;
    }

    .header__feedback:hover {
        background: #edf2fc;
        border-color: #cbd7f0;
    }

    .header__login-btn {
        width: 38px;
        height: 38px;
        padding: 0;
        justify-content: center;
        border: 1px solid var(--guide-border);
        border-radius: 50%;
        background: #f8faff;
        color: #2c427e;
    }

    .header__login-btn:hover {
        background: #edf2fc;
        border-color: #cbd7f0;
        color: #1a3b8b;
    }

    .header__menu-list {
        gap: 0 18px;
    }
}

/* Width <= 1200px: 2 Card Columns & Burger Navigation */
@media (max-width: 1200px) {
    .header__burger {
        display: inline-flex;
    }

    .header__menu-shell {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid var(--guide-border);
        box-shadow: 0 12px 28px rgba(18, 37, 84, 0.12);
        padding: 12px 0 16px;
        z-index: 30;
    }

    .header__menu-shell.is-open {
        display: block;
    }

    .header__menu {
        width: min(100% - 32px, 1472px);
    }

    .header__menu-list {
        flex-direction: column;
        gap: 2px;
    }

    .header__menu-link {
        min-height: 42px;
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 6px;
    }

    .header__menu-link:hover,
    .header__menu-link.is-active {
        background: #f0f4ff;
        color: #113a95;
    }

    .header__menu-link.is-active::after {
        display: none;
    }

    .guide-hero__content {
        grid-template-columns: 1fr;
    }

    .guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

/* Width <= 920px: Compact Viewport Gutters & Hero */
@media (max-width: 920px) {
    :root {
        --header-height: 65px;
    }

    .container,
    .guide-hero,
    .guide-companies,
    .header__menu {
        width: min(100% - 32px, 1472px);
    }

    .header__container {
        min-height: 64px;
        padding: 8px 0;
        gap: 12px;
    }

    .header__brand-text {
        display: none;
    }

    .header__logo img {
        width: 180px;
    }

    .main.guide-page {
        padding-top: 14px;
    }

    .guide-hero h1 {
        font-size: 38px;
    }

    .guide-hero h2 {
        font-size: 26px;
    }

    .guide-hero__lead {
        font-size: 17px;
    }

    .guide-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-hero__panel--trust {
        display: block;
        min-height: 0;
    }

    .guide-hero__panel-media {
        display: none;
    }

    .guide-hero__panel-caption {
        min-height: 0;
        padding: 24px 20px 24px;
    }

    .guide-hero__panel-caption::before {
        right: 12px;
        width: 130px;
        height: 86px;
    }

    .guide-hero__panel-title {
        max-width: 100%;
        padding-right: 20px;
        font-size: 17px;
    }

    .guide-hero__panel-caption p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.4;
        margin-left: 0;
    }

    .guide-hero__panel-caption li {
        font-size: 14px;
    }

    .guide-hero__author {
        margin-left: 0;
    }
}

/* Width <= 768px: Single Column Filter */
@media (max-width: 768px) {
    .guide-filter {
        grid-template-columns: 1fr;
        padding: 10px 14px;
        gap: 10px;
    }

    .guide-filter__select,
    .guide-filter__input-wrap input {
        min-height: 44px;
        font-size: 14px;
    }
}

/* Width <= 575px: Single Column Card Grid on Narrow Phones */
@media (max-width: 575px) {
    .container,
    .guide-hero,
    .guide-companies,
    .header__menu {
        width: min(100% - 24px, 1472px);
    }

    .header__logo img {
        width: 150px;
    }

    .guide-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .guide-card {
        padding: 12px 12px 10px;
    }

    .guide-card__head {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 12px;
    }

    .guide-card__logo {
        height: 68px;
    }

    .guide-card__logo img {
        max-height: 68px;
    }
}

/*
 * Feedback modal (#feedback, gcio:form.feedback "personal" template).
 * Scoped strictly under #feedback and .jquery-modal.blocker.
 */
.jquery-modal.blocker {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 24px 16px;
    background: rgba(10, 24, 62, 0.75);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
}

.jquery-modal.blocker::before {
    display: none;
}

#feedback.modal--feedback {
    display: block;
    position: relative;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(10, 24, 62, 0.3);
    background: #fff;
    padding: 24px 20px;
    flex-shrink: 0;
    box-sizing: border-box;
}

#feedback .close-modal {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f4ff;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    border: none;
    z-index: 10;
}

#feedback .close-modal::before,
#feedback .close-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #243f77;
    border-radius: 1px;
}

#feedback .close-modal::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#feedback .close-modal::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#feedback .close-modal:hover {
    background: #e2ebff;
    transform: scale(1.08);
}

#feedback .feedback__success {
    display: none;
}

#feedback h2 {
    margin: 0 0 20px;
    padding-right: 36px;
    font-size: 22px;
    font-weight: 700;
    color: var(--guide-ink);
}

#feedback #second_name_field {
    display: none;
}

#feedback [data-class="auth-form"] > div {
    margin-bottom: 20px;
}

#feedback [data-class="auth-form"] label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #5e5e5e;
}

#feedback [data-class="input"],
#feedback [data-class="auth-form"] select {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 5px 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 6px 5px rgba(3, 126, 235, 0.06);
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: inherit;
    font-family: inherit;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: border-color .25s ease;
}

#feedback textarea[data-class="input"] {
    height: 120px;
    padding-top: 8px;
    cursor: text;
    resize: vertical;
}

#feedback [data-class="input"]:focus,
#feedback [data-class="auth-form"] select:focus {
    border-color: #3250a2;
}

#feedback [data-class="input"].error,
#feedback [data-class="auth-form"] select.error {
    border-color: #f56c6c;
}

#feedback [data-class="input"].error + [data-class="input-error"] {
    display: block;
}

#feedback [data-class="input-error"] {
    display: none;
    margin-top: 3px;
    font-size: 12px;
    color: #f56c6c;
}

#feedback [data-class="btn-holder"] {
    display: flex;
    justify-content: center;
}

#feedback [data-class="auth-form__btn-submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    padding: 0 20px;
    border: 2px solid #3250a2;
    border-radius: 8px;
    background: #3250a2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    appearance: none;
    cursor: pointer;
    transition: border-color .25s ease, color .25s ease, background-color .25s ease;
}

#feedback [data-class="auth-form__btn-submit"]:hover {
    background: #fff;
    color: #3250a2;
}

#feedback [data-class="auth-form__btn-submit"][disabled] {
    opacity: .5;
    cursor: not-allowed;
}

#feedback [data-class="privacy-policy"] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #5e5e5e;
}

#feedback [data-class="privacy-policy"] a {
    color: #3250a2;
}

#feedback [data-class="privacy-policy"] a:hover {
    text-decoration: underline;
}

#feedback [data-class="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 2px solid #3250a2;
    border-radius: 2px;
    background: none;
    appearance: none;
    cursor: pointer;
}

#feedback [data-class="checkbox"]:checked {
    background: #3250a2;
    -webkit-mask: url("/local/templates/personal/images/sprites/main.stack.svg#image-checkbox") 50% 50% no-repeat;
    mask: url("/local/templates/personal/images/sprites/main.stack.svg#image-checkbox") 50% 50% no-repeat;
    -webkit-mask-size: 14px;
    mask-size: 14px;
}

@media (min-width: 768px) {
    #feedback.modal--feedback {
        padding: 36px 40px;
    }
}

/* End */
/* /local/templates/confidence-guide/css/main.css?178819755627835 */
