/* Breakpoints */
/* Mixins */
/* x-kom styles */
html,
body {
	font-family: 'Instrument Sans', sans-serif;
}

/* General */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	font-size: 14px;
}

@media (min-width: 576px) {
	html {
		font-size: 15.5px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

body {
	overflow-x: hidden;
}

strong {
	font-weight: 500 !important;
}

.section {
	margin: 80px 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.cta {
	border-radius: 8px;
	font-size: 1rem !important;
	font-weight: 300;
	border: none;
	width: fit-content;
	height: 40px;
	padding: 0 26px;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	transition: 0.3s;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	height: 48px;
	padding: 0 34px;
	font-size: 1.2rem !important;
}

.cta:hover {
	background: #0067c7;
	color: #fff;
}

.cta:active {
	background: #004d94;
	color: #fff;
}

.cta--white {
	background: #fff;
	color: #000;
}

.cta--white:hover {
	background: #e6e6e6;
	color: #000;
}

.cta--white:active {
	background: #cccccc;
	color: #000;
}

.cta--gray {
	background: #333333;
	color: #fff;
}

.cta--gray:hover {
	background: #1a1a1a;
	color: #fff;
}

.cta--gray:active {
	background: #000;
	color: #fff;
}

.cta--violet {
	background: #8250fa;
	color: #fff;
}

.cta--violet:hover {
	background: #5f1ef9;
	color: #fff;
}

.cta--violet:active {
	background: #4606de;
	color: #fff;
}

.cta--pink {
	background: #fa0064;
	color: #fff;
}

.cta--pink:hover {
	background: #c70050;
	color: #fff;
}

.cta--pink:active {
	background: #94003b;
	color: #fff;
}

.cta--sm {
	height: 40px;
	padding: 0 24px;
	font-size: 1rem !important;
}

/* Typography */
h1 {
	font-weight: 200;
	font-size: 1.4rem;
	color: #fff;
}

@media (min-width: 992px) {
	h1 {
		font-size: 1.6rem;
	}
}

h1 br {
	display: none;
}

@media (min-width: 768px) {
	h1 br {
		display: initial;
	}
}

h2 {
	margin-bottom: 60px;
}

@media (min-width: 992px) {
	h2 {
		font-size: 1.7rem;
	}
}

@media (min-width: 992px) {
	h3 {
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	h4 {
		font-size: 1.2rem;
	}
}

/* Utilities */
.nobr {
	display: inline-block;
}

/* Layout */
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	margin-top: 0;
}

.header__logos-wrapper {
	height: auto;
	width: 100%;
	padding: 20px 25px 20px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (min-width: 576px) {
	.header__logos-wrapper {
		padding: 30px 30px 30px 10px;
	}
}

.header #brand {
	height: 60px;
	margin: 0 10px;
}

@media (min-width: 576px) {
	.header #brand {
		height: 84px;
		margin: 0 20px;
	}
}

.header #vendor {
	height: 50px;
	margin: 0 10px;
}

@media (min-width: 576px) {
	.header #vendor {
		height: 64px;
		margin: 0 20px;
	}
}

.header #vendor2 {
	height: 60px;
	margin: 0 10px;
}

@media (min-width: 576px) {
	.header #vendor2 {
		height: 74px;
		margin: 0 20px;
	}
}

.top {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 24px 24px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.top__wrapper {
	background: linear-gradient(180deg, transparent 0%, #3399a7 80%), linear-gradient(0deg, transparent 0%, #3399a7 80%),
		url('../../img/top/bg-only.jpg');
	background-size: cover;
	background-position: 90% 82% !important;
	border-radius: 0 0 24px 24px;
	height: 540px;
	width: 100%;
	padding: 140px 0 100px 0;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.top__wrapper {
		padding: 240px 0 200px 0;
		background: linear-gradient(-20deg, transparent 0%, #3399a7 180%), url('../../img/top/top.jpg?v=4.1');
	}
}
@media (min-width: 1200px) {
	.top__wrapper {
		background: url('../../img/top/top.jpg?v=4.1');
	}
}
.top__wrapper--3 {
	background-image: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.7) 60%);
}

.top__copy {
	display: flex;
	max-width: 540px;
}

.top__copy h2 {
	font-weight: 200;
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 10px;
}

.top__copy--center {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.top__copy--left {
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	color: #000;
}

.plyr__video-embed {
	position: unset;
	margin: 38px auto 20px auto;
}

.plyr__video-embed iframe {
	position: unset;
	max-width: 1920px;
	border-radius: 24px;
}

.steps__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.steps__wrapper {
		flex-direction: row;
	}
}

.steps__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	max-width: 300px;
	text-align: center;
	padding: 24px 32px;
	margin: 0 auto;
	border-radius: 24px;
	box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
}

