.pe_header {
    height: 150px;
}

.viz_cont{
	width: 1260px;
	margin: 50px auto;
}

.viz_cont h2{
	margin-top: 20px;
	position: relative;
	width: 570px;
	float: left;	
	font-size: 55px;
	font-weight: medium;
	line-height: 50px;
}

.viz_cont h3{
	margin-top: 20px;
	position: relative;
	width: 670px;
	float: left;	
	font-size: 22px;
	font-weight: medium;
	line-height: 31px;

}

.viz_cont h4{
	margin-top: 20px;
	position: relative;
	width: 100%;
	font-size: 55px;
	text-align: center;
	font-weight: 100;
}

.viz_cont p{
	margin-top: 30px;
	float: left;
	width: 1260px;
	position: relative;
	font-size: 20px;
	font-weight: medium;
}

.viz_cont img{
	position: relative;
	padding: 50px 0 50px 0;
	left:50%;
	margin-left: -750px; 
}

#img_1920{
	margin-left: -960px; 	
}

.numbers{
	line-height: 40px;
}

.numbers span{
	font-weight: bold;
}

.video_prezi{
	margin: 60px 0 0 140px; 
	
}


.games-pe-header .project_name h1 {
	text-transform: none;
}

.games-header-subtitle {
	margin: 20px 0 0 95px;
	max-width: 560px;
}

.games-header-subtitle p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	font-family: "Segoe Ui", "Helvetica", "Arial";
}

.games-header-links {
	margin: 24px 0 0 95px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.games-header-links a {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.08em;
	font-family: "Segoe Ui", "Helvetica", "Arial";
	transition: opacity .3s ease;
}

.games-header-links a:hover {
	opacity: 0.7;
}

.games-header-links a.active {
	text-decoration: none;
	font-weight: 600;
}


.games-hero,
.games-case-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 60px 0;
}

.games-hero__content,
.games-case-hero__content {
	max-width: 620px;
}

.games-hero__title,
.games-case-hero__title {
	font-size: 46px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
}

.games-hero__subtitle,
.games-case-hero__subtitle {
	font-size: 20px;
	line-height: 1.6;
	color: #3a3a3a;
	margin-bottom: 30px;
}

.games-hero__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.games-hero__metrics li {
	flex: 0 1 180px;
	font-size: 32px;
	font-weight: 700;
}

.games-hero__metrics li span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #5f5f5f;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 6px;
}

.games-hero__cta {
	display: flex;
	gap: 16px;
	margin-top: 30px;
}

.games-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: color .3s ease;
	position: relative;
	overflow: hidden;
	border: 2px solid transparent;
	z-index: 0;
}

.games-button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: var(--games-btn-hover-bg, rgba(0,0,0,0.08));
	border: 2px solid var(--games-btn-hover-border, currentColor);
	transform: scale(0);
	transform-origin: center;
	transition: transform .35s ease;
	z-index: -1;
	pointer-events: none;
}

.games-button:hover::before {
	transform: scale(1);
}

.games-button--primary {
	background: #000;
	color: #fff;
	--games-btn-hover-bg: #111;
	--games-btn-hover-border: rgba(255,255,255,0.6);
}

.games-button--primary:hover {
	color: #fff;
}

.games-button--ghost {
	border: 2px solid #000;
	color: #000;
	background: transparent;
	--games-btn-hover-bg: #000;
	--games-btn-hover-border: #000;
}

.games-button--ghost:hover {
	color: #fff;
	border-color: transparent;
}

.games-button--link {
	padding: 0;
	border: none;
	color: #000;
	font-weight: 600;
	position: relative;
	overflow: visible;
}

.games-button--link::before {
	display: none;
}

.games-button--link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #000;
	transition: transform .3s ease;
	transform-origin: left;
	transform: scaleX(0);
}

.games-button--link:hover::after {
	transform: scaleX(1);
}

.games-hero__media,
.games-case-hero__media {
	flex: 1 1 460px;
	text-align: center;
}

