.nmain {
    margin-top: 118px;
}
.game {
  background: radial-gradient(48.55% 77.79% at 48.02% 52.78%, #E467BD 0%, #6D279F 100%);
  overflow: hidden;
}
.game__step {
  display:none;
  position: relative;
  
}
.game__step--active {
    display:block;
    padding-bottom: 56px;
}
.game__step--0 {
    height:calc(100vh - 112px);
}
.game__step--0 .shell{
    display:flex;
}
.game__step--0 img:nth-child(1) {
  position: absolute;
  left: 60px;
  top: 20px;
  max-width:232px;
}
.game__step--0 img:nth-child(2) {
  position: absolute;
  left: 90px;
  bottom: 20px;
  max-width:380px;
}
.game__step--0 img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 90px;
  max-width:300px;
}
.game__step--checked {
    padding-top: 40px;
}
.game__step--1, .game__step--2, .game__step--3, .game__step--checked {
    min-height: 100vh;
    padding-bottom: 90px;
}

.game__step--2 .game__step-poisions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  max-width:1150px;
  margin: auto;
}
.game__step--finish {
  height:calc(100vh - 112px);
}
.game__step-left {
  position: absolute;
  left: 54px;
  top: 0;
}
.game__step-right {
  position: absolute;
  right: 54px;
  top: 0;
  z-index: 2;
}
.game__step-endbg {
  position: absolute;
  right: 54px;
  top: 0;
}
.game__finish {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 740px;
  color: #FFF;
  padding-top: 200px;
  text-align: center;
}
.game__finish-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
  text-align: center;
}
.game__finish-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
img.game__step-top-left, img.game__step-top-right, img.game__step-bottom-left, img.game__step-bottom-right {
  display: none;
}
@media(max-width: 992px) {
  .game__step--2 .game__step-poisions {
    display: none;
  }
  .game__step-left, .game__step-right {
    display: none;
  }
  img.game__step-top-left {
    display: block;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
  }
  img.game__step-top-right {
    display: block;
    width: 200px;
    position: absolute;
    top: 24px;
    right: 0;
  }
  img.game__step-bottom-left {
    display: block;
    width: 150px;
    position: absolute;
    bottom: 16px;
    left: 0;
  }
  img.game__step-bottom-right {
    display: block;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media(max-width: 767px) {
    .nmain {
      margin-top: 64px;
    }
  .game__load-line {
    height: 8px;
    margin-bottom: 20px;
  }
  .game__load-text {
    font-size: 14px;
  }

  .game__finish-text {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .game__finish-btns {
    width: 100%;
  }
  .game__step-endbg {
    display:none;
  }
}

.game__step--load {
  height:calc(100vh - 112px);
  background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/game/poisions2.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.game__load {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 550px;
  color: #FFF;
  padding-top: 20%;
}
.game__load-line {
  position: relative;
  width: 100%;
  height: 12px;
  background: #FFF;
  border-radius: 50px;
  margin-bottom: 20px;
}
.game__load-line-in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 50px;
  background: #6F29A0;
}
.game__load-text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.game__load .h2 {
  margin-bottom: 12px;
}
@media(max-width: 992px) {
  .game__load-text {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .game__step--load {
    min-height: auto;
    height: height:calc(100vh - 160px);;
    background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/game/poisions2-xs.png);
    background-position: bottom center;
  }
}
@media(max-width: 767px) {
  .game__load {
    padding-top: 40%;
  }
}



.game__pre {
    padding-top: 8%;
    max-width:728px;
  margin: auto;
    color: #FFF;
    text-align: center;
}
.game__pre-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media(max-width: 1400px) {
  .game__step--0 img:nth-child(1) {
    left: 0px;
  }
  .game__step--0 img:nth-child(2) {
    left: -90px;
    bottom: 20px;
  }
  .game__step--0 img:nth-child(3) {
    right: -50px;
    bottom: 50px;
  }
}
@media(max-width: 1100px) {
  .game__step--0 img:nth-child(1) {
    left: -50px;
    max-width: 200px;
  }
  .game__step--0 img:nth-child(2) {
    left: -150px;
    bottom: 20px;
    max-width: 300px;
  }
  .game__step--0 img:nth-child(3) {
    right: -100px;
    bottom: 50px;
    max-width: 250px;
  }
}
@media(max-width: 992px) {
  .game__step--0 img:nth-child(1) {
    left: 86px;
    max-width: 114px;
  }
  .game__step--0 img:nth-child(2) {
    left: 240px;
    bottom: auto;
    top: 100px;
    max-width: 90px;
  }
  .game__step--0 img:nth-child(3) {
    right: -50px;
    bottom: auto;
    top:50px;
    max-width: 150px;
  }

  .game__pre {
    position: fixed;
    bottom: 56px;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 40px 16px;
    border-radius: 40px 40px 0 0;
    color: #000;
  }
    .game__pre-text {
        font-size:14px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .game__pre .btn {
        background: #111827 !important;
        color: #FFF !important;
    }
}
@media(max-width: 767px) {
  .game__step--1, .game__step--2, .game__step--3, .game__step--checked {
    padding-bottom: 150px;
  }
}

.game__text-block {
  display: flex;
  gap: 46px;
  color: #FFF;
  margin-bottom: 40px;
}
.game__text-block .h1 {
  margin-bottom: 0;
    white-space: nowrap;
}
.game__text-block-text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.88);
}
.game__text-block-search {
  max-width: 418px;
  min-width: 418px;
}

.game__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 40px;
}
.game__line .game__step-bottom-notes {
  display: none;
}
.game__nums {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Unbounded';
}
.game__text-block {
  display: flex;
  gap: 46px;
  color: #FFF;
  margin-bottom: 40px;
}
.game__text-block .h1 {
  margin-bottom: 0;
  white-space: nowrap;
}
.game__text-block-text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.88);
}
.game__text-block-search {
  max-width: 418px;
  min-width: 418px;
}
.game__search {
  position: relative;
  width: 100%;
}
.game__search-inp {
  width: 100%;
  height: 40px;
  border: 1px solid #9CA3AF;
  padding-left: 32px;
  padding-right: 100px;
  background: none;
  border-radius: 100px;
  color: #FFF;
  font-size: 14px;
}
.game__search-inp::placeholder {
  color: #FFF;
}
.game__search .icomoon {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 16px;
  color: #FFF;
}
.game__search .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.game__groups-list {
  display: grid;
  gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}