.steps__item img {
	width: 140px;
	height: 140px;
	margin-bottom: -16px;
}

.steps__item-coupon {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px dashed #c382fa;
	border-radius: 200px;
	height: 40px;
	padding: 0 26px;
	transition: 0.3s;
	margin-bottom: 14px;
	white-space: nowrap;
}

/* products */
.products__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	height: 100%;
	padding: 24px 30px 30px 30px;
	border-radius: 24px;
	box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
	transition: 0.3s;
	font-size: 0.9rem;
	/*   &:hover &-image img {
      transform: scale(1.03);
    } */
}

.products__item:hover {
	box-shadow: rgba(149, 157, 165, 0.3) 8px 20px 30px;
	transform: translateY(-6px);
}

.products__item-image img {
	width: 80%;
	height: auto;
	transition: 0.3s;
	margin: 0 auto;
	display: block;
}

.products__item h4 {
	margin-bottom: 8px;
}

.products__item-rating {
	margin-bottom: 10px;
}

.products__item ul {
	list-style-position: outside;
	padding-left: 0;
}

.products__item ul li {
	margin-bottom: 0px;
	font-weight: 300;
}

.products__item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.products__item-footer-button {
	fill: #8250fa;
	transition: 0.3s;
}

.products__item-footer-button:hover {
	fill: #5f1ef9;
}

.products__item-footer-button:active {
	fill: #4606de;
}

.products__item-price {
	display: flex;
	align-items: center;
	position: relative;
}

.products__item-price .old-price {
	margin-right: 10px;
	text-decoration: line-through;
	color: gray;
}

.products__item-price .new-price {
	font-size: 1.5rem;
}

.main a {
	color: #0082fa;
	transition: 0.3s;
}

.main a:hover {
	color: #0067c7;
	text-decoration: underline;
}

.main h2 {
	margin-bottom: 14px;
}

.main img {
	width: 100%;
	margin: 20px auto;
	border-radius: 24px;
}

.main img.ico {
	width: 100px;
	margin: 0 auto 14px auto;
	border-radius: 0;
}

.footer__card {
	position: relative;
	width: 100%;
	padding: 24px 32px;
	border-radius: 24px;
	box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
	transition: 0.3s;
}

.footer__card:hover {
	box-shadow: rgba(149, 157, 165, 0.3) 8px 20px 30px;
	transform: translateY(-4px);
}

.footer__product-image {
	height: auto;
	max-width: 100%;
	max-height: 300px;
}

ul {
	list-style-position: outside;
}

ul li {
	margin-bottom: 0px;
	font-weight: 300;
}

/* Animations */
/* Slider */
/*# sourceMappingURL=main.css.map */
#intel {
	width: 52px;
	margin: 0 12px;
}

@media (min-width: 576px) {
	#intel {
		width: 64px;
	}
}

.top__laptop {
	position: relative;
	width: 260px;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -32px;
}
@media (min-width: 768px) {
	.top__laptop {
		width: 360px;
		margin-left: 132px;
		bottom: 32px;
	}
	@media (min-width: 992px) {
		.top__laptop {
			display: none;
		}
	}
}

#intel {
	width: 65px;
}

@media (min-width: 576px) {
	#intel {
		width: 85px;
	}
}

.i7-badge {
	max-width: 60px;
}

.i7-disclaimer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	right: 5%;
	top: 20px;
}

.i7-disclaimer p {
	color: white;
	text-align: right;
}

@media (min-width: 768px) {
	.i7-disclaimer p {
		text-align: center;
	}
	.i7-disclaimer {
		align-items: center;
	}

	.i7-badge {
		max-width: 80px;
	}
}
