* {
	font-family: 'Instrument Sans', sans-serif;
}

/*===== VARIABLES CSS =====*/
:root {
	--header-height: 3rem;

	/*========== Colors ==========*/
	--first-color: #da2535;
	--white-color: #ffffff;
}

/*========== Layout ==========*/

html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Instrument Sans', sans-serif;
	min-height: 100vh;
	background: rgba(0, 47, 131, 1);
	font-display: swap;
	margin: 0;
}

.gradient1 {
	background: rgb(0, 47, 131);
	background: -moz-linear-gradient(
		171deg,
		rgba(0, 47, 131, 1) 0%,
		rgba(0, 25, 88, 1) 36%,
		rgba(1, 12, 58, 1) 78%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -webkit-linear-gradient(
		171deg,
		rgba(0, 47, 131, 1) 0%,
		rgba(0, 25, 88, 1) 36%,
		rgba(1, 12, 58, 1) 78%,
		rgba(0, 0, 0, 1) 100%
	);
	background: linear-gradient(
		171deg,
		rgba(0, 47, 131, 1) 0%,
		rgba(0, 25, 88, 1) 36%,
		rgba(1, 12, 58, 1) 78%,
		rgba(0, 0, 0, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002f83",endColorstr="#000000",GradientType=1);
}

.gradient2 {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(
		171deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(1, 12, 58, 1) 36%,
		rgba(0, 25, 88, 1) 78%,
		rgba(0, 47, 131, 1) 100%
	);
	background: -webkit-linear-gradient(
		171deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(1, 12, 58, 1) 36%,
		rgba(0, 25, 88, 1) 78%,
		rgba(0, 47, 131, 1) 100%
	);
	background: linear-gradient(
		171deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(1, 12, 58, 1) 36%,
		rgba(0, 25, 88, 1) 78%,
		rgba(0, 47, 131, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#002f83",GradientType=1);
}

.predator__black {
	font-family: 'Instrument Sans', sans-serif;
}

#mainWID {
	color: #fff !important;
}

.btn_zobaczmodele {
	background: rgb(7, 168, 255);
	background: -moz-linear-gradient(
		90deg,
		rgba(7, 168, 255, 1) 0%,
		rgba(131, 97, 255, 1) 50%,
		rgba(238, 36, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(7, 168, 255, 1) 0%,
		rgba(131, 97, 255, 1) 50%,
		rgba(238, 36, 255, 1) 100%
	);
	background: linear-gradient(90deg, rgba(7, 168, 255, 1) 0%, rgba(131, 97, 255, 1) 50%, rgba(238, 36, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07a8ff",endColorstr="#ee24ff",GradientType=1);
	padding: 15px 25px !important;
	border-radius: 25px !important;
	text-decoration: none !important;
	transition: 0.5s;
	display: block !important;
	width: 100% !important;
	margin: 0 auto !important;
}

.btn_zobaczmodele:hover {
	transform: scale(1.1);
}

.btn__regulamin {
	padding: 15px 25px !important;
	border-radius: 25px !important;
	text-decoration: none !important;
	transition: 0.5s;
	display: block !important;
	width: 100% !important;
	margin: 0 auto !important;
	border: 1px solid #7c66ff;
}

.btn__regulamin:hover {
	background: #7c66ff;
	transform: scale(1.1);
}

.heading__top {
	color: #fff;
	text-align: center;
	font-size: 5vw;
	margin-top: -13vw;
	position: relative;
	z-index: 10;
}

/*========== Header ==========*/

#mainWID .headerTOP {
	margin-bottom: 100px !important;
	font-size: 17px !important;
	position: relative !important;
}

#mainWID .headerTOP img {
	width: 100% !important;
}

/*========== Game ==========*/

#mainWID .game {
	width: 1200px !important;
	margin: 70px auto 140px auto !important;
}

#mainWID .game .game__flex {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	font-size: 16px !important;
	margin: 100px 0 !important;
}

#mainWID .game .game__flex b {
	font-size: 19px !important;
}

#mainWID .game .game__flex.game__flex-game b {
	font-size: 30px !important;
}

#mainWID .game .game__flex #badge img {
	width: 50% !important;
	margin: 0 auto !important;
	display: block !important;
}

