.m-t-60 {
    margin-top: 60px;
}
.cursor_pointer {
    cursor: pointer;
}
.search-submitter .icon-search:before {
    color: black;
}

.iframe-buttons {
    display: none;
    position: absolute;
    top: 100px;
    right: -45px;
}

.iframe-buttons button{
    margin-bottom: 10px;
}

.game-closer, .game-reloader{
    position: static;
}

.autocomplete-suggestions {
    position: inherit !important;
    padding: 20px 0;
}

.search-result__body {
    overflow: inherit;
}

.show-all-button-div {
    display: inline-flex;
    width: 100%;
}
.show-all-button-div a{
    cursor: pointer;
    justify-content: center;
}

.search-empty-bl {
    color: black;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Nunito-Bold", sans-serif;
    text-align: center;
}

.load_more {
    cursor: pointer;
}

.b-download__btn > .disabled {
    background-color: #ff2b66;
    cursor: default;
}
.b-download__os > .disabled {
    cursor: default;
}
.b-download__os > .disabled > svg > path {
    fill: #777e90;
}
.b-download__os > .disabled rect {
    stroke: rgba(230, 232, 236, 0.5);
}
.b-download__os > .disabled:hover > svg {
    background-color: transparent;
}

.game-descr p {
    margin-bottom: 16px;
}

.field_error {
    display: none;
}
.input._error {
    font-size: 14px;
	border: 2px solid #8A2727;
	border-radius: 16px;
}
@media (max-width: 899.98px) {
	.input._error {
		border-radius: 8px;
	}
}
.input._error::placeholder{
    color: transparent;
    opacity: 0;
}
.input._error::-webkit-input-placeholder{
    color: transparent;
    opacity: 0;
}
.input._error:-moz-placeholder{
    color: transparent;
    opacity: 0;
}
.input._error::-moz-placeholder{
    color: transparent;
    opacity: 0;
}
.input._error:-ms-input-placeholder{
    color: transparent;
    opacity: 0;
}
.input._error::placeholder {
    color: transparent;
    opacity: 0;
}

.wrapper .info-bl {
    position: fixed;
    bottom: 58px;
    right: 56px;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in;
    -o-transition: opacity .2s ease-in, visibility .2s ease-in;
    transition: opacity .2s ease-in, visibility .2s ease-in
}
.info-bl {
    width: 100%;
    min-height: 50px;
    padding: 10px 20px;
    border-radius: 0
}

.info-bl-closer {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 18px
}

.info-bl-text {
    margin-left: 0;
    font-size: 14px
}

.info-bl .icon-check,
.info-bl .icon-warning {
    display: none
}

.required-bl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 304px;
    width: 100%;
    border-radius: 10px;
    padding: 18px;
    background-color: #fff;
    letter-spacing: .75px;
    font-weight: 500;
    font-size: 15px;
    color: #000
}

.required-bl::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 0;
    height: 0;
    border-width: 7px 12px 7px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent
}

.required-bl-text {
    display: inline-block;
    text-align: center
}

.info-bl {
    width: 400px;
    min-height: 186px;
    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;
    border-radius: 20px;
    padding: 20px 20px;
    color: #fff
}

.info-bl-closer {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
    font-size: 20px;
    color: #fff
}

.info-bl-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-bl-text {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px
}

.info-bl .icon-check,
.info-bl .icon-warning {
    font-size: 30px
}

.error-bl {
    background-color: #e90000
}

.success-bl {
    background-color: #1fa500
}

