/* Shared styling for /k landing pages */
/* Begin styles from k/aspe/index.html */
@font-face {
            font-family: 'Avenir Next';
            src: url('/css/fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
                url('/css/fonts/AvenirNextCyr-Medium.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }
/* End styles from k/aspe/index.html */

/* Begin styles from k/d2d-fiber-contest/index.html */
@font-face {
      font-family: 'Avenir Next';
      src: url('/css/fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('/css/fonts/AvenirNextCyr-Medium.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }
/* End styles from k/d2d-fiber-contest/index.html */

/* Begin styles from k/gea/index.html */
.custom-checkbox input[type="checkbox"] {
            display: none;
        }

        .custom-checkbox span {
            vertical-align: text-top;
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid #007bff;
            border-radius: 50%;
            background-color: #fff;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .custom-checkbox input[type="checkbox"]:checked+span {
            background-color: #b2b2ca;
        }

        .custom-checkbox span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 16px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
            display: none;
        }

        .custom-checkbox input[type="checkbox"]:checked+span:after {
            display: block;
        }

        .nextbtn {
            color: white;
            position: absolute;
            bottom: 0px;
            background: linear-gradient(to bottom, #85ad93, #245f29);
            padding: 20px 0px;
            font-size: 25px;
            cursor: pointer;
            width: 340px;
            margin: 0 auto;
        }

        #pdf-viewer {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            overflow: auto;
        }

        .pdf-page-canvas {
            width: 100%;
            display: block;
            margin: 5px auto;
            /* border: 1px solid rgba(0, 0, 0, 0.2); */
        }



        /* CSS */
        .button-29 {
            align-items: center;
            appearance: none;
            background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
            border: 0;
            border-radius: 6px;
            box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: inline-flex;

            height: 48px;
            justify-content: center;
            line-height: 1;
            list-style: none;
            overflow: hidden;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            text-align: left;
            text-decoration: none;
            transition: box-shadow .15s, transform .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            white-space: nowrap;
            will-change: box-shadow, transform;
            font-size: 18px;
        }

        .button-29:focus {
            box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
        }

        .button-29:hover {
            box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
            transform: translateY(-2px);
        }

        .button-29:active {
            box-shadow: #3c4fe0 0 3px 7px inset;
            transform: translateY(2px);
        }

        body {
            overscroll-behavior: contain;
            margin: 0;
            padding: 0;
            color: #ffffff;
            user-select: none;
            font-family: tahoma;
            background-color: #0c0482;
        }
/* End styles from k/gea/index.html */

/* Begin styles from k/manifesto/index.html */
.custom-checkbox input[type="checkbox"] {
            display: none;
        }

        .custom-checkbox span {
            vertical-align: text-top;
            display: inline-block;
            width: 10px;
            height: 10px;
            border: 2px solid #007bff;
            border-radius: 50%;
            background-color: #fff;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .custom-checkbox input[type="checkbox"]:checked+span {
            background-color: #007bff;
        }

        .custom-checkbox span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 13px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
            display: none;
        }

        .custom-checkbox input[type="checkbox"]:checked+span:after {
            display: block;
        }

        .nextbtn {
            color: white;
            position: absolute;
            bottom: 0px;
            background: linear-gradient(to bottom, #85ad93, #245f29);
            padding: 20px 0px;
            font-size: 25px;
            cursor: pointer;
            width: 340px;
            margin: 0 auto;
        }

        #pdf-viewer {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            overflow: auto;
        }

        .pdf-page-canvas {
            width: 100%;
            display: block;
            margin: 5px auto;
            /* border: 1px solid rgba(0, 0, 0, 0.2); */
        }



        /* CSS */
        .button-29 {
            align-items: center;
            appearance: none;
            background-image: radial-gradient(100% 100% at 100% 0, #fff45a 0, #fff200 100%);
            border: 0;
            border-radius: 6px;
            box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
            box-sizing: border-box;
            color: #2926db;
            cursor: pointer;
            display: inline-flex;

            height: 48px;
            justify-content: center;
            line-height: 1;
            list-style: none;
            overflow: hidden;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            text-align: left;
            text-decoration: none;
            transition: box-shadow .15s, transform .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            white-space: nowrap;
            will-change: box-shadow, transform;
            font-size: 18px;
        }

        .button-29:focus {
            box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
        }

        .button-29:hover {
            box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
            transform: translateY(-2px);
        }

        .button-29:active {
            box-shadow: #3c4fe0 0 3px 7px inset;
            transform: translateY(2px);
        }

        body {
            overscroll-behavior: contain;
            margin: 0;
            padding: 0;
            color: #ffffff;
            user-select: none;
            font-family: tahoma;
            background-color: #00A9C0;
        }
/* End styles from k/manifesto/index.html */

/* Begin styles from k/promo-fb/index.html */
.custom-checkbox input[type="checkbox"] {
            display: none;
        }

        .custom-checkbox span {
            vertical-align: text-top;
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid #007bff;
            border-radius: 50%;
            background-color: #fff;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .custom-checkbox input[type="checkbox"]:checked+span {
            background-color: #007bff;
        }

        .custom-checkbox span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 16px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
            display: none;
        }

        .custom-checkbox input[type="checkbox"]:checked+span:after {
            display: block;
        }

        .nextbtn {
            color: white;
            position: absolute;
            bottom: 0px;
            background: linear-gradient(to bottom, #85ad93, #245f29);
            padding: 20px 0px;
            font-size: 25px;
            cursor: pointer;
            width: 340px;
            margin: 0 auto;
        }

        #pdf-viewer {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            overflow: auto;
        }

        .pdf-page-canvas {
            width: 100%;
            display: block;
            margin: 5px auto;
            /* border: 1px solid rgba(0, 0, 0, 0.2); */
        }



        /* CSS */
        .button-29 {
            align-items: center;
            appearance: none;
            background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
            border: 0;
            border-radius: 6px;
            box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: inline-flex;

            height: 48px;
            justify-content: center;
            line-height: 1;
            list-style: none;
            overflow: hidden;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            text-align: left;
            text-decoration: none;
            transition: box-shadow .15s, transform .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            white-space: nowrap;
            will-change: box-shadow, transform;
            font-size: 18px;
        }

        .button-29:focus {
            box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
        }

        .button-29:hover {
            box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
            transform: translateY(-2px);
        }

        .button-29:active {
            box-shadow: #3c4fe0 0 3px 7px inset;
            transform: translateY(2px);
        }

        body {
            overscroll-behavior: contain;
            margin: 0;
            padding: 0;
            color: #ffffff;
            user-select: none;
            font-family: tahoma;
            background-color: #00A9C0;
        }
/* End styles from k/promo-fb/index.html */

/* Begin styles from k/promo-insta/index.html */
.custom-checkbox input[type="checkbox"] {
            display: none;
        }

        .custom-checkbox span {
            vertical-align: text-top;
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid #007bff;
            border-radius: 50%;
            background-color: #fff;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .custom-checkbox input[type="checkbox"]:checked+span {
            background-color: #007bff;
        }

        .custom-checkbox span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 16px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
            display: none;
        }

        .custom-checkbox input[type="checkbox"]:checked+span:after {
            display: block;
        }

        .nextbtn {
            color: white;
            position: absolute;
            bottom: 0px;
            background: linear-gradient(to bottom, #85ad93, #245f29);
            padding: 20px 0px;
            font-size: 25px;
            cursor: pointer;
            width: 340px;
            margin: 0 auto;
        }

        #pdf-viewer {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            overflow: auto;
        }

        .pdf-page-canvas {
            width: 100%;
            display: block;
            margin: 5px auto;
            /* border: 1px solid rgba(0, 0, 0, 0.2); */
        }



        /* CSS */
        .button-29 {
            align-items: center;
            appearance: none;
            background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
            border: 0;
            border-radius: 6px;
            box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: inline-flex;

            height: 48px;
            justify-content: center;
            line-height: 1;
            list-style: none;
            overflow: hidden;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            text-align: left;
            text-decoration: none;
            transition: box-shadow .15s, transform .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            white-space: nowrap;
            will-change: box-shadow, transform;
            font-size: 18px;
        }

        .button-29:focus {
            box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
        }

        .button-29:hover {
            box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
            transform: translateY(-2px);
        }

        .button-29:active {
            box-shadow: #3c4fe0 0 3px 7px inset;
            transform: translateY(2px);
        }

        body {
            overscroll-behavior: contain;
            margin: 0;
            padding: 0;
            color: #ffffff;
            user-select: none;
            font-family: tahoma;
            background-color: #00A9C0;
        }
/* End styles from k/promo-insta/index.html */

/* Begin styles from k/promo-viber/index.html */
.custom-checkbox input[type="checkbox"] {
            display: none;
        }

        .custom-checkbox span {
            vertical-align: text-top;
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid #007bff;
            border-radius: 50%;
            background-color: #fff;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .custom-checkbox input[type="checkbox"]:checked+span {
            background-color: #007bff;
        }

        .custom-checkbox span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 16px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
            display: none;
        }

        .custom-checkbox input[type="checkbox"]:checked+span:after {
            display: block;
        }

        .nextbtn {
            color: white;
            position: absolute;
            bottom: 0px;
            background: linear-gradient(to bottom, #85ad93, #245f29);
            padding: 20px 0px;
            font-size: 25px;
            cursor: pointer;
            width: 340px;
            margin: 0 auto;
        }

        #pdf-viewer {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            overflow: auto;
        }

        .pdf-page-canvas {
            width: 100%;
            display: block;
            margin: 5px auto;
            /* border: 1px solid rgba(0, 0, 0, 0.2); */
        }



        /* CSS */
        .button-29 {
            align-items: center;
            appearance: none;
            background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
            border: 0;
            border-radius: 6px;
            box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: inline-flex;

            height: 48px;
            justify-content: center;
            line-height: 1;
            list-style: none;
            overflow: hidden;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            text-align: left;
            text-decoration: none;
            transition: box-shadow .15s, transform .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            white-space: nowrap;
            will-change: box-shadow, transform;
            font-size: 18px;
        }

        .button-29:focus {
            box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
        }

        .button-29:hover {
            box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
            transform: translateY(-2px);
        }

        .button-29:active {
            box-shadow: #3c4fe0 0 3px 7px inset;
            transform: translateY(2px);
        }

        body {
            overscroll-behavior: contain;
            margin: 0;
            padding: 0;
            color: #ffffff;
            user-select: none;
            font-family: tahoma;
            background-color: #00A9C0;
        }