.game__group {
  position: relative;
  height: 176px;
  border-radius: 12px;
  background: #FFF;
  padding: 20px;
  color: #111827;
    overflow: hidden;
}
.game__group-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
    border:1px solid rgba(107, 114, 128, 0);
}
.game__group-name {
    position: relative;
    z-index:2;
    display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}
.game__group-text {
    position: relative;
    z-index:2;
    display: block;
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
  width: 90%;
}
.game__group-del {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #111827;
  text-align: center;
    z-index: 2;
    padding-top: 4px;
  border-radius: 50%;
    opacity: 0;
}
.game__group-del .icomoon {
  font-size: 24px;
  color: #FFF;
}
.game__group input {
  display: none;
}
.game__group-img {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  right: 0;
}
.game__group input:checked ~ .game__group-bg {
    outline:4px solid rgba(107, 114, 128, 1);
    outline-offset: -2px;
}
.game__group input:checked ~ .game__group-bg .game__group-del {
  opacity: 1;
}

.game__groups::-webkit-scrollbar {
  width: 8px;
}
.game__groups::-webkit-scrollbar-track {
  background: #9564b9;
}
.game__groups::-webkit-scrollbar-thumb {
  background-color: #8151a5;
  border-radius: 10px;
  border: 2px solid #9564b9;
}

@media(max-width: 992px) {
  .game__groups-list {
    grid-template-columns: repeat(1, 1fr);
  }
    .game__groups::-webkit-scrollbar {
      width: 4px;
    }
    .game__groups::-webkit-scrollbar-thumb {
      background-color: #8151a5;
      border-radius: 10px;
      border: 2px solid #9564b9;
    }
}
@media(max-width: 767px) {
  .game__group {
    padding: 12px;
    height: 121px;
  }
  .game__group-name {
    font-size: 14px;
  }
  .game__group-text {
    font-size: 12px;
    line-height: 16px;
  }
  .game__group-del {
    width: 24px;
    height: 24px;
        padding-top: 0;
  }
  .game__group-del .icomoon {
    font-size: 12px;
  }
    .game__group-img {
        height: 70px;
    }
}