.b-breadcrumbs__item > a, .b-breadcrumbs__item > a > span {
    color: rgba(248, 230, 224, 1);;
}
.b-breadcrumbs__item > a:hover, .b-breadcrumbs__item > a > span:hover {
    color: #8A2727;
}
@media (min-width: 899.99px) {
    .b-game__image {
        height: auto;
    }
}
.b-game__window {
    height: 467px;
	overflow: hidden;
}
@media (max-width: 899.98px) {
    .b-game__window {
        height: 355px;
    }
    .b-game__window:not(._fullscreen) .b-game__iframe {
        width: 0;
    }
}
.b-game-info__block_descr .game__text h2 {
    font-family: "Nunito-Bold", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 16px;
}
.b-game-info__block_descr .game__text h3 {
    font-family: "Nunito-Bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 12px;
}
.b-game-info__block_descr p,
.b-game-info__block_descr .game__text,
.b-game-info__block_descr .game__text p,
.b-game-info__block_descr .game__text ul,
.b-game-info__block_descr .game__text,
.privacy__text ul{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: Nunito-Regular;
    color: rgba(248, 230, 224, 1);
}
.b-game-info__block_descr .game__text ul,
.b-game-info__block_descr .game__text ol, 
.privacy__text ul,
.mods-info__block_descr ul,
.mods-info__block_descr ol {
    padding-left: 25px;
}
.b-game-info__block_descr .game__text ul li, .privacy__text ul li,
.mods-info__block_descr ul li {
    list-style: disc;
}
.b-game-info__block_descr .game__text ol li, .privacy__text ol li,
.mods-info__block_descr ol li {
    list-style: decimal;
}
.mods-info__block_descr {
    margin-top: 60px;
	margin-bottom: 80px;
}
.page_main .mods-info__block_descr {
    margin-top: 0px;
	margin-bottom: 0px;
}
.mods-info__block_descr h2, .mods-info__block_descr h3 {
    margin: 0 0 24px;
    font-family: Nunito-Bold,sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
	color: rgba(248, 230, 224, 1);
}
.mods-info__block_descr p,
.mods-info__block_descr ul,
.mods-info__block_descr ol {
    font-family: Nunito-Regular,sans-serif;
	color: rgba(248, 230, 224, 1);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}
.mods-info__block_descr a {
    color: rgba(113, 54, 41, 1);
}
.b-grid__item-single_column {
    margin: 0 !important;
    padding: 0 0 25px 55px;
}
.button {
    cursor: pointer;
}

/* ========== menu ========== */

@media (any-hover: hover) {
    .sublist__body {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s, visibility .2s;
        pointer-events: none;
    }
    .sublist__body::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        height: 30px;
        background-color: transparent;
        z-index: -1 ;
        cursor: default;
    }
    body:not(._touch) .header__menu-item.sublist:hover .header__menu-link svg {
        transform: rotate(-180deg);
    }
    body:not(._touch) .header__menu-item.sublist:hover .sublist__body {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* ========== grid ========== */
.b-grid__container._container {
    align-items: stretch;
}
.b-grid__container .b-grid__content.games_container {
    display: grid;
    grid-template-columns: repeat(5, 200px);
    gap: 24px 18px;
}
.b-grid__container .b-grid__item {
    margin: 0!important;
}
@media(max-width: 1170px) and (min-width: 830px){
	.page_main .b-grid__container .b-grid__content.games_container {
		grid-template-columns: repeat(4, minmax(170px, 1fr));
	}
	.page_main .b-grid__content .b-grid__item:nth-child(n+9){
		display: none;
	}

	.b-grid__container .b-grid__content.games_container {
		grid-template-columns: repeat(4, minmax(170px, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 829px){
	.page_main .b-grid__content .b-grid__item:nth-child(n+7){
		display: none;
	}
	.page_main .b-grid__container .b-grid__content.games_container {
		grid-template-columns: repeat(3,  minmax(200px, 1fr));
	}
	.b-grid__container .b-grid__content.games_container {
		grid-template-columns: repeat(4, minmax(170px, 1fr));
	}
}

@media (max-width: 768px) {
    .b-grid__container._container {
        max-width: none;
    }
   .b-grid__container .b-grid__content.games_container {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
	.page_main .b-grid__content .b-grid__item:nth-child(n+7){
		display: none;
	}
	.footer__list {
		gap: 10px 30px;
	}

	.menu__sublist-link {
		padding: 8px 45px;
	  }

	  .menu__body {
		width: 50%;
	  }
}
@media (max-width: 640px) {
    .b-grid__container .b-grid__content.games_container {
        grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
    }
}

@media (max-width: 500px) {
	.menu__body {
	  width: 100%;
	}
  }

.show_more_text {
    max-height: 625px;
    overflow: hidden;
    margin-bottom: 25px;
}
.show_more_text.active {
    max-height: none;
    height: auto;
}

.popup__acts {
    margin-top: 16px;
}
.popup_review .popup__form {
    margin-bottom: 0;
}

/* ========== recaptcha ========== */
@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.79);
        transform-origin: 0 0;
    }
}
@media (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.75);
    }
}
@media (max-width: 350px) {
    .g-recaptcha {
        transform: scale(0.7);
    }
}