#mainWID .game .game__flex div:nth-child(1) img {
	width: 80% !important;
	margin: 0 auto !important;
	display: block !important;
}

#mainWID .game .game__flex-logo {
	width: 200px !important;
	margin: 5px 0 2px 0 !important;
}

#mainWID .game .game__flex-logo2 {
	width: 120px !important;
	margin: 5px 0 15px 0 !important;
}

#mainWID .game .game__flex-logo3 {
	width: 60px !important;
	margin: 5px 0 15px 0 !important;
}

/*========== Instructions ==========*/

#mainWID .instructions {
	text-align: center !important;
	margin: 90px auto !important;
	width: 1100px !important;
}

#mainWID .instructions h2 {
	color: #fff;
	font-family: 'Instrument Sans', sans-serif !important;
	text-align: left;
	font-size: 54px !important;
}

#mainWID .instructions p {
	width: 85% !important;
	margin: 30px auto !important;
	font-size: 15px !important;
}

#mainWID .instructions a {
	font-family: 'Instrument Sans', sans-serif !important;
	color: #fff !important;
}

#mainWID .instructions .instructions__toptext {
	text-align: left !important;
	width: 100% !important;
	font-family: 'Instrument Sans', sans-serif !important;
	font-size: 28px !important;
}

#mainWID .instructions__line {
	margin: 40px 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
}

#mainWID .instructions .instructions__content-flex {
	display: grid !important;
	grid-template-columns: 5% 95% !important;
	align-items: center !important;
}

#mainWID .instructions .instructions__content-flex div:nth-child(1) p {
	font-family: 'Instrument Sans', sans-serif;
	background: #fff !important;
	color: #000 !important;
	border-radius: 50% !important;
	padding: 5px 0;
	width: 42px !important;
	font-size: 19px !important;
	margin: 0 auto;
}

#mainWID .instructions .instructions__content-flex div:nth-child(2) p {
	text-align: left !important;
}

#mainWID .instructions .instructions__buttons {
	margin: 60px auto !important;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	justify-content: center !important;
	text-align: center !important;
	width: 600px !important;
	gap: 0 80px;
}

/*========== Products ==========*/

#mainWID .products {
	margin: 70px auto 30px auto !important;
	text-align: center !important;
}

#mainWID .products > h3 {
	font-family: 'Instrument Sans', sans-serif;
	color: #fff !important;
	font-size: 44px !important;
}

#mainWID .products h4 {
	font-family: 'Predator-light' !important;
	color: #fff !important;
	font-size: 40px !important;
	margin: 30px auto;
}

#mainWID .products a.btn__buynow {
	display: block !important;
	font-family: 'Intelone_bold' !important;
	color: #fff !important;
	background: rgb(242, 34, 255);
	background: -moz-linear-gradient(
		90deg,
		rgba(242, 34, 255, 1) 0%,
		rgba(142, 91, 255, 1) 50%,
		rgba(16, 163, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(242, 34, 255, 1) 0%,
		rgba(142, 91, 255, 1) 50%,
		rgba(16, 163, 255, 1) 100%
	);
	background: linear-gradient(90deg, rgba(242, 34, 255, 1) 0%, rgba(142, 91, 255, 1) 50%, rgba(16, 163, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f222ff",endColorstr="#10a3ff",GradientType=1);
	padding: 15px 20px !important;
	width: 60% !important;
	margin: 60px auto 0 auto !important;
	border-radius: 30px !important;
	font-size: 24px !important;
	transition: 0.45s !important;
}

#mainWID .products .products__grid__two {
	width: 990px !important;
	margin: 50px auto !important;
	display: grid !important;
	gap: 0 50px !important;
	grid-template-columns: repeat(3, 1fr) !important;
  align-items: end;
	font-family: 'Predator-light' !important;
}

#mainWID .products .products__grid__two.products__grid__one {
	display: block !important;
	width: 500px !important;
}

