/* ----------------------------------------------------- */
/* e-Ukraine */
@font-face {
    font-family: 'e-Ukraine';
    src: url('resources/fonts/ukraine/e-Ukraine-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('resources/fonts/ukraine/e-Ukraine-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('resources/fonts/ukraine/e-Ukraine-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('resources/fonts/ukraine/e-Ukraine-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* ----------------------------------------------------- */
/* Kyiv Region */
@font-face {
    font-family: 'Kyiv Region';
    src:url('resources/fonts/ukraine/KyivRegion-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {margin:0;padding:0;font-family: 'e-Ukraine', sans-serif;font-size:14px;line-height: 1.4;color: #000000;box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);background: #183051;}
div, p, span, h1, h2, h3, h4, ol {vertical-align: baseline;margin:0;padding:0;box-sizing: border-box;}
*{margin:0; padding:0;box-sizing: border-box;}
#mover{display:none;}
img{max-width:100%;width: 100%;vertical-align:middle;}
.blk{display:block;}
.hide{display: none;}
a {color:#3a84df;outline:none;}
a:hover {color:#b22222;}
a:focus {outline:none;}
.unselectable {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
ul, li {margin: 0;padding: 0;list-style: none;}
h1 {color:#000000;text-align: left;font-size: 26px;line-height: 1.2;font-weight: 700;margin-bottom: 14px;}
h1 span {display:block;}
h2 {color:#000000;text-align: left;font-size: 18px;line-height: 1.5;width: 100%;font-weight: 700;}

.specification {font-family: 'e-Ukraine', sans-serif; font-weight: 100; text-align: left; margin-top: 22px;}
.next-mission {display: none;font-family: 'e-Ukraine', sans-serif;font-weight: 300;width: 100%;height: 50px;font-size: 14px;background:#b7883f;margin-top: 18px;color: #ffffff;border-radius: 15px;}
.next-mission span {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}

#gameHeader {position: relative;background: #183051;color: white;display: flex;flex-direction: column;align-items: center;justify-content: space-between;width: 100%;overflow: hidden;margin: 0px auto;}
#gameHeader:not(.start) {position: sticky;top: 0px;z-index: 10;}
#gameHeader .main-header{padding: 15px;display: flex;align-items: center;justify-content: space-between;width: 100%;transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;}
#gameHeader .main-header .left-logo {width: calc(100%/3);display: flex;align-items: center;}
#gameHeader .main-header .left-logo img {width: 80px;margin-bottom: -10px;}
#gameHeader .main-header .left-logo a.menu-burger {display: flex;align-items: center;justify-content: center;width: 30px;min-width: 30px;height: 30px;background-image: url(resources/img/menu-burger.svg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
#gameHeader .main-header .logo {width: calc(100%/3);display: flex;align-items: center;justify-content: center;}
#gameHeader .logo img {width: 80px;}
#gameHeader .lang {width: calc(100%/3);display: flex;flex-direction: row;align-items: center;color: #fff;justify-content: flex-end;gap: 12px;}
#gameHeader .lang span {display: block;line-height: 1;}
#gameHeader .lang div {font-family: 'e-Ukraine', sans-serif;font-weight: 400;font-size: 14px; display: none;}
#gameHeader .lang a {display: block;color: #fff;text-decoration: none;line-height: 1;padding: 10px 7px;border: 1px solid #ffffff;border-radius: 100%;}
#gameHeader .lang .active {cursor: default;}

.share-btn {
  background: #ffffff;
  color: #ffffff;
  border: none;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-btn svg {
  width: 60%;
  height: 60%;
}

.share-menu {
  position: fixed;
  z-index: 1000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  background: #00000073;
  transition: 0.2s;
  padding: 15px;
}

.share-menu.show {
  opacity: 1;
  user-select: auto;
  pointer-events: all;
}

.share-wrap {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px 0;
  max-width: 460px;
  width: 100%;
  z-index: 9999; /* поверх усіх елементів */
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.share-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 1em;
  text-decoration: none;
  color: #333;
  background: none;
  border: none;
  text-align: left;
  font-family: 'e-Ukraine', sans-serif;
}

.share-item::before {
  content: '';
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  border-radius: 100%;
}

.share-item#copyLink::before {
  background-image: url(resources/img/copy-icon.svg);
}

.share-item#shareX::before {
  background-image: url(resources/img/x-icon.svg);
}

.share-item#shareFb::before {
  background-image: url(resources/img/facebook-icon.svg);
}

.share-item#shareTg::before {
  background-image: url(resources/img/telegram-icon.svg);
}

.share-item#shareWa::before {
  background-image: url(resources/img/whatsapp-icon.svg);
}

.share-item:hover {
  background: #f3f3f3;
  color: #333333;
}

.share-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#gameHeader.hide {z-index: 3;}
#gameHeader .quest-header {padding: 14px 15px 14px;display: flex;width: 100%;flex-direction: column;position: absolute;transform: translateX(100%);transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;}
#gameHeader.start .main-header {position: absolute;transform: translateX(-100%);}
#gameHeader.start .quest-header {display: flex;position: relative;transform: none;}
#gameHeader .quest-header span.title {font-size: 18px;text-align: center;line-height: 1.1;font-weight: 400;margin-bottom: 4px;}
#gameHeader .quest-header .progressStats {display: flex;align-items: center;justify-content: space-between;}
#gameHeader .quest-header .progressStats .prev-mission {display: flex;align-items: center;justify-content: center;height: auto;font-size: 14px;font-weight: 300;margin: 0px;color: #ffffff;background: none;width: auto;}
#gameHeader .quest-header .progressStats .prev-mission::before {content: '';width: 16px;height: 16px;min-width: 16px;background-image: url(resources/img/arrow-back.svg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;margin-right: 8px;}
#gameHeader .quest-header .progressStats .prev-mission:hover {border: none;cursor: pointer;}
#gameHeader .quest-header .progressStats .numbers {display: flex;align-items: center;font-size: 16px;line-height: 1.1;font-weight: 300;}
#progresslineBar {display: flex;justify-content: center;margin-top: 8px;width: 100%;box-sizing: border-box;background: #000000;border-radius: 5px;overflow: hidden;}
.progressline-step {width: 100%;height: 5px;background: #6F6F6F;transition: background 0.3s;}
.progressline-step.active {background: #ffffff;}
#gameHeader.start.finish .quest-header .progressStats {display: none;}
#gameHeader.start.finish .quest-header #progresslineBar {display: none;}

#gameFooter {background: #298DBC;color: white;display: flex;align-items: flex-start;justify-content: flex-start;padding: 28px 0px 20px 0px;flex-direction: column;}
#gameFooter .logo {padding: 0 22px;}
#gameFooter .logo img {width: 150px;}
#gameFooter .author {font-family: 'Kyiv Region', sans-serif; font-weight: 500;font-size: 20px;margin-top: 22px;padding: 0 24px;max-width: 80%;}
#gameFooter .author span {display:block;margin-bottom: 6px;}
#gameFooter .author .slogan{color: #F3BC12;font-size: 15px;}
#gameFooter .author span:nth-child(2) {font-family: 'e-Ukraine', sans-serif; font-weight: 300;}
#gameFooter .socials {margin-top: 22px;padding: 0 24px;}
#gameFooter .socials .menu {display: flex;align-items: center;}
#gameFooter .socials .menu .menu-item {display: flex;align-items: center;margin-right: 14px;}
#gameFooter .socials .menu .menu-item a {width: 30px;height: 30px;font-size: 0px;color: transparent;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
#gameFooter .socials .menu .menu-item a[href*="instagram.com"] {background-image: url(resources/img/instagram.svg);}
#gameFooter .socials .menu .menu-item a[href*="facebook.com"] {background-image: url(resources/img/facebook.svg);}
#gameFooter .socials .menu .menu-item a[href*="youtube.com"] {background-image: url(resources/img/youtube.svg);}
#gameFooter .copyright {width: 100%;border-top: 1px solid #989898;font-family: 'e-Ukraine', sans-serif;font-weight: 300;font-size: 14px;color: #989898;margin-top: 18px;padding-top: 20px;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;}
#gameFooter .copyright span {display: block;}
#gameFooter .copyright span:nth-child(2) {margin-top: 4px;}
#gameFooter .copyright a {color: #bfbebe;text-decoration: none;}
#gameFooter .copyright a:hover {text-decoration: underline;}

#questContainer {position: relative;width: 100%;overflow: clip;background-size: cover;background-position: 0% 0%;background-repeat: no-repeat;}

#intro {background-color: #1D1D1D;}
#intro .img-preview {margin-top: 22px; margin-bottom: 16px;}
#intro .deco-bttm {width: 100%; text-align: right; position: relative; right: -20px; margin-top: 22px;}
#intro .deco-bttm img {width: 180px;}
#intro .task p {font-family: 'e-Ukraine', sans-serif;font-weight: 300;text-align: left;margin-bottom: 14px;line-height: 1.5;color: #000;}
/* top: 66px; */
#intro .img-wrap {position: relative;z-index: 1;}
#intro .img-wrap .img-preview {margin: 0px;}
#intro .img-wrap .img-preview img {object-fit: cover;}
#intro .img-wrap h1 {position: absolute;left: 0;right: 0;bottom: 0;padding: 20px;}
#intro .task {position: relative;z-index: 2;background-color: #ffffff;}
#intro .task span.uppertitle {display: flex;font-size: 18px;color: #b7883f;font-weight: 700;line-height: 120%;margin-bottom: 14px;}
#intro .task p strong {font-size: 16px;font-weight: 700;}
.start-wrap .btn-about {
  font-family: 'e-Ukraine', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 50px;
  font-size: 14px;
  display: flex;
  border: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
}
#start {font-family: 'e-Ukraine', sans-serif;font-weight: 400;width: 100%;height: 50px;font-size: 14px;display: flex;background:#b7883f;align-items: center;justify-content: center;color: #ffffff;margin-top: 24px;border-radius: 15px;}
.quest-screen {position: absolute;width: 100%;opacity: 0;transform: translateX(100%);transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;text-align: center;box-sizing: border-box;}
.quest-screen.active {opacity: 1;transform: none!important;position: relative;}
.quest-screen.prev {transform: translateX(-100%); opacity: 0;}
.quest-screen .description {font-family: 'e-Ukraine', sans-serif;font-weight: 400;text-align: left;margin-top: 22px;line-height: 1.5;}
.quest-screen .img {position:relative;width: 100%;}
.quest-screen .img:after {content: '';display:none; position: absolute; background-image: url(resources/img/decor-img.png); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat; z-index: 99999; width: 100px; height: 54px;}
.quest-screen .img .hint-wrap {background: #F0F0F0D9;border-radius: 10px;position: absolute;left: 20px;right: 20px;bottom: 20px;padding: 12px;color: #000000;display: flex;flex-direction: column;text-align: left;transition: 0.2s;}
.quest-screen .img .hint-wrap .title {font-size: 14px;font-weight: 700;margin-bottom: 8px;}
.quest-screen .img .hint-wrap .text {font-weight: 300;font-size: 12px;}
.quest-screen .img .hint-wrap .close {position: absolute;right: 12px;top: 12px;width: 10px;height: 10px;background-image: url(resources/img/close.svg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;cursor: pointer;}
.quest-screen .img .hint-wrap.closed {opacity: 0;user-select: none;pointer-events: none;}
.quest-screen .img img {object-fit: cover;}
.quest-screen .img span.author {font-size: 12px;font-weight: 400;color: #ffff;text-align: left;display: block;padding: 6px 15px;position: absolute;left: 0px;bottom: 0px;width: 100%;background-color: #00000066;}
.quest-screen .caption {background-color: #ffffff;padding: 20px;color: #000000;text-align: left;width: 100%;}
.quest-screen .caption span.uppertitle {font-size: 14px;color: #298DBC;line-height: 100%;font-weight: 700;margin-bottom: 8px;display: flex;}
.quest-screen .caption h2 {margin-bottom: 12px;}
.quest-screen .view-btn {display: flex;font-family: 'e-Ukraine', sans-serif;font-weight: 300;width: 100%;height: 50px;font-size: 12px;background:#2D3439;color: #ffffff;text-decoration: none;cursor: pointer;align-items: center;justify-content: center;margin-bottom: 20px;border-radius: 15px;}
.quest-screen .view-btn::before {content: '';width: 20px;min-width: 20px;height: 20px;background-image: url(resources/img/view-3d.svg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;margin-right: 10px;}
.quest-screen .view-btn.loading::before {border: 3px solid transparent;border-top: 3px solid #298DBC;border-radius: 50%;animation: spin 1s linear infinite;background: none;}
.quest-screen .view-btn span {display: flex; align-items: center; justify-content: center;}
.quest-screen .caption .view-btn + span.undertitle {padding-top: 0px;border-top: none;}
.quest-screen .caption span.undertitle {padding-top: 12px;border-top: 1px solid #000000;color: #000000;font-size: 14px;line-height: 100%;font-weight: 700;margin-bottom: 12px;display: flex;}
.quest-screen .caption .player {padding: 12px 14px;border: 1px solid #000000;margin-bottom: 20px;margin-top: 20px;border-radius: 10px;}
.quest-screen .caption .player .controls {display: flex;align-items: center;gap: 14px;}
.quest-screen .caption .player .controls .play-pause {cursor: pointer;border: none;background: transparent;color: #000000;width: 24px;min-width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;}
.quest-screen .caption .player .controls .play-pause span {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.quest-screen .caption .player .controls .play-pause span svg {width: 100%;height: 100%;fill: #000000;}
.quest-screen .caption .player .controls .play-pause span.pause-icon {display: none;}
.quest-screen .caption .player .controls .play-pause.playing span.play-icon {display: none;}
.quest-screen .caption .player .controls .play-pause.playing span.pause-icon {display: flex;}
.quest-screen .caption .player .controls .progress {flex-grow: 1;height: 6px;background: #D7D7D8;border-radius: 5px;cursor: pointer;}
.quest-screen .caption .player .controls .progress .progress-filled {height: 100%;background: #000000;width: 0%;border-radius: 5px;position: relative;}
.quest-screen .caption .player .controls .progress .progress-filled::after {content: '';width: 12px;height: 12px;position: absolute;right: 0px;top: 50%;transform: translate(50%, -50%);background: #000000;border-radius: 100%;}
.quest-screen .caption p {font-size: 14px;color: #000000;line-height: 150%;font-weight: 300;margin-bottom: 14px;text-align: left;}
.quest-screen .caption p:last-child {margin-bottom: 0px;}

.quest-screen .task {text-align: left;padding: 24px 15px 32px;background-color: #183051;width: 100%;color: #ffffff;}
.quest-screen .task h3 {text-align: left;font-size: 14px;line-height: 1;font-weight: 700;color: #fff;margin-bottom: 8px;}
.quest-screen .task p {font-size: 14px;font-family: 'e-Ukraine', sans-serif;font-weight: 300;text-align: left;margin-bottom: 12px;line-height: 1.5;}
.quest-screen .task p.qst {font-family: 'e-Ukraine', sans-serif; font-weight: 700;}
.quest-screen .task ol.qst {list-style-type: decimal;font-size: 14px;}
.quest-screen .task ol.qst li {list-style-type: decimal;list-style-position: inside;}
.quest-screen .task p.description {margin-top: 14px;}
.quest-screen .task.white {background-color: #ffffff; color: #000000;}
.quest-screen .task.white h3 {color: #000;}
.quest-screen .task.white .answers-container div {border-color: #000000;color: #000;}
.quest-screen .task.white .answers-container div .marker {border-color: #000;}
.answers-container {margin-top: 16px; width: 100%;display: flex;flex-direction: column;gap: 12px;}
.answers-container div {padding: 8px 10px;border: 1px solid #ffffff;transition: background 0.3s, border-color 0.3s;font-family: 'e-Ukraine', sans-serif;font-weight: 400;text-align: left;width: 100%;line-height: 1.5;font-size: 14px;min-height: 50px;display: flex;align-items: center;background-color: transparent;color: #ffffff;border-radius: 10px;}
.answers-container div.selected {background: #ffffff;color: #000000;}
.answers-container div.correct {background: #ffffff;color: #000000;}
.answers-container div.wrong {background: #ffffff;color: #000000;}
/* .answers-container div.correct {border-color: #7BF312; background: #416620;}
.answers-container div.wrong {border-color: #FF0000; background: #781919;} */
.answers-container div .marker {width: 20px;min-width: 20px;height: 20px;border-radius: 100%;border: 1px solid #ffffff;display: flex;align-items: center;justify-content: center;position: relative;margin-right: 8px;}
.answers-container div.selected .marker {border-color: #000000;background: #000000;}
.answers-container div .marker::after {content: '';width: 100%;height: 100%;border-radius: 100%;background-color: transparent;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.answers-container div.selected .marker::after {background-image: url(resources/img/correct-white.svg);background-position: center top 55%;background-repeat: no-repeat;background-size: 60% 65%;}
/* .answers-container div.correct .marker {border-color: #7BF312;} */
.answers-container div.correct .marker {border-color: #92BE7F!important;background: #92BE7F!important;}
.answers-container div.correct .marker::after {background-image: url(resources/img/correct-white.svg);background-position: center top 55%;background-repeat: no-repeat;background-size: 60% 67%;}
/* .answers-container div.wrong .marker {border-color: #FF0000;} */
.answers-container div.wrong .marker {border-color: #781919!important;background: #781919!important;}
.answers-container div.wrong .marker::after {background-image: url(resources/img/close-white.svg);background-position: center top 55%;background-repeat: no-repeat;background-size: 62% 67%;}
.answers-container:has(div img) {flex-wrap: wrap;flex-direction: row;}
.answers-container div:has(img) {padding: 0px;border-width: 0px;width: calc((100% / 2) - 6px);position: relative;}
.answers-container div:has(img) .marker {display: none;}
.answers-container div:has(img)::after {content: '';position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;background-color: #0000004D;border-radius: 10px;}
.answers-container div:has(img) span {display:flex;width: 100%;}
.answers-container div:has(img) span img {width: 100%;aspect-ratio: 1/1;border-radius: 10px;}
.answers-container div:has(img).selected::after {width: calc(100% - 6px);height: calc(100% - 6px);background-color: transparent;border: 3px solid #ffffff;}
.answers-container div:has(img).selected::before {content: '';position: absolute;left: 3px;top: 3px;width: calc(100% - 18px);height: calc(100% - 18px);border: 6px solid #298DBC;}
.answers-container div:has(img).correct::after {width: calc(100% - 6px);height: calc(100% - 6px);background-color: transparent;border: 3px solid #ffffff;}
.answers-container div:has(img).correct::before {content: '';position: absolute;left: 3px;top: 3px;width: calc(100% - 18px);height: calc(100% - 18px);border: 6px solid #298DBC;}
.answers-container div:has(img).wrong::after {background-color: #000000a9;}
.answers-container div:has(img).wrong::before {display: none;}
#verify {margin-top: 12px;font-family: 'e-Ukraine', sans-serif;font-weight: 300;width: 100%;height: 50px;background: #b7883f;color: #ffffff;user-select: none;pointer-events: none;border-radius: 15px;transition: 0.3s;opacity: 0.5;}
#verify span {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
#verify.selected {background: #b7883f;color: #ffffff;user-select: auto;pointer-events: all;opacity: 1;}
.confirm-ua {font-size: 14px;}
.confirm-en {font-size: 14px;}
.answer {margin-top: 12px;font-family: 'e-Ukraine', sans-serif;font-weight: 300;width: 100%;height: 50px;font-size: 14px;border-radius: 10px;display: none;}
.answer span {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
/* .answer.correct {background: #eaf5ddfc; color: #3f9b42;}
.answer.wrong {background: #ffcebe; color: #d32f2f;} */
.answer.correct {background: #ffffff; color: #000000;}
.answer.wrong {background: #ffffff; color: #000000;}

.popup-next-wrap {opacity: 0;user-select: none;pointer-events: none;display: flex;flex-direction: column;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);width: calc(100% - 40px);background-color: #ffffff;box-shadow: 0 0 10px 0 #00000078;padding: 20px 15px;z-index: 5;border-radius: 20px;transition: 0.2s;}
.popup-next-wrap::before {content: '';width: 50px;height: 50px;border-radius: 100%;margin: 0px auto 20px;background-color: #b7883f;background-position: center;background-repeat: no-repeat;background-size: 50% 50%;}
.popup-next-wrap.correct::before {background-image: url(resources/img/correct-white.svg);background-color: #92BE7F;}
.popup-next-wrap.wrong::before {background-image: url(resources/img/close-white.svg);background-color: #781919;}
.popup-next-wrap p.title {font-size: 18px;line-height: 100%;font-weight: 700;color: #000000;margin-bottom: 20px;}
.popup-next-wrap p.desc {font-size: 14px;line-height: 150%;font-weight: 300;color: #000000;margin-bottom: 20px;}
.popup-next-wrap p.desc b {font-weight: 700;}
.popup-next-wrap p.text {font-size: 14px;line-height: 150%;font-weight: 300;color: #000000;margin-bottom: 32px;}
.popup-next-wrap p.text b {font-weight: 700;}
.popup-next-wrap .buttons {display: flex;align-items: center;justify-content: space-between;gap: 10px;}
.popup-next-wrap .reset {border: 1px solid #000000; font-family: 'e-Ukraine', sans-serif; font-weight: 300; text-align: center; width: 100%; height: 50px; font-size: 14px; display: flex; align-items: center; justify-content: center;text-decoration: none;}
.popup-next-wrap .reset {margin: 0px;border-color: #b7883f;color: #b7883f;border-radius: 15px;}
.popup-next-wrap .reset:hover {background-color: #000000;color: #ffffff;border-color: #000000;}
.popup-next-wrap .next-mission {margin: 0px;background-color: #b7883f;display: flex;border-radius: 15px;}
.popup-next-wrap .next-mission:hover {background-color: #000000;color: #ffffff;}
.popup-next-wrap.closed {display: none;}
.popup-next-wrap.about {
  max-height: 100svh;
  width: 100%;
  overflow-y: auto;
  z-index: 1000;
  text-align: left;
  border-radius: 0px;
  max-width: 500px;
  padding: 20px 15px 100px;
}
.popup-next-wrap.about::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.popup-next-wrap.about::before {
  display: none;
}
.popup-next-wrap.about p.title {
  margin-bottom: 16px;
}
.popup-next-wrap.about p.text {
  margin-bottom: 16px;
}
.popup-next-wrap.about ul {
  margin-bottom: 16px;
  padding-left: 16px;
  list-style: disc;
}
.popup-next-wrap.about ul:last-child {
  margin-bottom: 0px;
}
.popup-next-wrap.about ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.popup-next-wrap.about ul li:last-child {
  margin-bottom: 0px;
}
.popup-next-wrap.about.show {
  opacity: 1;
  user-select: auto;
  pointer-events: all;
}
.popup-next-wrap.about span.about-popup-close {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 0px;
  background-image: url(resources/img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  cursor: pointer;
}
.popup-next-wrap.about .start-wrap {
  position: sticky;
  left: 0px;
  bottom: 0px;
  margin: 0px -15px -20px;
  width: calc(100% + 30px);
}
.quest-screen:has(.task .answer.correct:not(.hide)) .popup-next-wrap.correct {opacity: 1;user-select: auto;pointer-events: all;}
.quest-screen:has(.task .answer.wrong:not(.hide)) .popup-next-wrap.wrong {opacity: 1;user-select: auto;pointer-events: all;}
#questContainer .popup-bg {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;background-color: #0000004D;z-index: 4;opacity: 0;user-select: none;pointer-events: none;transition: 0.2s;}
#questContainer .popup-bg.show {opacity: 1;user-select: auto;pointer-events: all;}
/* #questContainer:has(.quest-screen .task .answer.correct:not(.hide)) .popup-bg,
#questContainer:has(.quest-screen .task .answer.wrong:not(.hide)) .popup-bg {display: flex;}
#questContainer:has(.quest-screen .task:has(.answer.correct:not(.hide)) .popup-next-wrap.closed) .popup-bg,
#questContainer:has(.quest-screen .task:has(.answer.wrong:not(.hide)) .popup-next-wrap.closed) .popup-bg {display: none;} */

.quest-screen:has(.task .answer.correct:not(.hide)) .popup-next-wrap.correct::before {animation: bounceCheckmark 0.6s ease-out;transform-origin: center;}
.quest-screen:has(.task .answer.wrong:not(.hide)) .popup-next-wrap.wrong::before {animation: errorPopShake 0.6s ease-out;transform-origin: center;}

@keyframes bounceCheckmark {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes errorPopShake {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  90% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}

#end > div {width: 100%;height: calc(100svh - 52px);}
#end > div > *:not(.bg) {position: relative;z-index: 2;}
#end h2 {text-align: center; color: #fff;text-transform: uppercase;margin-bottom: 20px;}
#end h3 {font-size: 16px;margin-top: 14px;margin-bottom: 14px;text-align: center;font-weight: 700;color: #fff;}
#end p {text-align: center;margin-bottom: 14px;}
#end .result {display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 26px;margin-bottom: 12px;}
#end .stars {display: flex; justify-content: space-around; align-items: flex-start;font-size: 40px;color: #ffffff;width: 80%;line-height: 100%;}
#end .stars span {color: #ffffff;}
#end.active .stars span {animation: bounceCheckmark 0.6s ease-out;transform-origin: center;}
#end .stars span:nth-child(1) {animation-delay: 0.3s;animation-fill-mode: both;}
#end .stars span:nth-child(2) {animation-delay: 0.6s;animation-fill-mode: both;}
#end .stars span:nth-child(3) {animation-delay: 0.9s;animation-fill-mode: both;}
#end .stars span:nth-child(4) {animation-delay: 1.2s;animation-fill-mode: both;}
#end .stars span:nth-child(5) {animation-delay: 1.5s;animation-fill-mode: both;}
#end .stars span.active {color: #b7883f;}
#end .stars img {display: block; width: 42px;aspect-ratio: 1/1;margin: 0px 10px;}
#end .result p {font-family: 'e-Ukraine', sans-serif;font-weight: 700;text-align: center;margin-top: 0px;font-size: 16px;}
#end .final-text {font-family: 'e-Ukraine', sans-serif;font-weight: 400;text-align: left;margin-top: 14px;line-height: 1.6;}
#end .prophecies p {display: none;}
#share {font-family: 'e-Ukraine', sans-serif;font-weight: 300;width: 100%;height: 50px;font-size: 14px;display: flex;background: #b7883f;align-items: center;justify-content: center;margin-top: 14px;color: #ffffff;border-radius: 15px;}
#again {margin-top: 34px;  font-family: 'e-Ukraine', sans-serif; font-weight: 300; text-align: center; width: 100%; height: 50px; font-size: 14px; display: flex; align-items: center; justify-content: center;background-color: #ffffff;color: #000000;border-radius: 15px;}

.show-more-wrap {display: flex;flex-direction: column;align-items: flex-start;}
.show-more-wrap .show-more-content {position: relative;}
.show-more-wrap.show:not(.full) .show-more-content {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 5;line-clamp: 5;-webkit-box-orient: vertical;width: 100%;}
.show-more-wrap .show-more-content > *:last-child {margin-bottom: 0px;}
.show-more-wrap.open:not(.full) .show-more-content {display: block;}
.show-more-wrap.show:not(.full) .show-more-content::after {content: '';position: absolute;left: 0px;bottom: 0px;width: 100%;height: 21px;background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);transition: 0.2s;}
.show-more-wrap.open:not(.full) .show-more-content::after {opacity: 0;}
.show-more-wrap .show-more {display: none;}
.show-more-wrap.show:not(.full) .show-more {display: flex;align-items: center;position: relative;margin-top: 12px;cursor: pointer;}
.show-more-wrap .show-more::after {content: '';width: 12px;min-width: 12px;height: 12px;background-image: url(resources/img/arrow-back-gray.svg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;margin-left: 8px;transform: rotate(270deg);transition: 0.2s;}
.show-more-wrap.open .show-more::after {transform: rotate(90deg);}
.show-more-wrap .show-more span {font-size: 14px;line-height: 120%;font-weight: 400;color: #2D3439;}
.show-more-wrap .show-more span.less {display: none;}
.show-more-wrap.open .show-more span.more {display: none;}
.show-more-wrap.open .show-more span.less {display: flex;}

#loader {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: #1D1D1D;display: flex;justify-content: center;align-items: center;z-index: 9999;transition: opacity 0.5s ease;flex-direction: column;}
.spinner {border: 8px solid #f3f3f3;border-top: 8px solid #b7883f;border-radius: 50%;width: 60px;height: 60px;animation: spin 1s linear infinite;}
#loader .logo {max-width: 150px;margin-bottom: 30px;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

html, body {
  overscroll-behavior: contain; /* або contain */
}

#bossContainer {position: relative;}
.menu-popup {position: absolute;z-index: 100;left: 0px;top: 0px;width: 100%;max-width:500px;height: 100%;opacity: 0;user-select: none;pointer-events: none;transition: 0.2s;}
.menu-popup.open {opacity: 1;user-select: auto;pointer-events: all;}
.menu-popup > .popup-close {position: absolute;z-index: 1;left: 0px;top: 0px;width: 100%;height: 100%;opacity: 0;}
.menu-popup .popup-wrap {padding: 20px 15px 30px;position: relative;z-index: 2;background-color: #183051;display: flex;flex-direction: column;align-items: flex-start;position: sticky;top: 0px;width: 75%;height: 100dvh;box-shadow: 0px -10px 4px 0px #00000040;overflow-y: auto;margin-left: -75%;transition: 0.2s;}
.menu-popup.open .popup-wrap {margin-left: 0%;}
.menu-popup .popup-wrap::-webkit-scrollbar {width: 0px;}
.menu-popup .popup-wrap > .popup-close {font-size: 0px;width: 15px;min-width: 15px;height: 15px;min-height: 15px;background-image: url(resources/img/close-white.svg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;cursor: pointer;margin-left: auto;margin-bottom: 20px;}
.menu-popup .popup-wrap a.site-link {font-size: 18px;line-height: 150%;color: #ffffff;font-weight: 700;text-decoration: none;margin-bottom: 16px;width: 180px;}
.menu-popup .popup-wrap p {font-size: 14px;line-height: 140%;color: #ffffff;font-weight: 300;margin-bottom: 14px;}
.menu-popup .popup-wrap .links-list {display: flex;flex-direction: column;margin-bottom: 16px;}
.menu-popup .popup-wrap .links-list .list-item {display: flex;}
.menu-popup .popup-wrap .links-list .list-item:not(:last-child) {margin-bottom: 10px;}
.menu-popup .popup-wrap .links-list .list-item a {font-size: 14px;line-height: 140%;color: #ffffff;text-decoration: none;font-weight: 700;border: 1px solid #ffffff;border-radius: 10px;padding: 6px 10px;width: 100%;}
.menu-popup .popup-wrap .socials-wrap {display: flex;flex-direction: column;margin-bottom: 16px;}
.menu-popup .popup-wrap .socials-wrap .uppertitle {font-size: 12px;line-height: 140%;color: #ffffff;font-weight: 300;margin-bottom: 8px;}
.menu-popup .popup-wrap .socials-wrap .socials-list {display: flex;gap: 6px;flex-wrap: wrap;}
.menu-popup .popup-wrap .socials-wrap .socials-list a {width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;font-size: 0px;background-image: url(resources/img/instagram.svg);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;text-decoration: none;}
.menu-popup .popup-wrap .socials-wrap .socials-list a[href*="facebook.com"] {background-image: url(resources/img/facebook.svg);}
.menu-popup .popup-wrap .socials-wrap .socials-list a[href*="youtube.com"] {background-image: url(resources/img/youtube.svg);}
.menu-popup .popup-wrap a.logo {margin-top: auto;width: 180px;}

.popup-model {position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);width: calc(100% - 40px);padding: 20px 15px;border-radius: 20px;background-color: #ffffff;transition: 0.2s;opacity: 0;user-select: none;pointer-events: none;box-shadow: 0 0 10px 0 #00000078;z-index: 5;}
.popup-model.desktop {opacity: 1;user-select: auto;pointer-events: all;}
.popup-model model-viewer {position: relative;width: 100%;height: 70svh;--ar-button-display: none;}

.qrcode-wrap {
  display: none;
}

@media screen and (min-width: 900px) {
  .qrcode-wrap {
    position: fixed;
    z-index: 2;
    right: 32px;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
  }

  .qrcode-wrap span {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
  }

  .qrcode-wrap .qrcode-img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .qrcode-wrap .qrcode-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}


/* @media screen and (max-width: 350px) {
#share {font-size: 12px;}
} */

#intro .task p:last-child {
  margin-bottom: 0px;
}

.quest-screen:has(.popup-next-wrap.about.show) .start-wrap .btn-about {
  display: none;
}

@media screen and (max-width: 500px) {
.start-wrap {position: sticky;z-index: 1100;left: 0px;bottom: 0px;width: 100%;padding: 15px;background-color: #183051;box-shadow: 0px -4px 10px 0px #00000040;display: flex;gap: 15px;}
.start-wrap #start {margin: 0px;}
.task:has(.start-wrap) {margin-bottom: 80px;}
}

@media screen and (min-width: 500px) {
  .start-wrap {
    display: flex;
    gap: 15px;
    position: sticky;
    z-index: 1100;
    left: 0px;
    bottom: 0px;
    background: #183051;
    padding: 15px 20px;
    margin: 0px;
    width: 100%;
    box-shadow: 0px -4px 10px 0px #00000040;
  }

  .start-wrap #start {
    margin-top: 0px;
  }
}

/* - !!!!!!!!!!!! - - - 320 px - - - !!!!!!!!!!!! - */
@media screen and (max-width: 320px) {
#gameFooter .copyright {font-size: 14px;}
.confirm-en {font-size: 12px;}
}

@media screen and (min-width: 320px) { 
}

/* - !!!!!!!!!!!! - - - 375px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 375px) {
#gameFooter .copyright {display: flex; flex-direction: row; align-items: flex-start; justify-content: center;}
#gameFooter .copyright span:nth-child(2) {margin-top:0;margin-left: 16px;}
}

/* - !!!!!!!!!!!! - - - 410px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 410px) {
#gameFooter .logo {padding: 0 0px 0 26px;}
#gameFooter .author {padding: 0 26px;}
#gameFooter .socials {padding: 0 26px;}
#gameFooter .copyright {justify-content: space-between;padding-left: 26px;padding-right: 26px;}
#gameFooter .copyright span:nth-child(2) {margin-top:0;margin-left: 0;}
}

/* - !!!!!!!!!!!! - - - 540px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 540px) {
body {background: radial-gradient(circle,rgba(24, 48, 81, 1) 0%, rgba(15, 27, 51, 1) 100%);}
.menu-popup {width: calc(100% + 1);max-width: 501px;}
.menu-popup .popup-wrap {padding: 30px 30px 40px;}
.menu-popup .popup-wrap > .popup-close {width: 20px;min-width: 20px;height: 20px;min-height: 20px;margin-bottom: 30px;}
.menu-popup .popup-wrap a.site-link {font-size: 28px;margin-bottom: 24px;width: 230px;}
.menu-popup .popup-wrap p {font-size: 20px;margin-bottom: 22px;}
.menu-popup .popup-wrap .links-list {margin-bottom: 24px;}
.menu-popup .popup-wrap .links-list .list-item:not(:last-child) {margin-bottom: 16px;}
.menu-popup .popup-wrap .links-list .list-item a {font-size: 20px;border: 2px solid #ffffff;padding: 8px 12px;}
.menu-popup .popup-wrap .socials-wrap {margin-bottom: 24px;}
.menu-popup .popup-wrap .socials-wrap .uppertitle {font-size: 16px;margin-bottom: 12px;}
.menu-popup .popup-wrap .socials-wrap .socials-list {gap: 10px;}
.menu-popup .popup-wrap .socials-wrap .socials-list a {width: 45px;height: 45px;}
.menu-popup .popup-wrap a.logo {width: 230px;}

#questContainer {width: 500px;margin: 0 auto;background: none;}
#gameHeader {width: 500px;}
#gameHeader .main-header {padding: 15px 20px;}
#gameHeader .main-header .left-logo img {width: 120px;margin-bottom: -15px;}
#gameHeader .main-header .left-logo a.menu-burger {width: 30px;min-width: 30px;height: 30px;}
#gameHeader .quest-header {padding: 15px 30px 15px;}
#gameHeader .quest-header span.title {font-size: 26px;margin-bottom: 8px;}
#gameHeader .logo img {width: 120px;}
#gameHeader .quest-header .progressStats .prev-mission::before {width: 22px;height: 22px;min-width: 22px;margin-right: 12px;}
#progresslineBar {margin-top: 12px;}
#gameFooter .logo {padding: 0 0px 0 46px;}
#gameFooter .logo img {width: 160px;}
#gameFooter .author {padding: 0 46px;}
#gameFooter .socials {padding: 0 46px;}
#gameFooter .copyright {padding-left: 46px;padding-right: 46px;}
#intro .task p {margin-bottom: 22px;}
/* #intro .img-wrap {top: 88px;} */
#intro .img-wrap h1 {padding: 30px;}
/* #intro .task span.uppertitle {font-size: 28px;margin-bottom: 23px;} */
#intro .task p strong {font-size: 18px;}
#intro .task p:last-child{margin: 0px;}
#intro .task h1 {
  margin-bottom: 22px;
}
/* h1 {font-size: 42px;margin-bottom: 23px;} */
h2 {font-size: 20px;}
#start {margin-top: 40px;}
.quest-screen .img .hint-wrap {left: 30px;right: 30px;bottom: 30px;padding: 20px;}
.quest-screen .img .hint-wrap .title {margin-bottom: 12px;font-size: 16px;}
.quest-screen .img .hint-wrap .text {font-size: 14px;}
.quest-screen .img .hint-wrap .close {right: 20px;top: 20px;width: 14px;height: 14px;}
.quest-screen .img span.author {padding: 6px 20px;}
/* .quest-screen .caption {padding: 30px;} */
.quest-screen .caption span.uppertitle {font-size: 16px;margin-bottom: 12px;}
/* .quest-screen .caption h2 {margin-bottom: 20px;} */
.quest-screen .view-btn::before {width: 32px;min-width: 32px;height: 32px;margin-right: 16px;}
.quest-screen .caption span.undertitle {padding-top: 20px;font-size: 16px;}
.quest-screen .caption .player {padding: 14px 20px;margin-bottom: 28px;}
.quest-screen .caption .player .controls {gap: 22px;}
.quest-screen .caption .player .controls .play-pause {width: 36px;min-width: 36px;height: 36px;}
.quest-screen .caption .player .controls .progress {height: 8px;}
.quest-screen .caption .player .controls .progress .progress-filled::after {width: 16px;height: 16px;}
.quest-screen .caption p {font-size: 16px;margin-bottom: 22px;}
/* .quest-screen .task {padding: 40px 30px 50px;} */
.quest-screen .task {padding: 24px 20px 32px;}
.quest-screen .task h3 {font-size: 16px;margin-bottom: 12px;}
.quest-screen .task p {font-size: 16px;}
.quest-screen .task p.description {margin-top: 22px;}
.quest-screen .task ol.qst {font-size: 16px;}
.quest-screen .description {font-size: 20px;}
.answers-container {margin-top: 26px; gap: 18px;}
.answers-container div {padding: 13px 15px;}
.answers-container div .marker {width: 26px;min-width: 26px;height: 26px;}
.answers-container div:has(img) {width: calc((100% / 2) - 9px);}
.answers-container div:has(img).selected::after {width: calc(100% - 10px);height: calc(100% - 10px);border: 5px solid #ffffff;}
.answers-container div:has(img).selected::before {left: 5px;top: 5px;width: calc(100% - 30px);height: calc(100% - 30px);border: 10px solid #298DBC;}
.answers-container div:has(img).correct::after {width: calc(100% - 10px);height: calc(100% - 10px);border: 5px solid #ffffff;}
.answers-container div:has(img).correct::before {left: 5px;top: 5px;width: calc(100% - 30px);height: calc(100% - 30px);border: 10px solid #298DBC;}
#verify {margin-top: 18px;}
.answer {margin-top: 18px;}
.explanation h3 {font-size: 34px;}
.explanation p {font-size: 20px;}
.popup-next-wrap {width: calc(500px - 60px);padding: 30px 20px;}
.popup-next-wrap p.title {font-size: 26px;margin-bottom: 30px;}
.popup-next-wrap p.desc {font-size: 16px;margin-bottom: 30px;}
.popup-next-wrap p.text {font-size: 16px;margin-bottom: 50px;}
.popup-next-wrap.about {padding: 30px 20px 130px;}
.popup-next-wrap.about ul li {font-size: 16px;}
#end .result p {font-size: 20px;margin-bottom: 22px;}
#end .final-text {font-size: 20px;margin-bottom: 22px;}
#end h2 {margin-bottom: 32px;}
#end h3 {font-size: 20px;margin-bottom: 22px;margin-top: 22px;}
#end p {margin-bottom: 22px;}
#end .result {margin-top: 42px;margin-bottom: 20px;}
#end .stars {font-size: 64px;}
#again {margin-top: 52px;}
#share {margin-top: 22px;}

.show-more-wrap.show .show-more {margin-top: 16px;}
.show-more-wrap .show-more span {font-size: 16px;}
.show-more-wrap .show-more::after {width: 16px;min-width: 16px;height: 16px;}

.popup-model {width: calc(500px - 60px);padding: 30px 20px;}
}

@media screen and (max-width: 540px) {
  .quest-screen#end .task {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* - !!!!!!!!!!!! - - - 1010 px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 1010px) {
#bossContainer {width: 500px; margin: 40px auto 0px; background: transparent; box-shadow: 0 0 10px 0 #00000078; border-radius: 20px 20px 0px 0px; overflow: clip; position: relative;}
#questContainer {background: #183051;}
#gameHeader .lang div {font-size: 14px;}
#gameFooter .logo {padding: 0 0px 0 36px;}
#gameFooter .author {padding: 0 0 0 36px;font-size: 30px;max-width: 70%;}
#gameFooter .socials {padding: 0 0 0 36px;}
#gameFooter .copyright {padding-left: 36px;padding-right: 36px;font-size: 18px;}
.start-wrap .btn-about {
  height: 70px;
  font-size: 16px;
  transition: 0.4s;
}
.start-wrap .btn-about:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
#start {height: 70px;font-size: 16px;transition: 0.4s;}
#start:hover {cursor:pointer;background-color: #000;color: #fff;}
.answers-container div:hover {cursor: pointer;}
.next-mission {height: 70px;font-size: 16px;transition: 0.4s;}
.next-mission:hover {cursor:pointer;background-color: #000;color: #fff;}
.quest-screen .view-btn {height: 70px;font-size: 16px;}
.answers-container div {min-height: 70px;font-size: 16px;}
#verify {height: 70px;font-size: 16px;transition: 0.4s;}
#verify.selected:hover {cursor:pointer;background-color: #000;color: #fff;}
.answers-container div.disabled {pointer-events: none;}
#share {height: 70px;font-size: 16px;transition: 0.4s;}
#share:hover {cursor:pointer;background-color: #000;color: #fff;}
#again {height: 70px;font-size: 16px;transition: 0.4s;}
#again:hover {cursor:pointer;background-color: #000000;color: #ffffff;}
.popup-next-wrap .reset {height: 70px;font-size: 16px;transition: 0.4s;}
.popup-next-wrap .reset:hover {cursor:pointer;background-color: #000000;color: #ffffff;}
.answers-container div .marker {width: 26px;height: 26px;margin-right: 16px;}
.answer {height: 70px;font-size: 16px;}
#end .stars img {width: 68px;}
.explanation .expanded-btn {font-size: 22px;}
}