/* ---------- game ---------- */
.game-comments__header {
	display: flex;
	flex: 1 1 auto;
}
.game-comments__user {
	flex: 1 1 auto;
}
.comment-user {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}
.comment-user__name {
	margin-left: 8px;
	text-transform: uppercase;
	font-family: 'Nunito-ExtraBold', sans-serif;
	font-weight: 800;
	font-size: 14px;
}
.comment-user__vote {
	width: 19px;
	height: 20px;
	margin-left: 16px;
	background: no-repeat 0 0;
}
.game-comments__item {
	display: block;
}
.comment-user__vote_like {
	background-image: url('../img/icons/like.svg');
}
.comment-user__vote_dislike {
	background-image: url('../images/dislike.png');
}
.game-comments__btn-reply {
	margin-left: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	background-color: transparent;
	font-family: 'Nunito-Bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	transition: color 0.2s;
}
.game-comments__btn-reply span {
	margin-left: 6px;
	color: inherit;
}
.game-comments__btn-reply path {
	stroke: currentColor;
	transition: stroke 0.2s;
}
.game-comments__btn-reply:hover {
	color: #8A2727;
}
.game-comments__btn-reply svg:hover path {
	fill: none;
	stroke: #8A2727;
}
.game-comments__form-reply {
	display: none;
	margin-top: 16px;
}
.game-comments__form-reply .game-comments__form-text {
	margin-bottom: 16px;
}
.game-comments__form-reply textarea.input {
	padding: 16px 10px;
	height: 60px;
}
.game-comments__form-input {
	border-radius: 12px;
}
.game-comments__form-reply .input {
	font-size: 16px;
	padding: 12px 10px;
}
.game-comments__group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form__line__buttons {
	flex: 1 1 auto;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	align-items: flex-start;
}
.form__line__buttons .button {
	margin: 0;
	min-width: 120px;
}
.form__btn_reset {
	background-color: #292221;
	box-shadow: 0 6px 0 0 #000;
}
/* .form__btn_reset:hover {
	background-color: rgba(113, 54, 41, 1);
}
.form__btn_reset:active {
	box-shadow: 0 2px 0 0 #352752;
} */
@media (max-width: 899.98px) {
	.game-comments__form-reply .input {
		width: 100%;
		flex: 1 1 100%;
	}
	.form__line__buttons {
		justify-content: space-between;
	}
  .form__line__buttons .button {
    min-width: 100px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1170px) {
	.game-comments__replies .game-comments__form-input,
	.game-comments__replies .game-comments__form-input .input {
		width: 100%;
		flex: 1 1 100%;
		margin: 0;
	}
	.game-comments__replies .form__line__buttons {
		justify-content: space-between;
		margin-top: 16px;
	}
}
.game-comments__btn-replies {
	display: inline-flex;
	align-items: center;
	margin-top: 16px;
	user-select: none;
	font-family: 'Nunito-Bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14;
	color: #8A2727;
	background-color: transparent;
}
.game-comments__btn-replies::before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23EA0042' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");
	transition: transform 0.2s ease-in-out;
}
.game-comments__btn-replies._active::before {
	transform: rotate(-180deg);
}
.game-comments__replies .game-comments__item {
	border: 1px solid #352752;
	border-radius: 16px;
}
.game-comments__replies {
	display: none;
	margin-top: 16px;
}
.b-game__prompt {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	z-index: 1;
	transition: opacity 0.2s ease-in-out;
}
.b-game__prompt._open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.game-prompt {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 8px 10px;
	background-color: #ffb23f;
	border-radius: 4px;
}
.game-prompt__caption {
	flex: 1 1 auto;
	margin: 0;
	font-family: 'Nunito-ExtraBold', sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.14;
	color: #2d1839;
}
.game-prompt__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
}
.game-prompt__btn::before {
	content: '';
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath class='st0' d='M13,1L1,13' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath class='st0' d='M1,1l12,12' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat;
	transition: transform 0.2s ease-in-out;
}
.play-similar {
	position: relative;
	z-index: 1;
	margin: 40px 0;
	font-family: 'Nunito-ExtraBold', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
@media (any-hover: hover) {
	.game-prompt__btn:hover::before {
		transform: rotate(-270deg);
	}
}

.comment-user__avatar{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.comment-user__avatar img{
    border-radius: 50%;
}

.comment_color_1{
    background-color: #2600E3;
}

.comment_color_2{
    background-color: #894BFF;
}

.comment_color_3{
    background-color: #6C50FA;
}

.comment_color_4{
    background-color: #BD2C05;
}

.comment_color_5{
    background-color: #99002B;
}

.comment_color_6{
    background-color:  #EA0042;
}

.comment_color_7{
    background-color: #FFB23F;
}

.comment_color_8{
    background-color: #FF592C;
}


/* ---------- personages ---------- */
.personages_bottom {
	padding: 60px 0 32px;
    margin: 0;
}
.personages_bottom .personages__dropdown {
	bottom: 0;
	top: auto;
}
.personages_bottom .personages__btn,
.personages_bottom .personages__popup-link {
	align-self: flex-end;
}
.personages__title {
	margin: 0 0 16px;
	font-family: 'Nunito-Bold', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.33;
	color: #fff;
}
body::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	pointer-events: none;
	transition: background-color 0.4s;
}
body._personages-is-open::before {
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0.75);
}
.page-download._personages-is-open::after {
	content: none;
}
@media (min-width: 899.98px) {
	.personages__popup-link {
		display: none;
	}
	.personages__dropdown._open {
		max-height: 600px;
		z-index: 12;
	}
	body::before {
		content: '';
	}
}
@media (max-width: 899.98px) {
	.personages__popup-link {
		display: flex;
	}
	.personages__btn {
		display: none;
	}
    .personages_bottom {
        padding: 60px 0 32px;
        margin: 0;
    }
}

