main.content.index div.module-specials-top header {
	color: #2c2c2c;
	text-transform: uppercase;
}
main.content.index div.module-specials-top header div.title {
	color: #2c2c2c;
}
main.content.index div.module-specials-top header div.tagline {
	color: #ef4030;
}
main.content.index div.module-specials-top header div.tagline span {
	color: #ef4030;
}
main.content.index div.module-specials-top header div.tagline:last-child {
	text-transform: lowercase;
}
main.content.index div.module-specials-top header div.tagline:last-child span {
	font-weight: 600;
}
main.content.index
	div.module-specials-top
	div.line
	a.medium:hover
	header
	div.title {
	color: #ef4030;
}
.module-specials-top {
	margin-top: -50px;
	background-color: #e5e5e5;
}
.module-specials-top > header {
	position: relative;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 4em;
	font-weight: 100;
	color: #000;
}
.module-specials-top div.line {
	display: -moz-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto;
	line-height: 0;
	align-items: stretch;
}
.module-specials-top a.medium {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-basis: 0;
	flex-grow: 0;
	position: relative;
	flex-basis: 50%;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
	transition: All 0.4s ease;
}
.module-specials-top a.medium:hover header {
	color: #ef4030;
}
.module-specials-top a.medium:hover header div.title {
	color: #ef4030;
}
.module-specials-top a.medium:hover header div.tagline {
	color: #ef4030;
}
.module-specials-top a.medium header {
	position: relative;
	text-align: center;
	line-height: 1.3em;
	font-weight: 700;
	color: #fff;
	z-index: 1;
}
.module-specials-top a.medium header div.title {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	transition: All 0.4s ease;
}
.module-specials-top a.medium header div.tagline {
	font-weight: 300;
	color: #6c6c6c;
	text-transform: uppercase;
	transition: All 0.4s ease;
}
.module-specials-top a.medium header div.tagline span {
	color: #ef4030;
}
.module-specials-top a.medium .image {
	align-self: center;
	margin: 5px;
	margin-top: 0;
	padding: 0;
	height: auto;
	max-height: 100px;
	max-width: calc(100% - 10px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.module-specials-top.black {
	margin-top: 0;
	background-color: #000;
	padding-bottom: 50px;
}
.module-specials-top.black > header {
	color: #fff;
}
.module-specials-top.black a.medium header div.title {
	color: #fff;
}
.module-specials-top.black a.medium header div.tagline {
	color: #fff;
}
.module-specials-top.ne {
	margin-top: 0;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
}
.module-specials-top.ne > header {
	color: #fff;
}
main.content.index div.module-specials-top {
	background-image: url(/images/freegift/nain_ads_bg_02.webp);
	background-color: #2c2c2c;
	padding-top: 0;
}
main.content.index div.module-specials-top .line a div.tagline,
main.content.index div.module-specials-top .line a div.tagline span,
main.content.index div.module-specials-top .line a div.title,
main.content.index div.module-specials-top header {
	color: #fff;
}
main.content.index div.module-specials-top .line a div.title {
	text-transform: none;
	font-weight: 500;
}
.module-featured-videos {
	padding-top: 50px;
	padding-bottom: 50px;
}
.module-featured-videos .videos {
	-ms-box-orient: vertical;
	display: -moz-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.module-featured-videos .videos .column {
	flex-grow: 1;
	flex-shrink: 1;
	-ms-box-orient: horizontal;
	display: -moz-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-basis: auto;
	max-width: none;
}
.module-featured-videos .videos .column-break a {
	flex-basis: 50%;
	max-width: 50%;
	height: 100px;
}

/* .explore__pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 980px;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	margin-top: 50px;
} */

/* .explore__pagination-left,
.explore__pagination-right {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #818181;
	box-sizing: border-box;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 14;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}
.explore__pagination-left {
	transform: rotate(180deg);
}

.explore__pagination-left:hover,
.explore__pagination-right:hover {
	opacity: 1;
} */
.module-featured-videos .videos a {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	position: relative;
	height: 200px;
}
.module-featured-videos .videos a:hover header .title {
	opacity: 1;
}
.module-featured-videos .videos a:hover header .watch {
	opacity: 1;
}
.module-featured-videos .videos a:hover header .play {
	opacity: 0;
}
.module-featured-videos .videos a:hover div.image:before {
	opacity: 0.7;
}
.module-featured-videos .videos a header {
	-ms-box-orient: horizontal;
	display: -moz-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	z-index: 1;
	color: #fff;
	font-size: 0.8em;
}
.module-featured-videos .videos a header .title {
	align-self: flex-end;
	opacity: 0;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 50px;
	transition: All 0.4s ease;
}
.module-featured-videos .videos a header .watch {
	align-self: flex-start;
	opacity: 0;
	transition: All 0.4s ease;
}
.module-featured-videos .videos a header .play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	margin: auto;
	font-size: 50px;
	height: 50px;
	transition: All 0.4s ease;
}
.module-featured-videos .videos a div.image {
	flex-grow: 1;
	position: relative;
	margin: 5px;
	background-color: #000;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.module-featured-videos .videos a div.image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	transition: All 0.4s ease;
}
.button-blue-o {
	display: inline-block;
	font: inherit;
	text-transform: uppercase;
	text-decoration: none;
	color: #00a1e4;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2.5px;
	border: 1px solid #00a1e4;
	transition: All 0.2s ease;
}
.button-blue-o:hover {
	border-color: #007db1;
	color: #007db1;
}
.button-blue-o i {
	vertical-align: middle;
}
.atn_v1__title_70 {
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 5.13rem;
}
.atn_v1__main_56 {
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 3.5rem;
}
.atn_v1__title_56 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 2.64rem;
}
.atn_v1__title_30 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.atn_v1__title_22 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6rem;
}
.atn_v1__txt_17 {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.atn_v1__title_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.17rem;
}
.atn_v1__menu_16 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.17rem;
}
.atn_v1__button_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: initial;
}
.atn_v1__title_14 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
}
.atn_v1__txt_14 {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__txt_12 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.875rem;
}
.atn_v1__txt_14_list {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
}
.atn_v1__title_18 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32rem;
}
.atn_v1__title_30s {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.1875rem;
}
.atn_v1__txt_14_list_s {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__title_28 {
	font-size: 1.75rem;
	font-weight: 100;
	line-height: 2rem;
}
body {
	background-color: #f2f2f2;
}
.main-page {
	overflow: hidden;
}
.main-page__generation {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.main-page__advanced {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 0 100px 0;
}
.main-page__celebrating {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.main-page__bestsellers {
	width: 100%;
	position: relative;
}
.main-page__guides {
	width: 100%;
	box-sizing: border-box;
}
.main-page__explore {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.main-page__firmware {
	width: 100%;
	box-sizing: border-box;
}
.main-page__categories {
	width: 100%;
	box-sizing: border-box;
}
.main-page__factory {
	width: 100%;
	box-sizing: border-box;
}
.main-page__title {
	font-size: 56px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #2c2c2c;
	padding: 0 15px;
	box-sizing: border-box;
}
.generation {
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.generation__wrapper {
	background-color: #000;
	z-index: 5;
	clip-path: polygon(0 88%, 35% 100%, 53% 100%, 100% 88%, 100% 0, 0 0);
	animation: wave1 5s ease-in-out infinite;
	padding: 175px 0 0 0;
}
.generation__container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.generation__container-video {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.generation__container-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.generation__info {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 10px;
	overflow: hidden;
	z-index: 1;
	background-color: #000;
}
.generation__info-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.generation__info-image {
	max-width: 500px;
	width: 100%;
	opacity: 0;
	transform: translateX(-48px);
	transition: transform 600ms ease, opacity 600ms ease;
	will-change: transform, opacity;
}
.generation__info-image.in-view {
	opacity: 1;
	transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
	.generation__info-image {
		transition: none;
		transform: none;
		opacity: 1;
	}
}
.generation__info-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.generation__info-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-color: inherit;
	border-radius: 980px;
	border: 1px solid #e72c17;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	gap: 8px;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform: translateY(-40px);
	will-change: transform, opacity;
}
.generation__info-link.in-view {
	animation: revealDown 0.6s ease 0.5s both;
}

.generation__info-link:hover {
	background-color: #e72c17;
}
.generation__info-link:hover span {
	transition: all 0.3s ease 0s;
	color: #fff;
}
.generation__info-link span {
	transition: all 0.3s ease 0s;
	color: #e72c17;
}
.generation__background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.generation__background-grey {
	clip-path: polygon(
		0 88%,
		23% 100%,
		67% 100%,
		83% 96%,
		83% 96%,
		100% 88%,
		100% 0,
		0 0
	);
	background-color: #565555;
	z-index: -1;
	animation: wave2 9s ease-in-out infinite;
	animation-delay: -1.5s;
}
.generation__background-white {
	clip-path: polygon(
		0 87%,
		18% 100%,
		17% 100%,
		28% 100%,
		77% 100%,
		83% 96%,
		100% 88%,
		100% 0,
		0 0
	);
	background-color: #fff;
	animation-delay: -3s;
	z-index: -2;
}
.advanced__container {
	max-width: 1320px;
	width: 100%;
	margin: 90px auto 0;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.advanced__item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	gap: 35px;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.advanced__item:hover {
	transition: all 0.3s ease 0s;
}
.advanced__item:hover .advanced__item-image-main-product {
	transform: scale(1.1);
	transition: all 0.3s ease 0s;
}

.advanced__item:hover .advanced__item-image-main-shadow {
	transform: scale(0.8);
	bottom: -20px;
	z-index: 1;
	opacity: 0.3;
}
.advanced__item:hover .advanced__item-image-main-shadow-mini {
	transform: translateX(-50px) scale(0.7) !important;
	bottom: -60px !important;
	z-index: 1;
	opacity: 0.5;
}
.advanced__item:hover .advanced__item-image-main-shadow-mono {
	transform: scale(0.9) !important;
	bottom: -10px;
	opacity: 0.9;
}
.advanced__item:hover .advanced__item-image-main-product-small {
	transform: scale(1.04) !important;
}
.advanced__item-image-main-product {
	transition: all 0.3s ease 0s;
	z-index: 4;
	position: relative;
}

.advanced__item-image-main-shadow-purpose {
	transform: scale(0.8) !important;
}
.advanced__item:hover .advanced__item-image-main-shadow-purpose {
	transform: scale(0.4);
	bottom: 10px;
	opacity: 0.8;
}
@media (max-width: 1024px) {
	.advanced__item:hover .advanced__item-image-main-product {
		transform: scale(1.02);
		transition: all 0.3s ease 0s;
	}
	.advanced__item:hover .advanced__item-image-main-shadow {
		transform: scale(0.8);
		bottom: -10px;
	}
	.advanced__item:hover .advanced__item-image-main-shadow-mini {
		bottom: -50px !important;
	}
}

@media (max-width: 768px) {
	.advanced__item:hover .advanced__item-image-main-shadow {
		transform: scale(0.8);
		bottom: 5px;
	}
}
/* .advanced__item:hover .advanced__item-link {
	background-color: #fff;
} */

.advanced__item-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.advanced__top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.advanced__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.advanced__description {
	font-size: 28px;
	color: #2c2c2c;
	font-weight: 900;
	text-transform: uppercase;
}
.advanced__item-title {
	font-size: 55px;
	font-weight: 600;
	color: #2c2c2c;
}
.advanced__item-title span {
	color: #e72c17;
}
.advanced__item-title-small {
	color: #2c2c2c !important;
	font-weight: 300;
}
.advanced__item-descr {
	font-size: 16px;
	font-weight: 500;
	color: #2c2c2c;
	text-align: center;
}
.advanced__item-link {
	box-sizing: border-box;
	padding: 15px 22px;
	border-radius: 980px;
	background-color: #fff;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #2c2c2c;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	text-decoration: none;
}
.advanced__item-link span {
	color: #818181;
}
.advanced__item-link:hover {
	border: 1px solid #000;
	transition: all 0.3s ease 0s;
}
/* .advanced__item-link:hover span {
	color: #fff;
} */
.advanced__item-image {
	width: 100%;
	height: 100%;
}
.advanced__item-image-main {
	max-width: 1100px;
	position: relative;
}
.advanced__item-image-main-shadow {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.advanced__item-image-main-shadow-mini {
	transform: scale(0.8);
	bottom: -30px !important;
	overflow: visible !important;
}
.advanced__item-image-main-product-mini {
	height: 350px !important;
	object-position: top;
}

@media (max-width: 1024px) {
	.advanced__item-image-main-shadow-mini {
		bottom: -15px !important;
	}
}
@media (max-width: 767px) {
	.advanced__item-image-main-product-mini {
		height: auto !important;
	}
	.advanced__item-image-main-shadow-mini {
		bottom: -10px !important;
		transform: translateX(-20px) scale(0.7) !important;
	}
}

@media (max-width: 500px) {
	.advanced__item:hover .advanced__item-image-main-shadow-mini {
		transform: translateX(-3px) scale(0.7) !important;
		bottom: -5px !important;
	}
}
.advanced__item-image__mini {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.advanced__item-image-small {
	max-width: 420px;
	width: 100%;
}
.advanced__item-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
}
.advanced__item-btn {
	text-decoration: none;
	box-sizing: border-box;
	background-color: #e72c17;
	border-radius: 980px;
	border: 1px solid #e72c17;
	padding: 12px 22px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.advanced__item-btn:hover {
	transition: all 0.3s ease 0s;
	background-color: #c51602 !important;
	border: 1px solid #e72c17;
	color: #fff;
}
.advanced__item-image-small img {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}
.advanced__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.advanced__item-image {
	position: relative;
}
.advanced__wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
}
.advanced__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
}
.advanced__link {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
	background-color: #e5e5e5;
	box-sizing: border-box;
	padding: 40px 60px;
}
.celebrating-clip {
	width: 100%;
	padding: 100px 0 0 0;
	box-sizing: border-box;
	position: relative;
	clip-path: polygon(
		0 12%,
		38% 0,
		55% 0,
		100% 12%,
		100% 88%,
		63% 100%,
		47% 100%,
		0 88%
	);
}
.celebrating-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.celebrating-background-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	clip-path: polygon(
		0 12%,
		38% 0,
		55% 0,
		100% 12%,
		100% 88%,
		63% 100%,
		47% 100%,
		0 88%
	);
}
.celebrating__container {
	max-width: 1850px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.celebrating__wrapper {
	display: flex;
	align-items: end;
	gap: 60px;
}
.celebrating__wrapper-block-item {
	display: flex;
	gap: 60px;
}
.celebrating__wrapper-block-item-awards {
	display: flex;
	gap: 17px;
	align-items: flex-end;
}
.celebrating__wrapper-block-item-avard {
	max-width: 330px;
	width: 100%;
}
.celebrating__wrapper-block-item-avard img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.celebrating__wrapper-block-item-avard-small {
	max-width: 230px;
	width: 100%;
}
.celebrating__wrapper-block-item-avard-small img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain !important;
	object-fit: contain !important;
}
.celebrating__wrapper-block-item-blue {
	color: #38a2e7;
}
.celebrating__wrapper-block-item-red {
	color: #ef4030;
	text-transform: uppercase;
}
.celebrating__wrapper-block-item-years {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 0 0 80px 0;
	box-sizing: border-box;
}
.celebrating__wrapper-block-item-years-head {
	display: flex;
	align-items: center;
	gap: 15px;
}
.celebrating__wrapper-block-item-years-bottom p {
	font-size: 40px;
	max-width: 480px;
	width: 100%;
	font-weight: 500;
	color: #9f9f9f;
	text-align: center;
}
.celebrating__wrapper-block-item-years-title {
	max-width: 325px;
	width: 100%;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
.celebrating__wrapper-block-item-years-image {
	max-width: 205px;
	width: 100%;
}
.celebrating__wrapper-block-item-years-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.celebrating__footer {
	box-sizing: border-box;
	padding: 24px 0 80px 0;
	background: rgba(0, 0, 0, 0.35);
	-webkit-backdrop-filter: blur(17.5px);
	backdrop-filter: blur(17.5px);
}
.celebrating__footer-title {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.celebrating__footer-subtitle {
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #9f9f9f;
}
.celebrating-grey {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #565555;
	z-index: -1;
	clip-path: polygon(
		0 12%,
		31% -1%,
		69% 1%,
		88% 5%,
		100% 12%,
		100% 88%,
		83% 96%,
		83% 96%,
		71% 100%,
		31% 100%,
		0 88%
	);
}
.celebrating-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -2;
	clip-path: polygon(
		0 17%,
		22% 0,
		17% -1%,
		53% 4%,
		76% 0,
		83% 6%,
		100% 12%,
		100% 85%,
		23% 104%,
		20% 100%,
		39% 100%,
		76% 100%,
		81% 97%,
		100% 88%,
		0 80%
	);
}
.bestsellers {
	padding: 80px 0;
}
.bestsellers__container {
	max-width: 1800px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.bestsellers__list {
	box-sizing: border-box;
	margin: 40px 0 0 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.bestsellers__list-item {
	max-width: 280px;
	width: 100%;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-radius: 10px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.bestsellers__list-item:hover {
	background-color: #fff;
	transition: all 0.3s ease 0s;
}
.bestsellers__list-item:hover .bestsellers__list-item-title {
	color: #e72c17;
	transition: all 0.3s ease 0s;
}
.bestsellers__list-item:hover .bestsellers__list-item-descr {
	font-weight: 700;
	transition: all 0.3s ease 0s;
}
.bestsellers__list-item:hover .bestsellers__list-item-image img {
	transition: all 0.3s ease 0s;
	transform: scale(1.05);
}
.bestsellers__list-item:nth-child(5) .bestsellers__list-item-image img,
.bestsellers__list-item:nth-child(6) .bestsellers__list-item-image img {
	-o-object-position: center;
	object-position: center;
}
.bestsellers__list-item-image {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	background: radial-gradient(50% 50% at 50% 50%, #bfbfbf 0, #adadad 100%);
	overflow: hidden;
}
.bestsellers__list-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
	transition: all 0.3s ease 0s;
}
.bestsellers__list-item-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	max-width: 220px;
	width: 100%;
	padding: 0 0 10px 0;
}
.bestsellers__list-item-title {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.bestsellers__list-item-descr {
	color: #818181;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	transition: all 0.3s ease 0s;
	line-height: 1.2;
	text-align: center;
	min-height: 45px;
}
.guides {
	position: relative;
}
.guides__wrapper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 80px 0;
	clip-path: polygon(
		0 6%,
		38% 0,
		54% 0,
		100% 6%,
		100% 96%,
		50% 100%,
		32% 100%,
		0 95%
	);
}
.guides__polygon {
	position: absolute;
}
.guides__polygon-first {
	top: 0;
	left: 13%;
}
.guides__polygon-second {
	top: 10px;
	right: 20%;
}
.guides__polygon-third {
	right: 20%;
	bottom: 0;
}
.guides__polygon-four {
	left: 8%;
	bottom: 0;
}
.guides__container {
	max-width: 1330px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
}
.guides__subtitle {
	font-size: 14px;
	color: #2c2c2c;
	font-weight: 400;
	line-height: 1.3;
	margin: 10px 0 0 0;
	text-align: center;
}
.guides__link {
	background-color: inherit;
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #2c2c2c;
	text-transform: uppercase;
	border: 1px solid #2c2c2c;
	padding: 12px 22px;
	border-radius: 980px;
	margin: 40px auto 0;
	transition: all 0.3s ease 0s;
	width: -moz-fit-content;
	width: fit-content;
}
.guides__link:hover {
	transition: all 0.3s ease 0s;
	background-color: #2c2c2c;
	color: #e5e5e5;
	cursor: pointer;
}
.guides__list {
	margin: 40px 0 0 0;
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.guides__list-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.guides__list-title {
	font-weight: 500;
	font-size: 26px;
	color: #2c2c2c;
}
.guides__list-item {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.guides__list-item:hover .guides__list-item-play {
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.guides__list-item:hover .guides__list-item-shadow {
	transition: all 0.3s ease 0s;
	background: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.guides__list-item:hover .guides__list-item-shadow-btn,
.guides__list-item:hover .guides__list-item-shadow-title {
	opacity: 1;
	pointer-events: all;
}
.guides__list-item-big {
	height: 560px;
}
.guides__list-item-small {
	height: 250px;
	background-position: center;
}
.guides__list-item-play {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: all 0.3s ease 0s;
}
.guides__list-item-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	z-index: 5;
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
	transition: all 0.3s ease 0s;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.guides__list-item-shadow-title {
	opacity: 0;
	pointer-events: none;
	color: #e5e5e5;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.guides__list-item-shadow-btn {
	opacity: 0;
	pointer-events: none;
	text-decoration: none;
	background-color: inherit;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #e5e5e5;
	text-transform: uppercase;
	border: 1px solid #e5e5e5;
	padding: 12px 22px;
	border-radius: 980px;
	margin: 10px 0 0 0;
	transition: all 0.3s ease 0s;
}
.guides__list-item-shadow-btn:hover {
	transition: all 0.3s ease 0s;
	background-color: #e5e5e5;
	color: #2c2c2c;
	font-weight: 500;
	cursor: pointer;
}
.guides__list-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.firmware__container {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.firmware__wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.firmware__wrapper-bottom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
}
.firmware__item {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.firmware__item-top {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 430px;
}
.firmware__item-top-image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.firmware__item-top-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.firmware__item-top-link {
	margin: 40px auto 0;
}
.firmware__item-top-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 50px;
}
.firmware__item-bottom {
	max-width: 420px;
	width: 100%;
	position: relative;
	border-radius: 10px;
}
.firmware__item-bottom-image {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.firmware__item-bottom-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 10px;
}
.firmware__item-bottom-info {
	position: absolute;
	bottom: 35px;
	left: 0;
	box-sizing: border-box;
	z-index: 2;
	width: 100%;
	padding: 0 30px;
}
.firmware__item-bottom-link {
	margin: 20px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}
.firmware__item-title {
	color: #e5e5e5;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}
.firmware__item-descr {
	color: #e5e5e5;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin: 10px 0 0 0;
	text-align: center;
}
.firmware__item-link {
	box-sizing: border-box;
	background-color: inherit;
	text-decoration: none;
	font-size: 16px;
	color: #9f9f9f;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 980px;
	border: 1px solid #ef4030;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}
.firmware__item-link:hover {
	background-color: #ef4030;
	color: #fff;
}
.categories {
	padding: 80px 0;
}
.categories__container {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.categories__list {
	margin: 20px 0 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.categories__list-item {
	width: 100%;
	height: 290px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 30px 20px 30px 180px;
	transition: all 0.3s ease 0s;
}
.categories__list-item:hover .categories__list-item-image {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: all 0.3s ease 0s;
	max-width: 190px;
}
.categories__list-item-image {
	max-width: 180px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.3s ease 0s;
	border-radius: 10px 0 10px 10px;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.categories__list-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}
.categories__list-item-info {
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.categories__list-item-title {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	min-height: 85px;
	max-width: 200px;
	width: 100%;
	line-height: 1.2;
}
.categories__list-item-link {
	box-sizing: border-box;
	border-radius: 980px;
	background-color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.categories__list-item-thermal .categories__list-item-title {
	color: #e5e5e5;
}
.categories__list-item-thermal .categories__list-item-link {
	color: #9f9f9f;
	border: 1px solid #9f9f9f;
}
.categories__list-item-thermal .categories__list-item-link:hover {
	background-color: #9f9f9f;
	color: #000;
}
.categories__list-item-day .categories__list-item-title {
	color: #242424;
}
.categories__list-item-day .categories__list-item-link {
	color: #242424;
	border: 1px solid #242424;
}
.categories__list-item-day .categories__list-item-link:hover {
	background-color: #242424;
	color: #fff;
}
.categories__list-item-accessories .categories__list-item-title {
	color: #242424;
}
.categories__list-item-accessories .categories__list-item-link {
	color: #242424;
	border: 1px solid #242424;
}
.categories__list-item-accessories .categories__list-item-link:hover {
	background-color: #242424;
	color: #fff;
}
.categories__list-item-accessories .categories__list-item-image {
	background-color: #4e4e4e;
}
.categories__list-item-accessories .categories__list-item-image img {
	-o-object-fit: contain;
	object-fit: contain;
}
.categories__list-item-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.categories__list-item-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -2;
}
.factory {
	position: relative;
}
.factory__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 100px 0;
	box-sizing: border-box;
	clip-path: polygon(0 14%, 40% 0, 67% 0, 88% 6%, 100% 14%, 100% 100%, 0 100%);
}
.factory__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.factory__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.factory__container {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.factory__block {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.factory__info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: start;
}
.factory__title {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
}
.factory__descr {
	max-width: 440px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #e5e5e5;
	line-height: 1.3;
}
.factory__link {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: inherit;
	padding: 12px 22px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #9f9f9f;
	border-radius: 980px;
	border: 1px solid #ef4030;
	transition: all 0.3s ease 0s;
	margin: 30px 0 0 0;
}
.factory__link:hover {
	transition: all 0.3s ease 0s;
	background-color: #ef4030;
	color: #fff;
}
.factory__polygon {
	max-width: 900px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.factory__polygon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.factory__background-grey {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #565555;
	z-index: -2;
	clip-path: polygon(0 14%, 24% 1%, 67% 0, 88% 6%, 100% 14%, 100% 100%, 0 100%);
}
.factory__background-white {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -3;
	clip-path: polygon(0 18%, 18% 1%, 67% 0, 88% 6%, 100% 14%, 100% 100%, 0 100%);
}

/* .explore__slider-navigation {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	display: none;
	margin: 10px 0 0 0;
} */
@keyframes wave1 {
	0%,
	100% {
		clip-path: polygon(0 88%, 35% 100%, 53% 100%, 100% 88%, 100% 0, 0 0);
	}
	25% {
		clip-path: polygon(0 87%, 34% 99%, 54% 101%, 100% 87%, 100% 0, 0 0);
	}
	50% {
		clip-path: polygon(0 86%, 36% 98%, 52% 102%, 100% 86%, 100% 0, 0 0);
	}
	75% {
		clip-path: polygon(0 87%, 35% 99%, 53% 101%, 100% 87%, 100% 0, 0 0);
	}
}
@keyframes wave2 {
	0%,
	100% {
		clip-path: polygon(
			0 88%,
			23% 100%,
			67% 100%,
			83% 96%,
			100% 88%,
			100% 0,
			0 0
		);
	}
	20% {
		clip-path: polygon(
			0 87%,
			24% 99%,
			66% 101%,
			84% 95%,
			100% 87%,
			100% 0,
			0 0
		);
	}
	40% {
		clip-path: polygon(
			0 86%,
			22% 98%,
			68% 102%,
			82% 94%,
			100% 86%,
			100% 0,
			0 0
		);
	}
	60% {
		clip-path: polygon(
			0 85%,
			25% 97%,
			65% 103%,
			85% 93%,
			100% 85%,
			100% 0,
			0 0
		);
	}
	80% {
		clip-path: polygon(
			0 87%,
			23% 99%,
			67% 101%,
			83% 95%,
			100% 87%,
			100% 0,
			0 0
		);
	}
}
@keyframes wave3 {
	0%,
	100% {
		clip-path: polygon(
			0 87%,
			18% 100%,
			17% 100%,
			28% 100%,
			77% 100%,
			83% 96%,
			100% 88%,
			100% 0,
			0 0
		);
	}
	30% {
		clip-path: polygon(
			0 86%,
			19% 99%,
			18% 99%,
			27% 99%,
			78% 101%,
			84% 95%,
			100% 87%,
			100% 0,
			0 0
		);
	}
	60% {
		clip-path: polygon(
			0 85%,
			17% 98%,
			16% 98%,
			29% 98%,
			76% 102%,
			82% 94%,
			100% 86%,
			100% 0,
			0 0
		);
	}
	90% {
		clip-path: polygon(
			0 86%,
			18% 99%,
			17% 99%,
			28% 99%,
			77% 101%,
			83% 95%,
			100% 87%,
			100% 0,
			0 0
		);
	}
}
@keyframes wave1-mobile {
	0%,
	100% {
		clip-path: polygon(0 94%, 35% 100%, 61% 100%, 100% 93%, 100% 0, 0 0);
	}
	25% {
		clip-path: polygon(0 93%, 34% 99%, 62% 101%, 100% 92%, 100% 0, 0 0);
	}
	50% {
		clip-path: polygon(0 92%, 36% 98%, 60% 102%, 100% 91%, 100% 0, 0 0);
	}
	75% {
		clip-path: polygon(0 93%, 35% 99%, 61% 101%, 100% 92%, 100% 0, 0 0);
	}
}
@keyframes wave2-mobile {
	0%,
	100% {
		clip-path: polygon(
			0 94%,
			22% 102%,
			81% 100%,
			90% 95%,
			92% 94%,
			101% 88%,
			100% 0,
			0 0
		);
	}
	20% {
		clip-path: polygon(
			0 93%,
			23% 101%,
			80% 101%,
			91% 94%,
			93% 93%,
			101% 87%,
			100% 0,
			0 0
		);
	}
	40% {
		clip-path: polygon(
			0 92%,
			21% 100%,
			82% 102%,
			89% 93%,
			91% 92%,
			101% 86%,
			100% 0,
			0 0
		);
	}
	60% {
		clip-path: polygon(
			0 91%,
			24% 99%,
			79% 103%,
			92% 92%,
			94% 91%,
			101% 85%,
			100% 0,
			0 0
		);
	}
	80% {
		clip-path: polygon(
			0 93%,
			22% 101%,
			81% 101%,
			90% 94%,
			92% 93%,
			101% 87%,
			100% 0,
			0 0
		);
	}
}
@media (min-width: 600px) {
	.module-specials-top a.medium header {
		font-size: 1em;
	}
	.module-specials-top a.medium .image {
		background-position: center bottom;
		margin-bottom: 0;
		max-height: 150px;
	}
	.module-featured-videos .videos {
		flex-direction: row;
	}
	.module-featured-videos .videos .column {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media (min-width: 900px) {
	.module-specials-top div.line {
		max-width: 80%;
	}
	.module-specials-top a.medium {
		flex-grow: 1;
	}
	.module-specials-top a.medium header {
		line-height: initial;
	}
	.module-specials-top a.medium header div.title {
		font-size: 1.1em;
		font-size: 1.1vw;
	}
	.module-specials-top a.medium header div.tagline {
		font-size: 1em;
		font-size: 1vw;
	}
	.module-featured-videos .videos {
		flex-direction: row;
		padding-left: 0;
		padding-right: 0;
	}
	.module-featured-videos .videos .column-break a {
		height: 160px;
	}
	.module-featured-videos .videos a {
		height: 320px;
	}
	.module-featured-videos .videos a header {
		font-size: 1em;
	}
	.module-featured-videos .videos a header .play {
		font-size: 100px;
		height: 100px;
	}
}
@media (min-width: 1200px) {
	.module-specials-top a.medium {
		flex-basis: 0;
	}
	.module-specials-top a.medium header div.title {
		font-size: 1.3em;
	}
	.module-specials-top a.medium .image {
		max-height: 200px;
	}
	.advanced__link {
		padding: 40px 20px;
	}
}

@media (max-width: 850px) {
	.guides__list-title {
		font-size: 18px;
	}
}
@media (max-width: 1919px) {
	.celebrating__wrapper {
		gap: 30px;
		justify-content: space-around;
	}
	.celebrating__wrapper-block-item {
		gap: 30px;
	}
	.celebrating__wrapper-block-item-years-bottom p {
		font-size: 34px;
	}
	.celebrating__wrapper-block-item-years-title {
		font-size: 38px;
	}
}
@media (max-width: 1519px) {
	.advanced__item-title-mobile {
		font-size: 50px;
	}
	.celebrating__wrapper {
		gap: 17px;
	}
	.celebrating__wrapper-block-item {
		gap: 17px;
	}
	.celebrating__wrapper-block-item-years-head {
		gap: 5px;
	}
	.celebrating__wrapper-block-item-years-bottom p {
		font-size: 26px;
		max-width: 300px;
	}
	.celebrating__wrapper-block-item-years-title {
		font-size: 30px;
	}
	.bestsellers__list {
		gap: 8px;
	}
	.bestsellers__list-item:hover .bestsellers__list-item-descr {
		min-height: 70px;
	}
	.factory__polygon {
		max-width: 800px;
	}
}
@media (max-width: 1419px) {
	.advanced__item-title-mobile {
		font-size: 40px;
	}
	.advanced__item-image-small {
		max-width: 350px;
	}
	.celebrating__wrapper-block-item-years-title {
		font-size: 26px;
	}
	.bestsellers__list {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 20px;
	}
	.bestsellers__list-item {
		max-width: 100%;
	}
	.bestsellers__list-item:hover .bestsellers__list-item-descr {
		min-height: 45px;
	}
	.bestsellers__list-item-image {
		height: 250px;
	}
	.bestsellers__list-item-image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	.guides__polygon-first {
		left: 8%;
	}
	.guides__polygon-second {
		right: 10%;
		top: 15px;
	}
	.guides__polygon-four {
		left: 1%;
	}
	.firmware__item-bottom-info {
		padding: 0 15px;
	}
	.firmware__item-bottom-info .firmware__item-title {
		font-size: 26px;
	}
	.categories__list-item-title {
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	.advanced__item-title-mobile {
		font-size: 30px;
	}
	.advanced__item-link-small {
		padding: 5px 10px;
		font-size: 15px;
	}
	.advanced__item-image-small {
		max-width: 280px;
	}
	.bestsellers__list-item-image img {
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: bottom;
		object-position: bottom;
	}
	.firmware__item-top-image img {
		-o-object-position: right;
		object-position: right;
	}
	.firmware__item-bottom-info {
		bottom: 15px;
	}
	.categories__list {
		gap: 10px;
	}
	.categories__list-item:hover .categories__list-item-image {
		max-width: 160px;
	}
	.categories__list-item-image {
		max-width: 160px;
	}
	.categories__list-item-title {
		font-size: 26px;
	}
	.categories__list-item-link {
		padding: 12px 18px;
	}
}
@media (max-width: 825px) {
	.advanced__item-title-mobile {
		font-size: 24px !important;
	}
}
@media (max-width: 500px) {
	.advanced__item-title-mobile {
		font-size: 15px !important;
	}
}
@media (max-width: 1023px) {
	.generation__info-image {
		max-width: 350px;
	}
	/* .explore__pagination-left,
	.explore__pagination-right {
		width: 30px;
		height: 30px;
		min-width: 30px;
		min-height: 30px;
		max-width: 30px;
		max-height: 30px;
	}
	.explore__pagination-left img,
	.explore__pagination-right img {
		width: 8px;
		height: 11px;
	} */
	.advanced__description {
		font-size: 20px;
		font-weight: 600;
	}
	.advanced__container {
		gap: 50px;
	}
	.advanced__item-title-mobile {
		font-weight: 500;
	}
	.advanced__item-link-small {
		padding: 12px 22px;
	}
	.advanced__item-image-small {
		max-width: 350px;
	}
	.advanced__bottom {
		column-gap: 10px;
	}
	.celebrating-clip,
	.celebrating-background-video {
		clip-path: polygon(
			0 4%,
			28% 0,
			60% 0,
			148% 12%,
			100% 95%,
			74% 100%,
			47% 100%,
			0 95%
		);
	}

	.celebrating__wrapper {
		flex-direction: column;
		align-items: center;
	}
	.celebrating__wrapper-block-item {
		flex-direction: column-reverse;
	}
	.celebrating__wrapper-block-item-avard-small {
		max-width: 330px;
	}
	.celebrating__wrapper-block-item-years {
		padding: 0;
	}
	.celebrating__wrapper-block-item-years-title {
		font-size: 40px;
	}
	.celebrating-grey {
		clip-path: polygon(
			0 4%,
			23% -2%,
			86% 2%,
			100% 5%,
			106% 94%,
			3% 120%,
			63% 105%,
			-2% 95%
		);
	}
	.celebrating-white {
		background-color: #fff;
		clip-path: polygon(
			0 4%,
			3% 2%,
			17% 0,
			53% -4%,
			66% 0,
			104% 6%,
			100% 12%,
			100% 85%,
			23% 104%,
			20% 100%,
			36% 100%,
			86% 102%,
			97% 95%,
			-38% 94%,
			19% 98%
		);
	}
	.bestsellers__list {
		-moz-column-gap: 8px;
		column-gap: 8px;
		row-gap: 20px;
	}
	.bestsellers__list-item-image {
		height: 200px;
	}
	.guides__polygon-first {
		left: 0;
		top: 11px;
		max-width: 280px;
		width: 100%;
		rotate: -2deg;
	}
	.guides__polygon-first img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.guides__polygon-second {
		rotate: 2deg;
	}
	.guides__polygon-four {
		left: 0;
		transform: rotate(2deg);
	}

	.firmware__wrapper-bottom {
		gap: 5px;
	}
	.firmware__item-top-link {
		margin: 15px auto 0;
	}
	.firmware__item-top-info {
		padding: 60px 10px 10px 10px;
		max-width: 380px;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.firmware__item-bottom-info {
		padding: 0 5px;
	}
	.firmware__item-bottom-info .firmware__item-title {
		font-size: 20px;
	}
	.firmware__item-bottom-info .firmware__item-descr {
		font-size: 12px;
	}
	.firmware__item-bottom-link {
		margin: 10px auto 0;
	}
	.categories__list {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
	.categories__list-item:hover .categories__list-item-image {
		max-width: 400px;
	}
	.categories__list-item {
		justify-content: space-around;
		padding-left: 280px;
	}
	.categories__list-item-image {
		max-width: 400px;
	}
	.categories__list-item-title {
		max-width: 100%;
		min-height: 25px;
	}
	.categories__list-item-day .categories__list-item-image img {
		-o-object-position: top;
		object-position: top;
	}
	.categories__list-item-accessories .categories__list-item-image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 0 -30px;
		object-position: 0 -30px;
	}
	.factory__wrapper {
		clip-path: polygon(
			0 8%,
			28% 0,
			49% -4%,
			88% 4%,
			107% 14%,
			100% 100%,
			0 100%
		);
	}
	.factory__image img {
		-o-object-position: top;
		object-position: top;
	}
	.factory__block {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	.factory__info {
		grid-row: 2;
		align-items: center;
		margin: 180px 0 0 0;
	}
	.factory__descr {
		text-align: center;
		max-width: 500px;
	}
	.factory__polygon {
		max-width: 600px;
	}
	.factory__background-grey {
		clip-path: polygon(0 8%, 18% 0, 67% 0, 88% 6%, 100% 14%, 100% 100%, 0 100%);
	}
	.factory__background-white {
		clip-path: polygon(
			0 11%,
			13% 0,
			67% 0,
			88% 6%,
			100% 14%,
			100% 100%,
			0 100%
		);
	}
}
@media (max-width: 767px) {
	.main-page__title {
		font-size: 40px;
		max-width: 350px;
		margin: 0 auto;
	}
	/* .explore__pagination-wrapper {
		display: none;
	}
	.explore__slider-navigation {
		display: flex;
	} */
	.advanced__item-buttons {
		flex-direction: column;
	}
	.advanced__top {
		gap: 10px;
	}
	.advanced__description {
		font-size: 13px;
		text-align: center;
		min-height: 25px;
	}
	.advanced__block {
		gap: 5px;
	}
	.advanced__item-title {
		font-size: 36px;
	}
	.advanced__link {
		padding: 30px 10px;
	}
	.main-page__title {
		font-size: 30px;
	}
	.generation__wrapper {
		clip-path: polygon(0 94%, 35% 100%, 61% 100%, 100% 93%, 100% 0, 0 0);
		animation: wave1-mobile 5s ease-in-out infinite;
		padding: 115px 0 0 0;
	}
	.generation__info {
		padding: 20px 10px 30px 10px;
	}
	.generation__info-wrapper {
		gap: 8px;
	}
	.generation__info-image {
		max-width: 275px;
	}
	.generation__info-link {
		font-size: 15px;
	}
	.generation__background-grey {
		clip-path: polygon(
			0 94%,
			22% 102%,
			81% 100%,
			90% 95%,
			92% 94%,
			101% 88%,
			100% 0,
			0 0
		);
		animation: wave2-mobile 9s ease-in-out infinite;
	}
	.generation__background-white {
		clip-path: polygon(
			0 97%,
			15% 100%,
			0 100%,
			98% 100%,
			82% 100%,
			102% 94%,
			100% 88%,
			100% 0,
			0 0
		);
	}
	.advanced {
		padding: 40px 0 50px 0;
	}
	.advanced__container {
		margin: 35px auto 0;
	}
	.celebrating__wrapper-block-item-years-head {
		flex-direction: column;
		align-items: center;
	}
	.celebrating__wrapper-block-item-years-image {
		max-width: 250px;
	}
	.bestsellers__list {
		grid-template-columns: repeat(2, 1fr);
		-moz-column-gap: 10px;
		column-gap: 10px;
		grid-template-rows: repeat(3, 1fr);
	}
	.bestsellers__list-item:hover img {
		transition: all 0.3s ease 0s;
		transform: scale(1.15) !important;
	}
	.bestsellers__list-item:nth-child(5) .bestsellers__list-item-image img,
	.bestsellers__list-item:nth-child(6) .bestsellers__list-item-image img {
		transform: scale(1);
	}
	.bestsellers__list-item-image img {
		transform: scale(1.15);
	}
	.guides__wrapper {
		padding: 40px 0;
	}
	.guides__polygon-first {
		max-width: 200px;
		rotate: -5deg;
		top: 15px;
	}
	.guides__polygon-second {
		top: 18px;
		right: 0;
		rotate: 4deg;
	}
	.guides__polygon-third {
		right: 2%;
		bottom: 5px;
		rotate: -3deg;
	}
	.guides__polygon-four {
		left: -8%;
		transform: rotate(4deg);
	}
	.guides__subtitle {
		font-size: 13px;
		line-height: 1.1;
	}
	.guides__link {
		font-size: 15px;
	}
	.guides__list {
		gap: 10px;
	}
	.guides__list-item-play {
		width: 70px;
		height: 70px;
	}
	.guides__list-item-play img {
		width: 24px;
		height: 26px;
	}
	.guides__list-item-shadow-title {
		font-size: 16px;
	}
	.guides__list-item-shadow-btn {
		font-size: 15px;
	}
	.guides__list-wrapper {
		gap: 10px;
		justify-content: space-between;
	}

	.firmware__wrapper {
		gap: 10px;
	}
	.firmware__wrapper-bottom {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 10px;
	}
	.firmware__item-top {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, 1fr);
		height: 530px;
	}
	.firmware__item-top-image img {
		-o-object-position: top;
		object-position: top;
	}
	.firmware__item-top-link {
		margin: 20px auto 0;
	}
	.firmware__item-top-info {
		grid-row: 2;
		max-width: 100%;
		align-items: center;
		justify-content: flex-end;
		padding: 10px 30px 30px 30px;
	}
	.firmware__item-bottom {
		max-width: 100%;
		height: 530px;
	}
	.firmware__item-bottom-image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top;
		object-position: top;
	}
	.firmware__item-bottom-info {
		padding: 0 30px;
		bottom: 30px;
	}
	.firmware__item-bottom-info .firmware__item-title {
		font-size: 26px;
	}
	.firmware__item-bottom-link {
		margin: 20px auto 0;
	}
	.firmware__item-title {
		font-size: 26px;
	}
	.firmware__item-descr {
		font-size: 12px;
	}
	.categories__list-item:hover .categories__list-item-image {
		max-width: 300px;
	}
	.categories__list-item-image {
		max-width: 300px;
	}
	.factory__wrapper {
		clip-path: polygon(
			0 4%,
			28% 0,
			34% -5%,
			89% 4%,
			130% 14%,
			100% 100%,
			0 100%
		);
	}
	.factory__info {
		margin: 100px 0 0 0;
	}
	.factory__title {
		font-size: 26px;
		text-align: center;
	}
	.factory__descr {
		font-size: 13px;
	}
	.factory__link {
		font-size: 15px;
		margin: 10px 0 0 0;
	}
	.factory__polygon {
		max-width: 550px;
		right: -20px;
	}
	.factory__background-grey {
		clip-path: polygon(
			0 4%,
			17% -1%,
			67% 2%,
			63% 3%,
			100% 14%,
			100% 100%,
			0 100%
		);
	}
	.factory__background-white {
		clip-path: polygon(0 3%, 8% 0, 67% 0, 88% 6%, 100% 14%, 100% 100%, 0 100%);
	}
}
@media (max-width: 599px) {
	.module-specials-top > header {
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 2em;
	}
	.module-featured-videos {
		padding: 20px 0 10px 0;
	}
	.atn_v1__title_70 {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.76rem;
	}
	.atn_v1__main_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36 {
		font-size: 1.625rem;
		font-weight: 500;
		line-height: 1.9rem;
	}
	.atn_v1__title_30 {
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.611rem;
	}
	.atn_v1__title_22 {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.172rem;
	}
	.atn_v1__txt_17_mob {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__title_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
	}
	.atn_v1__button_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: initial;
	}
	.atn_v1__txt_14 {
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 0.875rem;
	}
	.atn_v1__txt_12 {
		font-size: 0.5625rem;
		font-weight: 400;
		line-height: 0.625rem;
	}
	.atn_v1__txt_14_list {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 2.5rem;
	}
	.atn_v1__title_30s {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	.atn_v1__txt_14_list_s {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__txt_14a_mob {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 0.94rem;
	}
	.atn_v1__txt_14_mob {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 0.8125rem;
	}
	.atn_v1__title_28 {
		font-size: 1.375rem;
		font-weight: 100;
		line-height: 1.375rem;
	}
	.atn_v1__title_16_mob {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1rem;
	}
}
@media (max-width: 575px) {
	.advanced__item-image-small {
		max-width: 280px;
	}
	.guides__list-title {
		font-size: 14px;
	}
	.advanced__item-descr {
		font-size: 10px;
	}
	.celebrating-clip {
		padding: 35px 0 0 0;
		clip-path: polygon(
			0 3%,
			37% 0,
			55% 0,
			219% 12%,
			100% 97%,
			75% 100%,
			55% 100%,
			0 97%
		);
	}
	.celebrating-background-video {
		clip-path: polygon(
			0 3%,
			37% 0,
			55% 0,
			219% 12%,
			100% 97%,
			75% 100%,
			55% 100%,
			0 97%
		);
	}
	.celebrating__wrapper-block-item-awards {
		box-sizing: border-box;
		padding: 0 35px;
	}
	.celebrating__wrapper-block-item-years-bottom p {
		font-size: 16px;
		max-width: 200px;
	}
	.celebrating__wrapper-block-item-years-image {
		max-width: 210px;
	}
	.celebrating__footer {
		padding-bottom: 50px;
	}
	.celebrating__footer-title {
		font-size: 12px;
		text-align: left;
	}
	.celebrating__footer-subtitle {
		font-size: 12px;
		text-align: left;
	}
	.celebrating-grey {
		clip-path: polygon(
			0 3%,
			41% -2%,
			90% 2%,
			109% 4%,
			105% 95%,
			13% 119%,
			82% 105%,
			-16% 95%
		);
	}
	.bestsellers {
		padding: 40px 0;
	}
	.bestsellers__list {
		-moz-column-gap: 5px;
		column-gap: 5px;
	}
	.bestsellers__list-item:hover .bestsellers__list-item-image img {
		transition: all 0.3s ease 0s;
		transform: scale(1) !important;
	}
	.bestsellers__list-item-image {
		height: 180px;
	}
	.bestsellers__list-item-image img {
		transform: scale(1) !important;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.bestsellers__list-item-descr {
		font-size: 12px;
	}
	.guides__wrapper {
		clip-path: polygon(
			0 4%,
			23% 0,
			72% 0,
			100% 4%,
			100% 96%,
			67% 100%,
			23% 100%,
			0 95%
		);
	}
	.guides__polygon-first {
		left: -25px;
		max-width: 120px;
		top: 4px;
	}
	.guides__polygon-second {
		max-width: 120px;
		top: 0;
		right: 37px;
	}
	.guides__polygon-third {
		max-width: 120px;
		right: 4%;
		bottom: 0;
		rotate: -5deg;
	}
	.guides__polygon-four {
		max-width: 120px;
		width: 100%;
		left: -3%;
		transform: rotate(8deg);
		bottom: 4px;
	}
	.guides__polygon-four img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.guides__link {
		margin: 20px auto 0;
	}
	.guides__list {
		margin: 20px 0 0 0;
	}
	.guides__list-item-big {
		height: 235px;
	}
	.guides__list-item-small {
		height: 101px;
	}
	.guides__list-item-play {
		width: 50px;
		height: 50px;
	}
	.guides__list-item-play img {
		width: 14px;
		height: 16px;
	}
	.guides__list-item-shadow-title {
		font-size: 9px;
		line-height: 1;
	}
	.guides__list-item-shadow-btn {
		font-size: 13px;
		padding: 8px 10px;
	}

	.firmware__item-top {
		height: 480px;
	}
	.firmware__item-bottom {
		height: 480px;
	}
	.categories__list-item:hover .categories__list-item-image {
		max-width: 180px;
	}
	.categories__list-item {
		padding-left: 180px;
	}
	.categories__list-item-image {
		max-width: 180px;
	}
	.categories__list-item-link {
		padding: 12px 22px;
	}
	.categories__list-item-accessories .categories__list-item-image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	.factory__info {
		margin: 50px 0 0 0;
	}
	.factory__polygon {
		max-width: 400px;
	}
}
@media (max-width: 469px) {
	.advanced__item-image-small {
		max-width: 190px;
	}
	.bestsellers__list-item-image {
		height: 130px;
	}
	.guides__list-title {
		font-size: 10px;
	}
	.bestsellers__list-item-info {
		padding: 0 5px 10px 5px;
		box-sizing: border-box;
	}
	.guides__polygon-first {
		left: -32px;
	}
	.guides__polygon-second {
		max-width: 120px;
		top: 0;
		right: -8px;
		rotate: 6deg;
	}
	.guides__polygon-second img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.guides__container {
		padding: 0 10px;
	}
	.firmware__container {
		padding: 0 10px;
	}
	.firmware__item-top {
		height: 400px;
	}
	.firmware__item-bottom {
		height: 400px;
	}
	.factory__wrapper {
		clip-path: polygon(
			0 2%,
			30% 0,
			-15% -12%,
			78% 2%,
			189% 14%,
			100% 100%,
			0 100%
		);
		padding: 100px 0 40px 0;
	}
	.factory__info {
		margin: 20px 0 0 0;
	}
}
@media (max-width: 381px) {
	.advanced__item-title-mobile {
		font-size: 16px;
	}
	.advanced__item-title {
		font-size: 30px;
	}
	.advanced__item-link,
	.advanced__item-btn {
		padding: 5px 10px;
		font-size: 14px;
	}

	.firmware__item-top {
		height: 380px;
	}
	.firmware__item-bottom {
		height: 380px;
	}
	.categories__list-item:hover .categories__list-item-image {
		max-width: 140px;
	}
	.categories__list-item {
		padding-left: 130px;
	}
	.categories__list-item-image {
		max-width: 140px;
	}
}
@media (width < 600px) {
	main.content.index div.module-specials-top {
		padding-top: 10px;
	}
}
@media (1500px <= width) {
	main.content.index div.module-specials-top {
		padding-top: 0;
		background-size: cover;
		margin: auto;
	}
}

@keyframes revealDown {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.generation__info-link {
		animation: none !important;
		transition: none;
		opacity: 1;
		transform: none;
	}
}

.explore {
	padding: 80px 0 0 0;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.explore {
		padding: 40px 0 0 0;
	}
}
.explore__container {
	max-width: 1330px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.explore__slider {
	margin: 40px 0;
	box-sizing: border-box;
	display: flex;
}
.explore__slider-wrapper {
	max-width: 1330px;
	width: 100%;
}
.explore__slider-slide {
	position: relative;
	box-sizing: border-box;
	max-width: 420px;
	height: 650px !important;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	cursor: grab;
	background-color: #000;
}
@media (max-width: 1023px) {
	.explore__slider-slide {
		max-width: 390px;
		height: 500px !important;
	}
}
@media (max-width: 575px) {
	.explore__slider-slide {
		max-width: 300px;
		height: 380px !important;
	}
}
.explore__slider-slide-video {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.explore__slider-slide-video video,
.explore__slider-slide-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.explore__slider-slide-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 5;
	padding: 40px;
	border-radius: 0 0 10px 10px;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
@media (max-width: 575px) {
	.explore__slider-slide-info {
		padding: 20px 40px;
	}
}
@media (max-width: 374px) {
	.explore__slider-slide-info {
		padding: 20px;
	}
}
.explore__slider-slide-title {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 575px) {
	.explore__slider-slide-title {
		font-size: 24px;
	}
}
@media (max-width: 374px) {
	.explore__slider-slide-title {
		font-size: 20px;
	}
}
.explore__slider-slide-link {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 12px 22px;
	background-color: inherit;
	border-radius: 980px;
	border: 1px solid #818181;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #9f9f9f;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.explore__slider-slide-link:hover {
	background-color: #818181;
	color: #000;
}
.explore__slider-pagination {
	display: none;
}
@media (max-width: 575px) {
	.explore__slider-pagination {
		width: 100%;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin: 10px 0 0 0;
		column-gap: 5px;
	}
	.explore__slider-pagination .swiper-pagination-bullet {
		width: 100%;
		height: 4px;
		border-radius: 2px;
		background-color: #cfcfcf;
	}
	.explore__slider-pagination .swiper-pagination-bullet-active {
		background-color: #818181;
	}
}

.explore__slider-slide-video {
	position: relative;
	overflow: hidden;
}
.explore__slider-slide-video video,
.explore__slider-slide-video .video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.explore__slider-slide-video .video-poster {
	opacity: 1;
	pointer-events: none;
}

.explore__slider-slide-video.is-playing video {
	opacity: 1;
}
.explore__slider-slide-video.is-playing .video-poster {
	opacity: 0;
}

/* .explore__container {
	max-width: 2500px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	margin: 80px auto;
	position: relative;
}
@media (max-width: 767px) {
	.explore__container {
		padding: 0 15px;
	}
}
@media (max-width: 469px) {
	.explore__container {
		padding: 0 10px;
	}
}
.explore__deco {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 740px;
	width: 350px;
	background: linear-gradient(
		91deg,
		rgba(242, 242, 242, 0) 0%,
		rgba(242, 242, 242, 0.76) 74.78%
	);
	pointer-events: none;
}
@media (max-width: 1259px) {
	.explore__deco {
		width: 120px;
	}
}
@media (max-width: 767px) {
	.explore__deco {
		display: none;
	}
}
.explore__pagination {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 840px;
	width: 100%;
	gap: 12px;
}
@media (max-width: 1259px) {
	.explore__pagination {
		width: 90%;
	}
}
@media (max-width: 1023px) {
	.explore__pagination {
		max-width: 100%;
		width: 95%;
	}
}
.explore__pagination-bullet {
	width: 100%;
	height: 4px;
	background-color: #cfcfcf;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.explore__pagination-bullet:hover {
	background-color: #999;
}
.explore__pagination-bullet.active {
	background-color: #818181;
	width: 100%;
}
.explore__wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end;
	gap: 40px;
	box-sizing: border-box;
	padding-left: 50px;
}
@media (max-width: 1419px) {
	.explore__wrapper {
		padding-left: 10px;
	}
}
@media (max-width: 1259px) {
	.explore__wrapper {
		padding-left: 0;
		gap: 15px;
	}
}
@media (max-width: 1023px) {
	.explore__wrapper {
		flex-direction: column;
		justify-content: center;
	}
}
.explore__block {
	width: 100%;
	overflow: hidden;
}
@media (min-width: 1921px) {
	.explore__block {
		max-width: 1220px;
	}
}
@media (max-width: 1920px) {
	.explore__block {
		max-width: 1170px;
	}
}
@media (max-width: 767px) {
	.explore__block {
		overflow: visible;
	}
}
.explore__info {
	display: flex;
	flex-direction: column;
}
@media (max-width: 1023px) {
	.explore__info {
		align-items: center;
	}
}
.explore__title {
	font-size: 24px;
	font-weight: 300;
	color: #2c2c2c;
}
@media (max-width: 1259px) {
	.explore__title {
		font-size: 20px;
	}
}
@media (max-width: 1023px) {
	.explore__title {
		font-size: 28px;
	}
}
.explore__subtitle {
	font-size: 56px;
	font-weight: 300;
	text-transform: uppercase;
	color: #2c2c2c;
}
@media (max-width: 1419px) {
	.explore__subtitle {
		font-size: 38px;
	}
}
@media (max-width: 1259px) {
	.explore__subtitle {
		font-size: 30px;
	}
}
.explore__slider {
	box-sizing: border-box;
	max-width: 1000px;
	width: 100%;
	position: relative;
	overflow: visible;
	height: 650px;
	cursor: grab;
	touch-action: pan-y;
}
@media (max-width: 767px) {
	.explore__slider {
		height: auto;
	}
}
.explore__slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.explore__slider-pagination {
	display: none;
}
@media (max-width: 767px) {
	.explore__slider-pagination {
		display: flex;
		width: 100%;
	}
	.explore__slider-pagination .swiper-pagination-bullet {
		background-color: #cfcfcf !important;
		width: 100%;
		height: 4px;
		border-radius: 2px;
	}
	.explore__slider-pagination .swiper-pagination-bullet-active {
		background-color: #818181 !important;
	}
}
.explore__slider-slide {
	box-sizing: border-box;
	max-width: 790px;
	width: 750px;
	cursor: grab;
	transition: all 1s ease;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 1259px) {
	.explore__slider-slide {
		max-width: 630px;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.explore__slider-slide {
		max-width: 500px;
		background-color: #e5e5e5;
		border-radius: 10px;
	}
}
@media (max-width: 575px) {
	.explore__slider-slide {
		max-width: 400px;
	}
}
@media (max-width: 469px) {
	.explore__slider-slide {
		max-width: 320px;
	}
}
@media (max-width: 374px) {
	.explore__slider-slide {
		max-width: 280px;
	}
}
.explore__slider-slide.active {
	z-index: 15 !important;
}
.explore__slider-slide.collapsed {
	max-width: 50px;
	width: 50px;
}
.explore__slider-slide.collapsed .explore__slider-slide-container {
	grid-template-columns: 50px 0px;
}
.explore__slider-slide.collapsed .explore__slider-slide-image {
	width: 50px;
	border-radius: 10px;
}
.explore__slider-slide.collapsed .explore__slider-slide-image-descr {
	opacity: 0;
	visibility: hidden;
}
.explore__slider-slide.collapsed .explore__slider-slide-image-descr p {
	opacity: 0;
}
.explore__slider-slide-image-descr button {
	text-decoration: none;
	background-color: inherit;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 980px;
	border: 1px solid #818181;
	color: #9f9f9f;
	cursor: pointer;
	font-weight: 500;
}
.explore__slider-slide-image-descr button:hover {
	background-color: #818181;
	color: #000;
	transition: all 0.3s ease 0s;
}
.explore__slider-slide.collapsed .explore__slider-slide-info {
	width: 0;
	transform: translateX(-370px);
	opacity: 0;
}
.explore__slider-slide.collapsed .explore__slider-slide-wrap {
	opacity: 0;
}
.explore__slider-slide.collapsed .explore__slider-slide-descr {
	opacity: 0;
}
.explore__slider-slide-container {
	position: relative;
	display: grid;
	grid-template-columns: 370px 420px;
	transition: all 1s ease 0s;
	will-change: grid-template-columns;
	overflow: hidden;
	z-index: 2;
}
@media (max-width: 1259px) {
	.explore__slider-slide-container {
		grid-template-columns: 330px 300px;
	}
}
@media (max-width: 767px) {
	.explore__slider-slide-container {
		display: flex;
		flex-direction: column;
	}
}
.explore__slider-slide-image {
	box-sizing: border-box;
	width: 330px;
	height: 650px;
	position: relative;
	border-radius: 10px;
	transition: all 1s ease 0s;
}
@media (max-width: 767px) {
	.explore__slider-slide-image {
		max-width: 100%;
		width: 100%;
		height: 500px;
	}
}
@media (max-width: 469px) {
	.explore__slider-slide-image {
		height: 380px;
	}
}
@media (max-width: 374px) {
	.explore__slider-slide-image {
		height: 320px;
	}
}
.explore__slider-slide-image img,
.explore__slider-slide-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.explore__slider-slide-image-descr {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	background: rgba(0, 0, 0, 0.46);
	border-radius: 0 0 10px 10px;
	transition: all 1s ease 0s;
	will-change: opacity, width;
}
@media (max-width: 575px) {
	.explore__slider-slide-image-descr {
		height: 100px;
	}
}
.explore__slider-slide-image-descr p {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	transition: opacity 0.5s ease;
}
@media (max-width: 575px) {
	.explore__slider-slide-image-descr p {
		font-size: 24px;
	}
}
.explore__slider-slide-info {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 1s ease 0s;
	will-change: width, transform, opacity;
}
.explore__slider-slide-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
	background-color: #e5e5e5;
	border-radius: 0 10px 10px 0;
	height: 90%;
	justify-content: center;
	padding: 40px 20px;
	box-sizing: border-box;
	transition: all 1s ease 0s;
}
@media (max-width: 767px) {
	.explore__slider-slide-wrap {
		border-radius: 0 0 10px 10px;
	}
}
@media (max-width: 575px) {
	.explore__slider-slide-wrap {
		padding: 25px 20px;
	}
}
.explore__slider-slide-descr {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	transition: all 1s ease 0s;
}
@media (max-width: 469px) {
	.explore__slider-slide-descr {
		font-size: 13px;
		line-height: 1.1;
	}
}
.explore__slider-slide-link {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
	background-color: inherit;
	padding: 12px 22px;
	border: 1px solid #2c2c2c;
	border-radius: 980px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
	pointer-events: auto;
	
}
.explore__slider-slide-link:hover {
	background-color: #fff;
	transition: all 0.3s ease 0s;
}
.explore__slider-slide-link span {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #2c2c2c;
}
@media (max-width: 469px) {
	.explore__slider-slide-link span {
		font-size: 15px;
	}
} */
