@font-face {
	font-family: 'Rubik';
	src: local('/fonts/Rubik'), local('/fonts/Rubik'),
	url('/fonts/Rubik.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhani';
	src: local('/fonts/Rajdhani'), local('/fonts/Rajdhani'),
	url('/fonts/Rajdhani.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhanilight';
	src: local('/fonts/Rajdhanilight'), local('/fonts/Rajdhanilight'),
	url('/fonts/Rajdhanilight.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhanibold';
	src: local('/fonts/Rajdhanibold'), local('/fonts/Rajdhanibold'),
	url('/fonts/Rajdhanibold.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhanimedium';
	src: local('/fonts/Rajdhanimedium'), local('/fonts/Rajdhanimedium'),
	url('/fonts/Rajdhanimedium.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Rajdhanisemibold';
	src: local('/fonts/Rajdhanisemibold'), local('/fonts/Rajdhanisemibold'),
	url('/fonts/Rajdhanisemibold.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Poppinsregular';
	src: local('/fonts/Poppinsregular'), local('/fonts/Poppinsregular'),
	url('/fonts/Poppinsregular.ttf') format('truetype');
	font-style: normal;
}
body {
	font-family: 'Rajdhani';
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	background: #0D1015;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
  cursor:pointer;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
header{
	height: 100px;
	background: #000;
	display: flex;
	align-items: center;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
}

.section-language {
	margin-right: 34px;
	min-width: 84px;
	justify-content: center;
}
.section-language button {
	color: #9F9F9F;
	font-family: 'Poppinsregular';
	font-size: 14px;
	line-height: 26px;
	border: 0;
}
.section-language button:hover{
	color: #9F9F9F;
}
.section-contact{
	position: relative;
}
.section-contact.btn-green, .btn-green a {
	background-image: url(/image/templates/btn-green.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
}
.section-contact a:after{
	/**/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('/image/templates/btn-green-arrow.svg'); /* Шлях до вашої SVG-картинки */
	background-repeat: no-repeat; /* Забороняє повторення фону */
	background-position: center; /* Центрує фон по середині */
	z-index: 1;
}
.btn-black {
	display: flex;
	align-items: center;
}
.section-contact a {
	color: #1E1E1E;
	font-family: 'Rajdhanibold';
	font-size: 16px;
	line-height: 24px;
	z-index: 2;
	width: 200px;
	height: 56px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail .btn-black{
	background-image: url(/image/templates/btn-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
}
.detail a {
	color: #fff;
	font-family: 'Rajdhanibold';
	font-size: 14px;
	line-height: 24px;
	z-index: 2;
	width: 200px;
	height: 56px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.detail a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/image/templates/btn-black-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.caption {
	min-height: 231px;
	border: 1px solid rgb(150, 158, 178);
	border-radius: 30px;
	margin-top: -80px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
}
.game-thumb:hover .caption{
	border: 1px solid rgb(56, 207, 58);
}
.game-thumb .image {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	z-index: 8;
}
.game-thumb .image img{
	border-radius: 20px;
	overflow: hidden;
}
.image img {
	background: #000;
}
.bottom-caption, .bottom-caption a {
	font-family: 'Poppinsregular';
}
/* menu */
.header {
	display: flex;
	justify-content: space-between;
}
.section-menu, .section-language, .section-contact, .section-header {
	display: flex;
	align-items: center;
}
#menu .nav > li > a {
	font-family: 'Rajdhanisemibold';
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* content */
#content {
	min-height: 600px;
}
section.main-image img {
	width: 100%;
}
/* items */
.game-thumb .image{
	position: relative;
}
.game-thumb .image img {
	margin: 0 auto;
}
.play{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid rgb(11, 14, 19);
	background: rgb(26, 29, 38);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	bottom: -50px;
	transition: 1s;
}
.game-item:hover .play{
	transition: 1s;
	background: #38CF3A;
}
svg.svg-hover {
	position: absolute;
	opacity: 0;
}
.game-item:hover svg.svg{
	opacity: 0;
	transition: 0s;
}
.game-item:hover svg.svg-hover{
	opacity: 1;
}
.title-game {
	margin-top: 152px;
}
.title-game a {
	font-family: 'Rajdhanibold';
	line-height: 40px;
	color: #fff;
}
.bottom-caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
}
.demo {
	line-height: 24px;
	color: #fff;
}
.info a {
	color: #38CF3A;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 24px;
}
.info svg {
	margin-left: 8px;
}
.demo a {
	margin-left: 5px;
	color: #38CF3A;
	text-transform: uppercase;
}
/* footer */
footer {
	display: flex;
	align-items: center;
	position: relative;
}
.title-col {
	color: rgb(255, 255, 255);
	font-family: 'Rajdhanibold';
}
footer a {
	color: #ccc;
}
.footer-container {
	display: flex;
	color: #969EB2;
}
.col.col2, .col.col3 {
	font-family: 'Poppinsregular';
	font-size: 16px;
	line-height: 34px;
	text-align: left;
}
.text {
	color: rgb(150, 158, 178);
	font-family: 'Poppinsregular';
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}
.title-networks {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-family: 'Rajdhanisemibold';
}
.social-networks {
	display: flex;
	margin-top:10px;
}
.title-networks{
	margin-bottom: 20px;
}
.title-col {
	display: flex;
	flex-direction: column;
}
#logo-footer {
	margin-bottom: 20px;
}
.title-col svg {
	margin-top: 15px;
}
.title-col {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 35px;
}
.item-network {
	margin-right: 4px;
}
.social-networks {
	margin-bottom: 68px;
}
.copyright {
	font-size: 16px;
	font-family: 'Poppinsregular';
	line-height: 26px;
	color: #FFFFFF;
}
.title-networks span {
	color: #38CF3A;
}
ul.menu-footer {
	list-style-type: none;
	padding: 0;
}
footer a:hover{
	color: #38CF3A;
}
.copyright a {
	color: #38CF3A;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
.breadcrumb > li {
	padding: 0 20px;
}
.breadcrumb > li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Rajdhanibold';
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.breadcrumb > li:first-child a {
	color: #38CF3A;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
}
.product-thumb .caption {
	padding: 0 20px;
  overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
.product-thumb .image img {
  width: 100%;
}
.image-thumb .image {
	overflow: hidden;
}
.image-thumb .image a {
	display: block;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.transform {
  -webkit-transform: scale(1.2) translateX(5px) rotate(5deg);
  -moz-transform: scale(1.2) translateX(5px) rotate(5deg);
  -ms-transform: scale(1.2) translateX(5px) rotate(5deg);
  -o-transform: scale(1.2) translateX(5px) rotate(5deg);
  transform: scale(1.2) translateX(5px) rotate(5deg);
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.notransform {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.upborderradius {
  -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.borderradius {
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;    
	border-radius: 5px;
}
#mobile-menu {
	display: flex;
	align-items: center;
	color: rgb(56, 207, 58);
	font-family: 'Rajdhanibold';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
#mobile-menu svg{
	margin-right: 8px;
}
.top-head-menu {
	margin-top: 50px;
	position: relative;
	height: 27px;
}
.close-menu {
	position: absolute;
	right: 43px;
}
#logo-menu {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.navbar .section-language {
	margin-top: 38px;
	margin-bottom: 38px;
}
.note {
	font-family: 'Rajdhanisemibold';
	color: #38CF3A;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
section .title {
	font-family: 'Rajdhanibold';
	color: #fff;
}
span.last-char {
	color: #38CF3A;
}
.title-category{
	font-family: 'Rajdhanibold';
	text-transform: capitalize;
	margin-bottom: 36px;
	color: #fff;
	text-align: center;
}
.description-category {
	color: rgb(150, 158, 178);
	font-family: 'Poppinsregular';
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.info-pintstyle {
	display: grid;
	grid-row-gap: 35px;
	grid-column-gap: 21px;
	margin-top:103px;
	margin-bottom: 80px;
}
/* blog */
h1.title-blog {
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: 'Rajdhanibold';
	font-size: 54px;
	line-height: 64px;
	text-transform: uppercase;
}
.blog-thumb {
	border-radius: 30px;
	background: rgb(15, 28, 35);
}
.list-blog{
	display: grid;
	grid-row-gap: 14px;
	grid-column-gap: 14px;
	margin-bottom: 30px;
}
.blog-thumb .image img {
	border-radius: 20px;
}
.blog-thumb .image{
	margin-bottom: 30px;
}
.blog-thumb {
	padding: 30px;
}
.caption-blog .date {
	color: rgb(150, 158, 178);
	font-family: 'Poppinsregular';
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 20px;
}
.title-item a {
	color: rgb(255, 255, 255);
	font-family: 'Rajdhanibold';
	font-size: 36px;
	line-height: 46px;
}
.description-item {
	color: rgb(150, 158, 178);
	font-family: 'Poppinsregular';
	font-size: 16px;
	line-height: 26px;
}
a.read_more {
	color: #38CF3A;
	font-family: Rubik;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(56, 207, 58);
	padding-bottom: 4px;
	margin-top: 28px;
	display: inline-block;
}
.img-box img {
	width: 100%;
}
.top-page-games {
	background: url(/image/templates/background_games.jpeg) no-repeat;
	background-size: inherit;
	display: flex;
	justify-content: center;
	margin-bottom: 27px;
}
.html-page{
	font-family: 'Poppinsregular';
	font-size: 16px;
	color: #969EB2;
	line-height: 26px;
}
@media(min-width: 768px){
	.top-page-category {
		width: 511px;
	}
	.title-category {
		font-size: 44px;
		line-height: 54px;
	}
	.title-game a {
		font-size: 30px;
	}
	.list-blog{
		grid-template-columns: 1fr 1fr;
	}
}
@media(min-width: 992px){
	#mobile-menu, .top-head-menu, #logo-menu {
		display: none;
	}
	section .title {
		font-size: 44px;
		line-height: 54px;
	}
	.col.col1 {
		width: 600px;
	}
	.col.col2 {
		margin-left: 127px;
		min-width: 200px;
	}
	.col.col3 {
		margin-left: 36px;
	}

	.bottom-footer {
		position: absolute;
		bottom: 54px;
		width: 100%;
		text-align: center;
	}
	.top-page {
		background: url(/image/templates/top-page.jpeg) no-repeat;
		background-size: cover;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 27px;
	}
	.information-iamge {
		margin-right: 145px;
	}
	.top-page h1 {
		margin: 0;
		color: rgb(255, 255, 255);
		font-family: 'Rajdhanisemibold';
		font-size: 44px;
		line-height: 40px;
	}
	.top-page-category{
		margin: 0 auto;
		left: 0;
		right: 0;
		position: relative;
	}
	.information-games {
		align-items: flex-start;
	}
	.info-pintstyle {
		grid-template-columns: 1fr 1fr;
	}
	.col-5 {
		width: calc(50% - 12px);
		float: left;
	}

}
@media(min-width: 1240px){
    #menu .nav > li > a {
        padding: 10px 20px 10px 20px;
    }
    #menu {
        margin-right: 50px;
    }
	footer{
		background: url(/image/templates/bg_footer.png) no-repeat;
		background-size: cover;
		background-position: center;
		min-height: 574px;
	}
	.col.col2 {
		margin-left: 127px;
	}
	.bottom-footer{
		position: absolute;
	}
}
@media(min-width: 1280px){
	.info-pintstyle {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media(min-width: 1480px){
    #menu .nav > li > a {
        padding: 10px 33px 10px 33px;
    }
    #menu {
        margin-right: 70px;
    }
	.col.col2 {
		margin-left: 127px;
	}
	.footer-container {
		margin-top: -68px;
	}
}
@media(min-width: 1640px){
    #menu {
        margin-right: 110px;
    }
}
@media(max-width: 1239px){
	footer {
		background: #0C0F14;
		flex-direction: column;
		height: auto;
	}
	.footer-container {
		margin-top: 35px;
	}
	.bottom-footer{
		position: relative;
	}

}
@media(max-width: 1080px){
    #menu .nav > li > a {
        padding: 10px 12px;
    }
    .section-language {
        margin-right: 15px;
        min-width: 70px;
    }
    .section-contact a{
        width: 145px;
        height: 42px;
        margin-right: 3px;
        margin-left: 3px;
    }
    .section-contact a:after{
        background-size: contain;
    }
}
@media(max-width: 991px){
    .section-contact a{
        width: 122px;
        height: 34px;
    }
	.section-top, .section-bottom{
		flex-direction: column;
	}
	section.product_solutions {
		flex-direction: column-reverse;
	}
	.head-feature {
		flex-direction: column;
	}
	header {
		height: 80px;
	}
	#logo {
		width: 132px;
	}
	.feature .arrow-button {
		display: none;
	}
	ul.nav.navbar-nav li:first-child{
		display: none;
	}
	.detail {
		justify-content: center;
	}
	.list-section .detail {
		margin-top: 92px;
	}
	#menu{
		position: fixed;
		height: 100vh;
		left: 100%;
		z-index: 9;
		width: 100%;
		background: rgb(30, 30, 30);
		transition: 1s;
	}
	#menu.in{
		left:0;
		transition: 1s;
	}
	.header .section-language {
		display: none;
	}
	ul.nav.navbar-nav {
		text-align: center;
		margin-bottom: 173px;
	}
	ul.list-seti {
		list-style-type: none;
		display: flex;
		padding: 0;
		justify-content: center;
	}
	#menu .nav > li > a {
		font-family: 'Rajdhanisemibold';
		color: #fff;
		font-size: 16px;
		line-height: 34px;
		text-transform: none;
		padding: 0;
	}
	ul.list-seti li img {
		width: 46px;
		height: 46px;
	}
	.top-page h1 {
		color: rgb(255, 255, 255);
		font-family: 'Rajdhanibold';
		font-size: 36px;
		line-height: 46px;
		margin-left: 15px;
		margin-right: 15px;
	}
	section .title {
		font-size: 36px;
		line-height: 54px;
	}
	.top-page-games{
		background-size: cover;
	}
	.top-page-games {
		padding-bottom: 37px;
	}
	.information-games{
		align-items: center;
	}
	footer {
		height: 100%;
	}
	.footer-container {
		flex-direction: column;
	}
	.bottom-footer {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.col.col3 {
		margin-top: 39px;
	}
	.info-pintstyle {
		grid-template-columns: 1fr 1fr;
	}

}
@media(max-width: 767px){
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.title-category {
		font-size: 36px;
		line-height: 54px;
	}
	.info-pintstyle .game-thumb .image, .info-pintstyle .game-thumb .caption{
		padding: 0;
		border: 0;
	}
	.info-pintstyle .game-thumb .caption{
		min-height: 100px;
	}
	.info-pintstyle .game-thumb .play{
		width: 56px;
		height: 56px;
		bottom: -24px;
	}
	.info-pintstyle {
		grid-row-gap: 20px;
		grid-column-gap: 10px;
	}
	.info-pintstyle .title-game {
		margin-top: 110px;
	}
	.title-game a {
		font-size: 20px;
	}
	.demo{
		display: none;
	}
	.bottom-caption{
		margin-top:2px;
	}
	.list-blog{
		grid-template-columns: 1fr;
	}
	.group-btn {
		flex-direction: column;
	}
	.product_sheet {
		margin-bottom: 18px;
	}
}
@media(max-width: 360px){
	.info-pintstyle {
		grid-template-columns: 1fr;
	}
}