.blackout::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.no-pointer{
    pointer-events: none;
}

/* ---------- rating ---------- */
@font-face {
	font-family: star;
	src: url('../fonts/star.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[hidden] {
	display: none;
}
.rating {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: center;
	margin: 24px 0;
}

.rating-stars {
	display: flex;
	align-items: flex-end;
	font-size: 19px;
	line-height: 1;
	transition: opacity 0.2s;
}
.rating-stars.rating-stars_sending {
	opacity: 0.2;
}
.rating-stars.rating-stars_set .rating-stars__active,
.rating-stars.rating-stars_set .rating-stars__item {
	cursor: pointer;
}
.rating-stars__body {
	position: relative;
}

.rating-stars__body::before {
	content: '\e900\e900\e900\e900\e900';
	display: block;
	font-family: star;
	letter-spacing: 5px;
	color: #292221;
}
.rating-stars__active {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.rating-stars__active::before {
	content: '\e900\e900\e900\e900\e900';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: star;
	letter-spacing: 5px;
	color: rgba(138, 39, 39, 1);
	transition: color 0.2s;
}
@media (any-hover: hover) {
	.rating-stars__active.rating-stars_hover::before {
		color: #ffb23f;
	}
}
.rating-stars__items {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.rating-stars__item {
	flex: 0 0 20%;
	height: 100%;
	opacity: 0;
}
.rating-stars__value {
	font-size: 50%;
	line-height: 1;
	padding: 0 0 0 10px;
}
.rating__link {
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 30px;
	line-height: 1.57;
	padding: 4px 8px;
	font-family: 'Nunito-Bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
}

#voted_count{
    margin: 0 3px;
}

/* ---------- game ---------- */
.game-comments__header {
	display: flex;
	flex: 1 1 auto;
}
.game-comments__user {
	flex: 1 1 auto;
}
.comment-user {
	display: flex;
	align-items: center;
}
.comment-user__name {
	margin-left: 8px;
	text-transform: uppercase;
	font-family: 'Nunito-ExtraBold', sans-serif;
	font-weight: 800;
	font-size: 14px;
}
.comment-user__vote {
	width: 19px;
	height: 20px;
	margin-left: 16px;
	background: no-repeat 0 0;
}
.game-comments__item {
	display: block;
}
.comment-user__vote_like {
	background-image: url('../img/icons/like.svg');
}
.comment-user__vote_dislike {
	background-image: url('../images/dislike.png');
}
.game-comments__btn-reply {
	margin-left: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	background-color: transparent;
	font-family: 'Nunito-Bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	transition: color 0.2s;
}
.game-comments__btn-reply span {
	margin-left: 6px;
	color: inherit;
}
.game-comments__btn-reply path {
	stroke: currentColor;
	transition: stroke 0.2s;
}
.game-comments__btn-reply:hover {
	color: #8A2727;
}
.game-comments__btn-reply svg:hover path {
	fill: none;
	stroke: #8A2727;
}
.game-comments__form-reply {
	display: none;
	margin-top: 16px;
}
.game-comments__form-reply .game-comments__form-text {
	margin-bottom: 16px;
}
.game-comments__form-reply textarea.input {
	padding: 16px 10px;
	height: 60px;
}
.game-comments__form-input {
	border-radius: 12px;
}
.game-comments__form-reply .input {
	font-size: 16px;
	padding: 12px 10px;
}
.game-comments__group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form__line__buttons {
	flex: 1 1 auto;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	align-items: flex-start;
}
.form__line__buttons .button {
	margin: 0;
	min-width: 120px;
}
.form__btn_reset {
	background-color: #292221;
	box-shadow: 0 6px 0 0 #000;
}
/* .form__btn_reset:hover {
	background-color: #4c3a6e;
}
.form__btn_reset:active {
	box-shadow: 0 2px 0 0 #352752;
} */
@media (max-width: 899.98px) {
	.game-comments__form-reply .input {
		width: 100%;
		flex: 1 1 100%;
	}
	.form__line__buttons {
		justify-content: space-between;
	}
  .form__line__buttons .button {
    min-width: 100px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1170px) {
	.game-comments__replies .game-comments__form-input,
	.game-comments__replies .game-comments__form-input .input {
		width: 100%;
		flex: 1 1 100%;
		margin: 0;
	}
	.game-comments__replies .form__line__buttons {
		justify-content: space-between;
		margin-top: 16px;
	}
}
.game-comments__btn-replies {
	display: inline-flex;
	align-items: center;
	margin-top: 16px;
	user-select: none;
	font-family: 'Nunito-Bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14;
	color: #8A2727;
	background-color: transparent;
}
.game-comments__btn-replies::before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url("../images/chevron-down.png");
	transition: transform 0.2s ease-in-out;
}
.game-comments__btn-replies._active::before {
	transform: rotate(-180deg);
}
.game-comments__replies .game-comments__item, .game-comments__replies .comments__item {
	border: 1px solid #45231C;
	border-radius: 16px;
}
.game-comments__replies {
	display: none;
	margin-top: 16px;
}
.b-game__prompt {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	z-index: 1;
	transition: opacity 0.2s ease-in-out;
}
.b-game__prompt._open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.game-prompt {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 8px 10px;
	background-color: #ffb23f;
	border-radius: 4px;
}
.game-prompt__caption {
	flex: 1 1 auto;
	margin: 0;
	font-family: 'Nunito-ExtraBold', sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.14;
	color: #2d1839;
}
.game-prompt__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
}
.game-prompt__btn::before {
	content: '';
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath class='st0' d='M13,1L1,13' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath class='st0' d='M1,1l12,12' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat;
	transition: transform 0.2s ease-in-out;
}
.play-similar {
	position: relative;
	z-index: 1;
	margin: 40px 0;
	font-family: 'Nunito-ExtraBold', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
@media (any-hover: hover) {
	.game-prompt__btn:hover::before {
		transform: rotate(-270deg);
	}
}

#wg-player-container{
	height: 270px; 
	width: 480px;
}

@media (max-width: 900px) {
	#wg-player-container{
		height: 169px; 
		width: 300px;
	}
}