.game__step-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 3;
  padding: 8px 0 20px;
}
.game__step-bottom-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game__step-bottom-btns .btn {
  margin-left: 24px;
}
.game__step-bottom-notes {
  display: flex;
  align-items: center;
}
.game__step-bottom-notes-list {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid #D1D5DB;
  border-radius: 50px;
}
.game__step-bottom-notes-item {
  max-width: 52px;
  margin-right: -12px;
  font-size: 0;
}
.game__step-bottom-notes-list-more {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #6B7280;
  margin-left: 16px;
}
.game__step-bottom-notes-list-more .icomoon {
  margin-left: 4px;
  font-size: 16px;
  color: #9CA3AF;
}
.game__step-bottom-notes-text {
  font-size: 18px;
  margin-right: 40px;
}

@media(max-width: 1200px) {
  .game__text-block-search {
    max-width: 250px;
    min-width: 250px;
  }
}
@media(max-width: 1024px) {
  .game__step-bottom {
    bottom: 56px;
  }
}
@media(max-width: 992px) {
  .game__text-block {
    display: block;
    margin-bottom: 20px;
  }
  .game__text-block-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .game__text-block .h1 {
    margin-bottom: 8px;
    white-space: normal;
  }
  .game__text-block-search {
    max-width: 100%;
    min-width: 100%;
  }
  .game__step-bottom .game__step-bottom-notes {
    display: none;
  }
  .game__line .game__step-bottom-notes {
    display: flex;
  }
  .game__step-bottom-notes-text {
    display: none;
  }
  .game__step-bottom-notes-list {
    padding: 4px 8px;
    background: #FFF;
  }
  .game__step-bottom-notes-item {
    display: none;
    max-width: 32px;
  }
  .game__step-bottom-notes-item:nth-child(-n+3) {
    display: block;
  }
  .game__step-bottom-notes-list-more {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .game__step-bottom {
    padding: 12px 0 8px;
  }
  .game__step-bottom-left {
    display: none;
  }
  .game__step-bottom-btns {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .game__step-bottom-btns .btn {
    margin-left: 0;
  }
}


.game__subgroups-list {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.game__subgroup {
  position: relative;
  height: 176px;
  text-align: center;
  border-radius: 12px;
  background: #FFF;
  padding: 20px;
  color: #111827;
  overflow: hidden;
}
.game__subgroup-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  border:1px solid rgba(107, 114, 128, 0);
}
.game__subgroup-name {
  position: relative;
  z-index:2;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}
.game__subgroup-del {
  position: absolute;
  bottom: 20px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #111827;
  text-align: center;
  z-index: 2;
  padding-top: 4px;
  border-radius: 50%;
  opacity: 0;
}
.game__subgroup-del .icomoon {
  font-size: 24px;
  color: #FFF;
}
.game__subgroup input {
  display: none;
}
.game__subgroup-img {
  position: relative;
  z-index: 2;
  max-width: 100px;
}
.game__subgroup input:checked ~ .game__subgroup-bg {
  outline:4px solid rgba(112, 0, 142, 1);
  outline-offset:-3px;
}
.game__subgroup input:checked ~ .game__subgroup-bg .game__subgroup-del {
  opacity: 1;
}

@media(max-width: 992px) {
  .game__subgroups-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .game__subgroup {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 152px;
  }
  .game__subgroup-del {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding-top: 0;
  }
  .game__subgroup-del .icomoon {
    font-size: 12px;
  }
  .game__subgroup-img {
    max-width: 80px;
  }
  .game__subgroup-name {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0;
  }
}

.game__subgroup-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  min-width: 100%;
  padding: 20px;
  border-radius: 20px;
  min-height: 99px;
  background: #FFF;
  margin-bottom: 12px;
}
.game__subgroup-top-title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  width: 32%;
}
.game__subgroup-top-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
  width: 30%;
}
.game__subgroup-top-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 99px;
  z-index: 2;
}
.game__subgroup-top-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}
.game__step--3 .game__subgroups-list {
  margin-bottom: 40px;
}