#mainWID .products .products__grid__two .products__grid__two-box img {
	width: 350px;
}

#mainWID .products .products__grid__two .products__grid__two-box-gridModels {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	font-size: 10px !important;
	margin-top: 30px;
	line-height: 0.7rem !important;
}

#mainWID .products .products__grid__two {
	font-size: 11px !important;
}

#mainWID .products .products__grid__three,
#mainWID .products .products__grid__three .products__grid__two-box-gridModels {
	font-size: 9px !important;
}

#mainWID .products .products__grid__three .products__grid__two-box {
	margin-top: 50px !important;
}

#mainWID .products .products__grid__two .products__grid__two-box h5,
#mainWID .products .products__grid__two .products__grid__two-box h6 {
	color: #fff;
	margin: 0;
	font-family: 'Predator-light' !important;
}

#mainWID .products .products__grid__two .products__grid__two-box h5 {
	margin-top: 30px;
	font-size: 27px;
}

#mainWID .products .products__grid__two .products__grid__two-box h6 {
	font-size: 14px;
	margin-top: 10px;
}

#mainWID .products .products__grid__three {
	width: 1200px !important;
	grid-template-columns: repeat(3, 1fr) !important;
}

#mainWID .products .products__grid__four {
	width: 1200px !important;
	grid-template-columns: repeat(4, 1fr) !important;
}

#mainWID .products .products__grid__four .products__grid__two-box p {
	font-size: 12px !important;
}

#mainWID .products .products__grid__four .products__grid__two-box h5 {
	font-size: 24px !important;
}

#mainWID .products a.btn__buynow:hover {
	transform: scale(0.95) !important;
}

#mainWID .products .products__border {
	width: 1095px !important;
	margin: 0 auto !important;
	background: rgb(242, 34, 255);
	background: -moz-linear-gradient(
		90deg,
		rgba(242, 34, 255, 1) 0%,
		rgba(142, 91, 255, 1) 50%,
		rgba(16, 163, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(242, 34, 255, 1) 0%,
		rgba(142, 91, 255, 1) 50%,
		rgba(16, 163, 255, 1) 100%
	);
	background: linear-gradient(90deg, rgba(242, 34, 255, 1) 0%, rgba(142, 91, 255, 1) 50%, rgba(16, 163, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f222ff",endColorstr="#10a3ff",GradientType=1);
	height: 2px !important;
}

#mainWID .footerContent {
	width: 1100px !important;
	margin: 65px auto !important;
	font-size: 13px !important;
	color: rgba(255, 255, 255, 0.6);
}

/*========== Extra info ==========*/

#mainWID .mailIco {
	animation: shake 2.42s ease infinite;
}

#mainWID .extraInfo .extraInfo__mobile {
	display: none;
}

#mainWID .extraInfo {
	margin: 40px auto 0 auto !important;
	text-align: center !important;
	width: 1240px !important;
	padding: 20px 0 !important;
	border-radius: 18px !important;
}

#mainWID .extraInfo .extraInfo__headingFirst {
	font-size: 37px !important;
	color: red !important;
	font-family: 'Instrument Sans', sans-serif;
	margin: 20px auto !important;
}

#mainWID .extraInfo .extraInfo__headingSecond {
	font-size: 24px !important;
	font-family: 'Instrument Sans', sans-serif;
	margin: 20px auto !important;
	color: #fff !important;
}

#mainWID .extraInfo .extraInfo__headingSecond span {
	font-family: 'Predator-light' !important;
}

#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond {
	font-size: 27px !important;
}

#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond img {
	margin: -7px 15px 0 15px;
}

#mainWID .extraInfo .extraInfo__headingLast {
	font-size: 22px !important;
	font-family: 'AcerFoco_Blk' !important;
	margin: 20px auto !important;
}

