@font-face {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/bahnschrift.ttf") format("truetype");
	font-display: swap;
}

@font-face {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/bahnschrift-lt.ttf") format("truetype");
	font-display: swap;
}

@font-face {
  font-family: "HalvarBreit";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/HalvarBreit-Md.ttf") format("truetype");
	font-display: swap;
}

@font-face {
  font-family: "HalvarBreit";
  font-style: bold;
  font-weight: 600;
  src: url("/static/fonts/HalvarBreit-Bd.ttf") format("truetype");
	font-display: swap;
}

@font-face {
  font-family: "HalvarBreit";
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/HalvarBreit-Lt.ttf") format("truetype");
	font-display: swap;
}

.loader {
  display: inline-grid;
  padding: 5px;
  background: none;
  filter: blur(4px) contrast(12);
}
.loader:before {
  content: "";
  height: 40px;
  aspect-ratio: 3;
  --c: #fff0 64%,#fff 66% 98%,#fff0 101%;
  background:
    radial-gradient(35% 146% at 50% 159%,var(--c)) 0 0,
    radial-gradient(35% 146% at 50% -59%,var(--c)) 100% 100%;
  background-size: calc(200%/3) 50%;
  background-repeat: repeat-x;
  animation: l11 .8s infinite linear;
}
@keyframes l11{
  to {background-position: -200% 0,-100% 100%}
}

html {

}

body {
	background-color: #000;
	font-family: bahnschrift, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
}

button {
	background: none;
	border: none;
	color: inherit;
	font-family: bahnschrift, sans-serif;
}

input {
	font-family: bahnschrift, sans-serif;
}

strong {
	font-weight: bold;
}

/* .roi_val {
	background-color: #f69407;
} */

.hidden {
	display: none !important;
}

.-m {
	display: none;
}

.subtitle {
	font-family: HalvarBreit, sans-serif;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
}

.fz30 {
	font-size: 30px;
}

.header {
	max-width: 1678px;
	margin: auto;
}

.header_main {
	display: flex;
}

.header_logo {
	margin-left: 45px;
	width: 32%;
	position: relative;
	align-self: flex-start;
}

.header_logo_img {
	max-width: 100%;
	height: auto;
	opacity: 0;
	transition: all 1s;
}