.game__subgroups-list-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #FFF;
  margin: 20px 0 8px;
}
.game__step--checked .game__subgroups {
  margin-bottom: 40px;
}
.game__subgroup.game__subgroup--return .game__subgroup-del {
  opacity: 1;
}
.game__subgroup.game__subgroup--return .game__subgroup-del .icomoon:before {
  content: "\e92a";
}
.game__subgroup.game__subgroup--return {
  background: rgba(225,225,225,0.3);
}
.game__subgroup.game__subgroup--return .game__subgroup-name,
.game__subgroup.game__subgroup--return .game__subgroup-img {
  opacity: 0.3;
}

@media(max-width: 767px) {
  .game__subgroup-top {
    flex-direction: column;
    padding: 12px 12px 50px 12px;
  }
  .game__subgroup-top-title {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 4px;
  }
  .game__subgroup-top-text {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
  .game__subgroup-top-img {
    max-height: 48px;
  }
}

.game__step--alch {
    padding-top: 120px;
	background: radial-gradient(135.55% 52.05% at 48.02% 52.78%, #C9B071 0%, #693C23 100%) !important;
    color: #FFF;
}
.game__step--parf {
    padding-top: 120px;
	background: radial-gradient(135.55% 52.05% at 48.02% 52.78%, #B9AE8C 0%, #495E68 100%) !important;
    color: #FFF;
}
.game__step--maker {
    padding-top: 120px;
	background: radial-gradient(135.55% 52.05% at 48.02% 52.78%, #E0B287 0%, #AA5531 100%) !important;
    color: #FFF;
}
.game__step--alch .game__role-list li:before {
	background: #7E5F2F;
}
.game__step--parf .game__role-list li:before {
	background: #586D72;
}
.game__step--maker .game__role-list li:before {
	background: #AA6237;
}
.game__step--alch .game__role-img {
	background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/game/alh.png);
}
.game__step--parf .game__role-img {
	background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/game/parf.png);
}
.game__step--maker .game__role-img {
	background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/game/make.png);
}
.game__role {
	display: flex;
	justify-content: space-between;
}
.game__role-left {
	padding-right: 28px;
	border-right: 1px solid #DEC0B3;
    min-width: 50%;
    max-width: 830px;
}
.game__role-right {
	padding-left: 28px;
    min-width: 40%;
}
.game__role-img {
    height: 251px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 32px;
}
.game__role-text {
	font-size: 18px;
	line-height: 24px;
}
.game__role-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.game__role-line .h2 {
	margin-bottom: 0;
}
.game__role-line-promocode {
    display: inline-flex;
	align-items: center;
	padding: 8px 24px;
	border-radius: 8px;
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: 700;
}
.game__role-line-promocode--xs {
	display: none;
}
.game__role-line-promocode-copy {
	font-size: 16px;
	margin-left: 4px;
}
.game__role-des {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}
.game__role-des a {
	border-bottom: 1px solid;
}
.game__role-list {
	list-style-type: none;
	counter-reset: listcounter 0;
	margin-bottom: 24px;
	padding-left: 0;
}
.game__role-list li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 24px;
    counter-increment: listcounter 1;
}
.game__role-list li:before {
	content: counters(listcounter, ".");
    position: absolute;
    text-align: center;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    top: 0px;
    left: 0;
}
.game__role-btns {
	display: flex;
	gap:24px;
}