#mainWID .extraInfo .extraInfo__btn {
	color: #fff !important;
	background: #000 !important;
	text-decoration: none !important;
	padding: 12px 20px !important;
	display: block !important;
	width: 320px !important;
	margin: 0 auto 20px auto !important;
	border-radius: 25px !important;
	transition: 0.5s;
	font-family: 'Instrument Sans', sans-serif;
}

#mainWID .extraInfo .extraInfo__btn:hover {
	transform: scale(0.9);
}

/*========== Formsection ==========*/

#mainWID .formSection {
	margin: 10px auto 20px auto !important;
	text-align: center;
	padding: 60px 0;
	background: #1f1e58;
	width: 1240px;
	border-radius: 15px;
}

#mainWID .formSection ::placeholder {
	color: #000;
}

#mainWID .formSection > h2 {
	font-family: 'Instrument Sans', sans-serif;
	font-size: 36px !important;
	color: #fff !important;
}

#mainWID .formSection .formSection__form {
	width: 800px;
	margin: 0 auto;
}

#mainWID .formSection .formSection__form .oneInput,
#mainWID .formSection .formSection__form .twoInput {
	margin: 10px auto;
}

#mainWID .formSection .formSection__form .twoInput {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 25px;
}

#mainWID .formSection .formSection__form .oneInput input,
#mainWID .formSection .formSection__form .twoInput input {
	width: 100%;
	padding: 25px 0 25px 12px;
	border-radius: 13px;
	border: 1px solid #d5d5d5;
	font-family: 'Instrument Sans', sans-serif;
	font-size: 15px;
}

#mainWID .formSection .formSection__form select {
	font-family: 'Instrument Sans', sans-serif;
	width: 101.5%;
	font-size: 15px;
	padding: 20px 10px 20px 27px;
	height: 70px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow.png) 93% / 2% no-repeat #fff;
	border-radius: 13px;
	border: 1px solid #d5d5d5;
}

#mainWID .formSection .formSection__form #fileSection {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #000;
	border-radius: 13px;
	padding: 30px 23px 20px 23px;
	width: 95.5%;
}

#mainWID #form #btnSend {
	font-family: 'Instrument Sans', sans-serif;
	color: #fff !important;
	background: rgb(242, 34, 255);
	background: -moz-linear-gradient(
		90deg,
		rgba(242, 34, 255, 1) 0%,
		rgba(142, 91, 255, 1) 50%,
		rgba(16, 163, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(242, 34, 255, 1) 0%,
		rgba(142, 91, 255, 1) 50%,
		rgba(16, 163, 255, 1) 100%
	);
	background: linear-gradient(90deg, rgba(242, 34, 255, 1) 0%, rgba(142, 91, 255, 1) 50%, rgba(16, 163, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f222ff",endColorstr="#10a3ff",GradientType=1);
	padding: 20px 30px !important;
	text-decoration: none !important;
	margin: 50px auto 0 auto !important;
	border: none !important;
	text-align: center !important;
	font-weight: bold !important;
	font-size: 30px !important;
	letter-spacing: 1px !important;
	width: 400px !important;
	border-radius: 25px !important;
	transition: 0.15s !important;
	cursor: pointer !important;
}

#mainWID #form #btnSend:hover {
	transform: scale(0.95);
}

#mainWID #form .exampleFile {
	margin-top: 30px;
}

#mainWID #form .exampleFile p {
	color: #fff !important;
}

#mainWID #form .exampleFile .btn-tertiary {
	padding: 9px 0;
	font-size: 20px;
}

#mainWID #form .exampleFile .btn-tertiary:hover {
	color: #fff;
	text-decoration: none;
}

/* Checkbox */

.flex-checkbox {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	color: #fff !important;
}

.flex-checkbox a {
	text-decoration: underline !important;
}

.flex-checkbox label {
	margin-left: 10px;
	font-size: 13px;
	margin-top: 2px;
}

input[type='checkbox'] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: none;
	height: 16px;
	width: 16px;
	border: 1px solid #fff;
}

input[type='checkbox']:checked {
	background: none;
}

