@font-face {
    font-family: 'cs_regular';
    src: local('cs_regular'), local('cs_regular'), url('/templates/diwpro/css/cs_regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

h1 .game-name {
    font-family: 'cs_regular';
    font-weight: bold;
    line-height: 72px;
    display: block;
    font-size: 56px;
}



.download {
}

.download .content {
	max-width: 1120px;
    margin: 0 auto;
	display: flex;
}

.download .section-done {
	background: #dfcd13;
	background: linear-gradient(0.75turn, #e8e638, #dfcd13);
	height: 300px;
	padding: 58px 0px 40px 64px;
}

.download .content .info {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;

}

.download .section-done .info h1 {
	letter-spacing: 0.35px;
	color: #000
}



.download .section-dtwo {
	background: var(--blocknav-bg);
	padding: 88px 0 40px;
}

.download-box {
	background-color: #141414;
    padding: 24px 0;
    border-radius: 8px;
	box-shadow: 0px 0.125rem 0.25rem rgba(0,0,0,0.38),0px 0.25rem 1.5rem rgba(0,0,0,0.38);
	max-width: 360px;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
}


.download-box .part-top {
	padding: 0 24px;
}

.download-box .part-top p {
	font-weight: 400;
    letter-spacing: 0.35px;
    font-size: 15px;
    margin-bottom: 16px;
}

.download-box h2 {
	color: #fff;
	border: none;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 32px;
}

.download-box hr {
    border: 0;
    border-bottom: 1px solid #35342e;
    margin: 0 !important;
}

.download-box .part-btn {
	padding: 24px;
}

.download-btn {
	font-weight: 700 !important;
	background: linear-gradient(0.25turn, #ebdf37, #dfcd13);
	border-color: #e8dc38;
	border-radius: 8px;
	padding: 16px 24px;
	font-size: 16px !important;
	display: flex;
	justify-content: center;
}

.download-btn:hover {
	text-decoration: none;
	cursor: pointer;
	background: #dfcd13;
}

.download-box .part-system-requirements {
	padding: 24px;
}

.download .section-dtwo .info {
	max-width: 66%;
	padding: 0;
}


.download .section-dtwo .info .benefit {
	display: flex;
}

.download .section-dtwo .info .benefit .benefit-item {
	flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.download .section-dtwo .info .benefit .benefit-item .icon {
	
}

.download .section-dtwo .info .benefit .benefit-item .icon img {
	width: 88px;
	height: 88px;
}

.download .section-dtwo .info .benefit .benefit-item .text {
    color: var(--color-w-b);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 28px;
    line-height: 24px;
    letter-spacing: 0.35px;
}


.download .section-dtwo .info hr {
    border: 0;
    border-bottom: 1px solid #E2E5EA;
    margin: 44px 0;
}

.download h3 {
    color: var(--color-w-b);
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 32px;
	margin-bottom: 8px;
	font-weight: 700;
}

.download .section-dtwo .info .more-info p {
	letter-spacing: 0.35px;
	font-size: 16px;
	line-height: 24px;
}

.yellow-color {
	color: #e8e537;
}

@media (max-width: 1076px) {
	.download .section-done {
		padding: 40px 48px;
	}
	
	.download .section-dtwo {
		padding: 40px 48px;
	}
	
	.download .content .info {
		padding: 0 20px 0 0;
	}
	
	.download .section-dtwo .info .benefit {
		flex-direction: column;
	}
	
	.download .section-dtwo .info .benefit .benefit-item {
		flex-direction: row;
		flex: unset;
		max-width: unset;
		padding: 16px 0;
	}
	
	.download .section-dtwo .info .benefit .benefit-item .icon {
		margin-right: 16px;
	}
	
	.download .section-dtwo .info .benefit .benefit-item .icon img {
		width: 40px;
		height: 40px;
	}
	
	.download .section-dtwo .info .benefit .benefit-item .text {
		margin-top: 0;
		text-align: unset;
	}
}

@media (max-width: 799px) {
	.download .section-done {
		padding: 40px 24px;
		height: unset;
	}
	
	.download .section-dtwo {
		padding: 40px 24px;
	}
	
	.download .section-done .content {
		flex-direction: column;
	}
	
	.download .section-done .content .info {
		margin-bottom: 40px;
		padding-right: 0;
	}
	
	.download .section-dtwo .content .info {
		max-width: unset;
		padding: 0;
	}
	
	.download-box {
		max-width: unset;
	}		
}

h1 .game-name {
    color: #000
    font-weight: bold;
    line-height: 72px;
    display: block;
    font-size: 56px;
}


@media (max-width: 490px) {
	.download .section-done .info h1 {
		font-size: 24px;
	}
	
	h1 .game-name {
		font-size: 46px;
	}
	
	.download .section-dtwo .info .benefit .benefit-item .text {
		font-size: 14px;
	}
	
	.download .section-dtwo .info .more-info p {
		font-size: 14px;
	}
}

@media (max-width: 399px) {
	.download .section-done {
		padding: 30px 24px;
	}
	
	.download .section-done .content .info {
		margin-bottom: 30px;
	}
	
	.download .section-done .info h1 {
		letter-spacing: unset;
		font-size: 21px;
		margin-bottom: 0;
	}
	
	h1 .game-name {
		font-size: 32px;
		line-height: 46px;
	}
}