@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  height: 100%;
  padding-top: 97px;
}

@media (max-width: 1399px) {
  body {
    padding-top: 88px;
  }
}

@media (max-width: 1199px) {
  body {
    padding-top: 56px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

@-webkit-keyframes ani-kv-sun {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes ani-kv-sun {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes ani-kv-cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani-kv-cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes ani-kv-cloud-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani-kv-cloud-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes ani-kv-bird {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv-bird {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes ani-kv-flag {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ani-kv-flag {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes ani-s1-arrow {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes ani-s1-arrow {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani-game-answer {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani-game-answer {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani-game-loading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-game-loading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*----- icon -----*/
.icon__prev {
  display: inline-block;
  width: 16px;
  height: 28px;
  background: url("../images/common/icon-arrow-prev.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 20px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media (max-width: 991px) {
  .icon__prev {
    width: 12px;
    height: 22px;
    margin-right: 12px;
  }
}

@media (max-width: 767px) {
  .icon__prev {
    width: 10px;
    height: 18px;
    margin-right: 8px;
  }
}

.icon__next {
  display: inline-block;
  width: 16px;
  height: 28px;
  background: url("../images/common/icon-arrow-next.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 20px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media (max-width: 991px) {
  .icon__next {
    width: 12px;
    height: 22px;
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .icon__next {
    width: 10px;
    height: 18px;
    margin-left: 8px;
  }
}

.icon__refresh {
  display: inline-block;
  width: 34px;
  height: 36px;
  background: url("../images/common/icon-refresh.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .icon__refresh {
    width: 26px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .icon__refresh {
    width: 22px;
    height: 24px;
    margin-right: 4px;
  }
}

@media (max-width: 374px) {
  .icon__refresh {
    width: 20px;
    height: 22px;
  }
}

.icon__home {
  display: inline-block;
  width: 34px;
  height: 36px;
  background: url("../images/common/icon-home.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .icon__home {
    width: 26px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .icon__home {
    width: 22px;
    height: 24px;
    margin-right: 4px;
  }
}

@media (max-width: 374px) {
  .icon__home {
    width: 20px;
    height: 22px;
  }
}

.icon__arrow {
  display: inline-block;
  width: 64px;
  height: 72px;
  background: url("../images/s1/s1-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 991px) {
  .icon__arrow {
    width: 50px;
    height: 54px;
  }
}

/*----- button -----*/
.btn {
  cursor: pointer;
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #d95b4b;
  border: 4px solid #f49185;
  border-radius: 10em;
  width: 260px;
  line-height: 68px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .btn {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .btn {
    font-size: 1.375em;
    width: 220px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.25em;
    width: 200px;
    line-height: 56px;
  }
}

@media (max-width: 374px) {
  .btn {
    font-size: 1.125em;
  }
}

.btn::before {
  content: "";
  display: block;
  width: 64px;
  height: 72px;
  background: url("../images/s1/s1-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -31px;
  right: -19px;
  z-index: 1;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .btn::before {
    width: 54px;
    height: 58px;
    bottom: -27px;
    right: -15px;
  }
}

.btn:hover::before {
  opacity: 1;
}

.pop.fontsize--s {
  font-size: 0.875em;
}

.pop.fontsize--l {
  font-size: 1.125em;
}

@media (max-width: 1699px) {
  .pop__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .pop__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pop__close {
  width: 56px;
  height: 57px;
  background: url("../images/pop/pop-close.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 767px) {
  .pop__close {
    width: 46px;
    height: 46px;
  }
}

.pop__close:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.pop__story {
  position: relative;
  width: 1255px;
}

@media (max-width: 1399px) {
  .pop__story {
    width: 1000px;
  }
}

@media (max-width: 1199px) {
  .pop__story {
    width: 900px;
  }
}

@media (max-width: 991px) {
  .pop__story {
    width: 90vw;
  }
}

.pop__story .pop__close {
  position: absolute;
  top: 40px;
  right: -58px;
}

@media (max-width: 1199px) {
  .pop__story .pop__close {
    top: -20px;
    right: -10px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .pop__story .pop__close {
    top: -50px;
  }
}

.pop__story .pop__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 75px;
  padding-right: 75px;
}

@media (max-width: 767px) {
  .pop__story .pop__head {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc( 100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 480px) {
  .pop__story .pop__head {
    padding-left: 0;
    padding-right: 0;
  }
}

.pop__story .pop__head--three {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .pop__story .pop__head--three {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pop__story .pop__head--three .pop__head-item {
  min-width: 233px;
}

@media (max-width: 1399px) {
  .pop__story .pop__head--three .pop__head-item {
    min-width: 200px;
  }
}

@media (max-width: 1199px) {
  .pop__story .pop__head--three .pop__head-item {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .pop__story .pop__head--three .pop__head-item {
    min-width: auto;
    width: calc( 33.33% - 10px);
  }
}

.pop__story .pop__head--five {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop__story .pop__head--five .pop__head-item {
  min-width: 194px;
}

@media (max-width: 1399px) {
  .pop__story .pop__head--five .pop__head-item {
    min-width: 160px;
  }
}

@media (max-width: 1199px) {
  .pop__story .pop__head--five .pop__head-item {
    min-width: 130px;
  }
}

@media (max-width: 991px) {
  .pop__story .pop__head--five .pop__head-item {
    min-width: calc( 33.33% - 20px);
    max-width: calc( 33.33% - 10px);
  }
}

@media (max-width: 480px) {
  .pop__story .pop__head--five .pop__head-item {
    min-width: calc( 33.33% - 10px);
    max-width: calc( 33.33% - 10px);
  }
  .pop__story .pop__head--five .pop__head-item:nth-child(1) {
    min-width: calc( 50% - 10px);
    max-width: calc( 50% - 10px);
  }
  .pop__story .pop__head--five .pop__head-item:nth-child(2) {
    min-width: calc( 50% - 10px);
    max-width: calc( 50% - 10px);
  }
}

.pop__story .pop__head-item {
  display: inline-block;
  font-size: 1.875em;
  font-weight: 500;
  color: #ffffff;
  background: #c99c2f;
  min-width: 233px;
  line-height: 68px;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}

@media (max-width: 1399px) {
  .pop__story .pop__head-item {
    font-size: 1.5em;
    line-height: 58px;
  }
}

@media (max-width: 1199px) {
  .pop__story .pop__head-item {
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .pop__story .pop__head-item {
    border-radius: 8px;
    margin: 5px;
    line-height: 1.2;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .pop__story .pop__head-item {
    font-size: 1.125em;
    padding: 20px 8px;
  }
}

@media (max-width: 374px) {
  .pop__story .pop__head-item {
    font-size: 1em;
  }
}

.pop__story .pop__head-item--active {
  background: #2b587c;
}

@media (min-width: 1200px) {
  .pop__story .pop__head-item--active {
    line-height: 66px;
  }
}

@media (min-width: 1400px) {
  .pop__story .pop__head-item--active {
    line-height: 80px;
  }
}

@media (hover: hover) {
  .pop__story .pop__head-item:hover {
    background: #2b587c;
  }
}

.pop__story .pop__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 5px solid #e1b854;
  border-radius: 38px;
  background: #ffffff;
  position: relative;
}

@media (max-width: 991px) {
  .pop__story .pop__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .pop__story .pop__body {
    border-radius: 24px;
  }
}

.pop__story .pop__body::before {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/pop/pop-story-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  left: 29px;
  z-index: 1;
}

@media (max-width: 767px) {
  .pop__story .pop__body::before {
    width: 20px;
    height: 48px;
    top: -16px;
    left: 10px;
  }
}

.pop__story .pop__body::after {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/pop/pop-story-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 29px;
  z-index: 1;
}

@media (max-width: 767px) {
  .pop__story .pop__body::after {
    width: 20px;
    height: 48px;
    top: -16px;
    right: 10px;
  }
}

.pop__story .pop__img-wrap {
  width: 720px;
  padding: 75px 60px 95px;
}

@media (max-width: 1399px) {
  .pop__story .pop__img-wrap {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .pop__story .pop__img-wrap {
    width: 100%;
    background: #f3fdff;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
}

@media (max-width: 767px) {
  .pop__story .pop__img-wrap {
    padding: 40px 15px;
  }
}

.pop__story .pop__img-wrap::before {
  content: "";
  display: block;
  width: 720px;
  height: 100%;
  background: #f3fdff;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1399px) {
  .pop__story .pop__img-wrap::before {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .pop__story .pop__img-wrap::before {
    width: 100%;
    display: none;
  }
}

@media (max-width: 1399px) {
  .pop__story .pop__img-box {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .pop__story .pop__img-box {
    width: 100%;
  }
}

.pop__story .pop__img-item {
  margin-left: auto;
  margin-right: auto;
}

.pop__story .pop__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pop__story .pop__block {
  width: calc( 100% - 720px);
  padding: 85px 20px 85px 20px;
  font-size: 1.5em;
  font-weight: 500;
  color: #454545;
  line-height: 1.5;
  text-align: justify;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1399px) {
  .pop__story .pop__block {
    width: 45%;
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .pop__story .pop__block {
    width: 100%;
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .pop__story .pop__block {
    font-size: 1.125em;
    padding-top: 10px;
  }
}

.pop__story .pop__block .mt {
  margin-top: 20px;
}

.pop__story .pop__text br {
  content: "";
  display: block;
  margin-top: 20px;
}

.pop__story .pop__list {
  list-style: decimal;
  margin-left: 1.2em;
}

@media (max-width: 991px) {
  .pop__story .pop__list {
    margin-left: 1.6em;
  }
}

.pop__story .pop__list li {
  margin-top: 20px;
}

.pop__story .pop__list li:first-child {
  margin-top: 0;
}

.pop__type {
  position: relative;
  width: 1255px;
  min-height: 770px;
  padding: 90px 100px;
  border: 5px solid #d6c29e;
  border-radius: 38px;
  background: #ffffff;
  position: relative;
}

@media (max-width: 1399px) {
  .pop__type {
    width: 1000px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1199px) {
  .pop__type {
    width: 900px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .pop__type {
    width: 90vw;
    padding: 60px 30px;
  }
}

@media (max-width: 767px) {
  .pop__type {
    padding: 30px 15px;
    border-radius: 16px;
    border-width: 3px;
  }
}

.pop__type::before {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/pop/pop-type-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  left: 29px;
  z-index: 1;
}

@media (max-width: 767px) {
  .pop__type::before {
    width: 20px;
    height: 48px;
    top: -16px;
    left: 10px;
  }
}

.pop__type::after {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/pop/pop-type-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 29px;
  z-index: 1;
}

@media (max-width: 767px) {
  .pop__type::after {
    width: 20px;
    height: 48px;
    top: -16px;
    right: 10px;
  }
}

.pop__type .pop__close {
  position: absolute;
  top: -35px;
  right: -62px;
}

@media (max-width: 1199px) {
  .pop__type .pop__close {
    top: -50px;
    right: -40px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .pop__type .pop__close {
    top: -65px;
    right: -10px;
  }
}

.pop__type .pop__title {
  font-size: 3.125em;
  font-weight: 900;
  color: #662714;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1199px) {
  .pop__type .pop__title {
    font-size: 2.75em;
  }
}

@media (max-width: 991px) {
  .pop__type .pop__title {
    font-size: 2.25em;
  }
}

@media (max-width: 767px) {
  .pop__type .pop__title {
    font-size: 1.75em;
    text-align: center;
  }
}

@media (max-width: 374px) {
  .pop__type .pop__title {
    font-size: 1.5em;
  }
}

.pop__type .pop__title::after {
  content: "";
  display: block;
  width: 55px;
  height: 7px;
  margin: 40px auto;
  background: #d6c29e;
}

@media (max-width: 991px) {
  .pop__type .pop__title::after {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pop__type .pop__title::after {
    height: 4px;
  }
}

.pop__type .pop__body {
  font-size: 1.875em;
  font-weight: 500;
  color: #454545;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .pop__type .pop__body {
    font-size: 1.625em;
  }
}

@media (max-width: 991px) {
  .pop__type .pop__body {
    font-size: 1.375em;
  }
}

@media (max-width: 374px) {
  .pop__type .pop__body {
    font-size: 1.125em;
  }
}

.pop__type .pop__body .mt60 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pop__type .pop__body .mt60 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .pop__type .pop__body .mt60 {
    margin-top: 20px;
  }
}

.pop__type .pop__body .mt15 {
  margin-top: 15px;
}

.pop__type .pop__list {
  list-style: none;
}

@media (max-width: 767px) {
  .pop__type .pop__list {
    margin-left: 1em;
  }
}

.pop__type .pop__list li {
  text-indent: -1em;
  margin-top: 15px;
}

.pop__type .pop__list li:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .pop__type .pop__list--style1 {
    margin-left: 6em;
  }
  .pop__type .pop__list--style1 li {
    text-indent: -6em;
  }
}

@media (min-width: 768px) {
  .pop__type .pop__list--style2 {
    margin-left: 5em;
  }
  .pop__type .pop__list--style2 li {
    text-indent: -5em;
  }
}

@media (min-width: 768px) {
  .pop__type .pop__list--style3 {
    margin-left: 7em;
  }
  .pop__type .pop__list--style3 li {
    text-indent: -7em;
  }
}

.total {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 60px;
}

@media (max-width: 1199px) {
  .total {
    right: 0;
  }
}

@media (max-width: 991px) {
  .total {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .total {
    margin-left: 0;
    margin-top: 15px;
  }
}

.total__item {
  width: 7.75em;
  border-radius: 9px;
  text-align: center;
  padding: 11px 10px;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .total__item {
    width: 7em;
  }
}

@media (max-width: 767px) {
  .total__item {
    width: 6.2em;
  }
}

@media (max-width: 374px) {
  .total__item {
    padding: 8px 6px;
    width: 5.8em;
  }
}

.total__item:first-child {
  margin-left: 0;
}

.total__item.green {
  background: #97b82b;
  color: #ffffff;
}

.total__item.green .total__item-text {
  border-top: 3px solid #bcdd51;
}

@media (max-width: 767px) {
  .total__item.green .total__item-text {
    border-width: 1px;
  }
}

.total__item.red {
  background: #ec6b5d;
  color: #ffffff;
}

.total__item.red .total__item-text {
  border-top: 3px solid #ffcfca;
}

@media (max-width: 767px) {
  .total__item.red .total__item-text {
    border-width: 1px;
  }
}

.total__item-title {
  font-size: 1.5em;
  font-weight: 900;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .total__item-title {
    font-size: 1.25em;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .total__item-title {
    font-size: 1em;
    padding-bottom: 10px;
  }
}

.total__item-text {
  padding-top: 10px;
  font-size: 1.875em;
  font-weight: 900;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .total__item-text {
    font-size: 1.625em;
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .total__item-text {
    font-size: 1.25em;
    padding-top: 10px;
  }
}

.total__item-text .highlight {
  font-size: 1.666666666666667em;
  line-height: 0.7;
  margin-right: 8px;
}

.countdown {
  width: 11.625em;
  position: absolute;
  top: 30px;
  left: 100px;
}

@media (max-width: 1199px) {
  .countdown {
    top: 0;
    left: 40px;
    width: 10em;
  }
}

@media (max-width: 991px) {
  .countdown {
    position: relative;
    top: auto;
    left: auto;
  }
}

@media (max-width: 767px) {
  .countdown {
    width: 7.4em;
  }
}

.countdown::before {
  content: "";
  display: block;
  width: 5.75em;
  height: 6em;
  background: url("../images/brain/countdown-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.8em;
  left: -2.5em;
  z-index: 1;
}

@media (max-width: 1199px) {
  .countdown::before {
    top: -0.5em;
    left: -2.2em;
    width: 5em;
    height: 5.4em;
  }
}

@media (max-width: 767px) {
  .countdown::before {
    top: -0.4em;
    left: -1.4em;
    width: 3.8em;
    height: 4em;
  }
}

.countdown__item {
  text-align: right;
  font-size: 2em;
  font-weight: 900;
  color: #256447;
  padding: 9px 20px;
  border: 3px solid #295e42;
  border-radius: 10em;
}

@media (max-width: 1199px) {
  .countdown__item {
    font-size: 1.625em;
  }
}

@media (max-width: 767px) {
  .countdown__item {
    font-size: 1.125em;
    padding-right: 0.6em;
    border-width: 2px;
  }
}

.countdown__item .highlight {
  font-size: 1.4375em;
  line-height: 1;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .countdown__item .highlight {
    margin-right: 5px;
  }
}

.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
}

.navbar--active .navbar__toggle {
  display: none;
}

.navbar--active .navbar__overlay {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1199px) {
  .navbar--active .navbar__body {
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 1199px) {
  .navbar--active .navbar__close {
    display: block;
  }
}

@media (max-width: 1199px) {
  .navbar__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
}

.navbar__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 17px 46px 17px 108px;
}

@media (max-width: 1699px) {
  .navbar__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .navbar__block {
    padding: 10px 20px;
    height: 56px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width;
    transition-property: width;
  }
}

@media (max-width: 767px) {
  .navbar__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar__head {
  position: relative;
  z-index: 1;
}

.navbar__head .navbar__controller {
  display: none;
}

@media (max-width: 1199px) {
  .navbar__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 50px;
  }
  .navbar__head .navbar__controller {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.navbar__logo {
  position: relative;
  display: block;
  width: 228px;
}

@media (max-width: 1199px) {
  .navbar__logo {
    width: 150px;
  }
}

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

@media (max-width: 1199px) {
  .navbar__close {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    position: fixed;
    top: 6px;
    right: 23px;
    display: none;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .navbar__close {
    right: 18px;
  }
}

@media (max-width: 1199px) {
  .navbar__close::before {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #ec6b5d;
    border-radius: 3px;
    position: absolute;
    top: 21px;
    left: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar__close::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #ec6b5d;
    border-radius: 3px;
    position: absolute;
    top: 21px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.navbar__toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 4;
  display: none;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .navbar__toggle {
    display: block;
    width: 34px;
    height: 34px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-property: right;
    transition-property: right;
    position: absolute;
    top: calc(50% - 17px);
    right: 0;
    background: #fff;
  }
}

.navbar__toggle-item {
  display: block;
  width: 32px;
  height: 2px;
  background: #ec6b5d;
  position: absolute;
  top: 8px;
  left: 1px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.navbar__toggle-item:nth-child(2) {
  top: 16px;
}

.navbar__toggle-item:nth-child(3) {
  top: 25px;
}

.navbar__toggle .navbar__toggle-item {
  -webkit-animation: ani-navbar-toggle 0.8s ease;
          animation: ani-navbar-toggle 0.8s ease;
}

.navbar__toggle .navbar__toggle-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1199px) {
  .navbar__body {
    position: absolute;
    top: -700px;
    right: 0;
    z-index: 3;
    -webkit-transition: 0.6s ease top;
    transition: 0.6s ease top;
    background: #fff;
    width: 100%;
    padding: 56px 20px 38px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
  }
  .navbar__body .navbar__controller {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar__body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}

.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1199px) {
  .navbar__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}

.navbar__link {
  display: block;
  width: 216px;
  height: 63px;
  background: url("../images/common/navbar-link-bg-1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 20px;
  border-radius: 5px;
  text-indent: -9999px;
}

@media (max-width: 1699px) {
  .navbar__link {
    width: 200px;
    height: 58px;
    margin-left: 15px;
  }
}

@media (max-width: 1399px) {
  .navbar__link {
    width: 160px;
    height: 47px;
  }
}

@media (max-width: 1199px) {
  .navbar__link {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.navbar__link:nth-child(1) .navbar__link-item::before {
  background: url("../images/common/navbar-link-1-1.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:nth-child(1) .navbar__link-item::after {
  background: url("../images/common/navbar-link-1-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:nth-child(2) .navbar__link-item::before {
  background: url("../images/common/navbar-link-2-1.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:nth-child(2) .navbar__link-item::after {
  background: url("../images/common/navbar-link-2-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:nth-child(3) .navbar__link-item::before {
  background: url("../images/common/navbar-link-3-1.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:nth-child(3) .navbar__link-item::after {
  background: url("../images/common/navbar-link-3-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:nth-child(4) .navbar__link-item::before {
  background: url("../images/common/navbar-link-4-1.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:nth-child(4) .navbar__link-item::after {
  background: url("../images/common/navbar-link-4-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.navbar__link:first-child {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .navbar__link:first-child {
    margin-top: 0;
  }
}

.navbar__link-item {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 1199px) {
  .navbar__link-item {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.navbar__link-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.navbar__link-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.navbar__link:hover {
  background: url("../images/common/navbar-link-bg-2.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .navbar__link:hover {
    background-size: cover;
  }
}

.navbar__link:hover .navbar__link-item::before {
  opacity: 0;
}

.navbar__link:hover .navbar__link-item::after {
  opacity: 1;
}

.navbar__controller {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 44px;
}

@media (max-width: 1699px) {
  .navbar__controller {
    margin-left: 10px;
  }
}

.navbar__controller-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
}

@media (max-width: 1699px) {
  .navbar__controller-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar__controller-content {
    margin-left: 0;
  }
}

.navbar__controller-text {
  font-size: 1.5em;
  font-weight: 700;
  color: #887461;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 2px solid #f4e7cf;
  line-height: 63px;
}

@media (max-width: 1399px) {
  .navbar__controller-text {
    font-size: 1.25em;
    line-height: 47px;
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .navbar__controller-text {
    font-size: 1em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .navbar__controller-text {
    display: none;
  }
}

.navbar__controller-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 58px;
  font-size: 1.25em;
  font-weight: 700;
  color: #887461;
  line-height: 1;
  background: #f4e7cf;
  border-radius: 10em;
  margin-left: 6px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background,color;
  transition-property: background,color;
}

@media (max-width: 1399px) {
  .navbar__controller-item {
    width: 46px;
    height: 46px;
    font-size: 1em;
  }
}

@media (max-width: 1199px) {
  .navbar__controller-item {
    width: 34px;
    height: 34px;
  }
}

.navbar__controller-item:first-child {
  margin-left: 0;
}

.navbar__controller-item:nth-child(2) {
  font-size: 1.5em;
}

@media (max-width: 1399px) {
  .navbar__controller-item:nth-child(2) {
    font-size: 1.125em;
  }
}

.navbar__controller-item:nth-child(3) {
  font-size: 1.875em;
}

@media (max-width: 1399px) {
  .navbar__controller-item:nth-child(3) {
    font-size: 1.25em;
  }
}

.navbar__controller-item.active, .navbar__controller-item:hover {
  background: #ec6b5d;
  color: #ffffff;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fabaa4;
}

.footer__block {
  text-align: center;
}

.footer__item {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.footer__item a {
  color: #fff;
  text-decoration: none;
}

.kv {
  background: url("../images/kv/kv-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 946px;
  -webkit-box-shadow: 0 0 27px rgba(225, 135, 114, 0.56) inset;
          box-shadow: 0 0 27px rgba(225, 135, 114, 0.56) inset;
}

@media (max-width: 1399px) {
  .kv {
    height: 740px;
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .kv {
    height: 640px;
  }
}

@media (max-width: 991px) {
  .kv {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .kv {
    background: url("../images/kv/kv-bg-sm-1.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 114vw;
    padding-top: 4vw;
  }
}

.kv::before {
  content: "";
  display: block;
  background: url("../images/kv/kv-bg-2.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1399px) {
  .kv::before {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .kv::before {
    background: url("../images/kv/kv-bg-sm-2.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.kv::after {
  content: "";
  display: block;
  background: url("../images/kv/kv-bg-3.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ani-kv-flag 0.8s ease;
          animation: ani-kv-flag 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media (max-width: 1399px) {
  .kv::after {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .kv::after {
    background: url("../images/kv/kv-bg-sm-3.png");
    background-position: center top;
    background-size: 800px auto;
    background-repeat: no-repeat;
  }
}

.kv__ground {
  background: url("../images/kv/kv-ground.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1399px) {
  .kv__ground {
    background-size: 1400px auto;
    background-position: center bottom;
  }
}

@media (max-width: 991px) {
  .kv__ground {
    background-size: 1000px auto;
  }
}

@media (max-width: 767px) {
  .kv__ground {
    background-size: 800px auto;
  }
}

@media (max-width: 480px) {
  .kv__ground {
    background-size: 480px auto;
  }
}

.kv__bird {
  background: url("../images/kv/kv-bird.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-animation: ani-kv-bird 3s ease-in-out infinite;
          animation: ani-kv-bird 3s ease-in-out infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 1399px) {
  .kv__bird {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .kv__bird {
    background: url("../images/kv/kv-bird-sm.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.kv__cloud {
  background: url("../images/kv/kv-cloud.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-animation: ani-kv-cloud 30s linear infinite;
          animation: ani-kv-cloud 30s linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 1699px) {
  .kv__cloud {
    background-size: 120% auto;
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .kv__cloud {
    background: url("../images/kv/kv-cloud-sm.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: ani-kv-cloud-sm 20s linear infinite;
            animation: ani-kv-cloud-sm 20s linear infinite;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
}

.kv__sun {
  width: 392px;
  height: 396px;
  position: absolute;
  top: 70px;
  right: calc( 50% - 594px);
}

@media (max-width: 1399px) {
  .kv__sun {
    width: 240px;
    height: 230px;
    right: calc( 50% - 400px);
  }
}

@media (max-width: 1199px) {
  .kv__sun {
    top: 54px;
    right: calc( 50% - 394px);
  }
}

@media (max-width: 991px) {
  .kv__sun {
    width: 190px;
    height: 180px;
    top: 44px;
    right: calc( 50% - 310px);
  }
}

@media (max-width: 767px) {
  .kv__sun {
    width: 30vw;
    height: 28vw;
    top: 52vw;
    right: calc( 50% - 42vw);
  }
}

.kv__sun::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-sun-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-animation: ani-kv-sun 26s linear infinite;
          animation: ani-kv-sun 26s linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.kv__sun::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-sun-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.kv__title {
  background: url("../images/kv/kv-title.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 480px;
  height: 428px;
  position: absolute;
  top: 66px;
  left: calc( 50% - 530px);
  z-index: 4;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  text-indent: -99999px;
}

@media (max-width: 1399px) {
  .kv__title {
    background-size: 100% auto;
    width: 320px;
    height: 280px;
    top: 46px;
    left: calc( 50% - 360px);
  }
}

@media (max-width: 991px) {
  .kv__title {
    width: 250px;
    height: 230px;
    top: 36px;
    left: calc( 50% - 280px);
  }
}

@media (max-width: 767px) {
  .kv__title {
    width: 54vw;
    height: 48vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: auto;
  }
}

.s1 {
  background: url("../images/s1/s1-bg_02.jpg"), url("../images/s1/s1-bg_01.jpg"), #97cc51;
  background-position: center bottom,center top;
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  padding-top: 34px;
  padding-bottom: 248px;
  position: relative;
}

@media (max-width: 1399px) {
  .s1 {
    background-size: 1400px auto,1400px auto;
  }
}

@media (max-width: 991px) {
  .s1 {
    background-size: 1400px auto,1000px auto;
  }
}

@media (max-width: 767px) {
  .s1 {
    padding-bottom: 160px;
    background-size: 1400px auto,800px auto;
  }
}

@media (max-width: 480px) {
  .s1 {
    background-size: 1000px auto,480px auto;
  }
}

.s1::before {
  content: "";
  display: block;
  width: 100%;
  height: 604px;
  background: url("../images/s1/s1-people.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -140px;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 1739px) {
  .s1::before {
    background-position: left -80px top;
  }
}

@media (max-width: 1399px) {
  .s1::before {
    bottom: -280px;
    background-size: 1620px auto;
    background-position: left -60px top;
  }
}

@media (max-width: 767px) {
  .s1::before {
    bottom: -360px;
    background-size: 1120px auto;
    background-position: left -40px top;
  }
}

@media (max-width: 480px) {
  .s1::before {
    bottom: -380px;
    background-size: 1020px auto;
  }
}

.s1__title {
  text-align: center;
}

@media (max-width: 1199px) {
  .s1__title img {
    width: 360px;
  }
}

@media (max-width: 991px) {
  .s1__title img {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .s1__title img {
    width: 240px;
  }
}

@media (max-width: 374px) {
  .s1__title img {
    width: 220px;
  }
}

.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-left: 133px;
  padding-right: 133px;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1399px) {
  .s1__block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .s1__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.s1__item {
  width: calc( 50% - 18px);
  margin-left: 9px;
  margin-right: 9px;
  background: #fcfdd9;
  border-radius: 40px;
  border: 5px solid #ebd45f;
  -webkit-box-shadow: 2px 4px 14px #6c9f29;
          box-shadow: 2px 4px 14px #6c9f29;
  height: 278px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 1399px) {
  .s1__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .s1__item {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .s1__item {
    width: 100%;
    margin: 30px 0 0;
  }
  .s1__item:first-child {
    margin-top: 0;
  }
}

.s1__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 54px;
  background: url("../images/s1/s1-item-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -22px;
  left: 38px;
  pointer-events: none;
}

.s1__item::after {
  content: "";
  display: block;
  width: 24px;
  height: 54px;
  background: url("../images/s1/s1-item-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -22px;
  right: 38px;
  pointer-events: none;
}

.s1__item-title {
  font-size: 3.125em;
  font-weight: 900;
  color: #582b1b;
  background: #f1e4a2;
  border-radius: 10em;
  display: inline-block;
  padding: 8px 40px 12px;
  min-width: 288px;
  line-height: 1;
}

@media (max-width: 1399px) {
  .s1__item-title {
    font-size: 2.5em;
    min-width: 248px;
  }
}

@media (max-width: 1199px) {
  .s1__item-title {
    font-size: 2.25em;
    min-width: 228px;
  }
}

@media (max-width: 991px) {
  .s1__item-title {
    font-size: 1.875em;
    min-width: 180px;
  }
}

@media (max-width: 374px) {
  .s1__item-title {
    font-size: 1.75em;
    min-width: 170px;
  }
}

.s1__item-text {
  font-size: 2.25em;
  font-weight: 700;
  color: #372b27;
  margin-top: 15px;
  line-height: 1.2;
}

@media (max-width: 1399px) {
  .s1__item-text {
    font-size: 2em;
  }
}

@media (max-width: 1199px) {
  .s1__item-text {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .s1__item-text {
    font-size: 1.375em;
  }
}

@media (max-width: 374px) {
  .s1__item-text {
    font-size: 1.25em;
  }
}

.s1__item-arrow {
  width: 88px;
  height: 98px;
  background: url("../images/s1/s1-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -48px;
  right: 0;
  z-index: 1;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .s1__item-arrow {
    width: 68px;
    height: 78px;
  }
}

.s1__item:hover .s1__item-arrow {
  opacity: 1;
}

.s2 {
  background: url("../images/s2/s2-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 66px;
  min-height: 994px;
}

@media (max-width: 1399px) {
  .s2 {
    background: url("../images/s2/s2-bg-2.png"), #d5f9ee;
    background-position: right top 400px;
    background-size: auto;
    background-repeat: no-repeat;
    min-height: 850px;
  }
}

@media (max-width: 767px) {
  .s2 {
    min-height: auto;
    padding-bottom: 360px;
    background-size: 300px auto;
    background-position: right bottom;
  }
}

@media (max-width: 480px) {
  .s2 {
    background-size: 260px auto;
    background-position: right bottom 40px;
  }
}

.s2::before {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background: url("../images/s1/s1-bg_03.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1399px) {
  .s2::before {
    background-size: 1400px auto;
  }
}

@media (max-width: 480px) {
  .s2::before {
    background-size: 1000px auto;
  }
}

.s2::after {
  content: "";
  display: none;
  width: 300px;
  height: 132px;
  background: url("../images/s2/s2-bg-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
}

@media (max-width: 1399px) {
  .s2::after {
    display: block;
  }
}

@media (max-width: 991px) {
  .s2::after {
    bottom: 60px;
  }
}

@media (max-width: 480px) {
  .s2::after {
    width: 250px;
    height: 110px;
  }
}

.s2__title {
  text-align: center;
}

@media (max-width: 1199px) {
  .s2__title img {
    width: 360px;
  }
}

@media (max-width: 991px) {
  .s2__title img {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .s2__title img {
    width: 240px;
  }
}

@media (max-width: 374px) {
  .s2__title img {
    width: 220px;
  }
}

.s2__item {
  width: 680px;
  min-height: 486px;
  background: #fff;
  border-radius: 57px;
  border: 5px solid #8cd4be;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 90px;
  margin-left: 110px;
  padding: 30px 10px;
}

@media (max-width: 1399px) {
  .s2__item {
    margin-left: 80px;
    width: 640px;
    min-height: 440px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .s2__item {
    width: 560px;
    min-height: 400px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .s2__item {
    width: 440px;
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .s2__item {
    width: 100%;
    margin-top: 30px;
    border-radius: 40px;
  }
}

.s2__item::before {
  content: "";
  display: block;
  width: 74px;
  height: 94px;
  background: url("../images/s2/s2-item-arrow.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 102px;
  right: -74px;
}

@media (max-width: 1399px) {
  .s2__item::before {
    top: 80px;
  }
}

@media (max-width: 991px) {
  .s2__item::before {
    width: 64px;
    height: 84px;
    right: -64px;
    top: 50px;
  }
}

@media (max-width: 767px) {
  .s2__item::before {
    width: 54px;
    height: 64px;
    top: auto;
    bottom: -60px;
    right: auto;
    left: 36vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 374px) {
  .s2__item::before {
    left: 20vw;
  }
}

.s2__item:hover .s2__btn::before {
  opacity: 1;
}

.s2__text {
  font-size: 2.25em;
  font-weight: 700;
  color: #49311f;
  line-height: 1.333;
}

@media (max-width: 1399px) {
  .s2__text {
    font-size: 2em;
  }
}

@media (max-width: 1199px) {
  .s2__text {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .s2__text {
    font-size: 1.375em;
  }
}

.s2__text-item {
  margin-top: 40px;
}

.s2__text-item:first-child {
  margin-top: 0;
}

.s2__btn {
  display: inline-block;
  font-size: 2.25em;
  font-weight: 700;
  color: #fff;
  background: #d95b4b;
  border: 4px solid #f49185;
  border-radius: 10em;
  min-width: 284px;
  line-height: 86px;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .s2__btn {
    font-size: 1.75em;
    min-width: 250px;
    line-height: 76px;
  }
}

@media (max-width: 991px) {
  .s2__btn {
    font-size: 1.375em;
    min-width: 230px;
    line-height: 66px;
  }
}

@media (max-width: 480px) {
  .s2__btn {
    min-width: 200px;
    line-height: 56px;
  }
}

.s2__btn::before {
  content: "";
  display: block;
  width: 88px;
  height: 98px;
  background: url("../images/s1/s1-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  right: -24px;
  z-index: 1;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .s2__btn::before {
    width: 68px;
    height: 78px;
  }
}

.s3 {
  background: url("../images/s3/s3-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  min-height: 1251px;
  padding-top: 60px;
}

@media (max-width: 1399px) {
  .s3 {
    background: url("../images/s3/s3-bg-2.jpg"), #d5f9ee;
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    min-height: auto;
    padding-bottom: 450px;
  }
}

@media (max-width: 991px) {
  .s3 {
    background-size: 1250px auto;
    padding-bottom: 380px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .s3 {
    background-size: 1000px auto;
    padding-bottom: 320px;
  }
}

@media (max-width: 480px) {
  .s3 {
    background-size: 800px auto;
    padding-bottom: 260px;
  }
}

@media (max-width: 374px) {
  .s3 {
    background-size: 220% auto;
    padding-bottom: 70vw;
  }
}

.s3::before {
  content: "";
  display: none;
  background: url("../images/s3/s3-bird.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 72px;
  height: 65px;
  position: absolute;
  top: 0;
  left: calc( 50% - 390px);
  pointer-events: none;
}

@media (max-width: 1399px) {
  .s3::before {
    display: block;
  }
}

@media (max-width: 991px) {
  .s3::before {
    width: 44px;
    height: 37px;
    left: calc( 50% - 200px);
  }
}

@media (max-width: 767px) {
  .s3::before {
    left: calc( 50% - 220px);
    width: 8vw;
    height: 7vw;
  }
}

@media (max-width: 480px) {
  .s3::before {
    left: 5vw;
  }
}

.s3__title {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 1199px) {
  .s3__title img {
    width: 360px;
  }
}

@media (max-width: 991px) {
  .s3__title img {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .s3__title img {
    width: 240px;
  }
}

@media (max-width: 374px) {
  .s3__title img {
    width: 220px;
  }
}

.s3__wrap {
  background: url("../images/s3/s3-wrap-bg_02.png"), url("../images/s3/s3-wrap-bg_03.png");
  background-position: center top,center top;
  background-size: 100% auto,100% auto;
  background-repeat: no-repeat,repeat-y;
  width: 1212px;
  min-height: 451px;
  position: relative;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

@media (max-width: 1399px) {
  .s3__wrap {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .s3__wrap {
    margin-top: 75px;
  }
}

@media (max-width: 991px) {
  .s3__wrap {
    min-height: auto;
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .s3__wrap {
    width: calc( 100% + 30px);
    margin-top: 8.6vw;
    margin-left: -15px;
    margin-right: -15px;
    background-size: 116% auto,116% auto;
    background-position: 40% top,40% top;
  }
}

@media (max-width: 575px) {
  .s3__wrap {
    margin-top: 8vw;
  }
}

@media (max-width: 480px) {
  .s3__wrap {
    margin-top: 7.5vw;
  }
}

@media (max-width: 374px) {
  .s3__wrap {
    margin-top: 7vw;
  }
}

.s3__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 169px;
  background: url("../images/s3/s3-wrap-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -169px;
  left: 0;
}

@media (max-width: 767px) {
  .s3__wrap::before {
    background: url("../images/s3/s3-wrap-bg_01-sm.png");
    background-position: 40% bottom;
    background-size: 116% auto;
    background-repeat: no-repeat;
    height: 16vw;
    top: -16vw;
  }
}

.s3__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 82px;
  background: url("../images/s3/s3-wrap-bg_04.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -82px;
  left: 0;
}

@media (max-width: 767px) {
  .s3__wrap::after {
    background-size: 116% auto;
    background-position: 40% top;
    height: 12vw;
    bottom: -11vw;
  }
}

.s3__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .s3__block {
    padding-left: 10px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .s3__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}

.s3__item {
  width: 303px;
  border: 5px solid #e1b854;
  -webkit-box-shadow: 0 0 8px #e2c47c;
          box-shadow: 0 0 8px #e2c47c;
  background: #ffffff;
  text-align: center;
  padding: 45px 5px 35px;
  position: relative;
  border-radius: 5px;
  margin-left: 13px;
  margin-right: 13px;
}

@media (max-width: 1399px) {
  .s3__item {
    width: 280px;
  }
}

@media (max-width: 1199px) {
  .s3__item {
    width: calc( 38% - 26px);
  }
}

@media (max-width: 767px) {
  .s3__item {
    width: 60%;
    margin: 15px auto 0;
  }
  .s3__item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .s3__item {
    width: 80%;
  }
}

.s3__item::before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url("../images/s3/s3-item-bg.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  left: 20px;
}

.s3__item::after {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url("../images/s3/s3-item-bg.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  right: 20px;
}

@media (max-width: 767px) {
  .s3__item-icon img {
    width: 48px;
  }
}

.s3__item-title {
  font-size: 2.75em;
  font-weight: 900;
  color: #976756;
  line-height: 1;
}

@media (max-width: 1399px) {
  .s3__item-title {
    font-size: 2.5em;
  }
}

@media (max-width: 1199px) {
  .s3__item-title {
    font-size: 2.125em;
  }
}

@media (max-width: 991px) {
  .s3__item-title {
    font-size: 2.125em;
  }
}

@media (max-width: 991px) {
  .s3__item-title {
    font-size: 1.875em;
    margin-top: 5px;
  }
}

.s3__item-subtitle {
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  background: #976756;
  display: inline-block;
  padding: 8px 10px;
  min-width: 134px;
  border-radius: 10em;
  margin-top: 10px;
}

@media (max-width: 1399px) {
  .s3__item-subtitle {
    font-size: 2em;
  }
}

@media (max-width: 1199px) {
  .s3__item-subtitle {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .s3__item-subtitle {
    font-size: 1.375em;
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .s3__item-subtitle {
    margin-top: 15px;
  }
}

.s3__item-img {
  width: 162px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  .s3__item-img {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .s3__item-img {
    width: 100px;
  }
}

.s3__item-img::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  background: url("../images/s3/s3-item-img-2.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -25px;
  right: -55px;
}

@media (max-width: 1399px) {
  .s3__item-img::before {
    width: 68px;
    height: 68px;
    right: -45px;
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .s3__item-img::before {
    width: 48px;
    height: 48px;
    right: -35px;
    bottom: -10px;
  }
}

.s3__item:hover .s3__item-img::before {
  -webkit-animation: ani-scale 0.8s ease infinite;
          animation: ani-scale 0.8s ease infinite;
}

.s4 {
  background: url("../images/s4/s4-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  min-height: 963px;
}

@media (max-width: 1399px) {
  .s4 {
    background: url("../images/s4/s4-bg-2.jpg"), #d5e7f4;
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    min-height: auto;
    padding-bottom: 60px;
    overflow: hidden;
  }
}

.s4::before {
  content: "";
  display: none;
  background: url("../images/s4/s4-people.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 240px;
  height: 370px;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .s4::before {
    right: -20px;
    display: block;
  }
}

@media (max-width: 991px) {
  .s4::before {
    display: none;
  }
}

.s4__title {
  text-align: center;
}

@media (max-width: 1199px) {
  .s4__title img {
    width: 460px;
  }
}

@media (max-width: 991px) {
  .s4__title img {
    width: 380px;
  }
}

@media (max-width: 480px) {
  .s4__title img {
    width: 320px;
  }
}

@media (max-width: 374px) {
  .s4__title img {
    width: 280px;
  }
}

.s4__block {
  width: 836px;
  background: #234272;
  border: 8px solid #9cc5e5;
  border-radius: 13px;
  padding: 35px 30px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .s4__block {
    width: 700px;
  }
}

@media (max-width: 991px) {
  .s4__block {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .s4__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s4__item {
  border-bottom: 8px solid #2e5593;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .s4__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.s4__item:first-child {
  margin-top: 0;
}

.s4__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .s4__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.s4__item:nth-child(even) .s4__item-title {
  min-width: 278px;
}

@media (max-width: 1399px) {
  .s4__item:nth-child(even) .s4__item-title {
    min-width: 220px;
  }
}

@media (max-width: 1199px) {
  .s4__item:nth-child(even) .s4__item-title {
    min-width: auto;
  }
}

.s4__item-head {
  width: calc( 100% - 430px);
}

@media (max-width: 1399px) {
  .s4__item-head {
    width: calc( 100% - 380px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .s4__item-head {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .s4__item-head {
    width: 180px;
  }
}

.s4__item-head img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s4__item-body {
  width: 430px;
  margin-bottom: 10px;
  background: #5e93d5;
  border: 5px solid #7badeb;
  border-radius: 27px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 210px;
  position: relative;
}

@media (max-width: 1399px) {
  .s4__item-body {
    width: 380px;
  }
}

@media (max-width: 767px) {
  .s4__item-body {
    max-width: 100%;
    min-height: 180px;
  }
}

.s4__item-body::before {
  content: "";
  display: block;
  width: 88px;
  height: 98px;
  background: url("../images/s1/s1-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -64px;
  right: -36px;
  z-index: 1;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 1399px) {
  .s4__item-body::before {
    width: 78px;
    height: 88px;
    bottom: -54px;
    right: -26px;
  }
}

@media (max-width: 991px) {
  .s4__item-body::before {
    width: 68px;
    height: 78px;
  }
}

.s4__item-body:hover::before {
  opacity: 1;
}

.s4__item-title {
  font-size: 3.125em;
  font-weight: 700;
  color: #5e93d5;
  background: #ffffff;
  display: inline-block;
  min-width: 378px;
  line-height: 1;
  border-radius: 10em;
  padding: 10px 20px;
}

@media (max-width: 1399px) {
  .s4__item-title {
    min-width: 300px;
    font-size: 2.5em;
  }
}

@media (max-width: 1199px) {
  .s4__item-title {
    font-size: 2.125em;
    min-width: auto;
  }
}

@media (max-width: 991px) {
  .s4__item-title {
    font-size: 1.875em;
  }
}

@media (max-width: 374px) {
  .s4__item-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.s4__item-text {
  font-size: 2.25em;
  font-weight: 700;
  color: #ffffff;
  margin-top: 12px;
}

@media (max-width: 1399px) {
  .s4__item-text {
    font-size: 2em;
  }
}

@media (max-width: 1199px) {
  .s4__item-text {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .s4__item-text {
    font-size: 1.375em;
  }
}

.cognitive {
  background: url("../images/cognitive/cognitive-bg.jpg"), #eee3ac;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: calc( 100vh - 97px - 54px);
}

@media (max-width: 1399px) {
  .cognitive {
    min-height: calc( 100vh - 88px - 54px);
  }
}

@media (max-width: 1199px) {
  .cognitive {
    min-height: calc( 100vh - 56px - 54px);
  }
}

@media (max-width: 991px) {
  .cognitive {
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .cognitive {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.cognitive__wrap {
  width: 1255px;
  border-radius: 38px;
  border: 5px solid #ebd45f;
  background: #ffffff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 8px 14px #dfd087;
          box-shadow: 0 8px 14px #dfd087;
}

@media (max-width: 1399px) {
  .cognitive__wrap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cognitive__wrap {
    border-radius: 16px;
    border-width: 3px;
  }
}

.cognitive__wrap::before {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/cognitive/cognitive-wrap-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  left: 28px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .cognitive__wrap::before {
    width: 20px;
    height: 48px;
    top: -16px;
    left: 6px;
  }
}

.cognitive__wrap::after {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/cognitive/cognitive-wrap-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 28px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .cognitive__wrap::after {
    width: 20px;
    height: 48px;
    top: -16px;
    right: 6px;
  }
}

.cognitive__introduce {
  width: 1086px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 36px;
}

@media (max-width: 1399px) {
  .cognitive__introduce {
    width: 100%;
    padding: 0 30px 30px;
  }
}

@media (max-width: 480px) {
  .cognitive__introduce {
    padding: 30px 5px 15px;
  }
}

.cognitive__introduce-title {
  width: 680px;
  height: 186px;
  background: url("../images/cognitive/cognitive-introduce-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: -36px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .cognitive__introduce-title {
    width: 580px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .cognitive__introduce-title {
    width: 360px;
    height: 196px;
    background: url("../images/cognitive/cognitive-introduce-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (max-width: 480px) {
  .cognitive__introduce-title {
    width: 84%;
    height: 40vw;
    margin-top: -16vw;
  }
}

.cognitive__introduce-block {
  background: #fff4e3;
  border-radius: 26px;
  padding: 40px 50px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .cognitive__introduce-block {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .cognitive__introduce-block {
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .cognitive__introduce-block {
    margin-top: 15px;
  }
}

.cognitive__introduce-subtitle {
  font-size: 1.875em;
  font-weight: 500;
  color: #454545;
  text-align: center;
}

@media (max-width: 991px) {
  .cognitive__introduce-subtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .cognitive__introduce-subtitle {
    font-size: 1.375em;
  }
}

@media (max-width: 374px) {
  .cognitive__introduce-subtitle {
    font-size: 1.25em;
  }
}

.cognitive__introduce-list {
  list-style: none;
  counter-reset: list;
  font-size: 1.5em;
  font-weight: 500;
  color: #454545;
  line-height: 1.333;
  margin-top: 14px;
}

@media (max-width: 991px) {
  .cognitive__introduce-list {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .cognitive__introduce-list {
    font-size: 1.25em;
  }
}

@media (max-width: 374px) {
  .cognitive__introduce-list {
    font-size: 1.125em;
  }
}

.cognitive__introduce-list-item {
  list-style: none;
  margin-top: 14px;
  margin-left: 0;
  padding-left: 2em;
  position: relative;
}

.cognitive__introduce-list-item:first-child {
  margin-top: 0;
}

.cognitive__introduce-list-item::before {
  content: counter(list);
  counter-increment: list;
  display: inline-block;
  background: #bda175;
  color: #ffffff;
  border-radius: 10em;
  width: 1.33333em;
  height: 1.33333em;
  text-align: center;
  line-height: 1.33;
  position: absolute;
  top: 0;
  left: 0;
}

.cognitive__introduce-list2 {
  list-style: disc;
  margin-top: 14px;
}

.cognitive__introduce-list2-item {
  list-style: none;
  margin-left: 1em;
  text-indent: -0.5em;
  margin-top: 10px;
}

.cognitive__introduce-list2-item:first-child {
  margin-top: 0;
}

.cognitive__introduce-list2-item::before {
  content: "．";
  display: inline-block;
  color: #bda175;
}

.cognitive__btn {
  cursor: pointer;
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #d95b4b;
  border: 4px solid #f49185;
  border-radius: 10em;
  width: 260px;
  line-height: 68px;
  position: relative;
  margin: 30px auto 0;
}

@media (max-width: 1199px) {
  .cognitive__btn {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .cognitive__btn {
    font-size: 1.375em;
    width: 220px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .cognitive__btn {
    font-size: 1.25em;
    width: 200px;
    line-height: 56px;
  }
}

@media (max-width: 374px) {
  .cognitive__btn {
    font-size: 1.125em;
  }
}

.cognitive__btn::before {
  content: "";
  display: block;
  width: 64px;
  height: 72px;
  background: url("../images/s1/s1-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -31px;
  right: -19px;
  z-index: 1;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .cognitive__btn::before {
    width: 54px;
    height: 58px;
    bottom: -27px;
    right: -15px;
  }
}

.cognitive__btn:hover::before {
  opacity: 1;
}

.game1__wrap {
  display: none;
}

.game1__wrap--active {
  display: block;
}

.game1__title {
  font-size: 3.125em;
  font-weight: 900;
  color: #2d6648;
  text-align: center;
}

@media (max-width: 1199px) {
  .game1__title {
    font-size: 2.75em;
  }
}

@media (max-width: 991px) {
  .game1__title {
    font-size: 2.25em;
  }
}

@media (max-width: 767px) {
  .game1__title {
    font-size: 1.75em;
  }
}

@media (max-width: 480px) {
  .game1__title {
    text-align: left;
  }
}

@media (max-width: 374px) {
  .game1__title {
    font-size: 1.5em;
  }
}

.game1__title-no {
  display: inline-block;
  background: #2d6648;
  color: #ffffff;
  width: 1.24em;
  height: 1.24em;
  line-height: 1.2;
  border-radius: 10em;
  margin-right: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .game1__title-no {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .game1__title-no {
    margin-right: 10px;
  }
}

.game1__body {
  text-align: center;
  min-height: 604px;
  padding: 70px 30px 40px;
}

@media (max-width: 991px) {
  .game1__body {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  .game1__body {
    padding: 30px 15px;
    min-height: auto;
  }
}

.game1__footer {
  background: #f1f1f1;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
  padding: 30px;
}

@media (max-width: 767px) {
  .game1__footer {
    padding: 30px 15px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: auto;
  }
}

.game1__text {
  font-size: 1.875em;
  font-weight: 500;
  color: #454545;
  margin-top: 4px;
}

@media (max-width: 1199px) {
  .game1__text {
    font-size: 1.625em;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .game1__text {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .game1__text {
    text-align: left;
  }
}

@media (max-width: 374px) {
  .game1__text {
    font-size: 1.125em;
  }
}

.game1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc( 100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 84px;
}

@media (max-width: 991px) {
  .game1__block {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .game1__block {
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 15px;
  }
}

.game1__item {
  font-size: 1.875em;
  font-weight: 500;
  color: #5e4826;
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

@media (max-width: 1199px) {
  .game1__item {
    font-size: 1.625em;
  }
}

@media (max-width: 991px) {
  .game1__item {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .game1__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc( 95px + 5em);
    margin: 10px auto 0;
  }
}

@media (max-width: 374px) {
  .game1__item {
    font-size: 1.125em;
  }
}

.game1__item::before {
  content: "";
  display: block;
  width: 216px;
  height: 188px;
  background: url("../images/game1/game1-item-checkbox-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .game1__item::before {
    width: 180px;
    height: 157px;
  }
}

@media (max-width: 767px) {
  .game1__item::before {
    display: inline-block;
    width: 80px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.game1__item::after {
  content: "";
  display: block;
  width: 216px;
  height: 188px;
  background: url("../images/game1/game1-item-checkbox-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 1199px) {
  .game1__item::after {
    width: 180px;
    height: 157px;
  }
}

@media (max-width: 767px) {
  .game1__item::after {
    width: 80px;
    height: 70px;
  }
}

.game1__item:hover {
  color: #2d6648;
}

.game1__item--active {
  color: #2d6648;
}

.game1__item--active::after {
  opacity: 1;
}

.game1__btn {
  font-size: 1.875em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  width: 246px;
  height: 80px;
  background: #81a401;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .game1__btn {
    font-size: 1.625em;
    width: 220px;
  }
}

@media (max-width: 991px) {
  .game1__btn {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .game1__btn {
    font-size: 1.25em;
    width: 200px;
    height: 60px;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc( 100% - 10px);
  }
}

@media (max-width: 374px) {
  .game1__btn {
    font-size: 1.125em;
    width: 170px;
  }
}

.game1__btn--prev {
  background: #8f8f8f;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .game1__btn--prev {
    padding-right: 0;
  }
}

.game1__btn--next {
  background: #81a401;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .game1__btn--next {
    padding-left: 0;
  }
}

@media (hover: hover) {
  .game1__btn:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.result1 {
  display: none;
}

.result1__body {
  min-height: 604px;
  padding: 70px 0 37px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media (max-width: 1199px) {
  .result1__body {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .result1__body {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  .result1__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
    padding: 30px 15px;
  }
}

.result1__footer {
  background: #f1f1f1;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
  padding: 30px;
}

@media (max-width: 767px) {
  .result1__footer {
    padding: 30px 10px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.result1__img {
  width: 522px;
  text-align: center;
  padding-top: 36px;
}

@media (max-width: 1399px) {
  .result1__img {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .result1__img {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .result1__img {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .result1__img img {
    width: 140px;
  }
}

.result1__img img {
  display: none;
}

.result1__img img.active {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.result1__content {
  width: calc( 100% - 522px);
  padding-right: 110px;
}

@media (max-width: 1399px) {
  .result1__content {
    width: 60%;
    padding-right: 60px;
  }
}

@media (max-width: 1199px) {
  .result1__content {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .result1__content {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .result1__content {
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }
}

.result1__title {
  font-size: 3.125em;
  font-weight: 900;
  color: #2b2b2b;
  line-height: 1;
}

@media (max-width: 1199px) {
  .result1__title {
    font-size: 2.75em;
  }
}

@media (max-width: 991px) {
  .result1__title {
    font-size: 2.25em;
  }
}

@media (max-width: 767px) {
  .result1__title {
    font-size: 1.75em;
    text-align: center;
  }
}

@media (max-width: 374px) {
  .result1__title {
    font-size: 1.5em;
  }
}

.result1__title .highlight {
  font-size: 1.68em;
  line-height: 0.9em;
}

.result1__title::after {
  content: "";
  display: block;
  width: 55px;
  height: 7px;
  background: #c2e837;
  margin-top: 38px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .result1__title::after {
    margin: 20px auto;
    height: 4px;
  }
}

.result1__text {
  font-size: 1.875em;
  font-weight: 500;
  color: #454545;
  line-height: 1.4;
  min-height: 8em;
  display: none;
}

@media (max-width: 1199px) {
  .result1__text {
    font-size: 1.625em;
  }
}

@media (max-width: 991px) {
  .result1__text {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .result1__text {
    min-height: auto;
  }
}

@media (max-width: 374px) {
  .result1__text {
    font-size: 1.125em;
  }
}

.result1__text.active {
  display: block;
}

.result1__text-item {
  margin-top: 20px;
}

.result1__text-item:first-child {
  margin-top: 0;
}

.result1__remark {
  font-size: 1em;
  color: #a7a7a7;
  line-height: 1.25;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .result1__remark {
    margin-top: 20px;
  }
}

.result1__btn {
  cursor: pointer;
  display: block;
  font-size: 1.875em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: 4px solid #f49185;
  border-radius: 10em;
  line-height: 74px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .result1__btn {
    font-size: 1.75em;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .result1__btn {
    font-size: 1.375em;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .result1__btn {
    line-height: 56px;
    font-size: 1.25em;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .result1__btn:first-child, .result1__btn:nth-child(2), .result1__btn:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 374px) {
  .result1__btn {
    font-size: 1.125em;
  }
}

.result1__btn--gray {
  width: 246px;
  background: #8f8f8f;
  border-color: #8f8f8f;
}

@media (max-width: 991px) {
  .result1__btn--gray {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .result1__btn--gray {
    width: calc( 50% - 10px);
  }
}

@media (hover: hover) {
  .result1__btn--gray:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.result1__btn--red {
  width: 294px;
  background: #d95b4b;
  border-color: #f49185;
}

@media (max-width: 991px) {
  .result1__btn--red {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .result1__btn--red {
    width: calc( 360px + 10px);
  }
}

@media (max-width: 480px) {
  .result1__btn--red {
    width: calc( 100% - 10px);
  }
}

.result1__btn--red:hover .icon__arrow {
  opacity: 1;
}

.result1__btn--red2 {
  width: 250px;
  background: #d95b4b;
  border-color: #f49185;
}

@media (max-width: 991px) {
  .result1__btn--red2 {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .result1__btn--red2 {
    width: calc( 360px + 10px);
  }
}

@media (max-width: 480px) {
  .result1__btn--red2 {
    width: calc( 100% - 10px);
  }
}

.result1__btn--red2:hover .icon__arrow {
  opacity: 1;
}

.result1__btn .icon__arrow {
  position: absolute;
  bottom: -40px;
  right: -16px;
  z-index: 1;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .result1__btn .icon__arrow {
    bottom: -30px;
    right: -15px;
  }
}

.type {
  background: url("../images/type/type-bg_02.jpg"), url("../images/type/type-bg_01.jpg");
  background-position: center bottom,center top;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat-y;
  position: relative;
  padding-top: 106px;
  min-height: 904px;
}

@media (max-width: 991px) {
  .type {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 1600px auto;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .type {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .type {
    background-size: 1300px auto,1300px auto;
  }
}

.type__wrap {
  background: url("../images/type/type-wrap-bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 1036px;
  height: 672px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
}

@media (max-width: 1199px) {
  .type__wrap {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .type__wrap {
    background-size: 900px auto;
    height: 590px;
    padding-top: 117px;
  }
}

@media (max-width: 767px) {
  .type__wrap {
    background: no-repeat;
    padding-top: 0;
    height: auto;
    width: 430px;
    position: relative;
  }
  .type__wrap::before {
    content: "";
    display: block;
    width: calc( 100% + 30px);
    height: 38px;
    background: url("../images/type/type-wrap-bg-2.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: -15px;
  }
}

@media (max-width: 480px) {
  .type__wrap {
    width: 100%;
  }
  .type__wrap::before {
    width: 100%;
    height: 7.8vw;
    margin-left: 0;
  }
}

.type__title {
  background: url("../images/type/type-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 486px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  margin-bottom: -44px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .type__title {
    width: 340px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .type__title {
    width: 280px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .type__title {
    margin-bottom: -8vw;
  }
}

@media (max-width: 374px) {
  .type__title {
    width: 240px;
    height: 60px;
  }
}

.type__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 160px;
  padding-right: 160px;
}

@media (max-width: 1199px) {
  .type__block {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (max-width: 991px) {
  .type__block {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .type__block {
    border: 10px solid #d49765;
    border-bottom: 40px solid #d49765;
    border-radius: 5px;
    background: url("../images/type/type-wrap-bg-3.jpg");
    background-position: center top;
    background-size: auto 240px;
    background-repeat: repeat-y;
    padding-top: 26px;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .type__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

.type__item {
  width: 298px;
  border: 4px solid #d6c29e;
  border-radius: 10px;
  background: #f9f3e8;
  font-size: 3.25em;
  font-weight: 900;
  color: #662714;
  text-align: center;
  line-height: 104px;
  margin-left: 14px;
  margin-right: 14px;
  -webkit-box-shadow: 0 0 24px #2d0f06;
          box-shadow: 0 0 24px #2d0f06;
  position: relative;
  margin-top: 62px;
}

.type__item:nth-child(1) {
  margin-top: 0;
}

.type__item:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .type__item {
    font-size: 2em;
    width: 220px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .type__item {
    font-size: 1.75em;
    margin-top: 48px;
    line-height: 64px;
  }
  .type__item:nth-child(2) {
    margin-top: 48px;
  }
}

@media (max-width: 374px) {
  .type__item {
    font-size: 1.5em;
    width: 180px;
  }
}

.type__item:nth-child(5) {
  margin-top: 68px;
  width: 338px;
}

@media (max-width: 991px) {
  .type__item:nth-child(5) {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .type__item:nth-child(5) {
    width: 240px;
    margin-top: 48px;
  }
}

@media (max-width: 374px) {
  .type__item:nth-child(5) {
    width: 200px;
  }
}

.type__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 64px;
  background: url("../images/type/type-item-bg-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -36px;
  left: 10px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .type__item::before {
    width: 20px;
    height: 54px;
    top: -30px;
  }
}

.type__item::after {
  content: "";
  display: block;
  width: 24px;
  height: 64px;
  background: url("../images/type/type-item-bg-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -36px;
  right: 10px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .type__item::after {
    width: 20px;
    height: 54px;
    top: -30px;
  }
}

.type__item .icon__arrow {
  position: absolute;
  right: -24px;
  bottom: -32px;
  z-index: 1;
  opacity: 0;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
}

@media (max-width: 767px) {
  .type__item .icon__arrow {
    bottom: -26px;
  }
}

.type__item:hover {
  background: #f9f3e8;
  border-color: #ec6b5d;
}

.type__item:hover .icon__arrow {
  opacity: 1;
}

.type__item:hover::before, .type__item:hover::after {
  background: url("../images/type/type-item-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.type__btn {
  position: fixed;
  bottom: 100px;
  right: 60px;
  z-index: 10;
}

@media (max-width: 1399px) {
  .type__btn {
    right: 5px;
  }
}

@media (max-width: 1199px) {
  .type__btn {
    width: 120px;
    bottom: 90px;
  }
}

@media (max-width: 767px) {
  .type__btn {
    width: 100px;
    bottom: 100px;
  }
}

@media (max-width: 480px) {
  .type__btn {
    right: 4px;
    bottom: 70px;
    width: 70px;
  }
}

.type__btn:hover {
  -webkit-animation: ani-scale 0.8s ease infinite;
          animation: ani-scale 0.8s ease infinite;
}

.product {
  background: url("../images/product/product-bg.jpg"), #e1c292;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 36px;
  padding-bottom: 60px;
  min-height: calc( 100vh - 97px - 51px);
}

@media (max-width: 1399px) {
  .product {
    min-height: calc( 100vh - 88px - 54px);
    background-size: 1400px auto;
  }
}

@media (max-width: 1199px) {
  .product {
    min-height: calc( 100vh - 56px - 54px);
  }
}

@media (max-width: 991px) {
  .product {
    background-size: 110% auto;
  }
}

.product__title {
  background: url("../images/product/product-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 400px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .product__title {
    width: 270px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .product__title {
    width: 230px;
    height: 70px;
  }
}

@media (max-width: 374px) {
  .product__title {
    width: 206px;
    height: 60px;
  }
}

.product__wrap {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 26px;
  border: 20px solid #684a1e;
  background: #ffffff;
  position: relative;
  margin-top: 90px;
}

@media (max-width: 1199px) {
  .product__wrap {
    width: 100%;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .product__wrap {
    border-width: 10px;
  }
}

.product__wrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: url("../images/product/product-bg-2.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: calc( 50% - 20px);
}

@media (max-width: 767px) {
  .product__wrap::before {
    display: none;
  }
}

.product__wrap::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: url("../images/product/product-bg-3.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  left: calc( 50% - 20px);
}

@media (max-width: 767px) {
  .product__wrap::after {
    width: 20px;
    height: 15px;
    bottom: -10px;
  }
}

.product__tab-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  position: absolute;
  top: -96px;
  left: 30px;
}

@media (max-width: 1199px) {
  .product__tab-head {
    top: -86px;
    left: 15px;
  }
}

@media (max-width: 991px) {
  .product__tab-head {
    top: -72px;
  }
}

@media (max-width: 767px) {
  .product__tab-head {
    top: -80px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .product__tab-head {
    top: -70px;
  }
}

.product__tab-headitem {
  font-size: 2.25em;
  font-weight: 900;
  width: 264px;
  line-height: 70px;
  text-align: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 24px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
}

@media (max-width: 1199px) {
  .product__tab-headitem {
    font-size: 1.875em;
    line-height: 60px;
    width: 220px;
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .product__tab-headitem {
    font-size: 1.5em;
    width: 170px;
    line-height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media (max-width: 767px) {
  .product__tab-headitem {
    font-size: 1.375em;
    width: calc( 25% - 10px);
    margin-left: 10px;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 10px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  .product__tab-headitem {
    width: calc( 25% - 5px);
    font-size: 1.125em;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 4px;
    height: 58px;
  }
}

@media (max-width: 374px) {
  .product__tab-headitem {
    font-size: 1em;
  }
}

.product__tab-headitem::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  opacity: 0;
}

@media (max-width: 991px) {
  .product__tab-headitem::before {
    height: 6px;
  }
}

@media (max-width: 767px) {
  .product__tab-headitem::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.product__tab-headitem:nth-child(1) {
  color: #0f436d;
  background: #d9eeff;
  width: 206px;
  margin-left: 0;
}

@media (max-width: 1199px) {
  .product__tab-headitem:nth-child(1) {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .product__tab-headitem:nth-child(1) {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .product__tab-headitem:nth-child(1) {
    width: calc( 25% - 5px);
  }
}

.product__tab-headitem:nth-child(1)::before {
  background: #93cfff;
}

@media (hover: hover) {
  .product__tab-headitem:nth-child(1):hover {
    color: #061b2c;
  }
}

.product__tab-headitem:nth-child(2) {
  color: #1b8847;
  background: #8fefb6;
}

.product__tab-headitem:nth-child(2)::before {
  background: #83d8a5;
}

@media (hover: hover) {
  .product__tab-headitem:nth-child(2):hover {
    color: #136132;
  }
}

.product__tab-headitem:nth-child(3) {
  color: #ac5f04;
  background: #ffba68;
  margin-left: 86px;
  width: 230px;
}

@media (max-width: 1199px) {
  .product__tab-headitem:nth-child(3) {
    margin-left: 110px;
    width: 190px;
  }
}

@media (max-width: 991px) {
  .product__tab-headitem:nth-child(3) {
    margin-left: 50px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .product__tab-headitem:nth-child(3) {
    width: calc( 25% - 5px);
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .product__tab-headitem:nth-child(3) {
    margin-left: 5px;
  }
}

.product__tab-headitem:nth-child(3)::before {
  background: #e0a55c;
}

@media (hover: hover) {
  .product__tab-headitem:nth-child(3):hover {
    color: #7c4503;
  }
}

.product__tab-headitem:nth-child(4) {
  color: #cc6a28;
  background: #fde185;
  width: 230px;
}

@media (max-width: 1199px) {
  .product__tab-headitem:nth-child(4) {
    width: 190px;
  }
}

@media (max-width: 991px) {
  .product__tab-headitem:nth-child(4) {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .product__tab-headitem:nth-child(4) {
    width: calc( 25% - 5px);
  }
}

.product__tab-headitem:nth-child(4)::before {
  background: #ffd23d;
}

@media (hover: hover) {
  .product__tab-headitem:nth-child(4):hover {
    color: #9e521f;
  }
}

.product__tab-headitem--active {
  line-height: 86px;
}

@media (max-width: 1199px) {
  .product__tab-headitem--active {
    line-height: 76px;
  }
}

@media (max-width: 991px) {
  .product__tab-headitem--active {
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  .product__tab-headitem--active {
    line-height: 1.2;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .product__tab-headitem--active {
    height: 70px;
  }
}

.product__tab-headitem--active::before {
  opacity: 1;
}

.product__tab-body {
  padding: 36px 77px;
  max-height: 820px;
}

@media (max-width: 1199px) {
  .product__tab-body {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .product__tab-body {
    max-height: 680px;
  }
}

@media (max-width: 767px) {
  .product__tab-body {
    padding: 15px;
    max-height: 580px;
  }
}

.product__tab-bodyitem {
  display: none;
}

.product__item {
  border: 4px solid #ebebeb;
  border-radius: 10px;
  padding: 26px 250px 22px 38px;
  position: relative;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .product__item {
    padding: 20px 15px 30px;
  }
}

.product__item:first-child {
  margin-top: 0;
}

.product__item-title {
  font-size: 2.25em;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .product__item-title {
    font-size: 2em;
  }
}

@media (max-width: 991px) {
  .product__item-title {
    font-size: 1.75em;
  }
}

@media (max-width: 767px) {
  .product__item-title {
    font-size: 1.375em;
  }
}

.product__item-text {
  font-size: 1.5em;
  font-weight: 500;
  color: #454545;
  position: relative;
  padding-left: 24px;
  margin-top: 6px;
}

@media (max-width: 1199px) {
  .product__item-text {
    font-size: 1.375em;
  }
}

@media (max-width: 991px) {
  .product__item-text {
    font-size: 1.125em;
  }
}

.product__item-text::before {
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  background: #f6bab0;
  border-radius: 10em;
  position: absolute;
  top: .55em;
  left: 0;
}

.product__item-btn {
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #d95b4b;
  border: 4px solid #f49185;
  border-radius: 10em;
  line-height: 60px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  position: absolute;
  top: calc( 50% - 34px);
  right: 35px;
}

@media (max-width: 1199px) {
  .product__item-btn {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .product__item-btn {
    font-size: 1.375em;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .product__item-btn {
    width: 180px;
    line-height: 46px;
    font-size: 1.25em;
    position: relative;
    top: auto;
    right: auto;
    margin: 15px auto 0;
    display: block;
  }
}

@media (max-width: 374px) {
  .product__item-btn {
    font-size: 1.125em;
    width: 180px;
    max-width: 100%;
  }
}

.product__item-btn .icon__arrow {
  position: absolute;
  width: 50px;
  height: 55px;
  bottom: -24px;
  right: -10px;
  z-index: 1;
  -webkit-animation: ani-s1-arrow 0.8s ease infinite;
          animation: ani-s1-arrow 0.8s ease infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .product__item-btn .icon__arrow {
    bottom: -30px;
    right: -15px;
  }
}

.product__item-btn:hover .icon__arrow {
  opacity: 1;
}

.knowledge {
  background: url("../images/knowledge/knowledge-bg.jpg"), #fbfbee;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: calc( 100vh - 97px - 54px);
}

@media (max-width: 1699px) {
  .knowledge {
    background-size: 110% auto;
  }
}

@media (max-width: 1399px) {
  .knowledge {
    min-height: calc( 100vh - 88px - 54px);
  }
}

@media (max-width: 991px) {
  .knowledge {
    min-height: calc( 100vh - 56px - 54px);
    background-size: 1200px auto;
  }
}

@media (max-width: 767px) {
  .knowledge {
    background: url("../images/knowledge/knowledge-bg-sm.jpg"), #fbfbee;
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.knowledge::before {
  content: "";
  display: block;
  width: 376px;
  height: 432px;
  background: url("../images/knowledge/knowledge-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 120px;
  right: 0;
  pointer-events: none;
}

@media (max-width: 1699px) {
  .knowledge::before {
    top: 10vw;
    width: 16vw;
    height: 20vw;
    background-size: 114% auto;
    background-position: left top;
  }
}

@media (max-width: 1199px) {
  .knowledge::before {
    display: none;
  }
}

.knowledge::after {
  content: "";
  display: block;
  width: 462px;
  height: 74px;
  background: url("../images/knowledge/knowledge-bg-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 1699px) {
  .knowledge::after {
    width: 30vw;
    height: 34vw;
  }
}

@media (max-width: 767px) {
  .knowledge::after {
    display: none;
  }
}

.knowledge__wrap {
  width: 1255px;
  border-radius: 38px;
  border: 5px solid #8cd4be;
  background: #ffffff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 692px;
}

@media (max-width: 1399px) {
  .knowledge__wrap {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .knowledge__wrap {
    min-height: 70vh;
  }
}

@media (max-width: 991px) {
  .knowledge__wrap {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .knowledge__wrap {
    border-radius: 16px;
    border-width: 3px;
  }
}

.knowledge__wrap::before {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/knowledge/knowledge-wrap-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  left: 28px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .knowledge__wrap::before {
    width: 20px;
    height: 48px;
    top: -16px;
    left: 6px;
    z-index: 5;
  }
}

.knowledge__wrap::after {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/knowledge/knowledge-wrap-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 28px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .knowledge__wrap::after {
    width: 20px;
    height: 48px;
    top: -16px;
    right: 6px;
  }
}

.knowledge__title {
  width: 570px;
  height: 130px;
  background: url("../images/knowledge/knowledge-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .knowledge__title {
    width: 370px;
    height: 82px;
  }
}

@media (max-width: 767px) {
  .knowledge__title {
    width: 270px;
    height: 158px;
    background: url("../images/knowledge/knowledge-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -30px;
  }
}

@media (max-width: 480px) {
  .knowledge__title {
    width: 64%;
    height: 34vw;
    margin-top: -8vw;
  }
}

.game2__wrap {
  width: 1058px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .game2__wrap {
    width: 100%;
  }
}

.game2__wrap-item {
  display: none;
  padding-top: 60px;
  padding-bottom: 120px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .game2__wrap-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .game2__wrap-item {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .game2__wrap-item {
    padding-bottom: 28vw;
    padding-top: 30px;
  }
}

.game2__wrap-item.active {
  display: block;
}

.game2__no {
  font-size: 2.625em;
  font-weight: 900;
  background: #8a5b4a;
  color: #ffffff;
  display: block;
  padding: 5px 10px 3px;
  width: 4.4em;
  margin: 0 auto 0;
  text-align: center;
  border-radius: 10em;
}

@media (max-width: 1199px) {
  .game2__no {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .game2__no {
    font-size: 1.875em;
    padding-top: 6px;
    padding-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .game2__no {
    font-size: 1.625em;
  }
}

.game2__no .highlight {
  font-size: 1.428571em;
  line-height: 0.7;
}

.game2__text {
  font-size: 2.25em;
  font-weight: 500;
  color: #454545;
  text-align: center;
  line-height: 1.3333;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .game2__text {
    font-size: 1.875em;
  }
}

@media (max-width: 991px) {
  .game2__text {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .game2__text {
    font-size: 1.375em;
  }
}

.game2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .game2__block {
    margin-top: 40px;
  }
}

.game2__item {
  width: 150px;
  height: 150px;
  margin-left: 38px;
  margin-right: 38px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 991px) {
  .game2__item {
    width: 120px;
    height: 120px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .game2__item {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.game2__item:nth-child(1) {
  background: url("../images/game2/game2-item-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.game2__item:nth-child(2) {
  background: url("../images/game2/game2-item-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.game2__item:first-child {
  margin-left: 0;
}

.game2__item:last-child {
  margin-right: 0;
}

.game2__item:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.game2__answer {
  width: 1058px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .game2__answer {
    width: 100%;
  }
}

.game2__answer-item {
  display: none;
  padding-top: 30px;
  padding-bottom: 48px;
}

@media (max-width: 1199px) {
  .game2__answer-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .game2__answer-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .game2__answer-item {
    padding-top: 90px;
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .game2__answer-item {
    padding-top: 70px;
  }
}

.game2__answer-item.active {
  display: block;
}

.game2__answer-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 40px 60px;
  border-radius: 25px;
  position: relative;
  display: none;
}

@media (max-width: 991px) {
  .game2__answer-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .game2__answer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.game2__answer-content.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.game2__answer-head {
  width: 258px;
}

@media (max-width: 991px) {
  .game2__answer-head {
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .game2__answer-head {
    padding-left: 0;
    padding-right: 0;
    width: 100px;
    position: absolute;
    top: -96px;
    left: calc( 50% - 50px);
    height: 154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 480px) {
  .game2__answer-head {
    width: 80px;
    left: calc( 50% - 40px);
    height: 130px;
    top: -76px;
  }
}

.game2__answer-body {
  width: calc( 100% - 258px);
  padding-top: 40px;
}

@media (max-width: 991px) {
  .game2__answer-body {
    width: calc( 100% - 200px);
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .game2__answer-body {
    width: 100%;
    padding-top: 0;
  }
}

.game2__answer-title {
  font-size: 2.5em;
  font-weight: 700;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .game2__answer-title {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .game2__answer-title {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .game2__answer-title {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 374px) {
  .game2__answer-title {
    font-size: 1.5em;
  }
}

.game2__answer-title::after {
  content: "";
  display: block;
  width: calc( 100% + 10px);
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
}

@media (max-width: 991px) {
  .game2__answer-title::after {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .game2__answer-title::after {
    width: 100%;
    margin-left: 0;
  }
}

.game2__answer-text {
  font-size: 1.875em;
  font-weight: 500;
  color: #454545;
  line-height: 1.6;
  padding-left: 10px;
  min-height: 6.4em;
  text-align: justify;
}

@media (max-width: 1199px) {
  .game2__answer-text {
    font-size: 1.625em;
  }
}

@media (max-width: 991px) {
  .game2__answer-text {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .game2__answer-text {
    padding-left: 0;
    min-height: auto;
  }
}

@media (max-width: 374px) {
  .game2__answer-text {
    font-size: 1.125em;
  }
}

.game2__answer-btn {
  font-size: 1.875em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  width: 246px;
  height: 80px;
  background: #81a401;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: 90px;
  cursor: pointer;
  background: #8f8f8f;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .game2__answer-btn {
    font-size: 1.625em;
    width: 220px;
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .game2__answer-btn {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .game2__answer-btn {
    font-size: 1.25em;
    width: 180px;
    height: 60px;
    margin-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 374px) {
  .game2__answer-btn {
    font-size: 1.125em;
    width: 150px;
  }
}

.game2__answer-btn[data-question="end"] {
  padding-left: 15px;
  padding-right: 0;
}

@media (max-width: 767px) {
  .game2__answer-btn[data-question="end"] {
    padding-left: 0;
  }
}

@media (hover: hover) {
  .game2__answer-btn:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.game2__success {
  background: #d8f0e4;
}

.game2__success .game2__answer-title {
  color: #2c6447;
}

.game2__success .game2__answer-title::after {
  background: rgba(45, 102, 72, 0.7);
}

.game2__fail {
  background: #ffefed;
}

.game2__fail .game2__answer-title {
  color: #ec6b5d;
}

.game2__fail .game2__answer-title::after {
  background: rgba(236, 107, 93, 0.7);
}

.game2__result {
  display: none;
}

.game2__result.active {
  display: block;
}

.game2__result-body {
  min-height: 432px;
  padding: 60px 60px 80px;
}

@media (max-width: 1199px) {
  .game2__result-body {
    padding-top: 50px;
    padding-bottom: 35px;
    min-height: 370px;
  }
}

@media (max-width: 991px) {
  .game2__result-body {
    min-height: 440px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .game2__result-body {
    min-height: auto;
    padding: 30px 15px 70px;
  }
}

.game2__result-title {
  text-align: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .game2__result-title img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .game2__result-title img {
    width: 260px;
  }
}

.game2__result-block {
  text-align: center;
  margin-top: 55px;
}

@media (max-width: 480px) {
  .game2__result-block {
    margin-top: 30px;
  }
}

.game2__result-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.25em;
  color: #2b2b2b;
  font-weight: 900;
  margin-left: 44px;
  margin-right: 44px;
}

@media (max-width: 1199px) {
  .game2__result-item {
    font-size: 3em;
  }
}

@media (max-width: 991px) {
  .game2__result-item {
    font-size: 2.5em;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .game2__result-item {
    font-size: 1.75em;
  }
}

@media (max-width: 480px) {
  .game2__result-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .game2__result-item:first-child {
    margin-top: 0;
  }
}

.game2__result-item:nth-child(1)::before {
  background: url("../images/game2/game2-result-item-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.game2__result-item:nth-child(2)::before {
  background: url("../images/game2/game2-result-item-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.game2__result-item::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 24px;
}

@media (max-width: 1199px) {
  .game2__result-item::before {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 991px) {
  .game2__result-item::before {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .game2__result-item::before {
    width: 36px;
    height: 36px;
  }
}

.game2__result-item .xl {
  font-size: 2.326923076923077em;
  line-height: 0.7;
}

.game2__result-item .lg {
  font-size: 1.384615384615385em;
}

.game2__result-item:first-child {
  margin-left: 0;
}

.game2__result-item:last-child {
  margin-right: 0;
}

.brain {
  background: url("../images/cognitive/cognitive-bg.jpg"), #eee3ac;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: calc( 100vh - 97px - 54px);
}

@media (max-width: 1399px) {
  .brain {
    min-height: calc( 100vh - 88px - 54px);
  }
}

@media (max-width: 1199px) {
  .brain {
    min-height: calc( 100vh - 56px - 54px);
  }
}

@media (max-width: 991px) {
  .brain {
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .brain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.brain__wrap {
  width: 1255px;
  border-radius: 38px;
  border: 5px solid #ebd45f;
  background: #ffffff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 8px 14px #dfd087;
          box-shadow: 0 8px 14px #dfd087;
}

@media (max-width: 1399px) {
  .brain__wrap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .brain__wrap {
    border-radius: 16px;
    border-width: 3px;
  }
}

.brain__wrap::before {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/cognitive/cognitive-wrap-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  left: 28px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .brain__wrap::before {
    width: 20px;
    height: 48px;
    top: -16px;
    left: 6px;
  }
}

.brain__wrap::after {
  content: "";
  display: block;
  width: 32px;
  height: 78px;
  background: url("../images/cognitive/cognitive-wrap-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 28px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .brain__wrap::after {
    width: 20px;
    height: 48px;
    top: -16px;
    right: 6px;
  }
}

.brain__introduce {
  width: 948px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

@media (max-width: 1399px) {
  .brain__introduce {
    width: 100%;
    padding: 0 30px 30px;
  }
}

@media (max-width: 480px) {
  .brain__introduce {
    padding: 30px 15px;
  }
}

.brain__introduce-title {
  width: 566px;
  height: 114px;
  background: url("../images/brain/brain-introduce-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: -36px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .brain__introduce-title {
    width: 480px;
    height: 96px;
  }
}

@media (max-width: 767px) {
  .brain__introduce-title {
    width: 360px;
    height: 74px;
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .brain__introduce-title {
    width: 94%;
    height: 17vw;
    margin-top: -12vw;
  }
}

.brain__introduce-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc( 100% + 70px);
  margin-left: -35px;
  margin-right: -35px;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .brain__introduce-block {
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .brain__introduce-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .brain__introduce-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.brain__introduce-item {
  display: block;
  width: 268px;
  height: 286px;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 35px;
  text-indent: -9999px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 1199px) {
  .brain__introduce-item {
    width: 220px;
    height: 234px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .brain__introduce-item {
    width: calc( 50% - 30px);
    height: 37vw;
  }
}

@media (max-width: 575px) {
  .brain__introduce-item {
    height: 45vw;
  }
}

@media (max-width: 480px) {
  .brain__introduce-item {
    width: 240px;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}

@media (max-width: 374px) {
  .brain__introduce-item {
    width: 80%;
    height: 70vw;
  }
}

.brain__introduce-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.brain__introduce-item:nth-child(1) {
  background: url("../images/brain/brain-introduce-item-1-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(1)::before {
  background: url("../images/brain/brain-introduce-item-1-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(2) {
  background: url("../images/brain/brain-introduce-item-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(2)::before {
  background: url("../images/brain/brain-introduce-item-2-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(3) {
  background: url("../images/brain/brain-introduce-item-3-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(3)::before {
  background: url("../images/brain/brain-introduce-item-3-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(4) {
  background: url("../images/brain/brain-introduce-item-4-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(4)::before {
  background: url("../images/brain/brain-introduce-item-4-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(5) {
  background: url("../images/brain/brain-introduce-item-5-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(5)::before {
  background: url("../images/brain/brain-introduce-item-5-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.brain__introduce-item:nth-child(1) {
  margin-top: 0;
}

.brain__introduce-item:nth-child(2) {
  margin-top: 0;
}

.brain__introduce-item:nth-child(3) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .brain__introduce-item:nth-child(3) {
    margin-top: 35px;
  }
}

@media (max-width: 480px) {
  .brain__introduce-item:nth-child(2), .brain__introduce-item:nth-child(3) {
    margin-top: 10px;
  }
}

@media (hover: hover) {
  .brain__introduce-item:hover::before {
    opacity: 1;
  }
}

.brain__result {
  display: none;
}

.brain__result-wrap {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .brain__result-wrap {
    width: 100%;
    padding: 70px 30px;
  }
}

@media (max-width: 480px) {
  .brain__result-wrap {
    padding: 40px 15px;
  }
}

.brain__result-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 767px) {
  .brain__result-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.brain__result-head {
  width: 268px;
}

@media (max-width: 767px) {
  .brain__result-head {
    width: 240px;
  }
}

.brain__result-body {
  width: calc( 100% - 268px);
  padding-left: 70px;
}

@media (max-width: 991px) {
  .brain__result-body {
    padding-left: 15px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .brain__result-body {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .brain__result-body {
    width: 100%;
  }
}

.brain__result-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5em;
  font-weight: 900;
  color: #5e4826;
}

@media (max-width: 767px) {
  .brain__result-title {
    font-size: 1.875em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .brain__result-title {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .brain__result-title {
    font-size: 1.625em;
  }
}

.brain__result-title .highlight {
  font-size: 1.55em;
  font-weight: 900;
  margin-left: 5px;
  line-height: 0.8em;
}

.brain__result-title .sm {
  font-size: 0.9em;
}

.brain__result-title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 54px;
  background: url("../images/count/count-result-title-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .brain__result-title::before {
    width: 40px;
    height: 34px;
  }
}

.brain__result-bar {
  width: 346px;
  background: #f6e5ce;
  padding: 6px;
  border-radius: 10em;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .brain__result-bar {
    width: 80%;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 374px) {
  .brain__result-bar {
    width: 100%;
  }
}

.brain__result-bar-item {
  background: url("../images/count/count-result-bar.jpg");
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 24px;
  border-radius: 10em;
}

@media (max-width: 480px) {
  .brain__result-bar-item {
    height: 14px;
  }
}

.brain__result-info {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .brain__result-info {
    margin-top: 20px;
  }
}

.brain__result-info .total {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 0;
}

@media (max-width: 767px) {
  .brain__result-info .total {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .brain__result-info .total__item {
    width: 9.875em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .brain__result-info .total__item-title {
    font-size: 1.875em;
    padding-bottom: 13px;
  }
  .brain__result-info .total__item-text {
    font-size: 2.375em;
    padding-top: 13px;
  }
  .brain__result-info .total__item:first-child {
    margin-left: 0;
  }
  .brain__result-info .total__item:last-child {
    margin-right: 0;
  }
}

.brain__result-text {
  font-size: 1.875em;
  font-weight: 500;
  color: #454545;
  text-align: center;
  line-height: 1.4;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .brain__result-text {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .brain__result-text {
    font-size: 1.375em;
    padding-top: 20px;
  }
}

.brain__result-text.lg {
  width: calc( 100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
}

@media (max-width: 991px) {
  .brain__result-text.lg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.brain__game {
  padding: 50px 20px 30px;
}

@media (max-width: 1199px) {
  .brain__game {
    padding-top: 60px;
  }
}

@media (max-width: 480px) {
  .brain__game {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.brain__game-title {
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .brain__game-title {
    padding-top: 0;
  }
}

.brain__game-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .brain__game-title img {
    height: 46px;
  }
}

@media (max-width: 374px) {
  .brain__game-title img {
    height: 36px;
  }
}

.brain__game-head {
  position: relative;
  padding: 0 60px 4.375em;
}

@media (max-width: 1199px) {
  .brain__game-head {
    padding-bottom: 3.8em;
  }
}

@media (max-width: 991px) {
  .brain__game-head {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .brain__game-head {
    padding-bottom: 20px;
  }
}

.brain__game-body {
  position: relative;
}

.brain__game-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e5e5e5;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .brain__game-body::before {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .brain__game-body::before {
    height: 3px;
  }
}

@media (max-width: 991px) {
  .brain__game-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .brain__game-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.brain__game--count {
  padding-bottom: 96px;
}

@media (max-width: 1199px) {
  .brain__game--count {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .brain__game--count {
    padding-bottom: 50px;
  }
}

.brain__info {
  padding: 46px 75px 50px;
}

@media (max-width: 991px) {
  .brain__info {
    padding: 30px 15px;
  }
}

.brain__info-title {
  text-align: center;
}

.brain__info-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .brain__info-title img {
    height: 50px;
  }
}

.brain__info-subtitle {
  display: inline-block;
  background: #2d6648;
  font-size: 2.5em;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  padding: 3px 20px;
}

@media (max-width: 991px) {
  .brain__info-subtitle {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .brain__info-subtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .brain__info-subtitle {
    font-size: 1.375em;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 374px) {
  .brain__info-subtitle {
    font-size: 1.125em;
  }
}

.brain__info-subtitle .highlight {
  color: #fff960;
}

.brain__info-subtitle::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 28px;
  background: url("../images/count/count-introduce-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .brain__info-subtitle::before {
    width: 30px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .brain__info-subtitle::before {
    width: 14px;
    height: 12px;
    margin-right: 5px;
  }
}

.brain__info-subtitle::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url("../images/count/count-introduce-subtitle-bg.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -30px;
}

@media (max-width: 991px) {
  .brain__info-subtitle::after {
    width: 24px;
    right: -24px;
  }
}

@media (max-width: 480px) {
  .brain__info-subtitle::after {
    width: 14px;
    right: -14px;
  }
}

.brain__info-text {
  font-size: 1.375em;
  text-align: center;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .brain__info-text {
    font-size: 1.125em;
  }
}

.brain__info-wrap {
  background: #fff4e3;
  border-radius: 26px;
  padding-bottom: 40px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .brain__info-wrap {
    border-radius: 16px;
  }
}

.brain__info-wrap .brain__question {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .brain__info-wrap .brain__question-item {
    font-size: 8.5625em;
  }
  .brain__info-wrap .brain__question-box {
    width: 112px;
    height: 112px;
  }
  .brain__info-wrap .brain__question span {
    margin-left: 30px;
  }
}

.brain__info-wrap .brain__answer {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .brain__info-wrap .brain__answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brain__info-wrap .brain__answer-item {
  cursor: default;
}

@media (min-width: 992px) {
  .brain__info-wrap .brain__answer-item {
    width: 144px;
    height: 144px;
  }
}

.brain__info-wrap .brain__answer-item:first-child {
  background: url("../images/count/count-answer-item-1-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .brain__info-wrap .brain__answer-item:nth-child(2):hover {
    background: url("../images/count/count-answer-item-2-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (hover: hover) {
  .brain__info-wrap .brain__answer-item:nth-child(3):hover {
    background: url("../images/count/count-answer-item-3-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (hover: hover) {
  .brain__info-wrap .brain__answer-item:nth-child(4):hover {
    background: url("../images/count/count-answer-item-4-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.brain__info-btn {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .brain__info-btn {
    margin-top: 15px;
  }
}

.brain__info--count .brain__info-wrap {
  padding-bottom: 38px;
}

@media (max-width: 767px) {
  .brain__info--count .brain__info-wrap {
    padding-bottom: 30px;
  }
}

.brain__info--count .count__question {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .brain__info--count .count__question-item {
    font-size: 8.5625em;
  }
  .brain__info--count .count__question-box {
    width: 112px;
    height: 112px;
  }
  .brain__info--count .count__question span {
    margin-left: 30px;
  }
}

.brain__info--count .count__answer {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .brain__info--count .count__answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brain__info--count .count__answer-item {
  cursor: default;
}

@media (min-width: 992px) {
  .brain__info--count .count__answer-item {
    width: 144px;
    height: 144px;
  }
}

.brain__info--count .count__answer-item:first-child {
  background: url("../images/count/count-answer-item-1-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .brain__info--count .count__answer-item:nth-child(2):hover {
    background: url("../images/count/count-answer-item-2-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (hover: hover) {
  .brain__info--count .count__answer-item:nth-child(3):hover {
    background: url("../images/count/count-answer-item-3-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (hover: hover) {
  .brain__info--count .count__answer-item:nth-child(4):hover {
    background: url("../images/count/count-answer-item-4-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.brain__info--color .color__block {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .brain__info--color .color__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .brain__info--color .color__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.brain__info--color .color__question {
  width: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .brain__info--color .color__question {
    width: 38%;
  }
}

@media (max-width: 767px) {
  .brain__info--color .color__question {
    width: 100%;
  }
}

.brain__info--color .color__question-title {
  margin-top: 0;
}

.brain__info--color .color__question-item {
  width: 100%;
  height: 240px;
  background: #ffffff;
  border-radius: 37px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .brain__info--color .color__question-item {
    height: auto;
    padding: 15px;
    margin-top: 15px;
    border-radius: 16px;
  }
}

.brain__info--color .color__question-item img {
  width: 236px;
}

@media (max-width: 1199px) {
  .brain__info--color .color__question-item img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .brain__info--color .color__question-item img {
    width: 100px;
  }
}

.brain__info--color .color__answer {
  width: 512px;
  padding: 0;
  margin-left: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .brain__info--color .color__answer {
    margin-left: 20px;
    width: 62%;
  }
}

@media (max-width: 767px) {
  .brain__info--color .color__answer {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.brain__info--color .color__answer-block {
  background: #ffffff;
  border-radius: 37px;
  width: 100%;
  height: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 28px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .brain__info--color .color__answer-block {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-radius: 16px;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.brain__info--color .color__answer-item {
  width: calc( 50% - 8px);
  cursor: default;
}

@media (max-width: 767px) {
  .brain__info--color .color__answer-item {
    width: auto;
    margin-bottom: 0;
  }
  .brain__info--color .color__answer-item img {
    width: 120px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .brain__info--color .color__answer-item {
    width: calc( 50% - 8px);
  }
  .brain__info--color .color__answer-item img {
    width: 100%;
  }
}

@media (hover: hover) {
  .brain__info--color .color__answer-item:hover {
    border-color: transparent;
  }
}

.brain__info--color .color__answer-item.active {
  border-color: #ec6b5d;
}

@media (max-width: 767px) {
  .brain__info--color .color__answer-item.active {
    border: 5px solid #ec6b5d;
  }
}

@media (hover: hover) {
  .brain__info--color .color__answer-item.active:hover {
    border-color: #ec6b5d;
  }
}

.brain__info--find .brain__info-wrap {
  padding-bottom: 31px;
}

@media (max-width: 767px) {
  .brain__info--find .brain__info-wrap {
    padding-bottom: 30px;
  }
}

.brain__info--card .brain__info-wrap {
  padding-bottom: 26px;
}

@media (max-width: 767px) {
  .brain__info--card .brain__info-wrap {
    padding-bottom: 30px;
  }
}

.brain__info--solitaire .brain__info-wrap {
  padding-bottom: 46px;
}

@media (max-width: 767px) {
  .brain__info--solitaire .brain__info-wrap {
    padding-bottom: 30px;
  }
}

.count__question-item {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 10.375em;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 991px) {
  .count__question-item {
    font-size: 7.5em;
  }
}

@media (max-width: 767px) {
  .count__question-item {
    font-size: 4.625em;
  }
}

@media (max-width: 480px) {
  .count__question-item {
    font-size: 3.75em;
  }
}

@media (max-width: 374px) {
  .count__question-item {
    font-size: 2.75em;
  }
}

.count__question-item.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.count__question-item .brown {
  color: #5e4826;
}

.count__question-item .gray {
  color: #8f8f8f;
}

.count__question-item .green {
  color: #2d6648;
}

.count__question-box {
  width: 0.81328em;
  height: 0.81328em;
  border: 8px solid #bda175;
  background: #ffffff;
  border-radius: 24px;
  margin-bottom: -0.14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .count__question-box {
    border-width: 5px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .count__question-box {
    border-width: 4px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .count__question-box {
    border-width: 3px;
    border-radius: 12px;
  }
}

@media (max-width: 374px) {
  .count__question-box {
    border-width: 2px;
    border-radius: 8px;
  }
}

.count__question-box::before {
  content: "";
  display: block;
  width: calc( 100% + 16px);
  height: calc( 100% + 16px);
  position: absolute;
  top: -16px;
  left: -16px;
  border: 8px solid transparent;
  border-radius: 32px;
  -webkit-animation: ani-game-answer 0.6s ease 2;
          animation: ani-game-answer 0.6s ease 2;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 991px) {
  .count__question-box::before {
    border-width: 5px;
    border-radius: 26px;
    width: calc( 100% + 10px);
    height: calc( 100% + 10px);
    top: -10px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .count__question-box::before {
    border-width: 4px;
    border-radius: 20px;
    width: calc( 100% + 8px);
    height: calc( 100% + 8px);
    top: -8px;
    left: -8px;
  }
}

@media (max-width: 480px) {
  .count__question-box::before {
    border-width: 3px;
    border-radius: 15px;
    width: calc( 100% + 6px);
    height: calc( 100% + 6px);
    top: -6px;
    left: -6px;
  }
}

@media (max-width: 374px) {
  .count__question-box::before {
    border-width: 2px;
    border-radius: 10px;
    width: calc( 100% + 4px);
    height: calc( 100% + 4px);
    top: -4px;
    left: -4px;
  }
}

.count__question-box.success::before {
  border-color: #9ec023;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

.count__question-box.error::before {
  border-color: #ec6b5d;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@media (max-width: 991px) {
  .count__question-box img {
    width: 56px;
  }
}

@media (max-width: 767px) {
  .count__question-box img {
    width: 36px;
  }
}

@media (max-width: 480px) {
  .count__question-box img {
    width: 28px;
  }
}

@media (max-width: 374px) {
  .count__question-box img {
    width: 20px;
  }
}

.count__question span {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .count__question span {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .count__question span {
    margin-left: 10px;
  }
}

.count__question span:first-child {
  margin-left: 0;
}

.count__answer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 65px;
  position: relative;
}

@media (max-width: 767px) {
  .count__answer {
    width: calc( 100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 20px;
  }
}

.count__answer::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.count__answer.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.count__answer.disabled::before {
  display: block;
}

.count__answer-item {
  width: 157px;
  height: 157px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .count__answer-item {
    margin-left: 10px;
    margin-right: 10px;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .count__answer-item {
    margin-left: 5px;
    margin-right: 5px;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 480px) {
  .count__answer-item {
    width: 18vw;
    height: 18vw;
  }
}

.count__answer-item:nth-child(1) {
  background: url("../images/count/count-answer-item-1-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .count__answer-item:nth-child(1):hover {
    background: url("../images/count/count-answer-item-1-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.count__answer-item:nth-child(2) {
  background: url("../images/count/count-answer-item-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .count__answer-item:nth-child(2):hover {
    background: url("../images/count/count-answer-item-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.count__answer-item:nth-child(3) {
  background: url("../images/count/count-answer-item-3-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .count__answer-item:nth-child(3):hover {
    background: url("../images/count/count-answer-item-3-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.count__answer-item:nth-child(4) {
  background: url("../images/count/count-answer-item-4-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .count__answer-item:nth-child(4):hover {
    background: url("../images/count/count-answer-item-4-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.color__item {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media (max-width: 767px) {
  .color__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 374px) {
  .color__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.color__item.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.color__question {
  width: 600px;
  text-align: center;
}

@media (max-width: 1399px) {
  .color__question {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .color__question {
    width: 44%;
  }
}

@media (max-width: 767px) {
  .color__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95px;
  }
}

@media (max-width: 374px) {
  .color__question {
    width: 100%;
  }
}

.color__question-item {
  height: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .color__question-item {
    height: 327px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .color__question-item {
    height: 188px;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .color__question-item img {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .color__question-item {
    height: auto;
  }
  .color__question-item img {
    width: 130px;
  }
}

.color__question-title {
  display: inline-block;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: #735a41;
  text-align: center;
  border-radius: 10em;
  padding: 7px 15px;
  min-width: 115px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .color__question-title {
    font-size: 1.375em;
    min-width: 90px;
  }
}

.color__answer {
  width: calc( 100% - 600px);
  text-align: center;
  padding-right: 112px;
}

@media (max-width: 1399px) {
  .color__answer {
    width: 462px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .color__answer {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .color__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 15px;
    width: 194px;
  }
}

@media (max-width: 374px) {
  .color__answer {
    width: 100%;
    margin-left: 0;
  }
}

.color__answer-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .color__answer-block {
    margin-top: 15px;
    width: calc( 100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }
}

.color__answer-block::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.color__answer-block.disabled {
  cursor: not-allowed;
}

.color__answer-block.disabled::before {
  display: block;
}

.color__answer-item {
  margin: 2px;
  border: 7px solid transparent;
  border-radius: 36px;
  cursor: pointer;
  position: relative;
}

.color__answer-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .color__answer-item:nth-child(1), .color__answer-item:nth-child(2) {
    margin-top: 0;
  }
  .color__answer-item:nth-child(3), .color__answer-item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .color__answer-item {
    border-radius: 30px;
  }
}

@media (max-width: 991px) {
  .color__answer-item {
    width: calc( 50% - 4px);
  }
}

@media (max-width: 767px) {
  .color__answer-item {
    width: calc( 50% - 8px);
    margin: 4px;
    border: none;
    border-radius: 22px;
  }
  .color__answer-item:nth-child(1), .color__answer-item:nth-child(2) {
    margin-top: 0;
  }
  .color__answer-item:nth-child(3), .color__answer-item:nth-child(4) {
    margin-bottom: 0;
  }
  .color__answer-item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .color__answer-item {
    border-radius: 5.4vw;
  }
}

@media (max-width: 374px) {
  .color__answer-item {
    width: calc( 50% - 8px);
    margin: 4px;
  }
  .color__answer-item:nth-child(1), .color__answer-item:nth-child(2) {
    margin-top: 0;
  }
  .color__answer-item:nth-child(3), .color__answer-item:nth-child(4) {
    margin-bottom: 0;
  }
  .color__answer-item img {
    width: 100%;
  }
}

@media (hover: hover) {
  .color__answer-item:hover {
    border-color: #887461;
  }
}

.color__answer-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8px;
  left: -8px;
  border: 8px solid transparent;
  border-radius: 36px;
  -webkit-animation: ani-game-answer 0.6s ease 2;
          animation: ani-game-answer 0.6s ease 2;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  z-index: 1;
}

@media (max-width: 991px) {
  .color__answer-item::before {
    border-width: 5px;
    border-radius: 26px;
    top: -5px;
    left: -5px;
  }
}

@media (max-width: 767px) {
  .color__answer-item::before {
    border-width: 4px;
    border-radius: 16px;
    top: -4px;
    left: -4px;
  }
}

@media (max-width: 374px) {
  .color__answer-item::before {
    border-radius: 22px;
  }
}

.color__answer-item.success::before {
  border-color: #9ec023;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

.color__answer-item.success:hover {
  border-color: transparent;
}

.color__answer-item.error::before {
  border-color: #ec6b5d;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.color__answer-item.error:hover {
  border-color: transparent;
}

.find__info {
  padding: 50px 15px 0;
}

@media (max-width: 767px) {
  .find__info {
    padding-top: 30px;
  }
}

.find__info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .find__info img {
    width: 240px;
  }
}

.find__block {
  width: 864px;
  height: 504px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .find__block {
    width: 100%;
    height: 410px;
  }
}

@media (max-width: 767px) {
  .find__block {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .find__block {
    height: 100vw;
  }
}

.find__block[data-find="0"] .find__item:nth-child(1) {
  top: 18.8%;
  left: 40.7%;
}

.find__block[data-find="0"] .find__item:nth-child(2) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="0"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="0"] .find__item:nth-child(4) {
  bottom: 0;
  left: 82%;
}

.find__block[data-find="0"] .find__item:nth-child(5) {
  top: 37.5%;
  left: 13.6%;
}

.find__block[data-find="0"] .find__item:nth-child(6) {
  top: 14%;
  left: 80%;
}

.find__block[data-find="0"] .find__item:nth-child(7) {
  bottom: 1%;
  left: 49.6%;
}

.find__block[data-find="0"] .find__item:nth-child(8) {
  bottom: 3%;
  left: 28.4%;
}

.find__block[data-find="0"] .find__item:nth-child(9) {
  bottom: 16%;
  left: 67.4%;
}

.find__block[data-find="0"] .find__item:nth-child(10) {
  top: 13.2%;
  left: 0%;
}

.find__block[data-find="0"] .find__item:nth-child(11) {
  bottom: 0%;
  left: 0%;
}

@media (max-width: 991px) {
  .find__block[data-find="0"] .find__item:nth-child(5) {
    left: 12.8%;
  }
  .find__block[data-find="0"] .find__item:nth-child(6) {
    top: 13%;
  }
  .find__block[data-find="0"] .find__item:nth-child(7) {
    left: 49.2%;
  }
}

@media (max-width: 767px) {
  .find__block[data-find="0"] .find__item:nth-child(2) {
    left: 18%;
  }
  .find__block[data-find="0"] .find__item:nth-child(3) {
    left: auto;
    right: 5%;
  }
  .find__block[data-find="0"] .find__item:nth-child(4) {
    bottom: 0;
    left: auto;
    right: 0;
  }
  .find__block[data-find="0"] .find__item:nth-child(5) {
    left: 9%;
  }
  .find__block[data-find="0"] .find__item:nth-child(6) {
    left: auto;
    right: 0;
    top: 27%;
  }
  .find__block[data-find="0"] .find__item:nth-child(7) {
    bottom: 5%;
    left: 45%;
  }
  .find__block[data-find="0"] .find__item:nth-child(8) {
    bottom: 18%;
    left: 20%;
  }
  .find__block[data-find="0"] .find__item:nth-child(9) {
    bottom: 24%;
    left: 65%;
  }
}

.find__block[data-find="1"] .find__item:nth-child(1) {
  bottom: 1%;
  left: 48%;
}

.find__block[data-find="1"] .find__item:nth-child(2) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="1"] .find__item:nth-child(3) {
  top: 0%;
  left: 62%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="1"] .find__item:nth-child(4) {
  bottom: 5%;
  right: 0;
}

.find__block[data-find="1"] .find__item:nth-child(5) {
  top: 35%;
  left: 11%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="1"] .find__item:nth-child(6) {
  top: 14%;
  left: 80%;
}

.find__block[data-find="1"] .find__item:nth-child(7) {
  bottom: 20%;
  left: 66%;
}

.find__block[data-find="1"] .find__item:nth-child(8) {
  bottom: 0%;
  left: 0%;
}

.find__block[data-find="1"] .find__item:nth-child(9) {
  top: 14%;
  left: 38%;
}

.find__block[data-find="1"] .find__item:nth-child(10) {
  top: 8%;
  left: 0%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="1"] .find__item:nth-child(11) {
  bottom: 5%;
  left: 25%;
}

@media (max-width: 991px) {
  .find__block[data-find="1"] .find__item:nth-child(1) {
    left: 46%;
  }
  .find__block[data-find="1"] .find__item:nth-child(5) {
    left: 12.8%;
  }
  .find__block[data-find="1"] .find__item:nth-child(6) {
    top: 13%;
  }
}

@media (max-width: 767px) {
  .find__block[data-find="1"] .find__item:nth-child(1) {
    bottom: 5%;
    left: 45%;
  }
  .find__block[data-find="1"] .find__item:nth-child(2) {
    left: 18%;
  }
  .find__block[data-find="1"] .find__item:nth-child(3) {
    left: auto;
    right: 5%;
  }
  .find__block[data-find="1"] .find__item:nth-child(4) {
    bottom: 0;
    left: auto;
    right: 0;
  }
  .find__block[data-find="1"] .find__item:nth-child(5) {
    top: 36%;
    left: 2%;
  }
  .find__block[data-find="1"] .find__item:nth-child(6) {
    left: auto;
    right: 0;
    top: 30%;
  }
  .find__block[data-find="1"] .find__item:nth-child(7) {
    bottom: 40%;
    left: 44%;
  }
  .find__block[data-find="1"] .find__item:nth-child(8) {
    bottom: 18%;
    left: 20%;
  }
  .find__block[data-find="1"] .find__item:nth-child(9) {
    top: 12%;
    left: 50%;
  }
  .find__block[data-find="1"] .find__item:nth-child(11) {
    left: 5%;
  }
}

.find__block[data-find="2"] .find__item:nth-child(1) {
  top: 2%;
  right: 0;
}

.find__block[data-find="2"] .find__item:nth-child(2) {
  top: 5%;
  left: 22%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="2"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="2"] .find__item:nth-child(4) {
  bottom: 0;
  left: 82%;
}

.find__block[data-find="2"] .find__item:nth-child(5) {
  bottom: 10%;
  left: 27%;
}

.find__block[data-find="2"] .find__item:nth-child(6) {
  bottom: 1%;
  left: 48%;
}

.find__block[data-find="2"] .find__item:nth-child(7) {
  top: 22%;
  left: 44%;
}

.find__block[data-find="2"] .find__item:nth-child(8) {
  top: 37.5%;
  left: 12%;
}

.find__block[data-find="2"] .find__item:nth-child(9) {
  bottom: 18%;
  left: 66%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="2"] .find__item:nth-child(10) {
  top: 11%;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="2"] .find__item:nth-child(11) {
  bottom: 0%;
  left: 0%;
}

@media (max-width: 991px) {
  .find__block[data-find="2"] .find__item:nth-child(5) {
    left: 12.8%;
  }
  .find__block[data-find="2"] .find__item:nth-child(6) {
    left: 49.2%;
  }
}

@media (max-width: 767px) {
  .find__block[data-find="2"] .find__item:nth-child(1) {
    left: auto;
    right: 0;
    top: 23%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .find__block[data-find="2"] .find__item:nth-child(2) {
    left: 18%;
  }
  .find__block[data-find="2"] .find__item:nth-child(3) {
    left: auto;
    right: 5%;
  }
  .find__block[data-find="2"] .find__item:nth-child(4) {
    bottom: 32%;
    left: 48%;
  }
  .find__block[data-find="2"] .find__item:nth-child(5) {
    left: 9%;
    bottom: 20%;
  }
  .find__block[data-find="2"] .find__item:nth-child(6) {
    bottom: 5%;
    left: 45%;
  }
  .find__block[data-find="2"] .find__item:nth-child(8) {
    bottom: 18%;
    left: 20%;
  }
  .find__block[data-find="2"] .find__item:nth-child(9) {
    bottom: 0;
    left: auto;
    right: 0;
  }
}

.find__block[data-find="3"] .find__item:nth-child(1) {
  top: 5%;
  left: 0%;
}

.find__block[data-find="3"] .find__item:nth-child(2) {
  top: 39%;
  left: 16%;
}

.find__block[data-find="3"] .find__item:nth-child(3) {
  top: 0%;
  left: 60%;
}

.find__block[data-find="3"] .find__item:nth-child(4) {
  bottom: 2%;
  right: 0;
}

.find__block[data-find="3"] .find__item:nth-child(5) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="3"] .find__item:nth-child(6) {
  bottom: 30%;
  left: 65%;
}

.find__block[data-find="3"] .find__item:nth-child(7) {
  bottom: 1%;
  left: 49.6%;
}

.find__block[data-find="3"] .find__item:nth-child(8) {
  bottom: 0%;
  left: 30%;
}

.find__block[data-find="3"] .find__item:nth-child(9) {
  top: 14%;
  right: 0;
}

.find__block[data-find="3"] .find__item:nth-child(10) {
  top: 18.8%;
  left: 42%;
}

.find__block[data-find="3"] .find__item:nth-child(11) {
  bottom: 2%;
  left: 5%;
}

@media (max-width: 991px) {
  .find__block[data-find="3"] .find__item:nth-child(5) {
    left: 22%;
  }
  .find__block[data-find="3"] .find__item:nth-child(6) {
    top: 36%;
  }
  .find__block[data-find="3"] .find__item:nth-child(7) {
    left: 49.2%;
  }
}

@media (max-width: 767px) {
  .find__block[data-find="3"] .find__item:nth-child(2) {
    top: 5%;
    left: 30%;
  }
  .find__block[data-find="3"] .find__item:nth-child(3) {
    left: auto;
    right: 0;
    top: 27%;
  }
  .find__block[data-find="3"] .find__item:nth-child(4) {
    top: auto;
    bottom: 4%;
    left: auto;
    right: 0;
  }
  .find__block[data-find="3"] .find__item:nth-child(5) {
    top: auto;
    bottom: 24%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="3"] .find__item:nth-child(6) {
    top: 5%;
    left: auto;
    right: 5%;
  }
  .find__block[data-find="3"] .find__item:nth-child(7) {
    bottom: 0%;
    left: 32%;
  }
  .find__block[data-find="3"] .find__item:nth-child(8) {
    bottom: 24%;
    left: 30%;
  }
  .find__block[data-find="3"] .find__item:nth-child(9) {
    top: 35%;
    left: 9%;
  }
  .find__block[data-find="3"] .find__item:nth-child(10) {
    top: 24%;
    left: 46%;
  }
}

.find__block[data-find="4"] .find__item:nth-child(1) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="4"] .find__item:nth-child(2) {
  top: 13.2%;
  left: 0%;
}

.find__block[data-find="4"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="4"] .find__item:nth-child(4) {
  bottom: 1%;
  left: 48%;
}

.find__block[data-find="4"] .find__item:nth-child(5) {
  top: 37.5%;
  left: 12%;
}

.find__block[data-find="4"] .find__item:nth-child(6) {
  top: 14%;
  left: 80%;
}

.find__block[data-find="4"] .find__item:nth-child(7) {
  top: 15%;
  left: 38%;
}

.find__block[data-find="4"] .find__item:nth-child(8) {
  bottom: 0%;
  left: 0%;
}

.find__block[data-find="4"] .find__item:nth-child(9) {
  bottom: 20%;
  left: 65%;
}

.find__block[data-find="4"] .find__item:nth-child(10) {
  top: 0;
  left: 24%;
}

.find__block[data-find="4"] .find__item:nth-child(11) {
  bottom: 8%;
  left: 27%;
}

@media (max-width: 991px) {
  .find__block[data-find="4"] .find__item:nth-child(5) {
    left: 12.8%;
  }
  .find__block[data-find="4"] .find__item:nth-child(6) {
    top: 13%;
  }
  .find__block[data-find="4"] .find__item:nth-child(7) {
    left: 42%;
  }
}

@media (max-width: 767px) {
  .find__block[data-find="4"] .find__item:nth-child(2) {
    left: 0%;
  }
  .find__block[data-find="4"] .find__item:nth-child(3) {
    left: auto;
    right: 25%;
  }
  .find__block[data-find="4"] .find__item:nth-child(4) {
    bottom: auto;
    top: 20%;
    left: auto;
    right: 0;
  }
  .find__block[data-find="4"] .find__item:nth-child(5) {
    left: 9%;
  }
  .find__block[data-find="4"] .find__item:nth-child(6) {
    left: 40%;
    top: 50%;
  }
  .find__block[data-find="4"] .find__item:nth-child(7) {
    top: 24%;
    left: 38%;
  }
  .find__block[data-find="4"] .find__item:nth-child(8) {
    bottom: 8%;
    left: 0%;
  }
  .find__block[data-find="4"] .find__item:nth-child(9) {
    bottom: 34%;
    left: 65%;
  }
}

.find__block[data-find="5"] .find__item:nth-child(1) {
  bottom: 0%;
  left: 0%;
}

.find__block[data-find="5"] .find__item:nth-child(2) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="5"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="5"] .find__item:nth-child(4) {
  bottom: 0;
  left: 82%;
}

.find__block[data-find="5"] .find__item:nth-child(5) {
  top: 35%;
  left: 30%;
}

.find__block[data-find="5"] .find__item:nth-child(6) {
  top: 14%;
  left: 80%;
}

.find__block[data-find="5"] .find__item:nth-child(7) {
  bottom: 1%;
  left: 51%;
}

.find__block[data-find="5"] .find__item:nth-child(8) {
  top: 0;
  left: 42%;
}

.find__block[data-find="5"] .find__item:nth-child(9) {
  bottom: 16%;
  left: 67.4%;
}

.find__block[data-find="5"] .find__item:nth-child(10) {
  top: 13.2%;
  left: 0%;
}

.find__block[data-find="5"] .find__item:nth-child(11) {
  bottom: 0;
  left: 30%;
}

@media (max-width: 991px) {
  .find__block[data-find="5"] .find__item:nth-child(2) {
    left: 18%;
  }
  .find__block[data-find="5"] .find__item:nth-child(5) {
    left: 28%;
  }
  .find__block[data-find="5"] .find__item:nth-child(6) {
    top: 13%;
  }
  .find__block[data-find="5"] .find__item:nth-child(7) {
    left: 49.2%;
  }
}

@media (max-width: 767px) {
  .find__block[data-find="5"] .find__item:nth-child(2) {
    left: 18%;
  }
  .find__block[data-find="5"] .find__item:nth-child(3) {
    left: auto;
    right: 5%;
  }
  .find__block[data-find="5"] .find__item:nth-child(4) {
    bottom: 0;
    left: auto;
    right: 0;
  }
  .find__block[data-find="5"] .find__item:nth-child(5) {
    left: 9%;
  }
  .find__block[data-find="5"] .find__item:nth-child(6) {
    left: auto;
    right: 0;
    top: 25%;
  }
  .find__block[data-find="5"] .find__item:nth-child(7) {
    bottom: 35%;
    left: 40%;
  }
  .find__block[data-find="5"] .find__item:nth-child(8) {
    top: 5%;
    left: 44%;
  }
  .find__block[data-find="5"] .find__item:nth-child(9) {
    bottom: 24%;
    left: 65%;
  }
}

.find__block[data-find="6"] .find__item:nth-child(1) {
  top: 34%;
  right: 8%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="6"] .find__item:nth-child(2) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="6"] .find__item:nth-child(3) {
  bottom: 0;
  left: 30%;
}

.find__block[data-find="6"] .find__item:nth-child(4) {
  top: 15%;
  left: 58%;
}

.find__block[data-find="6"] .find__item:nth-child(5) {
  top: 30%;
  left: 35%;
}

.find__block[data-find="6"] .find__item:nth-child(6) {
  bottom: 0%;
  left: 0%;
}

.find__block[data-find="6"] .find__item:nth-child(7) {
  bottom: 1%;
  left: 62%;
}

.find__block[data-find="6"] .find__item:nth-child(8) {
  top: 30%;
  left: 15%;
}

.find__block[data-find="6"] .find__item:nth-child(9) {
  top: 5%;
  left: 45%;
}

.find__block[data-find="6"] .find__item:nth-child(10) {
  top: 13.2%;
  left: 0%;
}

.find__block[data-find="6"] .find__item:nth-child(11) {
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .find__block[data-find="6"] .find__item:nth-child(2) {
    left: 18%;
  }
  .find__block[data-find="6"] .find__item:nth-child(5) {
    left: 28%;
  }
  .find__block[data-find="6"] .find__item:nth-child(7) {
    left: 49.2%;
  }
}

@media (max-width: 767px) {
  .find__block[data-find="6"] .find__item:nth-child(1) {
    left: auto;
    right: 10%;
    top: 22%;
  }
  .find__block[data-find="6"] .find__item:nth-child(2) {
    left: 18%;
  }
  .find__block[data-find="6"] .find__item:nth-child(3) {
    left: auto;
    right: 5%;
  }
  .find__block[data-find="6"] .find__item:nth-child(4) {
    top: auto;
    bottom: 0;
    left: auto;
    right: 50%;
  }
  .find__block[data-find="6"] .find__item:nth-child(5) {
    left: 9%;
  }
  .find__block[data-find="6"] .find__item:nth-child(6) {
    bottom: 10%;
  }
  .find__block[data-find="6"] .find__item:nth-child(7) {
    bottom: 35%;
    left: 40%;
  }
  .find__block[data-find="6"] .find__item:nth-child(8) {
    top: 5%;
    left: 44%;
  }
  .find__block[data-find="6"] .find__item:nth-child(9) {
    top: auto;
    bottom: 20%;
    left: auto;
    right: 0;
  }
}

.find__block[data-find="7"] .find__item:nth-child(1) {
  bottom: 16%;
  left: 64%;
}

.find__block[data-find="7"] .find__item:nth-child(2) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="7"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="7"] .find__item:nth-child(4) {
  top: 35%;
  left: 30%;
}

.find__block[data-find="7"] .find__item:nth-child(5) {
  bottom: 1%;
  left: 45%;
}

.find__block[data-find="7"] .find__item:nth-child(6) {
  bottom: 10%;
  left: 0%;
}

.find__block[data-find="7"] .find__item:nth-child(7) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="7"] .find__item:nth-child(8) {
  top: 0;
  left: 42%;
}

.find__block[data-find="7"] .find__item:nth-child(9) {
  top: 4%;
  right: 0;
}

.find__block[data-find="7"] .find__item:nth-child(10) {
  bottom: 0;
  left: 20%;
}

.find__block[data-find="7"] .find__item:nth-child(11) {
  top: 13.2%;
  left: 0%;
}

@media (max-width: 767px) {
  .find__block[data-find="7"] .find__item:nth-child(1) {
    top: 35%;
    left: auto;
    right: 5%;
  }
  .find__block[data-find="7"] .find__item:nth-child(3) {
    top: 8%;
    left: 48%;
  }
  .find__block[data-find="7"] .find__item:nth-child(4) {
    left: 35%;
  }
  .find__block[data-find="7"] .find__item:nth-child(5) {
    left: 40%;
  }
  .find__block[data-find="7"] .find__item:nth-child(7) {
    top: 35%;
    left: 5%;
  }
  .find__block[data-find="7"] .find__item:nth-child(8) {
    left: 20%;
  }
  .find__block[data-find="7"] .find__item:nth-child(10) {
    bottom: 15%;
    left: 25%;
  }
}

.find__block[data-find="8"] .find__item:nth-child(1) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="8"] .find__item:nth-child(2) {
  top: 4%;
  right: 0;
}

.find__block[data-find="8"] .find__item:nth-child(3) {
  top: 35%;
  left: 30%;
}

.find__block[data-find="8"] .find__item:nth-child(4) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="8"] .find__item:nth-child(5) {
  bottom: 1%;
  left: 45%;
}

.find__block[data-find="8"] .find__item:nth-child(6) {
  bottom: 0;
  left: 20%;
}

.find__block[data-find="8"] .find__item:nth-child(7) {
  bottom: 16%;
  left: 64%;
}

.find__block[data-find="8"] .find__item:nth-child(8) {
  top: 0;
  left: 42%;
}

.find__block[data-find="8"] .find__item:nth-child(9) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="8"] .find__item:nth-child(10) {
  bottom: 10%;
  left: 0%;
}

.find__block[data-find="8"] .find__item:nth-child(11) {
  top: 13.2%;
  left: 0%;
}

@media (max-width: 767px) {
  .find__block[data-find="8"] .find__item:nth-child(1) {
    top: 8%;
    left: 45%;
  }
  .find__block[data-find="8"] .find__item:nth-child(3) {
    top: 35%;
    left: 5%;
  }
  .find__block[data-find="8"] .find__item:nth-child(4) {
    top: 40%;
    left: 35%;
  }
  .find__block[data-find="8"] .find__item:nth-child(5) {
    bottom: 15%;
    left: 50%;
  }
  .find__block[data-find="8"] .find__item:nth-child(7) {
    top: 45%;
    left: auto;
    right: 0%;
  }
  .find__block[data-find="8"] .find__item:nth-child(8) {
    left: 20%;
  }
  .find__block[data-find="8"] .find__item:nth-child(10) {
    left: 0%;
    bottom: 5%;
  }
}

.find__block[data-find="9"] .find__item:nth-child(1) {
  top: 35%;
  left: 30%;
}

.find__block[data-find="9"] .find__item:nth-child(2) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="9"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="9"] .find__item:nth-child(4) {
  bottom: 26%;
  left: 68%;
}

.find__block[data-find="9"] .find__item:nth-child(5) {
  bottom: 1%;
  left: 49%;
}

.find__block[data-find="9"] .find__item:nth-child(6) {
  bottom: 0%;
  left: 12%;
}

.find__block[data-find="9"] .find__item:nth-child(7) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="9"] .find__item:nth-child(8) {
  top: 0;
  left: 42%;
}

.find__block[data-find="9"] .find__item:nth-child(9) {
  top: 4%;
  right: 0;
}

.find__block[data-find="9"] .find__item:nth-child(10) {
  bottom: 25%;
  left: 0%;
}

.find__block[data-find="9"] .find__item:nth-child(11) {
  top: 0%;
  left: 0%;
}

@media (max-width: 767px) {
  .find__block[data-find="9"] .find__item:nth-child(1) {
    top: 30%;
    left: 40%;
  }
  .find__block[data-find="9"] .find__item:nth-child(3) {
    top: 28%;
    left: 2%;
  }
  .find__block[data-find="9"] .find__item:nth-child(4) {
    left: 55%;
    bottom: 22%;
  }
  .find__block[data-find="9"] .find__item:nth-child(5) {
    left: 40%;
  }
  .find__block[data-find="9"] .find__item:nth-child(6) {
    left: 20%;
    bottom: 20%;
  }
  .find__block[data-find="9"] .find__item:nth-child(7) {
    top: 35%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="9"] .find__item:nth-child(8) {
    top: 3%;
    left: 24%;
  }
  .find__block[data-find="9"] .find__item:nth-child(9) {
    top: 8%;
  }
  .find__block[data-find="9"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
  }
}

.find__block[data-find="10"] .find__item:nth-child(1) {
  bottom: 16%;
  left: 67.4%;
}

.find__block[data-find="10"] .find__item:nth-child(2) {
  bottom: 0%;
  left: 0%;
}

.find__block[data-find="10"] .find__item:nth-child(3) {
  top: 0%;
  right: 0;
}

.find__block[data-find="10"] .find__item:nth-child(4) {
  bottom: 3%;
  left: 28.4%;
}

.find__block[data-find="10"] .find__item:nth-child(5) {
  top: 37.5%;
  left: 13.6%;
}

.find__block[data-find="10"] .find__item:nth-child(6) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="10"] .find__item:nth-child(7) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="10"] .find__item:nth-child(8) {
  top: 13.2%;
  left: 0%;
}

.find__block[data-find="10"] .find__item:nth-child(9) {
  bottom: 1%;
  left: 49.6%;
}

.find__block[data-find="10"] .find__item:nth-child(10) {
  top: 18.8%;
  left: 40.7%;
}

.find__block[data-find="10"] .find__item:nth-child(11) {
  top: 1%;
  left: 21.2%;
}

@media (max-width: 767px) {
  .find__block[data-find="10"] .find__item:nth-child(1) {
    bottom: 12%;
  }
  .find__block[data-find="10"] .find__item:nth-child(4) {
    bottom: 22%;
  }
  .find__block[data-find="10"] .find__item:nth-child(6) {
    top: 30%;
    left: 45%;
  }
  .find__block[data-find="10"] .find__item:nth-child(7) {
    right: 28%;
  }
  .find__block[data-find="10"] .find__item:nth-child(9) {
    left: auto;
    right: 0;
    bottom: 45%;
  }
  .find__block[data-find="10"] .find__item:nth-child(10) {
    top: 2%;
    left: 48%;
  }
}

.find__block[data-find="11"] .find__item:nth-child(1) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="11"] .find__item:nth-child(2) {
  top: 18.8%;
  left: 40.7%;
}

.find__block[data-find="11"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="11"] .find__item:nth-child(4) {
  top: 13.2%;
  left: 0%;
}

.find__block[data-find="11"] .find__item:nth-child(5) {
  top: 2%;
  right: 0;
}

.find__block[data-find="11"] .find__item:nth-child(6) {
  bottom: 1%;
  left: 40%;
}

.find__block[data-find="11"] .find__item:nth-child(7) {
  top: 37.5%;
  right: 7%;
}

.find__block[data-find="11"] .find__item:nth-child(8) {
  bottom: 3%;
  left: 20%;
}

.find__block[data-find="11"] .find__item:nth-child(9) {
  bottom: 16%;
  left: 58%;
}

.find__block[data-find="11"] .find__item:nth-child(10) {
  bottom: 0%;
  left: 0%;
}

.find__block[data-find="11"] .find__item:nth-child(11) {
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .find__block[data-find="11"] .find__item:nth-child(2) {
    left: 46%;
  }
  .find__block[data-find="11"] .find__item:nth-child(3) {
    left: auto;
    right: 0;
  }
  .find__block[data-find="11"] .find__item:nth-child(4) {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .find__block[data-find="11"] .find__item:nth-child(5) {
    top: 35%;
    left: 9%;
  }
  .find__block[data-find="11"] .find__item:nth-child(7) {
    top: 33%;
  }
  .find__block[data-find="11"] .find__item:nth-child(8) {
    bottom: 18%;
  }
  .find__block[data-find="11"] .find__item:nth-child(11) {
    top: 13.2%;
    left: 0%;
  }
}

.find__block[data-find="12"] .find__item:nth-child(1) {
  bottom: 10%;
  left: 64%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="12"] .find__item:nth-child(2) {
  top: 18.8%;
  left: 40.7%;
}

.find__block[data-find="12"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="12"] .find__item:nth-child(4) {
  top: 13.2%;
  left: 0%;
}

.find__block[data-find="12"] .find__item:nth-child(5) {
  top: 2%;
  right: 0;
}

.find__block[data-find="12"] .find__item:nth-child(6) {
  bottom: 8%;
  left: 20%;
}

.find__block[data-find="12"] .find__item:nth-child(7) {
  bottom: 0%;
  left: 0%;
}

.find__block[data-find="12"] .find__item:nth-child(8) {
  bottom: 1%;
  left: 45%;
}

.find__block[data-find="12"] .find__item:nth-child(9) {
  top: 37.5%;
  right: 2%;
}

.find__block[data-find="12"] .find__item:nth-child(10) {
  top: 1%;
  left: 18%;
}

.find__block[data-find="12"] .find__item:nth-child(11) {
  top: 30%;
  left: 25%;
}

@media (max-width: 767px) {
  .find__block[data-find="12"] .find__item:nth-child(1) {
    bottom: 8%;
    left: auto;
    right: 0;
  }
  .find__block[data-find="12"] .find__item:nth-child(2) {
    left: 46%;
  }
  .find__block[data-find="12"] .find__item:nth-child(3) {
    left: auto;
    right: 0;
  }
  .find__block[data-find="12"] .find__item:nth-child(4) {
    top: 42%;
    left: 40%;
  }
  .find__block[data-find="12"] .find__item:nth-child(5) {
    top: 35%;
    left: 9%;
  }
  .find__block[data-find="12"] .find__item:nth-child(6) {
    bottom: 18%;
  }
  .find__block[data-find="12"] .find__item:nth-child(8) {
    bottom: 0%;
  }
  .find__block[data-find="12"] .find__item:nth-child(9) {
    top: 30%;
  }
  .find__block[data-find="12"] .find__item:nth-child(10) {
    bottom: 15%;
    left: 24%;
  }
  .find__block[data-find="12"] .find__item:nth-child(11) {
    top: 13.2%;
    left: 0%;
  }
}

.find__block[data-find="13"] .find__item:nth-child(1) {
  top: 35%;
  left: 27%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="13"] .find__item:nth-child(2) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="13"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="13"] .find__item:nth-child(4) {
  top: 4%;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="13"] .find__item:nth-child(5) {
  top: 0;
  left: 42%;
}

.find__block[data-find="13"] .find__item:nth-child(6) {
  bottom: 0%;
  left: 12%;
}

.find__block[data-find="13"] .find__item:nth-child(7) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="13"] .find__item:nth-child(8) {
  bottom: 8%;
  left: 49%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="13"] .find__item:nth-child(9) {
  bottom: 26%;
  left: 68%;
}

.find__block[data-find="13"] .find__item:nth-child(10) {
  bottom: 25%;
  left: 0%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="13"] .find__item:nth-child(11) {
  top: 0%;
  left: 0%;
}

@media (max-width: 767px) {
  .find__block[data-find="13"] .find__item:nth-child(1) {
    top: 25%;
    left: 5%;
  }
  .find__block[data-find="13"] .find__item:nth-child(3) {
    top: 25%;
    left: 48%;
  }
  .find__block[data-find="13"] .find__item:nth-child(4) {
    left: 50%;
    top: 50%;
  }
  .find__block[data-find="13"] .find__item:nth-child(5) {
    left: 40%;
  }
  .find__block[data-find="13"] .find__item:nth-child(6) {
    left: 24%;
    bottom: 20%;
  }
  .find__block[data-find="13"] .find__item:nth-child(7) {
    top: 35%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="13"] .find__item:nth-child(8) {
    top: auto;
    bottom: 1%;
    left: 44%;
  }
  .find__block[data-find="13"] .find__item:nth-child(9) {
    top: 4%;
  }
  .find__block[data-find="13"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
  }
}

.find__block[data-find="14"] .find__item:nth-child(1) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="14"] .find__item:nth-child(2) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="14"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="14"] .find__item:nth-child(4) {
  bottom: 25%;
  left: 0%;
}

.find__block[data-find="14"] .find__item:nth-child(5) {
  bottom: 26%;
  left: 68%;
}

.find__block[data-find="14"] .find__item:nth-child(6) {
  bottom: 0%;
  left: 12%;
}

.find__block[data-find="14"] .find__item:nth-child(7) {
  top: 45%;
  left: 27%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="14"] .find__item:nth-child(8) {
  bottom: 8%;
  left: 49%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="14"] .find__item:nth-child(9) {
  top: 10%;
  left: 42%;
}

.find__block[data-find="14"] .find__item:nth-child(10) {
  top: 4%;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="14"] .find__item:nth-child(11) {
  top: 0%;
  left: 0%;
}

@media (max-width: 767px) {
  .find__block[data-find="14"] .find__item:nth-child(1) {
    top: 3%;
    left: 24%;
  }
  .find__block[data-find="14"] .find__item:nth-child(3) {
    top: 5%;
    left: auto;
    right: 5%;
  }
  .find__block[data-find="14"] .find__item:nth-child(4) {
    left: 55%;
    top: 50%;
  }
  .find__block[data-find="14"] .find__item:nth-child(5) {
    top: 35%;
    left: 5%;
  }
  .find__block[data-find="14"] .find__item:nth-child(6) {
    left: 24%;
    bottom: 20%;
  }
  .find__block[data-find="14"] .find__item:nth-child(7) {
    top: 35%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="14"] .find__item:nth-child(8) {
    bottom: 5%;
    left: 45%;
  }
  .find__block[data-find="14"] .find__item:nth-child(9) {
    top: 32%;
    left: 34%;
  }
  .find__block[data-find="14"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
  }
  .find__block[data-find="14"] .find__item:nth-child(11) {
    top: auto;
    bottom: 0;
  }
}

.find__block[data-find="15"] .find__item:nth-child(1) {
  bottom: 21%;
  left: 0%;
}

.find__block[data-find="15"] .find__item:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="15"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="15"] .find__item:nth-child(4) {
  top: 4%;
  right: 0;
}

.find__block[data-find="15"] .find__item:nth-child(5) {
  bottom: 26%;
  left: 68%;
}

.find__block[data-find="15"] .find__item:nth-child(6) {
  bottom: 0%;
  left: 12%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="15"] .find__item:nth-child(7) {
  bottom: 0;
  left: 49%;
}

.find__block[data-find="15"] .find__item:nth-child(8) {
  top: 40%;
  left: 29%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="15"] .find__item:nth-child(9) {
  top: 26%;
  left: 46%;
}

.find__block[data-find="15"] .find__item:nth-child(10) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="15"] .find__item:nth-child(11) {
  top: 0%;
  left: 0%;
}

@media (max-width: 767px) {
  .find__block[data-find="15"] .find__item:nth-child(1) {
    top: 28%;
    left: 40%;
  }
  .find__block[data-find="15"] .find__item:nth-child(2) {
    right: 26%;
  }
  .find__block[data-find="15"] .find__item:nth-child(3) {
    top: 5%;
    left: auto;
    right: 0;
  }
  .find__block[data-find="15"] .find__item:nth-child(4) {
    left: auto;
    right: 10%;
    top: 52%;
  }
  .find__block[data-find="15"] .find__item:nth-child(5) {
    top: 35%;
    left: 5%;
  }
  .find__block[data-find="15"] .find__item:nth-child(6) {
    left: 24%;
    bottom: 20%;
  }
  .find__block[data-find="15"] .find__item:nth-child(7) {
    top: 30%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="15"] .find__item:nth-child(8) {
    bottom: auto;
    top: 8%;
    left: 25%;
  }
  .find__block[data-find="15"] .find__item:nth-child(9) {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
  }
  .find__block[data-find="15"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
  }
  .find__block[data-find="15"] .find__item:nth-child(11) {
    top: auto;
    bottom: 0;
  }
}

.find__block[data-find="16"] .find__item:nth-child(1) {
  bottom: 21%;
  right: 0;
}

.find__block[data-find="16"] .find__item:nth-child(2) {
  top: 35%;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="16"] .find__item:nth-child(3) {
  top: 0%;
  left: 59.9%;
}

.find__block[data-find="16"] .find__item:nth-child(4) {
  top: 0%;
  left: 0%;
}

.find__block[data-find="16"] .find__item:nth-child(5) {
  top: 25%;
  left: 45%;
}

.find__block[data-find="16"] .find__item:nth-child(6) {
  bottom: 0%;
  left: 12%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="16"] .find__item:nth-child(7) {
  bottom: 0;
  left: 49%;
}

.find__block[data-find="16"] .find__item:nth-child(8) {
  top: 40%;
  left: 29%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="16"] .find__item:nth-child(9) {
  bottom: 5%;
  right: 18%;
}

.find__block[data-find="16"] .find__item:nth-child(10) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="16"] .find__item:nth-child(11) {
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .find__block[data-find="16"] .find__item:nth-child(1) {
    top: 48%;
    left: 62%;
  }
  .find__block[data-find="16"] .find__item:nth-child(3) {
    top: 0;
    left: auto;
    right: 15%;
  }
  .find__block[data-find="16"] .find__item:nth-child(4) {
    left: 40%;
    top: 28%;
  }
  .find__block[data-find="16"] .find__item:nth-child(5) {
    top: auto;
    bottom: 0;
    left: 5%;
  }
  .find__block[data-find="16"] .find__item:nth-child(6) {
    bottom: 25%;
    left: 16%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .find__block[data-find="16"] .find__item:nth-child(7) {
    bottom: auto;
    top: 8%;
    left: 25%;
  }
  .find__block[data-find="16"] .find__item:nth-child(8) {
    top: 20%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="16"] .find__item:nth-child(9) {
    top: auto;
    bottom: 0;
    left: auto;
    right: 32%;
  }
  .find__block[data-find="16"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
  }
  .find__block[data-find="16"] .find__item:nth-child(11) {
    right: 0;
    top: auto;
    bottom: 0%;
  }
}

.find__block[data-find="17"] .find__item:nth-child(1) {
  bottom: 8%;
  left: 30%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="17"] .find__item:nth-child(2) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="17"] .find__item:nth-child(3) {
  top: 0%;
  left: 62%;
}

.find__block[data-find="17"] .find__item:nth-child(4) {
  bottom: 26%;
  left: 68%;
}

.find__block[data-find="17"] .find__item:nth-child(5) {
  top: 5%;
  left: 40%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="17"] .find__item:nth-child(6) {
  top: 40%;
  left: 12%;
}

.find__block[data-find="17"] .find__item:nth-child(7) {
  top: 1%;
  left: 21.2%;
}

.find__block[data-find="17"] .find__item:nth-child(8) {
  top: 42%;
  left: 52%;
}

.find__block[data-find="17"] .find__item:nth-child(9) {
  top: 4%;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="17"] .find__item:nth-child(10) {
  bottom: 0;
  left: 0%;
}

.find__block[data-find="17"] .find__item:nth-child(11) {
  top: 8%;
  left: 0%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 767px) {
  .find__block[data-find="17"] .find__item:nth-child(1) {
    top: 45%;
    left: 12%;
  }
  .find__block[data-find="17"] .find__item:nth-child(3) {
    top: 25%;
    left: 52%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .find__block[data-find="17"] .find__item:nth-child(4) {
    left: 50%;
    top: 50%;
  }
  .find__block[data-find="17"] .find__item:nth-child(5) {
    top: 0;
    left: 40%;
  }
  .find__block[data-find="17"] .find__item:nth-child(6) {
    left: 18%;
    bottom: auto;
    top: 20%;
  }
  .find__block[data-find="17"] .find__item:nth-child(7) {
    top: 4%;
    left: auto;
    right: 0;
  }
  .find__block[data-find="17"] .find__item:nth-child(8) {
    top: auto;
    bottom: 5%;
    left: 40%;
  }
  .find__block[data-find="17"] .find__item:nth-child(9) {
    top: 35%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="17"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
  }
}

.find__block[data-find="18"] .find__item:nth-child(1) {
  top: 0;
  left: 5%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="18"] .find__item:nth-child(2) {
  top: 4%;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="18"] .find__item:nth-child(3) {
  bottom: 5%;
  left: 52%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="18"] .find__item:nth-child(4) {
  bottom: 26%;
  left: 68%;
}

.find__block[data-find="18"] .find__item:nth-child(5) {
  top: 5%;
  left: 40%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="18"] .find__item:nth-child(6) {
  top: 36%;
  left: 36%;
}

.find__block[data-find="18"] .find__item:nth-child(7) {
  bottom: 3%;
  left: 22%;
}

.find__block[data-find="18"] .find__item:nth-child(8) {
  top: 0%;
  left: 62%;
}

.find__block[data-find="18"] .find__item:nth-child(9) {
  bottom: 0;
  right: 0;
}

.find__block[data-find="18"] .find__item:nth-child(10) {
  bottom: 0;
  left: 0%;
}

.find__block[data-find="18"] .find__item:nth-child(11) {
  top: 8%;
  left: 24%;
}

@media (max-width: 767px) {
  .find__block[data-find="18"] .find__item:nth-child(1) {
    top: 50%;
    left: 12%;
  }
  .find__block[data-find="18"] .find__item:nth-child(3) {
    top: 25%;
    left: 52%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .find__block[data-find="18"] .find__item:nth-child(4) {
    left: 50%;
    top: 50%;
  }
  .find__block[data-find="18"] .find__item:nth-child(5) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 15%;
  }
  .find__block[data-find="18"] .find__item:nth-child(6) {
    left: 2%;
    bottom: auto;
    top: 28%;
  }
  .find__block[data-find="18"] .find__item:nth-child(7) {
    top: 0;
    left: auto;
    right: 30%;
  }
  .find__block[data-find="18"] .find__item:nth-child(8) {
    top: auto;
    bottom: 0;
    left: 44%;
  }
  .find__block[data-find="18"] .find__item:nth-child(9) {
    top: 33%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="18"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .find__block[data-find="18"] .find__item:nth-child(11) {
    left: 20%;
  }
}

.find__block[data-find="19"] .find__item:nth-child(1) {
  top: 5%;
  right: 2%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="19"] .find__item:nth-child(2) {
  top: 4%;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="19"] .find__item:nth-child(3) {
  bottom: 5%;
  left: 52%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="19"] .find__item:nth-child(4) {
  top: 14%;
  left: 21%;
}

.find__block[data-find="19"] .find__item:nth-child(5) {
  top: 5%;
  left: 40%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="19"] .find__item:nth-child(6) {
  bottom: 15%;
  left: 0%;
}

.find__block[data-find="19"] .find__item:nth-child(7) {
  bottom: 5%;
  left: 18%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="19"] .find__item:nth-child(8) {
  top: 0%;
  left: 62%;
}

.find__block[data-find="19"] .find__item:nth-child(9) {
  bottom: 5%;
  right: 2%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.find__block[data-find="19"] .find__item:nth-child(10) {
  top: 36%;
  left: 36%;
}

.find__block[data-find="19"] .find__item:nth-child(11) {
  bottom: 25%;
  left: 68%;
}

@media (max-width: 767px) {
  .find__block[data-find="19"] .find__item:nth-child(1) {
    top: 50%;
    left: auto;
    right: 20%;
  }
  .find__block[data-find="19"] .find__item:nth-child(3) {
    top: 18%;
    left: 52%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .find__block[data-find="19"] .find__item:nth-child(4) {
    left: 18%;
    top: 20%;
  }
  .find__block[data-find="19"] .find__item:nth-child(5) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .find__block[data-find="19"] .find__item:nth-child(6) {
    left: 2%;
    bottom: 0;
  }
  .find__block[data-find="19"] .find__item:nth-child(7) {
    top: 0;
    left: auto;
    right: 5%;
  }
  .find__block[data-find="19"] .find__item:nth-child(8) {
    top: auto;
    bottom: 2%;
    left: 36%;
  }
  .find__block[data-find="19"] .find__item:nth-child(9) {
    top: 30%;
    left: auto;
    right: 2%;
  }
  .find__block[data-find="19"] .find__item:nth-child(10) {
    bottom: 0%;
    left: 0%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .find__block[data-find="19"] .find__item:nth-child(11) {
    left: 20%;
  }
}

.find__block::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.find__block.disabled {
  cursor: not-allowed;
}

.find__block.disabled::before {
  display: block;
}

.find__item {
  position: absolute;
  cursor: pointer;
}

.find__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: ani-game-answer 0.6s ease infinite;
          animation: ani-game-answer 0.6s ease infinite;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.find__item.success::before {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

.find__item.error::before {
  opacity: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.find__item:nth-child(1) {
  width: 160px;
  height: 233px;
  background: url("../images/find/find-item-1-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 991px) {
  .find__item:nth-child(1) {
    width: 130px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(1) {
    width: 100px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(1) {
    width: 22vw;
    height: 32vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(1):hover {
    background: url("../images/find/find-item-1-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(1).success::before {
  background: url("../images/find/find-item-1-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(1).error::before {
  background: url("../images/find/find-item-1-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(2) {
  width: 152px;
  height: 182px;
  background: url("../images/find/find-item-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(2) {
    width: 130px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(2) {
    width: 90px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(2) {
    width: 20vw;
    height: 24vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(2):hover {
    background: url("../images/find/find-item-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(2).success::before {
  background: url("../images/find/find-item-2-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(2).error::before {
  background: url("../images/find/find-item-2-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(3) {
  width: 152px;
  height: 182px;
  background: url("../images/find/find-item-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(3) {
    width: 130px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(3) {
    width: 90px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(3) {
    width: 20vw;
    height: 24vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(3):hover {
    background: url("../images/find/find-item-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(3).success::before {
  background: url("../images/find/find-item-2-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(3).error::before {
  background: url("../images/find/find-item-2-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(4) {
  width: 152px;
  height: 182px;
  background: url("../images/find/find-item-2-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(4) {
    width: 130px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(4) {
    width: 90px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(4) {
    width: 20vw;
    height: 24vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(4):hover {
    background: url("../images/find/find-item-2-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(4).success::before {
  background: url("../images/find/find-item-2-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(4).error::before {
  background: url("../images/find/find-item-2-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(5) {
  width: 152px;
  height: 170px;
  background: url("../images/find/find-item-3-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(5) {
    width: 130px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(5) {
    width: 90px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(5) {
    width: 20vw;
    height: 23vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(5):hover {
    background: url("../images/find/find-item-3-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(5).success::before {
  background: url("../images/find/find-item-3-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(5).error::before {
  background: url("../images/find/find-item-3-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(6) {
  width: 152px;
  height: 170px;
  background: url("../images/find/find-item-3-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(6) {
    width: 130px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(6) {
    width: 90px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(6) {
    width: 20vw;
    height: 23vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(6):hover {
    background: url("../images/find/find-item-3-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(6).success::before {
  background: url("../images/find/find-item-3-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(6).error::before {
  background: url("../images/find/find-item-3-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(7) {
  width: 152px;
  height: 170px;
  background: url("../images/find/find-item-3-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(7) {
    width: 130px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(7) {
    width: 90px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(7) {
    width: 20vw;
    height: 23vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(7):hover {
    background: url("../images/find/find-item-3-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(7).success::before {
  background: url("../images/find/find-item-3-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(7).error::before {
  background: url("../images/find/find-item-3-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(8) {
  width: 126px;
  height: 198px;
  background: url("../images/find/find-item-4-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(8) {
    width: 100px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(8) {
    width: 80px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(8) {
    width: 18vw;
    height: 28vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(8):hover {
    background: url("../images/find/find-item-4-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(8).success::before {
  background: url("../images/find/find-item-4-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(8).error::before {
  background: url("../images/find/find-item-4-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(9) {
  width: 126px;
  height: 198px;
  background: url("../images/find/find-item-5-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(9) {
    width: 100px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(9) {
    width: 80px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(9) {
    width: 18vw;
    height: 28vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(9):hover {
    background: url("../images/find/find-item-5-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(9).success::before {
  background: url("../images/find/find-item-5-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(9).error::before {
  background: url("../images/find/find-item-5-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(10) {
  width: 126px;
  height: 198px;
  background: url("../images/find/find-item-6-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(10) {
    width: 100px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(10) {
    width: 80px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(10) {
    width: 18vw;
    height: 28vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(10):hover {
    background: url("../images/find/find-item-6-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(10).success::before {
  background: url("../images/find/find-item-6-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(10).error::before {
  background: url("../images/find/find-item-6-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(11) {
  width: 138px;
  height: 166px;
  background: url("../images/find/find-item-7-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .find__item:nth-child(11) {
    width: 110px;
    height: 130px;
  }
}

@media (max-width: 767px) {
  .find__item:nth-child(11) {
    width: 90px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .find__item:nth-child(11) {
    width: 18vw;
    height: 22vw;
  }
}

@media (hover: hover) {
  .find__item:nth-child(11):hover {
    background: url("../images/find/find-item-7-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.find__item:nth-child(11).success::before {
  background: url("../images/find/find-item-7-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.find__item:nth-child(11).error::before {
  background: url("../images/find/find-item-7-4.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.card__info {
  padding: 40px 15px 0;
}

@media (max-width: 767px) {
  .card__info {
    padding-top: 30px;
  }
}

.card__info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .card__info img {
    width: 240px;
  }
}

.card__block {
  position: relative;
}

.card__block::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.card__block.disabled {
  cursor: not-allowed;
}

.card__block.disabled::before {
  display: block;
}

.card__item {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .card__item {
    padding: 0 6.8vw;
  }
}

@media (max-width: 575px) {
  .card__item {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .card__item {
    width: calc( 100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }
}

.card__item.active {
  display: block;
}

.card__question {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 767px) {
  .card__question {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .card__question {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (max-width: 374px) {
  .card__question {
    padding-left: 0;
    padding-right: 0;
  }
}

.card__question-item {
  border: 6px solid transparent;
  border-radius: 29px;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1199px) {
  .card__question-item {
    border-radius: 25px;
  }
}

@media (max-width: 991px) {
  .card__question-item {
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .card__question-item {
    width: 188px;
    border-radius: 22px;
    border-width: 4px;
    margin-top: 14px;
  }
  .card__question-item:nth-child(1) {
    margin-top: 0;
  }
  .card__question-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .card__question-item {
    width: calc( 50% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    border-radius: 18px;
  }
}

@media (max-width: 374px) {
  .card__question-item {
    border-radius: 4.4vw;
  }
}

.card__question-item img {
  display: block;
}

.card__question-item.active {
  border-color: #8cd4be;
}

.card__question-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -6px;
  left: -6px;
  border: 6px solid transparent;
  border-radius: 28px;
  -webkit-animation: ani-game-answer 0.6s ease 2;
          animation: ani-game-answer 0.6s ease 2;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  z-index: 1;
}

@media (max-width: 1199px) {
  .card__question-item::before {
    border-radius: 24px;
  }
}

@media (max-width: 991px) {
  .card__question-item::before {
    border-width: 5px;
    border-radius: 18px;
    top: -5px;
    left: -5px;
  }
}

@media (max-width: 767px) {
  .card__question-item::before {
    border-width: 4px;
    border-radius: 20px;
    top: -4px;
    left: -4px;
  }
}

@media (max-width: 480px) {
  .card__question-item::before {
    border-radius: 18px;
  }
}

@media (max-width: 374px) {
  .card__question-item::before {
    border-radius: 4.4vw;
  }
}

.card__question-item.success::before {
  border-color: #9ec023;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

.card__question-item.error::before {
  border-color: #fac106;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.card__answer-item {
  padding: 40px;
  border-radius: 25px;
  text-align: center;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc( 100% - 30px);
}

@media (max-width: 767px) {
  .card__answer-item {
    padding: 15px;
    border-radius: 16px;
    top: 15px;
    height: 100%;
  }
}

.card__answer-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__answer-item--success {
  background: #d8f0e4;
}

.card__answer-item--success .card__answer-title {
  color: #2c6447;
}

.card__answer-item--success .card__answer-title::after {
  background: rgba(45, 102, 72, 0.7);
}

.card__answer-item--fail {
  background: #ffefed;
}

.card__answer-item--fail .card__answer-title {
  color: #ec6b5d;
}

.card__answer-item--fail .card__answer-title::after {
  background: rgba(236, 107, 93, 0.7);
}

.card__answer-img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .card__answer-img {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .card__answer-img {
    width: 100px;
  }
}

.card__answer-img img {
  display: block;
}

.card__answer-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #2c6447;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .card__answer-title {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .card__answer-title {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .card__answer-title {
    font-size: 1.625em;
  }
}

@media (max-width: 374px) {
  .card__answer-title {
    font-size: 1.375em;
  }
}

.card__answer-btn {
  font-size: 1.875em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  width: 246px;
  height: 80px;
  background: #81a401;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  cursor: pointer;
  background: #8f8f8f;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .card__answer-btn {
    font-size: 1.625em;
    width: 220px;
  }
}

@media (max-width: 991px) {
  .card__answer-btn {
    font-size: 1.375em;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .card__answer-btn {
    font-size: 1.25em;
    width: 180px;
    height: 60px;
    padding-right: 0;
    margin-top: 30px;
  }
}

@media (max-width: 374px) {
  .card__answer-btn {
    font-size: 1.125em;
    width: 150px;
  }
}

.card__answer-btn[data-question="end"] {
  padding-left: 15px;
  padding-right: 0;
}

@media (max-width: 767px) {
  .card__answer-btn[data-question="end"] {
    padding-left: 0;
  }
}

@media (hover: hover) {
  .card__answer-btn:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.solitaire__info {
  padding: 50px 15px 0;
}

@media (max-width: 767px) {
  .solitaire__info {
    padding-top: 30px;
  }
}

.solitaire__info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .solitaire__info img {
    width: 240px;
  }
}

.solitaire__block {
  position: relative;
  display: none;
}

.solitaire__item {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .solitaire__item {
    padding: 0 6.8vw;
  }
}

@media (max-width: 575px) {
  .solitaire__item {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .solitaire__item {
    width: calc( 100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }
}

.solitaire__item.active {
  display: block;
}

.solitaire__item.disabled::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: not-allowed;
}

.solitaire__question {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 767px) {
  .solitaire__question {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .solitaire__question {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 374px) {
  .solitaire__question {
    padding-left: 0;
    padding-right: 0;
  }
}

.solitaire__question-item {
  width: 214px;
  margin: 88px 62px 0;
  cursor: pointer;
  position: relative;
}

.solitaire__question-item:nth-child(1) {
  margin-top: 0;
}

.solitaire__question-item:nth-child(2) {
  margin-top: 0;
}

.solitaire__question-item:nth-child(3) {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .solitaire__question-item {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .solitaire__question-item {
    width: 160px;
    margin: 40px 20px 0;
  }
}

@media (max-width: 767px) {
  .solitaire__question-item {
    margin-top: 40px;
  }
  .solitaire__question-item:nth-child(3) {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .solitaire__question-item {
    width: 30vw;
    margin: 6vw 0 0;
  }
  .solitaire__question-item:nth-child(3) {
    margin-top: 6vw;
  }
}

.solitaire__question-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.solitaire__question-item img:nth-child(2), .solitaire__question-item img:nth-child(3), .solitaire__question-item img:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.solitaire__question-item.active img:nth-child(2) {
  opacity: 1;
}

.solitaire__question-item.success img:nth-child(3) {
  opacity: 1;
}

.solitaire__question-item.error img:nth-child(4) {
  -webkit-animation: ani-game-answer 0.6s ease 2;
          animation: ani-game-answer 0.6s ease 2;
}

.solitaire__answer-item {
  padding: 40px;
  border-radius: 25px;
  text-align: center;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc( 100% - 30px);
}

@media (max-width: 767px) {
  .solitaire__answer-item {
    padding: 15px;
    border-radius: 16px;
    top: 15px;
    height: 100%;
  }
}

.solitaire__answer-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.solitaire__answer-item--success {
  background: #d8f0e4;
}

.solitaire__answer-item--success .solitaire__answer-title {
  color: #2c6447;
}

.solitaire__answer-item--success .solitaire__answer-title::after {
  background: rgba(45, 102, 72, 0.7);
}

.solitaire__answer-item--fail {
  background: #ffefed;
}

.solitaire__answer-item--fail .solitaire__answer-title {
  color: #ec6b5d;
}

.solitaire__answer-item--fail .solitaire__answer-title::after {
  background: rgba(236, 107, 93, 0.7);
}

.solitaire__answer-img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .solitaire__answer-img {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .solitaire__answer-img {
    width: 100px;
  }
}

.solitaire__answer-img img {
  display: block;
}

.solitaire__answer-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #2c6447;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .solitaire__answer-title {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .solitaire__answer-title {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .solitaire__answer-title {
    font-size: 1.625em;
  }
}

@media (max-width: 374px) {
  .solitaire__answer-title {
    font-size: 1.375em;
  }
}

.solitaire__answer-btn {
  font-size: 1.875em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  width: 246px;
  height: 80px;
  background: #81a401;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  cursor: pointer;
  background: #8f8f8f;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .solitaire__answer-btn {
    font-size: 1.625em;
    width: 220px;
  }
}

@media (max-width: 991px) {
  .solitaire__answer-btn {
    font-size: 1.375em;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .solitaire__answer-btn {
    font-size: 1.25em;
    width: 180px;
    height: 60px;
    padding-right: 0;
    margin-top: 30px;
  }
}

@media (max-width: 374px) {
  .solitaire__answer-btn {
    font-size: 1.125em;
    width: 150px;
  }
}

.solitaire__answer-btn[data-question="end"] {
  padding-left: 15px;
  padding-right: 0;
}

@media (max-width: 767px) {
  .solitaire__answer-btn[data-question="end"] {
    padding-left: 0;
  }
}

@media (hover: hover) {
  .solitaire__answer-btn:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.solitaire__loading {
  text-align: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.solitaire__loading-item {
  display: inline-block;
  -webkit-animation: ani-game-loading 0.8s ease infinite;
          animation: ani-game-loading 0.8s ease infinite;
  margin-left: 4px;
}

.solitaire__loading-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.solitaire__loading-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.solitaire__loading-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

.show--mobile {
  display: none;
}

@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

.show--mblg {
  display: none;
}

@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

.main.fontsize--s {
  font-size: 0.875em;
}

.main.fontsize--l {
  font-size: 1.125em;
}

.offset--y {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

@media (max-width: 991px) {
  .offset--y {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.offset--y2 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

@media (max-width: 991px) {
  .offset--y2 {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.offset--y3 {
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
}

@media (max-width: 991px) {
  .offset--y3 {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}

.gotop {
  display: none;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  background: #ec6b5d;
  width: 3em;
  height: 3em;
  line-height: calc( 3em - 8px);
  border-radius: 10em;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  cursor: pointer;
  border: 4px solid #ffffff;
}

@media (max-width: 767px) {
  .gotop {
    bottom: 40px;
    font-size: 1.125em;
    border-width: 2px;
    line-height: calc( 3em - 4px);
  }
}

@media (max-width: 480px) {
  .gotop {
    bottom: 15px;
  }
}

.gotop:hover {
  -webkit-animation: ani-scale 0.8s ease infinite;
          animation: ani-scale 0.8s ease infinite;
}

.red {
  color: #d95b4b;
}

.green {
  color: #2d6648;
}