input[type='checkbox']:hover {
	filter: brightness(90%);
}

input[type='checkbox']:disabled {
	background: none;
	opacity: 0.6;
	pointer-events: none;
}

input[type='checkbox']:after {
	content: '';
	position: relative;
	left: 40%;
	top: 20%;
	width: 15%;
	height: 40%;
	border: 1px solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: none;
}

input[type='checkbox']:checked:after {
	display: block;
}

input[type='checkbox']:disabled:after {
	border-color: #7b7b7b;
}

/* == LOADER == */

#form .loader {
	display: none;
	padding: 50px 0;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 24px;
}

#loading-bar-spinner.spinner {
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	z-index: 19 !important;
	-webkit-animation: loading-bar-spinner 350ms linear infinite;
	animation: loading-bar-spinner 350ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
	width: 40px;
	height: 40px;
	border: solid 3px transparent;
	border-top-color: #fff !important;
	border-left-color: #fff !important;
	border-radius: 50%;
}

@-webkit-keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*========== Partners ==========*/

#mainWID .partners {
	padding: 100px 0 !important;
}

#mainWID .partners h2 {
	text-align: center !important;
	font-family: 'Instrument Sans', sans-serif;
	color: var(--white-color) !important;
	text-transform: uppercase;
	font-size: 36px !important;
}

#mainWID .partners__grid {
	width: 80% !important;
	margin: 30px auto !important;
	text-align: center !important;
}

#mainWID .partners__grid img {
	width: 180px !important;
	margin: 10px !important;
	transition: 0.4s;
}

#mainWID .partners__grid img:hover {
	transform: scale(0.95);
}

/*========== Footer ==========*/

footer {
	background: rgb(7, 168, 255);
	background: -moz-linear-gradient(
		90deg,
		rgba(7, 168, 255, 1) 0%,
		rgba(131, 97, 255, 1) 50%,
		rgba(238, 36, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(7, 168, 255, 1) 0%,
		rgba(131, 97, 255, 1) 50%,
		rgba(238, 36, 255, 1) 100%
	);
	background: linear-gradient(90deg, rgba(7, 168, 255, 1) 0%, rgba(131, 97, 255, 1) 50%, rgba(238, 36, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07a8ff",endColorstr="#ee24ff",GradientType=1);
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	margin-top: 60px;
}

footer .footer__grid {
	width: 80%;
	margin: 0 auto;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	align-items: center;
}

footer .footer__grid a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}

footer .footer__grid a:hover {
	color: rgba(0, 0, 0, 0.5);
}

footer .footer__grid .footer__grid-contact {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer__grid .footer__grid-contact img {
	width: 18px;
	margin-left: 10px;
	margin-right: 8px;
	transition: 0.2s;
}

footer .footer__grid .footer__grid-contact img:hover {
	transform: scale(1.2);
}

footer .footer__grid .footer__grid-contact .mail {
	width: 22px;
	margin-left: 15px;
}

/*========== Media queries ==========*/

/* = 2k Resolution = */
@media screen and (min-width: 1900px) {
	#mainWID .headerTOP {
		font-size: 20px !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__info-arc {
		width: 240px !important;
	}

	#mainWID .headerTOP .headerTOP__right {
		margin-left: 100px !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__predatorlogo {
		width: 280px !important;
		top: 3% !important;
	}

	#mainWID .headerTOP .headerTOP__right h1 {
		font-size: 60px !important;
		margin-top: 140px !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__info-game img {
		width: 180px !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right-description {
		font-size: 18px !important;
	}

	#mainWID .headerTOP .headerTOP__right p {
		width: 550px !important;
	}

	#mainWID .headerTOP .headerTOP__left img {
		width: 100% !important;
	}
}

@media screen and (max-width: 1320px) and (max-height: 735px) {
	#mainWID .headerTOP h1 {
		font-size: 40px !important;
		margin-top: 10px !important;
	}

	#mainWID .headerTOP .headerTOP__left .predator__logo {
		width: 190px !important;
	}
}