.paradox {
	width: 59.5%;
	aspect-ratio: 309 / 39;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.paradox span {
	height: 100%; 
	background: url('/static/i/paradox.webp') no-repeat;
	background-size: cover;
	opacity: 0;
}

.paradox span:nth-child(1) {
	width: 12.3%;
	background-position: 0 0;
}

.paradox span:nth-child(2) {
	width: 14.6%;
	background-position: 14.6% 0;
}

.paradox span:nth-child(3) {
	width: 13.9%;
	background-position: 30.9% 0;
}

.paradox span:nth-child(4) {
	width: 15.2%;
	background-position: 47.2% 0;
}

.paradox span:nth-child(5) {
	width: 14.6%;
	background-position: 64.8% 0;
}

.paradox span:nth-child(6) {
	width: 15.5%;
	background-position: 83.3% 0;
}

.paradox span:nth-child(7) {
	width: 13.9%;
	background-position: 100% 0;
}

.media {
	width: 20.5%;
	aspect-ratio: 107 / 20;
	background: url('/static/i/media.webp') no-repeat;
	background-size: cover;
	position: absolute;
	top: 55.8%;
	right: 16.8%;
	opacity: 0;
}

.promo .header_logo_img,
.promo .paradox span,
.promo .media {
	opacity: 1;
}

.header_text {
	width: 68%;
	max-width: 980px;
	font-size: 22px;
	padding: 60px 20px 0 25px;
	color: #a2a2a2;
}

.header_text p + p {
	margin-top: 20px;
}

.header_text p.header_text_title + p {
	margin-top: 10px;
}

.header_text .highlight {
	color: #fff;
	font-weight: 300;
}

.header_text_title {
	font-size: 40px;
	font-family: HalvarBreit, sans-serif;
	font-weight: 500;
	color: #fff;
}

.promo .header_text_title span {
	display: block;
}

letter {
	opacity: 0;
}

letter.-letter-visible {
	opacity: 1;
}

.header_text_plate {
	width: fit-content;
	margin: 37px 15px;
	padding: 17px 30px 17px 20px;
	background-color: #313131;
	border-radius: 16px;
	font-family: HalvarBreit, sans-serif;
	font-weight: 600;
	opacity: 0;
	transition: opacity .6s;
}

.promo .header_text_plate {
	opacity: 1;
}

.header_text_plate div::before {
	content: '✓';
	margin-right: 5px;
}

.header_text_plate div:first-child {
	color: #8380ff;
}

.header_text_plate div:last-child {
	color: #f91f79;
}

.header_text_subtitle {
	margin-top: 25px;
	margin-left: 40px;
	font-size: 40px;
	font-family: HalvarBreit, sans-serif;
	font-weight: 500;
}

.header_text_subtitle .highlight {
	color: #8380ff;
}

.promo .header_text_subtitle {
	margin: 100px 0 0;
	font-size: 88px;
	font-family: HalvarBreit, sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 0.9;
}

.promo .header_text_subtitle span {
	font-size: 55px;
	color: #1cd4ff;
}

.header_list {
	width: 100%;
	max-width: 780px;
	margin-top: 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.header_list li {
	padding-left: 30px;
}




.products {
	margin-top: 40px;
	padding: 0 25px;
}

.promo .products {
	margin-top: 90px;
}

.products_inner {
	max-width: 1678px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.products_column {
	flex-basis: 25%;
	max-width: 360px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.product {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	position: relative;
	opacity: 0;
	transition: opacity 1s;
}

.product.visible {
	opacity: 1;
}


.promo .products_column {
	max-width: none;
	flex-basis: 100%;
	align-items: center;
	gap: 110px;
}

.promo .product {
	align-items: center;
}

.product_type {
	width: 60px;
	line-height: 24px;
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 0 14px 18px rgba(0,0,0, .03);
	color: #000;
	transition: all .3s;
	font-family: HalvarBreit, sans-serif;
	font-weight: 600;
}

.product:hover .product_type,
.video_modal_wrap:hover .product_type {
	transform: scale(1.1);
}

.product[data-type="viral"] .product_type,
.video_modal[data-type="viral"] .product_type {
	background-color: #e427d4;
	color: #fff;
}

.product[data-type="plain"] .product_type,
.video_modal[data-type="plain"] .product_type {
	background-color: #fff;
}

.product[data-type="rich"] .product_type,
.video_modal[data-type="rich"] .product_type {
	background-color: #f5d93a;
}

.product_img {
	max-width: 100%;
	display: block;
	border-radius: 12px;
}

.product_video_wrap {
	position: relative;
}

.product_video {
	width: 100%;
	transition: all .6s;
	position: absolute;
	top: 0;
	border-radius: 12px;
}

.product_video.loaded {
	min-height: auto;
}

.product_link {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	color: #a2a2a2;
	text-decoration: none;
}

.product_link span {
	display: inline-block;
}

.product_link span::before,
.video_modal_link span::before {
	content: '';
	width: 16px;
	height: 16px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 24 24" enable-background="new 0 0 24 24" fill="%23a2a2a2"> <path d="M 5 5 L 5 7 L 15.5625 7 L 4.09375 18.5 L 5.5 19.90625 L 17 8.4375 L 17 19 L 19 19 L 19 6 L 19 5 L 18 5 L 5 5 z"/> </svg>') no-repeat;
	background-size: contain;
}

.product_link:hover,
.product_link:hover span,
.video_modal_link:hover,
.video_modal_link:hover span {
	text-decoration: underline;
	text-decoration-thickness: from-font;
	text-underline-offset: 2px;
	color: #fff;
}

.video_modal_link:hover,
.video_modal_link:hover span {
	text-underline-offset: 3px;
}

.product_link:hover span::before,
.video_modal_link:hover span::before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 24 24" enable-background="new 0 0 24 24" fill="%23ffffff"> <path d="M 5 5 L 5 7 L 15.5625 7 L 4.09375 18.5 L 5.5 19.90625 L 17 8.4375 L 17 19 L 19 19 L 19 6 L 19 5 L 18 5 L 5 5 z"/> </svg>') no-repeat;
}

.product_type_info {
	padding: 20px 16%;
	opacity: 0;
	transition: all .6s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	border-radius: 12px;
}

.product_type_info_title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: HalvarBreit, sans-serif;
	font-weight: 600;
}

.product_type_info_text {
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;

}

.product_type_info_price {
	font-size: 16px;
	text-align: right;
	font-weight: 400;
}

.product_type_info.short {
	gap: 8px;
	line-height: 1.2;
}

.product_type_info.short .product_type_info_text {
	margin-top: 0;
}


.product[data-type="viral"] .product_type_info,
.video_modal[data-type="viral"] .product_type_info {
	background-color: #fce5fa;
}

.product[data-type="viral"] .product_type_info_title,
.video_modal[data-type="viral"] .product_type_info_title {
	color: #e427d4;
}

.product[data-type="plain"] .product_type_info,
.video_modal[data-type="plain"] .product_type_info {
	background-color: #fff;
}

.product[data-type="rich"] .product_type_info,
.video_modal[data-type="rich"] .product_type_info {
	background-color: #f5d93a;
}

.product.show_type_info .product_video {
	opacity: 0;
}

.show_type_info .product_type_info {
	opacity: 1;
}

.show_type_info .product_type {
	display: none;
}




.digits {
	margin-top: 150px;
	padding-right: 20px;
	position: relative;
	display: flex;
	background-position: 50% 600px;
	overflow: hidden;
}

.digits_video {
	width: 25%;
	flex-shrink: 0;
	align-self: flex-start;
}




.digits_bg {
	width: 100%;
	height: 1166px;
	position: absolute;
	top: 180px;
}

.digits_bg_row {
	width: 500%;
	background: url("/static/i/logos.webp");
	background-repeat: repeat-x;
}

.digits_bg_row:nth-child(1) {
	height: 139px;
}

.digits_bg_row:nth-child(2) {
	height: 140px;
	background-position: 0 -139px;
}

.digits_bg_row:nth-child(3) {
	height: 133px;
	background-position: 0 -279px;
}

.digits_bg_row:nth-child(4) {
	height: 149px;
	background-position: 0 -412px;
}

.digits_bg_row:nth-child(5) {
	height: 146px;
	background-position: 0 -561px;
}

.digits_bg_row:nth-child(6) {
	height: 152px;
	background-position: 0 -707px;
}

.digits_bg_row:nth-child(7) {
	height: 155px;
	background-position: 0 -859px;
}

.digits_bg_row:nth-child(8) {
	height: 152px;
	background-position: 0 -1014px;
}


.digits_inner {
	width: 75%;
	margin-left: 100px;
	max-width: 1678px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.digits_title {
	font-family: HalvarBreit, sans-serif;
}

.digits_title div:nth-child(1) {
	font-size: 130px; 
	line-height: 0.8;
	font-weight: bold;
}

.digits_title div:nth-child(2) {
	font-size: 30px;
	color: #a2a2a2;
}

.digits_title div:nth-child(3) {
	font-size: 40px;
	color: #1cd4ff;
	font-weight: 500;
}

.digits_content {
	margin-top: 50px;
	font-size: 24px;
}

.digits_btns {
	max-width: 900px;
	padding-top: 20px;
	display: flex;
	gap: 5px 32px;
	flex-wrap: wrap;
	transition: all .4s;
}

.digits_btns.clone {
	visibility: hidden;
	pointer-events: none;
}

.digits_btn {
	line-height: 55px;
	font-size: 24px;
	position: relative;
	color: #5e5bca;
	font-family: HalvarBreit, sans-serif;
	font-weight: 400;
}

.digits_btn:hover {
	color: #fff;
}

.digits_btn.active {
	color: #fff;
	text-decoration: none;
	pointer-events: none;
}

.digits_btn.active::before {
	content: '';
	background-color: #5e5bca;
	position: absolute;
	top: 0;
	right: -22px;
	bottom: 0;
	left: -22px;
	border-radius: 22px;
	z-index: -1;
}


.digits_items {
	margin-top: 20px;
	display: none;
	flex-direction: column;
	gap: 30px;
}

.digits_items.active {
	display: flex;
}

.digits_item {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #a2a2a2;
}

.digits_item a {
	font-size: 18px;
	color: #157b93;
	text-decoration: none;
	display: flex;
	gap: 5px;
	align-items: center;
}

.digits_item a:hover {
	color: #e1ad30;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.digits_item a::before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 24 24" enable-background="new 0 0 24 24" fill="%23157b93"> <path d="M 5 5 L 5 7 L 15.5625 7 L 4.09375 18.5 L 5.5 19.90625 L 17 8.4375 L 17 19 L 19 19 L 19 6 L 19 5 L 18 5 L 5 5 z"/> </svg>') no-repeat;
	background-size: contain;
}

.digits_item a:hover::before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 24 24" enable-background="new 0 0 24 24" fill="%23e1ad30"> <path d="M 5 5 L 5 7 L 15.5625 7 L 4.09375 18.5 L 5.5 19.90625 L 17 8.4375 L 17 19 L 19 19 L 19 6 L 19 5 L 18 5 L 5 5 z"/> </svg>') no-repeat;
}

.digit_val {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}



.roi {
	margin-top: 150px;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}

.roi_video {
	width: 860px;
	max-width: none;
	position: absolute;
	right: -235px;
	z-index: -1;
}

.roi_inner {
	max-width: 1678px;
	margin: auto;
	box-sizing: border-box;
}

.roi_title {
	padding-left: 80px;
	font-family: HalvarBreit, sans-serif;
}

.roi_title div:first-child {
	font-size: 130px;
	font-weight: 600;
	line-height: 0.8;
}

.roi_title div:last-child {
	font-size: 40px;
	font-weight: 500;
	color: #1cd4ff;
}

.roi_content {
	max-width: 970px;
	padding-left: 80px;
	color: #a2a2a2;
}

.roi_content p {
	margin-top: 20px;
}

.roi_calc {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px 10px;
	color: #fff;
}

.roi_calc_item {
	display: flex;
	gap: 10px;
	align-items: center;
}

.roi_calc_minimum {
	color: #1cd4ff;
	margin-left: 10px;
	display: none;
}

.roi_calc_minimum span {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	cursor: pointer;
	font-weight: bold;
}

.roi_calc_label {
	width: 320px;
	font-weight: 400;
}

.roi_calc_input_wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}

.roi_calc_input {
	width: 120px;
	height: 28px;
	box-sizing: border-box;
	padding: 0 6px;
	border: 1px solid #575757;
	background: none;
	color: inherit;
}

.roi_calc_input:focus {
	border-color: #f7ab12;
}

.roi_calc_new_val {
	margin-left: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	/* display: none; */
}

.roi_calc_new_val span {
	color: #1cd4ff;
	font-weight: bold;
}

.roi.blocked-products_count .roi_calc_minimum {
	display: block;
}

.roi.blocked-products_count .roi_info_wrap,
.roi.blocked-annual_volume .roi_info_wrap,
.roi.blocked-average_bill .roi_info_wrap,
.roi.blocked-return_percentage .roi_info_wrap,
.roi.blocked-conversion_rate .roi_info_wrap {
	position: relative;
	color: #444;
}

.roi.blocked-products_count .roi_main_res,
.roi.blocked-annual_volume .roi_main_res,
.roi.blocked-average_bill .roi_main_res,
.roi.blocked-return_percentage .roi_main_res,
.roi.blocked-conversion_rate .roi_main_res {
	color: #444;
}

.roi.blocked-products_count .roi_info_wrap .highlight,
.roi.blocked-annual_volume .roi_info_wrap .highlight,
.roi.blocked-average_bill .roi_info_wrap .highlight,
.roi.blocked-return_percentage .roi_info_wrap .highlight,
.roi.blocked-conversion_rate .roi_info_wrap .highlight {
	color: #1a1a33;
}

.roi.blocked-products_count .roi_info_wrap p .white,
.roi.blocked-annual_volume .roi_info_wrap p .white,
.roi.blocked-average_bill .roi_info_wrap p .white,
.roi.blocked-return_percentage .roi_info_wrap p .white,
.roi.blocked-conversion_rate .roi_info_wrap p .white {
	color: #666;
}

.roi.blocked-products_count .roi_info_wrap .roi_info,
.roi.blocked-annual_volume .roi_info_wrap .roi_info,
.roi.blocked-average_bill .roi_info_wrap .roi_info,
.roi.blocked-return_percentage .roi_info_wrap .roi_info,
.roi.blocked-conversion_rate .roi_info_wrap .roi_info {
	color: #57575766;
}

.roi.blocked-annual_volume .roi_calc_input[name="annual_volume"] + .roi_calc_new_val,
.roi.blocked-average_bill .roi_calc_input[name="average_bill"] + .roi_calc_new_val,
.roi.blocked-return_percentage .roi_calc_input[name="return_percentage"] + .roi_calc_new_val,
.roi.blocked-conversion_rate .roi_calc_input[name="conversion_rate"] + .roi_calc_new_val {
	display: none;
}

.roi_main_res {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #fff;
}

.white {
	color: #fff;
}

.roi_main_res .highlight {
	color: #8380ff;
}

.roi_info {
	font-size: 14px;
	color: #575757;
}

.roi_info_title {
	font-size: 18px;
}

.roi_info p {
	margin-top: 10px;
}

.highlight-bg {
	padding: 0 1px;
	background-color: #e5df4c;
	color: #000;
}




.info {
	margin-top: 145px;
	position: relative;
	overflow: hidden;
}

.info_video {
	max-width: none;
	height: 1000px;
	background: url("/static/i/4.png") no-repeat;
	position: absolute;
	top: 290px;
	left: -310px;
	z-index: -1;
}

.info_inner {
	max-width: 1678px;
	margin: auto;
}

.formats {
	
}

.formats_title {
	text-align: center;
	font-size: 72px;
}

.formats_title span {
	display: block;
}

.formats_title span:nth-child(2) {
	margin: 10px 0 20px;
	color: #575757;
	font-size: 24px;
	text-transform: none;
}

.formats_title span:nth-child(3) {
	color: #1cd4ff;
	font-size: 40px;
}

.formats_title span:nth-child(4) {
	font-size: 40px;
}

.formats_list {
	margin-top: 60px;
	margin-left: 10%;
	display: flex;
	gap: 60px;
	justify-content: center;
}

.format {

}

.format_main {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}

.format_name {
	padding: 11px 20px;
	color: #000;
	text-transform: uppercase;
	font-family: HalvarBreit, sans-serif;
	font-weight: 600;
	font-size: 24px;
}

.format:nth-child(1) .format_name {background-color: #fff;}
.format:nth-child(2) .format_name {background-color: #e5df4c;}
.format:nth-child(3) .format_name {background-color: #b753ae; color: #fff;}

.format_price {

}

.format_descr {
	padding: 14px 0 0 20px;
	text-transform: uppercase;
}

.formats_tip {
	margin-top: 60px;
	margin-left: 10%;
	text-align: center;
	position: relative;
	color: #a2a2a2;
}

.formats_tip::before {
	content: '✓';
	color: #1cd4ff;
	margin-right: 10px;
	font-family: HalvarBreit, sans-serif;
}


.offer {
	max-width: 950px;
	margin: 150px 20px 0 47%;
	display: flex;
	flex-direction: column;
}

.offer_title {

}

.offer_title div:first-child {
	font-size: 100px;
	font-weight: 600;
	line-height: 0.8;
}

.offer_title div:last-child {
	font-size: 40px;
	font-weight: 500;
	color: #1cd4ff;
}

.offer_items {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.offer_item {
	padding-left: 30px;
	font-size: 20px;
	position: relative;
	color: #a2a2a2;
}

.offer_item::before, 
.header_list li::before {
	content: '✓';
	color: #8380ff;
	margin-left: -30px;
	margin-right: 10px;
	font-family: HalvarBreit, sans-serif;
}

.next {
	max-width: 950px;
	margin: 150px 13% 0 auto;
	position: relative;
}

.next_title {
	text-align: center;
}

.next_content {
	margin-top: 45px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.next_content p {
	color: #a2a2a2;
}

.next_content p:last-child {
	font-size: 21px;
}

.next_links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.next_links_wrap {
	display: flex;
	gap: 20px;
}

.next_link-zoom {
	display: flex;
	align-items: center;
	gap: 15px;
	font-family: HalvarBreit, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.next_link-zoom::before {
	content: '✓';
	color: #f91f79;
}

.next_link-zoom::after {
	width: 94px;
	height: 93px;
	content: '';
	background: #084acd url('/static/i/icon-zoom.webp') no-repeat;
	background-size: contain;
	display: block;
	border-radius: 100%;
	flex-shrink: 0;
}

.next_link-zoom:hover {
	
}

.next_link-tg::after {
	width: 94px;
	height: 93px;
	content: '';
	background: url('/static/i/icon-tg.webp') no-repeat;
	background-size: contain;
	display: block;
}

.next_link-wa::after {
	width: 94px;
	height: 93px;
	content: '';
	background: url('/static/i/icon-wa.webp') no-repeat;
	background-size: contain;
	display: block;
}

.next_link-email::after {
	width: 94px;
	height: 93px;
	content: '';
	background: url('/static/i/icon-mail.webp') no-repeat;
	background-size: contain;
	display: block;
}


.icon-smile {
	display: inline-block;
	width: 33px;
	height: 30px;
	background: url("/static/i/icon-smile.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.icon-cal {
	display: inline-block;
	width: 42px;
	height: 45px;
	background: url("/static/i/icon-cal.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}


.footer {
	margin-top: 160px;
	position: relative;
}

.footer_inner {
	margin: 0 auto;
	max-width: 1678px;
	padding: 0 20px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #414141;
}

.footer_title {
	font-size: 18px;
	text-transform: uppercase;
}

.footer_video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.promo .footer_title {
	font-family: HalvarBreit, sans-serif;
	font-size: 40px;
	color: #fff;
	text-transform: none;
	text-align: center;
	padding-bottom: 60px;
}




@media screen and (max-width: 1360px) {
	.product_type_info {
		padding: 0 10%;
	}

	.product_type_info_text {
		font-size: 14px;
	}
}

@media screen and (max-width: 1220px) {
	br.-d {
		display: none;
	}
	br.-m {
		display: block;
	}
}


@media screen and (max-width: 1024px) {
	.products {
		margin-top: 40px;
		padding: 0 20px;
	}

	.products_inner {
		gap: 20px;
	}

	.header_text {
		padding: 20px 20px 0 0;
		font-size: 20px;
	}

	.header_text_title {
		font-size: 30px;
	}

	.digits_title div:nth-child(1) {
		font-size: 56px;
	}

	.digits_title div:nth-child(2) {
		font-size: 23px;
	}

	.digits_title div:nth-child(3) {
		font-size: 30px;
	}

	.digits_content {
		font-size: 20px;
	}

	.roi_title {
		font-size: 30px;

		.highlight {
			font-size: 48px;
			display: block;
		}
	}

	.subtitle {
		font-size: 30px;
	}



	.digits {
		margin-top: 120px;
		padding: 0;
	}

	.digits_inner {
		width: 100%;
		margin-left: 0;
	}

	.digits_title {
		text-align: center;
	}

	.digits_title div:nth-child(3) {
		font-size: 24px;
	}

	.digits_content {
		margin-top: 20px;
		margin-left: 0;
		position: relative;
	}

	.digits_video {
		position: absolute;
		width: 450px;
		z-index: -1;
		top: 150px;
		left: -60px;
		opacity: .6;
	}

	.digits_text {
		padding: 0 20px;
	}

	.digits_text br {
		display: none;
	}

	.digits_btns {
		gap: 0 24px;
		padding: 20px 15px 0;
	}

	.digits_btn {
		line-height: 50px;
		font-size: 18px;
		color: #fff;
	}

	.digits_btn.active::before {
		right: -15px;
		left: -15px;
	}

	.digits_items {
		margin-top: 30px;
	}

	.digits_item {
		padding-left: 26px;
		padding-right: 5px;
	}

	.roi_content {
		padding-left: 0;
	}

	.roi_title {
		padding-left: 0;
		line-height: 1.1;
		text-align: center;
	}

	.roi_title div:first-child {
		font-size: 100px;
		line-height: .85;
	}

	.roi_title div:last-child {
		max-width: 318px;
		margin: auto;
		font-size: 32px;
	}

	.roi_calc {
		margin-top: 40px;
	}

	.roi_main_res {
		font-size: 24px;
	}



	.info {
		padding: 0 20px;
	}

	.info_video {
		top: 670px;
		left: -260px;
		opacity: .6;
	}

	.formats_title {
		text-align: left;
	}

	.formats_title span {
		display: block;
	}

	.formats_title span:first-child {
		font-size: 72px;
		line-height: 1.1;
	}

	.formats_list {
		margin-top: 40px;
		margin-left: 0;
		flex-direction: column;
		gap: 50px;
	}

	.format_name {
		padding: 10px 17px;
	}

	.format_descr {
		max-width: 349px;
		padding-left: 0;
	}

	.format_descr br {
		display: none;
	}

	.formats_tip {
		padding-left: 27px;
		margin-top: 42px;
		margin-left: 0;
		text-align: left;
	}

	.formats_tip::before {
		margin-left: -27px;
		height: 3px;
	}


	.offer {
		margin: 300px 0 0;
	}

	.offer_title div:first-child {
		font-size: 84px;
	}

	.offer_title div:last-child {
		font-size: 30px;
	}

	.next {
		margin: 180px 0 0;
	}

	.next_title {
		font-size: 37px;
	}

	.next_content {
		font-size: 20px;
		margin-top: 35px;
	}

	.icon-smile {
		transform: scale(.8);
	}

	.icon-cal {
		transform: scale(.6);
	}

	.footer_video {
		opacity: .6;
	}
}

@media screen and (max-width: 911px) {
	.header_list {
		flex-direction: column;
		gap: 5px;
	}
}

@media screen and (max-width: 730px) {
	.roi_calc_item {
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.roi_calc_input_wrap {
		gap: 0;
	}

	.roi_main_res br.-m {
		display: block;
	}

	.next_links {
		justify-content: space-around;
	}

	.next_links_wrap {
		width: 333px;
		justify-content: space-between;
	}
}

@media screen and (max-width: 525px) {
	.header_main {
		flex-direction: column;
	}

	.header_logo {
		margin-left: 0;
		width: 100%;
	}

	.header_text {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.promo .header_text {
		position: relative;
		margin-top: -20px;
	}

	.promo .header_text_title {
		display: flex;
		flex-direction: column;
		gap: 10px;
		font-size: 7.3vw;
	}

	.header_text_plate {
		width: calc(100% - 40px);
		margin: 27px 0 35px -5px;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.header_text_plate div {
		padding-left: 25px;
	}

	.header_text_plate div::before {
		margin-left: -25px;
	}

	.header_text_subtitle {
		font-size: 24px;
		margin-left: 0;
		padding: 0 20px;
	}

	.promo .header_text_subtitle {
		font-size: 80px;
		line-height: 0.7;
	}

	.promo .header_text_subtitle span {
		font-size: 47px;
	}

	.products_column {
		flex-basis: 100%;
		max-width: none;
	}

	.promo .products_column {
		gap: 60px;
	}

	.digits_btns {
		position: absolute;
	}

	.digits_btns.clone {
		position: relative;
		z-index: -1;
	}

	.digits_btns.sticky {
		background: #00000099;
	}

	.roi_video {
		opacity: .6;
		left: -70px;
		top: 40px;
	}

	html[lang="en"] .offer_title div:first-child {
		font-size: 14.9vw;
	}

	.next_content {
		gap: 5px;
	}

	.next_links {
		margin-bottom: 35px;
	}

	.next_link-zoom {
		gap: 10px;
	}

	html[lang="ru"] .next_link-zoom {
		font-size: 3.7vw;
	}

	html[lang="en"] .next_content p:last-child {
		text-align: center;
	}

	.footer_inner {
		font-size: 14px;
	}

	.promo .footer_title {
		font-size: 26px;
	}

}


@media screen and (max-width: 450px) {
	html[lang="ru"] .formats_title span:first-child {
		font-size: 15.9vw;
	}
}


@media screen and (max-width: 386px) {
	.digits_btn {
		font-size: 17px;
	}

	.roi_calc_input {
		width: 105px;
	}

	.roi_calc_new_val {
		font-size: 17px;
	}

	.roi_main_res {
		font-size: 23px;
	}

	html[lang="ru"] .formats_title span:nth-child(3),
	html[lang="ru"] .formats_title span:nth-child(4) {
		font-size: 10.4vw;
	}
}


@media screen and (max-width: 378px) {
	.cloak {
		font-size: 5.1vw;
	}

}

/* Video modal (desktop only) */
.video_modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 20000;
    transition: opacity .25s ease;
}
.video_modal.visible { display: block; }
.video_modal_overlay {
    position: absolute;
    inset: 0;
    background: #000;
}
.video_modal_body {
	padding-top: 75px;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
}
.video_modal_row {
    display: flex;
    align-items: center;
    gap: 24px;
    pointer-events: auto;
}
.video_modal_inner {
    position: relative;
}
.video_modal_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.video_modal_wrap {
	position: relative;
	display: flex;
}

.video_modal_wrap .product_type {
	display: none;
}

.video_modal_wrap .product_type_info {
	opacity: 1;
	border-radius: 0;
}

.video_modal_video {
    background: #000;
    max-height: calc(100vh - 115px);
	min-height: 360px;
    width: auto;
    object-fit: contain;
    /* transition: opacity .25s ease; */
    /* opacity: 0; */
}
.video_modal_link {
    display: inline-block;
    color: #a2a2a2;
    text-decoration: none;
	text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
.video_modal_poster {
	height: 720px;
	max-height: calc(100vh - 115px);
	min-height: 360px;
}
.video_modal_preloader {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

/* arrows */
.video_modal_arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #252422;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
	color: #838383;
	font-family: HalvarBreit, sans-serif;
}
.video_modal_arrow:hover { 
	color: #fff;
}

.video_modal_arrow_left {
	position: absolute;
	left: 50px;
}

.video_modal_arrow_right {
	position: absolute;
	right: 50px;
}


/* close */
.video_modal_close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #252422;
    color: #615eb7;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: all .4s;
    z-index: 3;
	font-family: HalvarBreit, sans-serif;
	pointer-events: all;
}
.video_modal_close:hover { 
	color: #6872db;
 }

/* ambilight behind the player */
.video_modal .ambilight {
    position: absolute;
    inset: -150%;
    z-index: 0;
    filter: blur(80px) saturate(120%);
    pointer-events: none;
    transition: background .4s ease;
    border-radius: 12px;
}



/* small responsiveness */
/* @media (max-width:1200px) {
    .video_modal_video { height: 560px; }
}
@media (max-width:900px) {
    .video_modal { display: none !important; } force modal desktop-only
} */