.games-hero__media img,
.games-case-hero__media img {
	max-width: 100%;
	border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.games-breadcrumb {
	display: inline-block;
	margin-bottom: 20px;
	color: #5f5f5f;
	text-decoration: none;
	font-size: 14px;
}

.games-breadcrumb:hover {
	color: #000;
}

.games-value,
.games-process,
.games-cases,
.games-tech,
.games-case-section,
.games-related,
.games-cta-section {
	padding: 80px 0;
}

.games-value h2,
.games-process h2,
.games-cases h2,
.games-tech h2,
.games-case-section h2,
.games-related h2,
.games-cta-section h2 {
	font-size: 36px;
	margin-bottom: 32px;
	font-weight: 700;
}

.games-value__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 32px;
}

.games-value__grid article {
	background: #f6f6f6;
	border-radius: 20px;
	padding: 28px;
}

.games-value__grid h3 {
	font-size: 22px;
	margin-bottom: 16px;
}

.games-value__grid p {
	font-size: 16px;
	line-height: 1.6;
	color: #4c4c4c;
}

.games-process__steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 32px;
	counter-reset: steps;
	list-style: none;
	padding: 0;
	margin: 0;
}

.games-process__steps li {
	background: #fefefe;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.games-process__steps .step-number {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	border-radius: 50%;
	font-weight: 600;
	margin-bottom: 18px;
}

.games-process__steps h3 {
	font-size: 20px;
	margin-bottom: 12px;
}

.games-process__steps p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

.games-cases__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 32px;
}

.games-case-card {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
}

.games-case-card img {
	width: 100%;
	height: 276px !important;
	max-height: 276px;
	object-fit: cover;
	display: block;
	flex: 0 0 276px;
}

.games-case-card__body {
	padding: 26px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
}

.games-case-card__body h3 {
	font-size: 22px;
	margin: 0;
}

.games-case-card__body p {
	font-size: 16px;
	line-height: 1.6;
	color: #545454;
	margin: 0 0 auto;
}

.games-tech__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 28px;
}

.games-tech__grid div {
	background: #f6f6f6;
	border-radius: 18px;
	padding: 26px;
	min-height: 200px;
}

.games-tech__grid h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.games-tech__grid p {
	font-size: 16px;
	line-height: 1.6;
	color: #4e4e4e;
}

.games-cta-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	background: #0f0f0f;
	color: #fff;
	border-radius: 32px;
	padding: 60px;
}

.games-cta-section__content {
	max-width: 420px;
}

.games-cta-section__content p {
	font-size: 18px;
	line-height: 1.7;
	margin-top: 12px;
	color: #d9d9d9;
}

.games-cta-section__form {
	flex: 1 1 460px;
}

.games-case-section {
	padding: 80px 0;
}

.games-case-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 40px;
}

.games-case-columns h2 {
	font-size: 28px;
	margin-bottom: 16px;
}

.games-case-columns p {
	font-size: 18px;
	line-height: 1.7;
	color: #424242;
}

.games-case-section--highlight {
	background: #f7f7f7;
	border-radius: 32px;
	padding: 80px 60px;
}

.games-case-results {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
}

.games-case-results li {
	background: #fff;
	border-radius: 22px;
	padding: 26px;
	box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}

.games-case-results h3 {
	font-size: 20px;
	margin-bottom: 12px;
}

.games-case-results p {
	font-size: 16px;
	line-height: 1.6;
	color: #565656;
}

.games-case-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}

.games-case-gallery__media {
	flex: 1 1 460px;
}

.games-case-gallery__media img {
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 16px 50px rgba(0,0,0,0.08);
}

.games-case-gallery__content {
	flex: 1 1 420px;
	font-family: "Roboto", "Roboto Flex", "Segoe Ui", "Helvetica", "Arial", sans-serif !important;
	color: #3f3f3f;
}

