
body {
	// height: 100%
}

.page_file {
	position: relative;
	z-index: 1;
	padding-bottom: 4rem;
	text-align: center
}

.background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none
}

.background>i {
	position: absolute;
	top: 0;
	width: 55rem
}

.background>i::after {
	content: "";
	width: 100%;
	display: block;
	padding-top: 100%
}

.background>i {
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat !important
}

.bg-c1 {
	right: 50%;
	transform: translate(-10%, -40%);
	-webkit-transform: translate(-10%, -40%);
	background-image: radial-gradient(closest-side, rgba(0, 0, 255, .07) 0, rgba(0, 0, 255, 0) 100%)
}

.bg-c2 {
	left: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background-image: radial-gradient(closest-side, rgba(0, 255, 0, .07) 0, rgba(0, 255, 0, 0) 100%)
}

.bg-c3 {
	right: 50%;
	transform: translate(30%, -50%);
	-webkit-transform: translate(30%, -50%);
	background-image: radial-gradient(closest-side, rgba(255, 0, 200, .07) 0, rgba(255, 0, 200, 0) 100%)
}

.bg-c1 {
	animation: colors1 8s infinite linear
}

@keyframes colors1 {
	0% {
		transform: translate(-10%, -40%)
	}

	50% {
		transform: translate(90%, -40%)
	}

	100% {
		transform: translate(-10%, -40%)
	}
}

.bg-c2 {
	animation: colors2 8s infinite linear
}

@keyframes colors2 {
	0% {
		transform: translate(0, -50%)
	}

	50% {
		transform: translate(-90%, -50%)
	}

	100% {
		transform: translate(0, -50%)
	}
}

.bg-c3 {
	animation: colors3 8s infinite linear
}

@keyframes colors3 {
	0% {
		transform: translate(30%, -50%)
	}

	50% {
		transform: translate(-10%, -50%)
	}

	100% {
		transform: translate(30%, -50%)
	}
}

.page_file-f {
	height: 4rem;
	line-height: 1.5rem;
	padding: .75rem 0;
	margin-top: -4rem;
	font-size: .75rem;
	text-align: center
}

.page_file-f a {
	display: inline-block;
	vertical-align: top;
	padding: .5rem;
	color: inherit !important;
	opacity: .5;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
	transition: opacity .2s ease
}

@media (min-width:992px) {
	.page_file-f a:hover {
		opacity: 1
	}

	.btn-brand {
		display: block !important;
		margin-top: 30px;
		background-color: #fc0;
		color: #000
	}
}

.page_file-h {
	text-align: center;
	position: relative;
	padding: 2.25rem 0
}

@media (max-width:767px) {
	.page_file-h {
		padding: 1.25rem 0
	}
}

.page_file-h .logo {
	display: block;
	float: none !important;
	width: 11rem;
	height: 5.5rem;
	margin: 0 auto;
	position: relative;
	left: auto;
	transform: none
}

.page_file-h .logo svg {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0
}

.page_file-h>.btn-back {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	border: none;
	padding: .5rem;
	box-shadow: 0 .75rem 2rem 0 rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .01)
}

.page_file .wrp {
	/* max-width: 680px; */
	width: 100%!important; 
	max-width: calc(680px + 4rem)!important;
	padding-left: 1rem;
	padding-right: 1rem
}

.box-file-img {
	height: 11.5rem;
	width: 11.5rem;
	margin: 0 auto;
	margin-bottom: 2.25rem
}

.box-file-img>img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	border-radius: 1rem
}

.box-file {
	max-width: 480px;
	margin: 0 auto
}

.box-file>.foot {
	padding-top: 0;
	margin-top: 2.25rem
}

.box-file>.spec {
	opacity: .65;
	margin-top: 0;
	font-size: .875rem
}

@media (max-width:500px) {
	.box-file>.spec {
		display: inline-block;
		text-align: left
	}

	.box-file>.spec>li {
		display: block;
		margin-right: 0 !important
	}
}

.box-file>.title {
	margin-bottom: 2.25rem;
	font-size: 1.25rem
}

.box-file>.banner {
	margin: 2.25rem 0
}

.dopinfo {
	background-color: #fff;
	font-weight: 700;
	padding: 1.5rem 1rem;
	margin-top: 2.25rem;
	margin-bottom: 2rem;
	box-shadow: 0 .75rem 2rem 0 rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .01);
	border-radius: .75rem;
	position: relative
}

.dopinfo>* {
	margin-top: 0;
	margin-bottom: .375rem
}

.dopinfo>:last-child {
	margin-bottom: 0
}

.dopinfo * {
	font-weight: inherit
}

