@charset "UTF-8";
/* VENDOR */
/* GLOBAL */
body, html {
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  color: #1D1D1B;
  line-height: 1.66;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  background: linear-gradient(to right, #EFFFFC, #FFFFFF 50%, #EFFFFC 100%);
  font-weight: 500;
  overflow-y: auto;
  scrollbar-width: thin;
  zoom: 0.8;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
  touch-action: manipulation;
}

a:not(.button):hover {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

b {
  font-weight: 700;
}

p:last-child {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-image: url("../images/photos/bg@1x.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  z-index: 5;
}
@media (min-resolution: 2dppx) {
  .container {
    background-image: url("../images/photos/bg@2x.png");
  }
}

.page {
  padding: 20px 0 60px;
  flex-grow: 1;
}
@media (max-width: 989px) {
  .page {
    padding: 10px 0 40px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 985px;
}

.wrapper {
  position: relative;
}

.header__container {
  padding: 40px 0;
}
@media (max-width: 989px) {
  .header__container {
    padding: 20px 0;
  }
}

.header__logo {
  margin: 0 auto;
  display: block;
  width: 152px;
  text-decoration: none;
  color: #29CCB1;
}
.header__logo img {
  display: block;
  max-width: 100%;
}

.screen {
  position: relative;
}

.footer {
  margin: auto 0 0;
  background-color: #272727;
  position: relative;
}

.footer__wrapper {
  padding: 40px 10px;
  text-align: center;
}

.footer__text-wrapper {
  margin-bottom: 24px;
}

.footer__text {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
}

.footer__link {
  color: #29CCB1;
  text-decoration: none;
}

.footer__logo {
  margin: 0 auto;
  display: inline-block;
}

.footer__disclaimer {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

@font-face {
  font-family: "Kaspersky-Sans";
  src: url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_Bold.woff2") format("woff2"), url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kaspersky-Sans";
  src: url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_SemiBold.woff2") format("woff2"), url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kaspersky-Sans";
  src: url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_Medium.woff2") format("woff2"), url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kaspersky-Sans";
  src: url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_Regular.woff2") format("woff2"), url("../fonts/Kaspersky-Sans/Kaspersky_Sans_Display_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

form {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

/* ELEMENTS */
.button {
  margin: 0;
  padding: 16px;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #00A88E;
  border-radius: 8px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.button:hover, .button:focus {
  background: #007563;
}
.button:active {
  background: #004238;
}
.button--green {
  color: #ffffff;
}

.button[disabled] {
  pointer-events: none;
}

.title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 989px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 700px) {
  .title {
    font-size: 36px;
  }
}
@media (max-width: 520px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .title {
    font-size: 26px;
  }
}

.option {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Kaspersky-Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #000000;
  background: #F6F6F6 linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.2) 90%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: inset 1px 4px 4px 0 rgba(255, 255, 255, 0.3), inset -1px -4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media (max-width: 989px) {
  .option {
    padding: 10px 12px;
  }
}
@media (max-width: 790px) {
  .option {
    padding: 10px;
  }
}
@media (max-width: 720px) {
  .option {
    padding: 8px 10px;
    border-radius: 12px;
  }
}
@media (max-width: 520px) {
  .option {
    padding: 8px;
    border-radius: 10px;
  }
}
@media (max-width: 370px) {
  .option {
    padding: 2px 4px;
    border-radius: 8px;
  }
}
.option__text {
  margin: 0 auto;
}

/* BLOCKS */
.screen {
  position: relative;
  overflow: hidden;
}

.game__text-wrapper {
  margin: 0 auto;
  max-width: 850px;
}
.game__heading {
  margin: 0 auto 16px;
}
@media (max-width: 790px) {
  .game__heading {
    max-width: 480px;
  }
}
@media (max-width: 500px) {
  .game__heading {
    max-width: calc(100% - 20px);
  }
}
.game__text {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 989px) {
  .game__text {
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .game__text {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .game__text {
    font-size: 18px;
  }
}
.game__board-wrapper {
  position: relative;
  margin: 60px auto 0;
}
@media (max-width: 989px) {
  .game__board-wrapper {
    margin-top: 20px;
  }
}
.game__img-wrapper {
  max-width: 985px;
}
.game__img-wrapper img {
  width: 100%;
  height: auto;
}
.game__answers-wrapper {
  position: absolute;
  top: 13.7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 61%;
  height: 100%;
  max-width: 590px;
  max-height: 442px;
}
@media (max-width: 790px) {
  .game__answers-wrapper {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.game__answers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 6px;
}
@media (max-width: 790px) {
  .game__answers-list {
    gap: 8px 4px;
  }
}
@media (max-width: 660px) {
  .game__answers-list {
    gap: 7px 2px;
  }
}
@media (max-width: 630px) {
  .game__answers-list {
    gap: 6px 2px;
  }
}
@media (max-width: 520px) {
  .game__answers-list {
    gap: 5px 2px;
  }
}
@media (max-width: 490px) {
  .game__answers-list {
    gap: 4px 2px;
  }
}
.game__answers-item {
  width: 49%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 790px) {
  .game__answers-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.game__answers-item:last-of-type {
  margin-top: 3px;
  margin-left: 6px;
}
@media (max-width: 410px) {
  .game__answers-item:last-of-type {
    margin-top: 2px;
  }
}
@media (max-width: 410px) {
  .game__answers-item:last-of-type {
    margin-top: 2px;
  }
}
.game__answer {
  width: 100%;
  height: 100%;
}
.game__answer img {
  width: 100%;
  height: 100%;
}
.game__popup-icon {
  display: inline-block;
}
.game__options {
  margin: 60px auto 0;
  padding-bottom: 12px;
}
@media (max-width: 989px) {
  .game__options {
    margin-top: 20px;
  }
}
.game__instruction {
  margin: 0 auto 24px;
  padding: 0;
  width: 100%;
  max-width: 600px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 989px) {
  .game__instruction {
    padding: 0 40px;
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .game__instruction {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .game__instruction {
    padding: 0 20px;
  }
}
.game__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 989px) {
  .game__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.game__li-item {
  padding: 10px;
  width: 100%;
  max-width: 313px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 11px 11px 4px 0 rgba(22, 67, 90, 0), 7px 7px 4px 0 rgba(22, 67, 90, 0.01), 4px 4px 3px 0 rgba(22, 67, 90, 0.03), 2px 2px 3px 0 rgba(22, 67, 90, 0.04), 0 0 1px 0 rgba(22, 67, 90, 0.05);
}
.game__li-text-wrapper {
  margin: 0 auto 16px;
  width: 100%;
  max-width: 291px;
  min-height: 104px;
  flex-grow: 1;
}
.game__options-list {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.game__options-item {
  position: relative;
  display: block;
}
.game__radio-label {
  position: relative;
  width: 65px;
  height: 30px;
  display: block;
  background-color: #CDCBC3;
  background-image: url("../images/icons/icon-border.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 103% auto;
  border-radius: 50px;
  box-shadow: inset -1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.game__radio-label::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 27px;
  height: 27px;
  transition: left 0.3s ease, right 0.3s ease, filter 0.3s ease;
  content: "";
}
.game__radio-label--yes::before {
  left: 2px;
  background: url("../images/icons/icon-yes-inactive.svg") no-repeat center;
  background-size: 100% auto;
}
.game__radio-label--no::before {
  right: 1px;
  background: url("../images/icons/icon-no-inactive.svg") no-repeat center;
  background-size: 100% auto;
}
.game__radio {
  pointer-events: none;
  cursor: not-allowed;
}
.game__radio:hover + .game__radio-label, .game__radio:focus + .game__radio-label {
  background: #b6b3a7;
}
.game__radio:active + .game__radio-label {
  background: #9f9b8b;
}
.game__radio:checked + .game__radio-label--yes {
  background-color: #29CCB1;
}
.game__radio:checked + .game__radio-label--yes::before {
  left: calc(100% - 30px);
  background: url("../images/icons/icon-yes-active.svg") no-repeat center;
  filter: drop-shadow(-4px 1px 3px #00A88E);
}
.game__radio:checked + .game__radio-label--no {
  background-color: #FF3355;
}
.game__radio:checked + .game__radio-label--no::before {
  right: calc(100% - 30px);
  background: url("../images/icons/icon-no-active.svg") no-repeat center;
  filter: drop-shadow(4px 1px 3px rgba(117, 28, 28, 0.6));
}
.game__popup-wrapper {
  position: absolute;
  top: 9.7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  height: 100%;
  max-width: 618px;
  max-height: 492px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 34px;
  text-align: center;
  -webkit-backdrop-filter: blur(5.3px);
          backdrop-filter: blur(5.3px);
  display: none;
}
@media (max-width: 790px) {
  .game__popup-wrapper {
    top: 4.7%;
    width: 90vw;
    height: 70vw;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 440px) {
  .game__popup-wrapper {
    width: 100%;
    height: 100%;
  }
}
.game__popup-outer {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 618px;
  max-height: 492px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game__popup {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.game__popup-inner {
  margin: 0 auto;
  padding: 20px 10px;
  border: 2px solid transparent;
  border-radius: 16px;
}
@media (max-width: 460px) {
  .game__popup-inner {
    padding: 10px;
  }
}
.game__popup-inner[data-correct=true] {
  border-color: #29CCB1;
  background: linear-gradient(143deg, #B8F9EE, #FFFFFF 100%);
}
.game__popup-inner[data-correct=false] {
  border-color: #FF33BB;
  background: linear-gradient(143deg, #FF33BB, #FFFFFF 100%);
}
.game__popup-contents {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.game__popup-heading {
  margin: 0 auto 20px;
  padding: 0 26px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 989px) {
  .game__popup-heading {
    font-size: 22px;
  }
}
@media (max-width: 740px) {
  .game__popup-heading {
    margin-bottom: 16px;
  }
}
.game__popup-plate {
  margin: 0 auto;
  max-width: 291px;
  height: 104px;
}
.game__popup-text {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.4;
}
.game__popup-text a.game__popup-link {
  color: #1D1D1B;
  text-decoration: underline;
}
.game__popup-text--instruction {
  position: relative;
  padding: 0 20px 0 0;
}
@media (max-width: 740px) {
  .game__popup-text--instruction {
    padding: 0 18px 0 0;
  }
}
@media (max-width: 580px) {
  .game__popup-text--instruction {
    padding: 0 16px 0 0;
  }
}
@media (max-width: 440px) {
  .game__popup-text--instruction {
    padding: 0 14px 0 0;
  }
}
@media (max-width: 740px) {
  .game__popup-text {
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .game__popup-text {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .game__popup-text {
    margin-top: 8px;
  }
}
.game__popup-icon {
  position: absolute;
  top: -3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media (max-width: 740px) {
  .game__popup-icon {
    top: -4px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 580px) {
  .game__popup-icon {
    top: -4px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 440px) {
  .game__popup-icon {
    width: 14px;
    height: 14px;
  }
}
.game__button-wrapper {
  position: absolute;
  top: -12px;
  right: -16px;
  width: 20px;
  height: 20px;
}
@media (max-width: 600px) {
  .game__button-wrapper {
    top: -6%;
    right: -3%;
  }
}
@media (max-width: 580px) {
  .game__button-wrapper {
    top: -6%;
  }
}
@media (max-width: 510px) {
  .game__button-wrapper {
    right: -1%;
  }
}
@media (max-width: 460px) {
  .game__button-wrapper {
    top: -1%;
  }
}
.game__close-button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.game__close-button::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/icon-close.svg") no-repeat center;
  content: "";
}

.finish--hidden {
  display: none;
}
.finish__heading {
  margin: 0 auto;
}
@media (max-width: 790px) {
  .finish__heading {
    max-width: 500px;
  }
}
.finish__results-wrapper {
  position: relative;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 920px) {
  .finish__results-wrapper {
    margin: 40px 0;
  }
}
@media (max-width: 790px) {
  .finish__results-wrapper {
    margin: 20px 0;
  }
}
.finish__title {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  max-width: 678px;
  font-family: "Kaspersky-Sans", Arial, Helvetica, sans-serif;
  font-size: 62px;
  line-height: 1.15;
  font-weight: 600;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(180deg, #92BFE8, #5FD3CB 9%, #0C4B8A 42%, #499DC9 66%, #2E199B 87%, #7C3DDE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback */
  filter: drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.65), 0 -0.5px 4px #B061E6, 1px 1px 1.7px #0F2150);
}
@media (max-width: 790px) {
  .finish__title {
    font-size: 56px;
  }
}
@media (max-width: 648px) {
  .finish__title {
    font-size: 52px;
  }
}
@media (max-width: 590px) {
  .finish__title {
    font-size: 46px;
  }
}
@media (max-width: 530px) {
  .finish__title {
    max-width: 420px;
    font-size: 38px;
  }
}
@media (max-width: 440px) {
  .finish__title {
    max-width: 400px;
    font-size: 34px;
  }
}
@media (max-width: 380px) {
  .finish__title {
    font-size: 28px;
  }
}
.finish__title[data-text="Амбассадор кибербезопасности"] {
  font-size: 70px;
}
@media (max-width: 989px) {
  .finish__title[data-text="Амбассадор кибербезопасности"] {
    font-size: 62px;
  }
}
@media (max-width: 790px) {
  .finish__title[data-text="Амбассадор кибербезопасности"] {
    font-size: 56px;
  }
}
@media (max-width: 648px) {
  .finish__title[data-text="Амбассадор кибербезопасности"] {
    font-size: 52px;
  }
}
@media (max-width: 590px) {
  .finish__title[data-text="Амбассадор кибербезопасности"] {
    font-size: 46px;
  }
}
@media (max-width: 530px) {
  .finish__title[data-text="Амбассадор кибербезопасности"] {
    max-width: 420px;
    font-size: 38px;
  }
}
@media (max-width: 440px) {
  .finish__title[data-text="Амбассадор кибербезопасности"] {
    max-width: 400px;
    font-size: 34px;
  }
}
@media (max-width: 380px) {
  .finish__title[data-text="Амбассадор кибербезопасности"] {
    font-size: 28px;
  }
}
.finish__title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-fill-color: transparent;
  text-shadow: -1px 0 0 rgba(255, 255, 255, 0.65), 0 -0.5px 1.8px #B061E6, 1px 1px 1.7px #0F2150;
  z-index: -1;
}
.finish__img-wrapper {
  width: 100%;
  max-width: 985px;
}
.finish__img-wrapper img {
  width: 100%;
  height: auto;
}
.finish__text {
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 989px) {
  .finish__text {
    padding: 0 20px;
    font-size: 26px;
  }
}
@media (max-width: 790px) {
  .finish__text {
    font-size: 22px;
  }
}
.finish__text-link {
  color: #00A88E;
  text-decoration: underline;
}
.finish__btn-wrapper {
  margin: 24px auto 0;
  width: 100%;
}
.finish__btn {
  width: 100%;
  max-width: 980px;
}
.finish__btn-text {
  position: relative;
  padding-right: 32px;
}
.finish__btn-text::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icons/icon-arrow.svg") no-repeat center;
  background-size: 100% auto;
  content: "";
}