.autocomplete-suggestion:nth-child(n+5) {
	display: none;
  }

  /* preloader */

  .loader {
	font-size: 4px;
  	width: 5px;
  	height: 5px;
	border-radius: 50%;
	position: relative;
	animation: load 1.1s infinite ease;
	transform: translateZ(0);
	display: none;
	margin-bottom: 2px;
  }
  @keyframes load {
	0%, 100% {
	  box-shadow: 0em -2.6em 0em 0em white, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em white, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em white, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em white, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em white, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em white, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em white, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em white;
	}
  }
  .btn-loading, .btn-loading:hover, .btn-loading:before {
	background-color: rgba(225, 225, 225, 0.8) !important;
  }

  .loader-img{
	position: absolute;
	font-size: 9px;
	width: 9px;
	height: 9px;
	top: 32%;
	z-index: 10;
	border-radius: 50%;
	animation: color-load 1.1s infinite ease;
	transform: translateZ(0);
  }

  .b-game__preloader.loader-img{
	top: 50%;
	font-size: 15px;
	width: 15px;
	height: 15px;
  } 

  @keyframes color-load {
	0%, 100% {
	  box-shadow: 0em -2.6em 0em 0em rgb(138, 39, 39), 1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2), 2.5em 0em 0 0em rgba(138, 39, 39, 0.2), 1.75em 1.75em 0 0em rgba(138, 39, 39, 0.2), 0em 2.5em 0 0em rgba(138, 39, 39, 0.2), -1.8em 1.8em 0 0em rgba(138, 39, 39, 0.2), -2.6em 0em 0 0em rgba(138, 39, 39, 0.5), -1.8em -1.8em 0 0em rgba(138, 39, 39, 0.7);
	}
	12.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(138, 39, 39, 0.7), 1.8em -1.8em 0 0em rgb(138, 39, 39), 2.5em 0em 0 0em rgba(138, 39, 39, 0.2), 1.75em 1.75em 0 0em rgba(138, 39, 39, 0.2), 0em 2.5em 0 0em rgba(138, 39, 39, 0.2), -1.8em 1.8em 0 0em rgba(138, 39, 39, 0.2), -2.6em 0em 0 0em rgba(138, 39, 39, 0.2), -1.8em -1.8em 0 0em rgba(138, 39, 39, 0.5);
	}
	25% {
	  box-shadow: 0em -2.6em 0em 0em rgba(138, 39, 39, 0.5), 1.8em -1.8em 0 0em rgba(138, 39, 39, 0.7), 2.5em 0em 0 0em rgb(138, 39, 39), 1.75em 1.75em 0 0em rgba(138, 39, 39, 0.2), 0em 2.5em 0 0em rgba(138, 39, 39, 0.2), -1.8em 1.8em 0 0em rgba(138, 39, 39, 0.2), -2.6em 0em 0 0em rgba(138, 39, 39, 0.2), -1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2);
	}
	37.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(138, 39, 39, 0.2), 1.8em -1.8em 0 0em rgba(138, 39, 39, 0.5), 2.5em 0em 0 0em rgba(138, 39, 39, 0.7), 1.75em 1.75em 0 0em rgb(138, 39, 39), 0em 2.5em 0 0em rgba(138, 39, 39, 0.2), -1.8em 1.8em 0 0em rgba(138, 39, 39, 0.2), -2.6em 0em 0 0em rgba(138, 39, 39, 0.2), -1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2);
	}
	50% {
	  box-shadow: 0em -2.6em 0em 0em rgba(138, 39, 39, 0.2), 1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2), 2.5em 0em 0 0em rgba(138, 39, 39, 0.5), 1.75em 1.75em 0 0em rgba(138, 39, 39, 0.7), 0em 2.5em 0 0em rgb(138, 39, 39), -1.8em 1.8em 0 0em rgba(138, 39, 39, 0.2), -2.6em 0em 0 0em rgba(138, 39, 39, 0.2), -1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2);
	}
	62.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(138, 39, 39, 0.2), 1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2), 2.5em 0em 0 0em rgba(138, 39, 39, 0.2), 1.75em 1.75em 0 0em rgba(138, 39, 39, 0.5), 0em 2.5em 0 0em rgba(138, 39, 39, 0.7), -1.8em 1.8em 0 0em rgb(138, 39, 39), -2.6em 0em 0 0em rgba(138, 39, 39, 0.2), -1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2);
	}
	75% {
	  box-shadow: 0em -2.6em 0em 0em rgba(138, 39, 39, 0.2), 1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2), 2.5em 0em 0 0em rgba(138, 39, 39, 0.2), 1.75em 1.75em 0 0em rgba(138, 39, 39, 0.2), 0em 2.5em 0 0em rgba(138, 39, 39, 0.5), -1.8em 1.8em 0 0em rgba(138, 39, 39, 0.7), -2.6em 0em 0 0em rgb(138, 39, 39), -1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2);
	}
	87.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(138, 39, 39, 0.2), 1.8em -1.8em 0 0em rgba(138, 39, 39, 0.2), 2.5em 0em 0 0em rgba(138, 39, 39, 0.2), 1.75em 1.75em 0 0em rgba(138, 39, 39, 0.2), 0em 2.5em 0 0em rgba(138, 39, 39, 0.2), -1.8em 1.8em 0 0em rgba(138, 39, 39, 0.5), -2.6em 0em 0 0em rgba(138, 39, 39, 0.7), -1.8em -1.8em 0 0em rgb(138, 39, 39);
	}
  }