/* End styles from k/promo-viber/index.html */

/* Begin styles from k/shops-fiber/index.html */
@font-face {
            font-family: 'Avenir Next';
            src: url('/css/fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
                url('/css/fonts/AvenirNextCyr-Medium.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }
/* End styles from k/shops-fiber/index.html */

/* Begin styles from landing/survey.html */
body[data-landing="survey"] {
            margin: 0;
            padding: 0;
            color: #1a1a1a;
            background: #f6f6ff;
            font-family: 'Avenir Next', Manrope, Roboto, 'Open Sans', sans-serif;
        }

        body[data-landing="survey"] .survey-shell {
            max-width: 820px;
            margin: 0 auto;
            padding: 40px 20px 60px;
        }

        body[data-landing="survey"] .survey-card {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(23, 25, 60, 0.12);
            padding: 28px 26px 32px;
        }

        body[data-landing="survey"] .survey-title {
            font-size: 26px;
            font-weight: 700;
            color: #2c2f87;
            margin: 0 0 8px;
        }

        body[data-landing="survey"] .survey-subtitle {
            font-size: 15px;
            color: #4d4f7a;
            margin: 0 0 24px;
        }

        body[data-landing="survey"] .question-block {
            border: 1px solid #e4e6ff;
            border-radius: 14px;
            padding: 18px 18px 8px;
            margin-bottom: 18px;
            background: #fafaff;
        }

        body[data-landing="survey"] .question-block.is-missing {
            border-color: #e15656;
            background: #fff3f4;
        }

        body[data-landing="survey"] .question-block.is-missing .question-header {
            background: #ffe5e8;
        }

        body[data-landing="survey"] .question-block.is-missing-animate {
            animation: survey-shake 0.28s ease-in-out;
        }

        @keyframes survey-shake {
            0% { transform: translateX(0); }
            25% { transform: translateX(-4px); }
            50% { transform: translateX(4px); }
            75% { transform: translateX(-3px); }
            100% { transform: translateX(0); }
        }

        body[data-landing="survey"] .question-title {
            font-weight: 700;
            color: #2c2f87;
            margin: 0 0 6px;
        }

        body[data-landing="survey"] .question-note {
            font-size: 13px;
            color: #6a6d9a;
            margin: 0 0 14px;
        }

        body[data-landing="survey"] .question-header {
            background: #f3f5ff;
            border-radius: 12px;
            padding: 10px 12px;
            margin: 0 0 12px;
        }

        body[data-landing="survey"] .survey-thanks {
            margin-top: 12px;
        }

        body[data-landing="survey"] .survey-thankyou {
            text-align: center;
            padding: 24px 16px;
        }

        body[data-landing="survey"] .survey-thankyou-title {
            font-size: 28px;
            font-weight: 700;
            color: #2c2f87;
            margin-bottom: 10px;
        }

        body[data-landing="survey"] .survey-thankyou-text {
            font-size: 16px;
            color: #4d4f7a;
        }

        body[data-landing="survey"] .option-grid {
            display: grid;
            gap: 10px;
        }

        body[data-landing="survey"] .option-row {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #2e2f4a;
            background: #ffffff;
            border-radius: 10px;
            padding: 10px 12px;
            border: 1px solid #e9eafc;
        }

        body[data-landing="survey"] .option-row input[type="checkbox"],
        body[data-landing="survey"] .option-row input[type="radio"] {
            width: 16px;
            height: 16px;
        }

        body[data-landing="survey"] .scale-row {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        body[data-landing="survey"] .scale-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border-radius: 999px;
            background: #ffffff;
            border: 1px solid #e9eafc;
            font-size: 14px;
        }

        body[data-landing="survey"] .submit-row {
            text-align: center;
            margin-top: 24px;
        }

        body[data-landing="survey"] .submit-btn {
            border: 0;
            border-radius: 10px;
            background: linear-gradient(135deg, #2c2f87, #3f45d9);
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 32px;
            cursor: pointer;
        }

        body[data-landing="survey"] .hidden {
            display: none;
        }
/* End styles from landing/survey.html */