@media screen and (max-width: 1550px) {
	#mainWID .headerTOP {
		height: auto !important;
		align-items: center !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__predatorlogo {
		margin-top: 20px !important;
	}
	#mainWID .headerTOP .headerTOP__right h1 {
		margin: 10px 0;
	}

	#mainWID .headerTOP .headerTOP__right__info {
		margin-top: 20px !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__info-arc,
	#mainWID .headerTOP .headerTOP__right .headerTOP__right-description {
		margin-top: 15px !important;
	}

	#mainWID .headerTOP .headerTOP__left img {
		margin: 0 auto !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 1350px) {
	#mainWID .formSection {
		width: 90% !important;
	}

	#mainWID .headerTOP {
		height: auto !important;
		align-items: flex-start !important;
	}

	#mainWID .extraInfo {
		width: 90% !important;
	}
}

@media screen and (max-width: 1220px) {
	#mainWID .game {
		width: 90% !important;
	}

	#mainWID .game .game__flex {
		gap: 0 50px !important;
	}

	#mainWID .game .game__flex div:nth-child(1) img {
		width: 100% !important;
	}

	#mainWID .game .game__flex-logo {
		margin: 1px 0 3px 0 !important;
	}

	#mainWID .instructions {
		width: 95% !important;
	}

	#mainWID .footerContent {
		width: 80% !important;
	}

	#mainWID .products .products__grid,
	#mainWID .products .products__border {
		width: 90% !important;
	}
}

@media screen and (max-width: 999px) {
	#mainWID .heading__top {
		font-size: 7vw !important;
	}

	#mainWID #form #btnSend {
		width: 95% !important;
		font-size: 22px !important;
	}

	#mainWID .instructions h2 {
		color: #fff;
		font-family: 'Instrument Sans', sans-serif !important;
		text-align: left;
		font-size: 34px !important;
	}

	#mainWID .instructions .instructions__toptext {
		text-align: left !important;
		width: 100% !important;
		font-family: 'Instrument Sans', sans-serif !important;
		font-size: 18px !important;
	}

	#mainWID .game .game__flex {
		margin: 30px 0 !important;
	}

	#mainWID .headerTOP {
		display: block !important;
	}

	#mainWID .products .products__grid {
		display: block !important;
	}

	#mainWID .products .products__grid .products__grid_right {
		margin-top: 80px !important;
	}

	#mainWID .products .products__grid .products__grid_left {
		text-align: center !important;
		width: 100% !important;
	}

	#mainWID .headerTOP .headerTOP__mobileHeader {
		display: block !important;
	}

	#mainWID .headerTOP__left {
		display: none !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__predatorlogo {
		margin: 20px auto !important;
		text-align: center !important;
		display: block !important;
		padding-top: 20px !important;
	}

	#mainWID .headerTOP .headerTOP__right h1 {
		margin: 0 auto !important;
		width: 100% !important;
		text-align: center !important;
	}

	#mainWID .headerTOP .headerTOP__right p {
		width: 85% !important;
		margin: 20px auto !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__info-arc,
	#mainWID .headerTOP .headerTOP__right .headerTOP__right-description {
		margin: 0 auto !important;
		text-align: center !important;
		display: block !important;
	}

	#mainWID .headerTOP .headerTOP__right__info-game {
		margin: 30px auto !important;
		display: block !important;
		text-align: center !important;
	}

	#mainWID .headerTOP .headerTOP__right {
		margin-left: 0 !important;
	}

	#mainWID .headerTOP p {
		width: 90% !important;
		margin: 0 auto !important;
	}

	#mainWID .headerTOP__left-line {
		margin: 20px auto !important;
	}

	#mainWID .headerTOP .headerTOP__left {
		width: 99% !important;
	}

	#mainWID .game {
		margin: 10px auto !important;
	}

	#mainWID .game .game__flex {
		display: block !important;
	}

	#mainWID .game .game__flex-logo,
	#mainWID .game .game__flex-logo2,
	#mainWID .game .game__flex-logo3,
	#mainWID .game .game__flex-logo4 {
		margin: 20px auto !important;
		display: block !important;
	}

	#mainWID .instructions .instructions__content-flex {
		display: block !important;
		align-items: center !important;
	}

	#mainWID .instructions .instructions__content-flex div:nth-child(2) p {
		text-align: center !important;
	}

	#mainWID .instructions .instructions__buttons {
		display: block !important;
		width: 90% !important;
	}

	#mainWID .instructions .btn__regulamin,
	#mainWID .instructions .btn_zobaczmodele {
		margin: 30px auto !important;
		padding: 15px 0 !important;
	}

	#mainWID .formSection .formSection__form {
		width: 90% !important;
	}

	footer .footer__grid {
		display: block !important;
	}

	footer .footer__grid div {
		margin: 10px 0;
	}

	footer .footer__grid div:nth-child(2) {
		margin-top: 20px;
	}

	#mainWID .products .products__grid__two {
		width: 90% !important;
		display: block !important;
	}
}

