:root {
	--open-sans-font: "Open Sans",Roboto,Arial,sans-serif;
	--roboto-font: "Roboto",Arial,sans-serif;
	--color-green: #01875f;
	--color-green-hover: #056449;
}

body {
	background-color: #fff;
	font-family: var(--open-sans-font);
	font-size: 14px;	
	color: #333;
	padding-top: 64px;
	min-width: 320px;
	overflow-x: hidden;
}

a, a:hover, a:link, a:visited {
	outline: none !important;
}

a {
	color: var(--color-green);
}

a:hover {
	color: var(--color-green-hover);
}

a:focus, a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}

/* MARGIN */

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

/**********************/

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

/**********************/

.ml-0 {
	margin-left: 0 !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

/**********************/

.mr-0 {
	margin-right: 0 !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

/* PADDING */

.pad-0 {
	padding: 0 !important;
}

.pad-10 {
	padding: 10px !important;
}

.pad-15 {
	padding: 15px !important;
}

.pad-20 {
	padding: 20px !important;
}

.pad-30 {
	padding: 30px !important;
}

/**********************/

.pt-0 {
	padding-top: 0 !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

/**********************/

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

/**********************/

.pl-0 {
	padding-left: 0 !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

/**********************/

.pr-0 {
	padding-right: 0 !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.show {
	display: block;
}

.hide {
	display: none;
}

/** Navbar **/

.navbar-inverse {
	background-color: #fff;
	margin-bottom: 0;
	border: none;
	
	transition: all .3s ease-in-out;
}

.navbar-shadow {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
	
	transition: all .3s ease-in-out;
}

.navbar-brand {
	height: 64px;
	padding: 14px 15px;
}

.navbar-brand > img {
	height: 36px;
}

.navbar-mobile {
	float: left;
	width: 100%;
	position: relative;
}

.navbar-mobile-nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.navbar-mobile-nav > li {
	position: relative;
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	max-width: 112px;
}

.navbar-mobile-nav > li > a {
	position: relative;
	display: block;
}

.nav > li > a, 
.navbar-mobile-nav > li > a {
	padding: 10px 16px;
}

.navbar-nav > li > a {
	padding-top: 22px;
	padding-bottom: 22px;
}

.navbar-mobile-nav > li > a {
	padding-top: 14px;
	padding-bottom: 14px;
}

.navbar-inverse .navbar-nav > li > a, 
.navbar-mobile-nav > li > a {
	color: rgb(95,99,104);
	font-size: 14px;
	font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-mobile-nav > li > a:focus, 
.navbar-mobile-nav > li > a:hover {
	color: #000;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-mobile-nav > .active > a, 
.navbar-mobile-nav > .active > a:focus, 
.navbar-mobile-nav > .active > a:hover {
	color: var(--color-green);
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a::after, 
.navbar-inverse .navbar-nav > .active > a:focus::after, 
.navbar-inverse .navbar-nav > .active > a:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 16px;
	background-color: var(--color-green);
	height: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/** ROOT CONTENT **/
.banners, 
.banners .left-banner-content, 
.banners .right-banner-content, 
.banners .title, 
.banners .corporation, 
.banners .inapps, 
.banners .ratings, 
.banners .action, 
.banners .icon {
	float: left;
	width: 100%;
	position: relative;
}

.btn {
	font-family: var(--open-sans-font);
	/*line-height: 24px;*/
	font-size: 14px;
	letter-spacing: .00625em;
	font-weight: 500;
	height: 36px;
	margin: 4px 0;
	min-height: 36px;
	min-width: 160px;
	padding: 6px 16px;
	border-radius: 8px;
	
	box-shadow: none !important;
}

.btn-cat {
	min-width: auto;
	min-height: auto;
	padding: 0 15px 0 15px;
	height: 32px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 16px;
	border-color: rgb(218,220,224);
	font-size: 14px;
	letter-spacing: .0107142857em;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.btn-main {
	background-color: var(--color-green);
	color: #fff;
}

.btn-main:hover, 
.btn-main:focus {
	background-color: var(--color-green-hover);
	color: #fff;
}

.btn-cancel {
	background-color: transparent;
	color: rgb(95,99,104);
}

.btn-cancel:hover, 
.btn-cancel:focus {
	background-color: rgb(244, 244, 244);
	color: rgb(32,33,36);
}

/* BANNERS */
.banners {
	padding: 48px 0 32px;
}

.banners .title {
	
}

.banners .title h1 {
	font-family: var(--roboto-font);
	line-height: 32px;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 500;
	overflow-wrap: anywhere;
	word-break: keep-all;
}

.banners .corporation {
	line-height: 24px;
	font-size: 16px;
	letter-spacing: .00625em;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 16px;
}

.banners .inapps {
	font-family: var(--roboto-font);
	color: rgb(95,99,104);
	line-height: 16px;
	font-size: 12px;
	font-style: normal;
	letter-spacing: .025em;
	font-weight: 400;
}

.banners .ratings {
	display: flex;
	align-items: center;
	margin: 16px 0 24px;
	padding: 12px 0;
}

.banners .ratings .row-rating {
	display: flex;
	align-items: center;
}

.banners .ratings .item-rating {
	position: relative;
	padding: 0 24px;
}

.banners .ratings .item-rating:first-child {
	padding-left: 0;
}

.banners .ratings .item-rating:not(:first-child)::before {
	background-color: rgb(232,234,237);
	content: "";
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: calc(50% - 12px);
	width: 1px;
}

.banners .ratings .item-rating .val-rating, 
.banners .ratings .item-rating .sub-rating {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	white-space: nowrap;
	font-family: var(--roboto-font);
}

.banners .ratings .item-rating .val-rating {
	line-height: 20px;
	font-size: 14px;
	color: rgb(32,33,36);
	letter-spacing: .0178571429em;
	font-weight: 500;
	height: 24px;
}

.banners .ratings .item-rating .sub-rating {
	line-height: 16px;
	font-size: 12px;
	color: rgb(95,99,104);
	letter-spacing: .025em;
	font-weight: 400;
	height: 20px;
}

.banners .ratings .item-rating .sub-rating a, 
.banners .ratings .item-rating .sub-rating a:hover, 
.banners .ratings .item-rating .sub-rating a:focus {
	display: flex;
	color: rgb(95,99,104);
}

.banners .ratings .item-rating .gico {
	font-size: 12px;
}

.banners .action {
	
}

.banners .icon {
	display: flex;
	justify-content: end;	
}

.banners .banner-ico-identity {
	display: none;
}

.banners .icon img, 
.icon-identity img {
	border-radius: 20%;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}

/* CONTENT */

.content, 
.content .slider, 
.content .left-content, 
.content .right-content, 
.content .section-content, 
.content .section-content > section, 
.content .section-item > div, 
.section-content .updateon-section > div, 
.section-content .section-item .datasafety .see-details, 
.section-content .rating-reviews, 
.section-content .rating-reviews > div, 
.section-content .main-reviews, 
.section-content .main-reviews > div, 
.section-content .main-reviews .item-review > div, 
.section-content .main-reviews .item-review > div > div {
	float: left;
	width: 100%;
	position: relative;
}

.content {
	margin-top: 40px;
}

.content .slider {
	margin-bottom: 24px;
}

.content .slider img {
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
	border-radius: 8px;
}

.content .section-content {
	
}

.section-content .section-item {
	color: rgb(95,99,104);
	padding-top: 20px;
}

.section-content .section-item .title-section {
	margin-bottom: 20px;
	display: flex;
	justify-content: start;
}

.section-content .section-item .title-section .in-title {
	margin-right: 16px;
}

.section-content .section-item .title-section h2 {
	color: rgb(32,33,36);
	line-height: 20px;
	font-size: 18px;
	font-family: var(--open-sans-font);
	letter-spacing: 0;
	font-weight: 500;
}

.section-content .section-item .title-section .act-title {
	display: inline-block;	
	margin: -11px;
}

.section-content .section-item .title-section .act-title a {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: rgb(95,99,104);
	font-size: 24px;
	width: 48px;
	height: 48px;
	padding: 12px;
	border-radius: 50px;
}

.section-content .section-item .title-section .act-title a, 
.section-content .section-item .title-section .act-title a:visited {
	background: transparent;
}

.section-content .section-item .title-section .act-title a:hover {
	background-color: rgb(238, 238, 238);
}

.section-content .section-item .title-section .act-title a:focus {
	background-color: rgb(210, 211, 213);
}

.section-content .section-item .title-section .act-title a .gico {
	font-size: 20px;
}

.section-content .section-item .desc-section {
	font-family: var(--roboto-font);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .0142857143em;
	line-height: 20px;
}

.section-content .section-item .updateon-section {
	margin-top: 24px;
	font-size: 14px;
	line-height: 20px;
}

.section-content .updateon-section .head-updateon {
	color: rgb(32,33,36);
	font-family: var(--open-sans-font);
	letter-spacing: .0178571429em;
	font-weight: 500;
}

.section-content .updateon-section .tile-updateon {
	font-family: var(--roboto-font);
	letter-spacing: .0142857143em;
	font-weight: 400;
	margin-top: 4px;	
}

.section-content .section-item .cat-section {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 12px;
	margin-top: 28px;	
}

.section-content .section-item .datasafety {
	border-radius: 8px;
	border: 1px solid rgb(218,220,224);
	margin-top: 30px;
	padding: 20px 20px 0;
}

.listof-datasafety {
	list-style: none;
	padding: 0;
	margin: 0;
}

.listof-datasafety > li {
	display: flex;
	align-items: flex-start;
}

.listof-datasafety > li + li {
	margin-top: 20px
}

.listof-datasafety .ico {
	height: 20px;
	margin-right: 20px;
	width: 20px;
}

.listof-datasafety .detail {
	letter-spacing: .0142857143em;
}

.listof-datasafety .detail p {
	margin-bottom: 0;
}

.listof-datasafety .detail p.small {
	color: rgb(95,99,104);
	font-family: var(--roboto-font);
	line-height: 16px;
	font-size: 12px;
	letter-spacing: .025em;
	font-weight: 400;
}

.listof-datasafety .detail p.small a, 
.listof-datasafety .detail p.small a:hover, 
.listof-datasafety .detail p.small a:focus {
	color: rgb(95,99,104);
	text-decoration: underline;
}

.section-content .section-item .datasafety .see-details {
	margin: 10px 0;
}

.section-content .section-item .datasafety .see-details a {
	font-family: var(--open-sans-font);
	font-size: 14px;
	letter-spacing: .0107142857em;
	font-weight: 600;
	text-transform: none;
	height: 36px;
	border-radius: 4px;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 8px 0 8px;
	color: var(--color-green);
}

.section-content .section-item .datasafety .see-details a:hover, 
.section-content .section-item .datasafety .see-details a:focus {
	background-color: rgba(154, 255, 184, 0.23);
	color: var(--color-green-hover);
}

.section-content .section-item .title-section .helper-title {
	display: flex;
	margin-left: auto;
}

.section-content .section-item .title-section .helper-title a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px 0 8px;
	border-radius: 8px;
	color: rgb(95,99,104);
	font-weight: 500;	
	height: 48px;
	margin-top: -10px;
}

.section-content .section-item .title-section .helper-title a:hover, 
.section-content .section-item .title-section .helper-title a:focus {
	color: #000;
}

.section-content .section-item .title-section .helper-title a:hover {
	background-color: rgb(247, 247, 247);
}

.section-content .section-item .title-section .helper-title a:focus {
	background-color: rgb(210, 211, 213);
}

.section-content .section-item .title-section .helper-title .gico {
	font-size: 16px;
	width: 16px;
	height: 16px;
	font-weight: 600;
	margin-left: 8px;
}

/** RATINGS **/

.section-content .rating-reviews {
	
}

.section-content .rating-reviews .nav-ratings {
	margin-bottom: 12px;
}

.section-content .rating-reviews .navrats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-content .rating-reviews .navrats li > a {
	display: flex;
	font-weight: 600;
	padding: 0 16px 0 16px;
}

.section-content .rating-reviews .navrats li > a .gico {
	font-size: 16px;
	margin-right: 8px;
}

.section-content .rating-reviews .navrats li > a.active {
	background-color: #e6f3ef;
	color: var(--color-green-hover);
	border-color: #e6f3ef;
}

.section-content .rating-reviews .val-ratings {
	padding-bottom: 16px;
}

.section-content .rating-reviews .val-ratings .main-valrats {
	display: flex;
	padding-top: 24px;		
}

.section-content .rating-reviews .val-ratings .row-valrats {
	display: grid;
	column-gap: 24px;
	flex-grow: 1;
	grid-template-columns: max-content auto;	
}

.section-content .rating-reviews .val-ratings .point-valrats .point {
	color: rgb(32,33,36);
	line-height: 64px;
	font-size: 56px;
	letter-spacing: 0;
	font-family: var(--roboto-font);
	font-weight: 400;
}

.stars {
	display: inline-flex;
}

.stars > span {
	display: inline-block;
	width: 16px;
	height: 16px;	
}

.stars.xs-stars > span {
	width: 12px;
	height: 12px;	
}

.stars .star-green, 
.stars .star-half .green-s {
	color: var(--color-green);
	fill: var(--color-green);
	stop-color: var(--color-green);
}

.stars .star-grey, 
.stars .star-half .grey-s {
	fill: rgb(241,243,244);
	stop-color: rgb(241,243,244);
}

.section-content .rating-reviews .val-ratings .point-valrats .totreviews {
	color: rgb(95,99,104);
	font-family: var(--roboto-font);
	line-height: 16px;
	font-size: 12px;
	letter-spacing: .025em;
	font-weight: 400;
	margin-top: 8px;
}

.section-content .rating-reviews .val-ratings .progress-valrats {
	
}

.section-content .rating-reviews .val-ratings .progress-valrats .item-progress {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
}

.section-content .rating-reviews .val-ratings .progress-valrats .item-progress .pt-progress {
	font-family: var(--roboto-font);
	line-height: 16px;
	font-size: 12px;
	letter-spacing: .025em;
	font-weight: 400;
	padding-right: 16px;
}

.section-content .rating-reviews .val-ratings .progress-valrats .item-progress .bar-progress {
	border-radius: 9999px;
	background-color: rgb(232,234,237);
	height: 10px;
}

.section-content .rating-reviews .val-ratings .progress-valrats .item-progress .progress-done {
	background-color: var(--color-green);
	height: 100%;
	border-radius: inherit;
}

/** REVIEWS **/

.section-content .rating-reviews .val-reviews {
	padding: 16px 0;
}

.section-content .main-reviews {
	
}

.section-content .main-reviews > .item-review + .item-review {
	margin-top: 48px;
}

.section-content .main-reviews .head-review {

}

.section-content .main-reviews .head-review .user-review {
	display: flex;
	align-items: center;
	justify-content: space-between;		
}

.section-content .main-reviews .head-review .detail-user {
	display: grid;
	-moz-box-align: center;
	align-items: center;
	grid-column-gap: 16px;
	grid-template-columns: repeat(2,max-content);
}

.section-content .main-reviews .head-review .img-user {
	
}

.section-content .main-reviews .head-review .img-user img {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-size: cover;
}

.section-content .main-reviews .head-review .name-user {
	color: rgb(32,33,36);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .0142857143em;
	line-height: 20px;	
}

.section-content .main-reviews .head-review .act-review {
	
}

.section-content .main-reviews .head-review .date-review {
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	float: unset;
}

.section-content .main-reviews .head-review .date-review .rate {
	display: inline-block;
}

.section-content .main-reviews .head-review .date-review .date {
	color: rgb(95,99,104);
	font-family: var(--roboto-font);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 16px;
	margin-left: 1ch;	
}

.section-content .main-reviews .body-review {
	margin-top: 8px;
}

.section-content .main-reviews .body-review .content-review {
	font-size: 14px;
	letter-spacing: .0142857143em;
	line-height: 20px;
	overflow-wrap: anywhere;
}

.section-content .main-reviews .body-review .helpfull-review {
	margin-top: 16px;
	font-family: var(--roboto-font);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 16px;
}

.section-content .main-reviews .foot-review {
	display: flex;
	align-items: center;
	margin-top: 12px;	
}

.section-content .main-reviews .foot-review .text-foot-review, 
.section-content .main-reviews .foot-review .act-foot-review {
	width: auto;
	float: unset;
}

.section-content .main-reviews .foot-review .text-foot-review {
	font-family: var(--roboto-font);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 16px;
	margin-right: 24px;
}

.section-content .main-reviews .foot-review .act-foot-review {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.section-content .main-reviews .foot-review .act-foot-review .btn {
	height: 24px;
	line-height: 10px;
	padding: 0 12px 0 12px;
}

.section-content .section-item.section-whatsnew .updateon-section {
	margin-top: 0;
}

.section-content .section-whatsnew .updateon-section .head-updateon {
	color: rgb(95,99,104);
	font-weight: 400;
}

.section-content .section-item .title-section .in-title.inappropriate {
	margin-right: 0;
	color: rgb(32,33,36);
	line-height: 20px;
	font-size: 14px;
	letter-spacing: .0178571429em;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.section-content .section-item .title-section .in-title.inappropriate .gico {
	color: rgb(95,99,104);
	font-size: 18px;
	margin-right: 16px;
}

/** Developer Contact **/

.developer-contact, 
.item-dev-contact, 
.item-dev-contact .desc > div {
	float: left;
	width: 100%;
	position: relative;	
}

.developer-contact {
	
}

.row-dev-contact {
	margin: -12px;
}

.item-dev-contact {
	display: flex;
	flex-direction: column;	
}

.item-dev-contact a {
	display: flex;
	position: relative;
	outline: none;
	color: inherit;
	text-decoration: none;
	padding: 12px;
	border-radius: 8px;
}

.item-dev-contact a:hover {
	background-color: rgb(247, 247, 247);
}

.item-dev-contact a:focus {
	background-color: rgb(210, 211, 213);
}

.item-dev-contact .ico {
	
}

.item-dev-contact .ico .gico {
	color: rgb(95,99,104);
	font-size: 18px;
	margin-right: 16px;
}

.item-dev-contact .desc {
	
}

.item-dev-contact .desc .head-desc {
	color: rgb(32,33,36);
	font-family: var(--open-sans-font);
	line-height: 20px;
	font-size: 14px;
	letter-spacing: .0178571429em;
	font-weight: 600;
}

.item-dev-contact .desc .tail-desc {
	color: rgb(95,99,104);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .0142857143em;
	line-height: 20px;
	font-family: var(--roboto-font);
	overflow-wrap: anywhere;
}

/** Similiar Games **/

.similiar-games, 
.item-sim-games, 
.item-sim-games .desc > div {
	float: left;
	width: 100%;
	position: relative;	
}

.row-sim-games {
	margin: -12px;
}

.item-sim-games {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(2,1fr);
}

.item-sim-games a {
	display: flex;
	position: relative;
	outline: none;
	color: inherit;
	text-decoration: none;
	padding: 12px;
	border-radius: 8px;
}

.item-sim-games a:hover {
	background-color: rgb(247, 247, 247);
}

.item-sim-games a:focus {
	background-color: rgb(210, 211, 213);
}

.item-sim-games .content-sim-games {
	column-gap: 16px;
	display: grid;
	grid-template-columns: max-content auto;
}

.item-sim-games .ico img {
	border-radius: 12px;
	border-width: 0;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
	height: 56px;
	width: 56px;
}

.item-sim-games .desc .title {
	font-family: var(--roboto-font);
	color: rgb(32,33,36);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.2px;
}

.item-sim-games .desc .corp {
	font-family: var(--roboto-font);
	color: rgb(32,33,36);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: .2px;
}

.item-sim-games .desc .rate {
	display: flex;
	align-items: center;
	color: rgb(95,99,104);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: .2px;
}

.item-sim-games .desc .rate .gico {
	font-size: 10px;
	margin-left: 2px;
}

/* ### PREVIOUS AND NEXT ARROW BUTTONS ### */
.sa_owl_theme .owl-nav {
	display: block !important;
}

.autohide-arrows .owl-nav {
	display: none !important;
}

.autohide-arrows:hover .owl-nav {
	display: block !important;
}

.sa_owl_theme .owl-nav div,
.sa_owl_theme .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -28px !important;
	height: 56px !important;
	width: 56px !important;
	
	background: #fff !important;
	display: inline-flex;
	align-items: center;
	align-content: center;
	border-radius: 50%;
	justify-content: center;
	
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
	
	-webkit-transition: all .3s ease-in-out !important;
			transition: all .3s ease-in-out !important;
}

.sa_owl_theme .owl-nav .gico {
	color: rgb(95,99,104);
	font-size: 36px;
}

.sa_owl_theme .owl-nav .owl-prev {
	left: -28px;
}

.sa_owl_theme .owl-nav .owl-next {
	right: -28px;
}

.sa_owl_theme .disabled .owl-prev,
.sa_owl_theme .disabled .owl-next {
	display: none !important;
}

.own-slider {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.own-slider .item {
	flex-shrink: 0;
	scroll-snap-align: start;
	margin-right: 12px;
}

.own-nav {
	display: block;
}

.own-nav button {
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.own-nav button {
	position: absolute;
	top: calc(50% - 28px);
	height: 56px;
	width: 56px;
	
	background: #fff;
	display: inline-flex;
	align-items: center;
	align-content: center;
	border-radius: 50%;
	justify-content: center;
	
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
	
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.own-nav .gico {
	color: rgb(95,99,104);
	font-size: 36px;
}

.own-nav .own-prev {
	left: -28px;
}

.own-nav .own-next {
	right: -28px;
}

/** DOWNLOAD APK **/
.progress-circle {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100px;
	height: 100px;
}

.progress-circle circle {
	fill: none;
	stroke-linecap: round; /* Makes the progress bar ends round */
}

.progress-text {
	display: none;
}

.progress-text {
	font-weight: 600;
}

.btn-download-mobile {
	display: none;
}

/** FOOTER **/

footer, 
.navigation-footer, 
.navigation-footer .innav-footer, 
.navigation-footer .nav-footer, 
.tail-footer, 
.navtail-footer {
	float: left;
	width: 100%;
	position: relative;
}

footer {
	border-top: 1px solid rgb(232,234,237);
	margin-top: 36px;
	padding-top: 36px;
	padding-bottom: 16px;
}

.navigation-footer {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 24px;
}

.navigation-footer .innav-footer {
	color: rgb(95,99,104);
	font-size: 14px;
	letter-spacing: .0178571429em;
	line-height: 32px;
	font-weight: 600;
}

.navigation-footer .nav-footer {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation-footer .nav-footer > li a {
	color: rgb(95,99,104);
	line-height: 32px;
}

.navigation-footer .nav-footer > li a:hover, 
.navigation-footer .nav-footer > li a:focus {
	color: var(--color-green);
}

.tail-footer {
	margin-top: 32px;
} 

.navtail-footer {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.navtail-footer > li + li {
	margin-right: 24px;
}

.navtail-footer > li.lang-footer {
	margin-left: auto;
	margin-right: 0;
}

.navtail-footer > li > a, 
.navtail-footer > li.lang-footer {
	color: rgb(95,99,104);
	font-size: 12px;
	line-height: 48px;
}

.navtail-footer > li > a:hover, 
.navtail-footer > li > a:focus {
	color: var(--color-green);
}

.navtail-footer > li.lang-footer {
	display: grid;
	grid-template-columns: repeat(2,max-content);
	grid-template-rows: 1fr;
	column-gap: 12px;
}

.navtail-footer > li.lang-footer img {
	align-self: center;
	width: 24px;
	height: 18px;
}

/*** RESPONSIVE ***/

.container-fluid-md {
	max-width: 1296px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 600px) {
	.container-fluid-md {
		width: calc(100% - 96px);
		padding-left: 0;
		padding-right: 0;
	}

	.banners .title h1 {
		font-size: 36px;
		line-height: 44px;
	}

	.section-content .section-item {
		margin-bottom: 16px;
	}	
}

@media screen and (min-width: 840px) {
	.icon-identity, 
	.navbar-mobile {
		display: none;
	}
	
	.banners .banner-ico-identity {
		display: inline;
	}
	
	.banners .icon img, 
	.icon-identity img {
		width: 180px;
		height: 180px;
	}	
}

@media screen and (min-width: 960px) {
	.item-sim-games {
		grid-template-columns: repeat(1,1fr);
	}

	.content .row-content {
		display: flex;
		justify-content: space-between;	
	}
	
	.content .row-content > .col-left {
		width: calc(100% - 348px);
	}
	
	.content .row-content > .col-right {
		width: 276px;
		float: right;
	}
	
	.section-content .rating-reviews .val-ratings {
		padding-bottom: 20px;
	}

	.section-content .rating-reviews .val-reviews {
		padding: 20px 0;
	}	
} 

@media screen and (min-width: 1280px) {
	.container-fluid-md {
		width: calc(100% - 144px);
	}

	.content .row-content > .col-left {
		width: calc(100% - 436px);
	}
	
	.content .row-content > .col-right {
		width: 364px;
	}	

	.banners .title h1 {
		line-height: 64px;
		font-size: 56px;
	}
	 
	.banners .icon img, 
	.icon-identity img {
		width: 240px;
		height: 240px;
	}
	
	.btn {
		font-size: 16px;
		height: 44px;
		margin: 2px 0;
		min-height: 44px;
		min-width: 200px;
		padding: 10px 16px;
	}
	
	.btn-cat {
		min-width: auto;
		min-height: auto;
		padding: 0 15px 0 15px;
		height: 32px;
		margin-top: 0;
		margin-bottom: 0;
		border-radius: 16px;
		border-color: rgb(218,220,224);
		font-size: 14px;
		letter-spacing: .0107142857em;
		font-weight: 500;
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
	}

	.section-content .section-item .title-section h2 {
		line-height: 28px;
		font-size: 22px;
	}
	
	.item-sim-games .ico img {
		height: 64px;
		width: 64px;
	}
	
	.item-sim-games .desc .title {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0;
	}
	
	.item-sim-games .desc .corp {
		font-size: 14px;
		line-height: 20px;
	}
	
	.item-sim-games .desc .rate {
		font-size: 14px;
		line-height: 20px;
	}
	
	.item-sim-games .desc .rate .gico {
		font-size: 12px;
		margin-left: 5px;
	}
	
	.section-content .section-item {
		margin-bottom: 24px;
	}
	
	.section-content .section-item .title-section .helper-title a {
		font-size: 14px;
	}
	
	.section-content .rating-reviews .val-ratings {
		padding-bottom: 24px;
	}
	
	.section-content .rating-reviews .val-reviews {
		padding: 24px 0;
	}
	
	.own-slider .item {
		margin-right: 16px;
	}
	
	.navigation-footer {
		column-gap: 24px;
		grid-template-columns: 266px auto;
	}
	
	.navtail-footer > li + li {
		margin-right: 32px;
	}
}

@media screen and (max-width: 839px) {
	body {
		padding-top: 104px;
	}
	
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.navbar-header {
		width: 100%;
	}
	
	.navbar-brand {
		height: 56px;
		padding: 10px 15px;
	}
	
	.navbar-dekstop {
		display: none;
	}

	.banners .banner-title-identity {
		width: 100%;
	}
	
	.icon-identity {
		position: relative;
	}

	.on-game-identity {
		display: grid;
		grid-template-columns: max-content auto;
		column-gap: 24px;
	}
	
	.progress-circle {
		top: -20px;
		left: -20px;
		width: 110px;
		height: 110px;
	}
	
	.progress-text {
		display: block;
	}

	.on-game-identity img {
		box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
		width: 70px;
	}

	.banners .corporation {
		margin-top: 2px;
	}
	
	.navtail-footer > li.lang-footer {
		margin-left: 0;
	}
	
	.btn-download-dekstop {
		display: none;
	}
	
	.btn-download-mobile {
		display: block;
	}
}

@media screen and (max-width: 599px) {
	.banners .action .btn {
		width: 100%;
	}
	
	.item-sim-games .desc {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.own-slider {
		display: flex;
		transition: transform 0.5s ease;
	}

	.own-slider .item {
		flex: 0 0 auto;
		width: 100%;
		scroll-snap-align: start;
	}
	
	.own-slider .item img {
		width: 100%;
	}
	
	.on-game-identity {
		padding: 0 30px;
	}
	
	.on-game-identity img {
		width: 60px;
	}
	
	.progress-circle {
		top: -15px;
		left: -15px;
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 330px) {
	.navbar-mobile-nav > li > a {
		padding: 10px 10px;
	}
		
	.on-game-identity {
		padding: 0 15px;
	}
}