@media(max-width: 1350px) {
	.game__role-btns {
		gap: 8px;
	}
}
@media(max-width: 1300px) {
	.game__role-btns {
		flex-direction: column;
	}
}
@media(max-width: 1200px) {
	.game__role-line {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}
@media(max-width: 992px) {
	.game__step--alch {
		padding-top: 30px;
        padding-bottom: 190px;
		background: radial-gradient(537.36% 22.81% at 72.64% 67.55%, #C9B071 0%, #693C23 100%) !important;
	}
	.game__step--parf {
		padding-top: 30px;
        padding-bottom: 190px;
		background: radial-gradient(689.27% 62.68% at 96.25% 62.46%, #B9AE8C 0%, #495E68 100%) !important;
	}
	.game__step--maker {
		padding-top: 30px;
        padding-bottom: 190px;
		background: radial-gradient(578.56% 35.72% at 76.25% 70.4%, #E0B287 0%, #AA5531 100%) !important;
	}
	.game__role {
		flex-direction: column;
	}
	.game__role-left {
		max-width: 100%;
		min-width: 100%;
        padding: 0;
		border: none;
		margin-bottom: 24px;
	}
	.game__role-right {
		max-width: 100%;
		min-width: 100%;
        padding: 0;
	}
	.game__role-img {
        position: relative;
        height: 234px;
		margin: 0 -16px -66px;
	}
    .game__role-img:after {
        content: "";
        position: absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 71.09%, rgba(0, 0, 0, 0.80) 100%);
    }
	.game__role-title {
		margin: 0 -16px 16px;
		padding: 24px 16px 16px;
	}
    .game__role-title span {
        position:relative;
        z-index:2;
    }
    .game__role-text {
        position:relative;
        z-index:2;
        font-size: 14px;
    }
    .game__role-line {
		margin-bottom: 8px;
	}
    .game__role-line .game__role-line-promocode {
		display: none;
	}
    .game__role-des {
		font-size: 14px;
		margin-bottom: 16px;
	}
    .game__role-list li {
		font-size: 14px;
	}
    .game__role-btns {
		position: fixed;
        z-index:3;
		bottom: 54px;
		left: 0;
		right: 0;
		padding: 8px 16px;
        background: #FFF;
	}
	.game__role-btns .btn--white {
		background: #111827;
		color: #FFF !important;
	}
	.game__role-btns .btn--white-op {
		border: 1px solid #111827;
		color: #111827;
	}
    .game__role-line-promocode--xs {
		display: flex;
        justify-content: center;
	}
}


.game--psy {
	background: linear-gradient(180deg, #F3F4F6 0%, #A39AFF 100%);
}
.game--psy .game__step--0, .game--psy .game__step--1, .game--psy .game__step--2, .game--psy .game__step--3, .game--psy .game__step--4, .game--psy .game__step--5, .game--psy .game__step--6, .game--psy .game__step--7, .game--psy .game__step--8 {
    min-height: 100vh;
    padding-bottom: 90px;
}
.game--psy .game__step--0 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.game--psy .game__step--0 .shell {
	height: 100vh;
}
.game--psy .game__pre {
	padding: 30px;
	background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/game/psy/circle.png);
	background-size: contain;
	background-repeat: no-repeat;
}
@media(max-width:1024px) {
    .game--psy {
        margin-top: -118px;
    }
}
@media(max-width: 992px) {
	.game--psy .game__pre {
		position: static;
		background: none;
		background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/img/game/psy/circle.png);
		background-size: contain;
		background-repeat: no-repeat;
		border-radius: 0;
		color: #FFF;
	}
    .game--psy .game__pre .btn {
        background: #FFF !important;
        color: #111827 !important;
    }
}
@media(max-width:767px) {
    .game--psy {
        margin-top: -64px;
    }
}
.game--psy .game__text-block {
	color: #111827;
}
.game--psy .game__nums {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #111827;
}
.game--psy .game__text-block-text {
	color: #111827;
}
.game--psy .game__group {
	overflow: hidden;
}
.game--psy .game__group-bg {
	border: none;
	outline: none;
}
.game--psy .game__group-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.game--psy .game__group-bg-in {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform linear 0.2s;
}
.game--psy .game__group-name {
	position: relative;
	z-index: 2;
	color: #FFF;
}
.game--psy .game__group:hover .game__group-bg-in {
	transform: scale(1.04);
}
.game--psy .game__group--active .game__group-bg .game__group-border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 5px solid transparent;
	border-image: linear-gradient(90deg, #FF5A5A 0%, #8DF7C0 48.56%, #FFC6F0 100%);
	border-image-slice: 1; 
	border-radius: 12px;
	z-index: 2;
}
.game--psy .game__finish {
	color: #111827;
    padding-top: 100px;
}
.game--psy .game__finish-label {
	display: inline-flex;
	padding: 12px 24px;
	border-radius: 100px;
	background: #4A3AFF;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 12px;
}