@media screen and (max-width: 699px) {
	#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond {
		font-size: 20px !important;
	}

	#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond img {
		width: 30px !important;
	}

	#mainWID .extraInfo .extraInfo__desktop {
		display: none;
	}

	#mainWID .extraInfo .extraInfo__mobile {
		display: block;
		width: 90%;
		margin: 30px auto !important;
	}

	#mainWID .products .products__grid__two .products__grid__two-box-gridModels {
		display: block !important;
	}

	#mainWID .products .products__grid__two .products__grid__two-box img,
	#mainWID .products .products__grid__two.products__grid__one {
		width: 90% !important;
	}

	#mainWID .products > h3 {
		font-size: 36px !important;
	}

	#mainWID .products h4 {
		font-size: 32px !important;
	}
}

@media screen and (max-width: 510px) {
	.btn_zobaczmodele {
		padding: 15px 0 !important;
	}

	footer .footer__grid .footer__grid-contact img {
		margin-right: 15px !important;
	}

	#mainWID .formSection .formSection__form .oneInput input,
	#mainWID .formSection .formSection__form .twoInput input {
		display: block !important;
		padding: 15px 0 15px 10px;
		width: 98%;
		margin: 10px 0 !important;
	}

	#mainWID .formSection .formSection__form .twoInput {
		display: block !important;
	}

	#mainWID .formSection .formSection__form #fileSection {
		width: 88% !important;
	}

	#mainWID .headerTOP .headerTOP__mobileHeader {
		width: 100% !important;
	}

	#mainWID .headerTOP .headerTOP__right h1 {
		font-size: 26px !important;
	}

	#mainWID .headerTOP .headerTOP__right .headerTOP__right__predatorlogo {
		padding-top: 0 !important;
	}

	#mainWID .formSection {
		margin: 30px auto !important;
	}

	#mainWID .partners {
		margin: 50px auto !important;
	}

	#mainWID .formSection .formSection__form select {
		width: 102% !important;
		margin: 6px auto !important;
		background: url(../img/arrow.png) 93% / 3.5% no-repeat #fff;
	}
}

/*========== Animations ==========*/

@keyframes shake {
	0% {
		transform: translate(0, 0);
	}
	1.78571% {
		transform: translate(8px, 0);
	}
	5.57143% {
		transform: translate(0, 0);
	}
	9.35714% {
		transform: translate(8px, 0);
	}
	14.14286% {
		transform: translate(0, 0);
	}
	18.92857% {
		transform: translate(8px, 0);
	}
	25.71429% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

.header-logos {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
}

.cta-laptops {
	padding: 10px 20px;
  margin-top: 10px;
	cursor: pointer;
	border-radius: 8px;
	border: none;
  font-size: 16px;
  color: white;
  background-color: #0082fa;
  transition: all .2s;

}

.cta-laptops:hover{
 transform: scale(1.05);
 background-color:#0073df ;
}
.cta-laptops a {
	cursor: pointer;
}