.games-case-gallery__content h2 {
	font-family: "Roboto", "Roboto Flex", "Segoe Ui", "Helvetica", "Arial", sans-serif !important;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 24px;
	color: #232323;
}

.games-case-gallery__content p {
	font-size: 18px;
	line-height: 1.7;
	color: inherit;
	font-family: "Roboto", "Roboto Flex", "Segoe Ui", "Helvetica", "Arial", sans-serif !important;
	margin-bottom: 18px;
}


.games-case-video {
	display: flex;
	justify-content: center;
}

.games-case-video iframe {
	width: 100%;
	max-width: 1000px;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.games-process__steps--compact {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.games-related .games-case-card {
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
	border: none;
}

.games-related .games-case-card__body {
	gap: 16px;
}

.games-hero,
.games-case-hero,
.games-value,
.games-process,
.games-cases,
.games-tech,
.games-case-section,
.games-related,
.games-cta-section {
	max-width: 1260px;
	margin: 0 auto;
}


@media screen and (min-width:300px) and (max-width:1300px) {
  /* Target landscape smartphones, portrait tablets, narrow desktops*/

	html{
		background: #fff;
	}

	.pe_header{
		display: none;
	}

	.viz_cont h2{
		float: none;
		width: 1350px;
		font-size: 120px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 50px;
		font-family: "Segoe Ui", "Helvetica", "Arial";
		line-height: 100%;
	}	

	.viz_cont h3{
		float: none;
		width: 1350px;	
		font-size: 80px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 50px;
		font-family: "Segoe Ui", "Helvetica", "Arial";
		line-height: 100%;
	}		

	.viz_cont p{
		font-size: 80px !important;
		width: 1350px;
		padding: 30px 0 30px 0;
		margin: 0;
		left: 50px;
	}

	.viz_cont img{
		padding: 50px 0 50px 0;
		left:0;
		margin: 0; 
	}

	#img_1920{
	margin: 0; 	
	}

	#order_link{
		width: 1200px;
		height: 200px;
		font-size: 70px;
		line-height: 200px;
		top: 90%;
		left: 50%;
		margin-left: -600px;
		border-radius: 100px;
	}

	.video_prezi{
		width: 100%;
	margin-left: 120px; 

	}

	.section_name h4{
		float: none;
		width: 100%;		
		font-size: 80px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 200px;
		font-family: "Segoe Ui", "Helvetica", "Arial";
		line-height: 100%;
	}

	.numbers{
		line-height: 120px;
	}


	.clients_cont{
		display: block;
		margin-left: 250px;
	}


	.footer{
		width: 1500px;
		height: 600px;
	}
	
	.free-calculation{
		font-size: 65px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 24px;
		font-family: "Segoe Ui", "Helvetica", "Arial";	
	}

}/*----end max-width: 800px ---------*/

@media (max-width: 992px) {
	.games-hero,
	.games-case-hero {
		flex-direction: column;
		align-items: flex-start;
		padding: 40px 0;
	}

	.games-hero__metrics li,
	.games-case-hero__metrics li {
		flex: 1 1 140px;
	}

	.games-header-subtitle,
	.games-header-links {
		margin-left: 40px;
		margin-right: 40px;
	}

	.games-cta-section {
		padding: 40px 24px;
	}

	.games-cta-section__form {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.games-hero__title,
	.games-case-hero__title {
		font-size: 34px;
	}

	.games-hero__subtitle,
	.games-case-hero__subtitle {
		font-size: 18px;
	}

	.games-header-subtitle {
		margin-left: 30px;
		margin-right: 30px;
	}

	.games-header-subtitle p {
		font-size: 16px;
	}

	.games-header-links {
		margin-left: 30px;
		margin-right: 30px;
		gap: 12px;
	}

	.games-header-links a {
		font-size: 12px;
	}

	.games-process__steps,
	.games-case-results {
		grid-template-columns: 1fr;
	}

	.games-case-gallery {
		flex-direction: column;
	}
}