.dopinfo h2 {
	font-size: .875rem
}

.dopinfo h3 {
	font-size: .75rem
}

.dopinfo-icon {
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: -.75rem;
	margin-left: -.75rem;
	padding: .25rem;
	background-color: var(--color_mods_svg);
	width: 1.5rem;
	height: 1.5rem;
	color: var(--color_mods_text);
	border-radius: 50%;
	box-shadow: 0 .25rem .75rem 0 rgba(255, 0, 0, .25)
}

.dopinfo-icon svg {
	display: block;
	width: 1rem;
	height: 1rem
}

.box-file .btn {
	height: auto;
	line-height: 2rem;
	/* padding: 1rem 1.5rem; */
	border-radius: 2rem;
	/* font-size: 1.25rem */
}

.spec>li {
	display: inline-block;
	margin-right: 1rem
}

.asu svg {
	width: 1rem !important;
	height: 1rem !important;
	margin-top: 1px !important
}

.timer {
	display: block;
	margin: 0 auto;
	width: 6rem;
	height: 6rem;
	padding: 1rem;
	position: relative;
	border-radius: 50%;
	font-weight: 700;
	font-size: 3rem;
	line-height: 4rem;
	color: #fff !important;
	background-color: var(--color_button);
	box-shadow: 0 .25rem 1rem 0 rgba(58, 121, 50, .25), 0 0 0 .5rem rgba(104, 203, 91, .15)
}

.timer::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3rem 0 0 -3rem;
	width: 6rem;
	height: 6rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' d='M24,46A22,22,0,0,1,24,2V0A24,24,0,1,0,48,24H46A22,22,0,0,1,24,46Z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	opacity: .5;
	animation: load-rotate 2s infinite linear
}

@keyframes load-rotate {
	100% {
		transform: rotate(360deg)
	}
}

.file-addons {
	padding: 1.5rem;
	padding-bottom: 0;
	width: 100%;
	max-width: 56.5rem;
	margin: 0 auto;
	position: relative;
	margin-top: 2.75rem
}

.file-addons-arrow {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1.75rem;
	height: 1.5rem;
	color: #eef3f8
}

.file-addons-arrow svg {
	animation: flyarrow 1.5s infinite ease
}

@keyframes flyarrow {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(.5rem)
	}

	100% {
		transform: translateY(0)
	}
}

.file-addons>.title {
	font-size: 1.25rem;
	font-weight: 700;
	max-width: 38rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin: 0 auto;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem
}

@media (max-width:991px) {
	.file-addons {
		padding-left: 0;
		padding-right: 0;
		overflow: hidden
	}

	.card-list {
		margin: 0 -4px 0 -2px
	}

	.card-list .item {
		padding: 0;
		margin-left: -1px
	}
}

@media (min-width:576px) and (max-width:991px) {
	.card-list .item {
		max-width: 33.333333%
	}

	.card-list .item:last-child {
		display: none !important
	}
}

@media (max-width:575px) {
	.card-list .item {
		max-width: 50%;
		margin-top: -1px
	}

	.file-addons>.title {
		font-size: 1rem;
		text-transform: uppercase
	}
}

html.darkmod .btn-back,
html.darkmod .dopinfo {
	background-color: rgba(255, 255, 255, .05);
	box-shadow: 0 .75rem 2rem 0 rgba(0, 0, 0, .25), 0 0 0 1px rgba(0, 0, 0, .05)
}

html.darkmod .file-addons-arrow {
	color: rgba(255, 255, 255, .35)
}


.box-file_dw {
	calc(980px + 4rem) !important
	margin: 0 auto
}

.box-file_dw>.foot {
	padding-top: 0;
	margin-top: 2.25rem
}

.box-file_dw>.spec {
	opacity: .65;
	margin-top: 0;
	font-size: .875rem
}

@media (max-width:500px) {
	.box-file_dw>.spec {
		display: inline-block;
		text-align: left
	}

	.box-file_dw>.spec>li {
		display: block;
		margin-right: 0 !important
	}
}

.box-file_dw>.title {
	margin-bottom: 2.25rem;
	font-size: 1.25rem
}

.box-file_dw>.banner {
	margin: 2.25rem 0
}

.box-file_dw .btn {
	height: auto;
	line-height: 2rem;
	padding: 1rem 1.5rem;
	border-radius: 2rem;
	font-size: 1.25rem
}

.page_file_dw {
	position: relative;
	z-index: 1;
	padding-bottom: 4rem;
}
.page_file_dw .wrp {
	/* max-width: 680px; */
	width: 100%!important; 	
	padding-left: 1rem;
	padding-right: 1rem
}