/* Compiled: 2025-09-22 22:05:29 */
/* расчет колонок */

body {
	--wrap-width: 100vw;
}

html._screen-scrolling body {
	--scrollbar-wrap: 0px !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

::selection {
	color: #fff;
	background: #000;
}

:disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.7;
	-webkit-user-select: none;
	user-select: none;
}

img {
	margin: 0;
}

img:not([src]) {
	visibility: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

a[href^="mailto"],
a[href^="tel"] {
	-webkit-user-select: text;
	user-select: text;
}

nav ul {
	margin: 0;
	padding: 0;
}

button,
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
	border-radius: 0;
	-webkit-appearance: none;
}

html.desktop textarea {
	scrollbar-width: thin;
	scrollbar-color: #000 #eee;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

html.desktop textarea::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #eee;
}

html.desktop textarea::-webkit-scrollbar-thumb {
	background-color: #000;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

template {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/reset.css/">
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro"), local("PFDinTextCompPro-Regular"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Regular.woff") format("woff"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 10%;
	line-gap-override: normal;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro Bold"), local("PFDinTextCompPro-Bold"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Bold.woff") format("woff"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 10%;
	line-gap-override: normal;
}

@font-face {
	font-family: "PFDinTextCompPro";
	src: local("PFDinTextCompPro BoldItal"), local("PFDinTextCompPro-BoldItalic"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-BoldItalic.woff") format("woff"), url("../fonts/PFDinTextCompPro/PFDinTextCompPro-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 10%;
	line-gap-override: normal;
}

html {
	font-family: "SFProDisplay", Arial, Helvetica, sans-serif;
	font-size: min(0.520833vw, 0.925926vh);
	min-height: 100%;
}

body {
	background-color: #fff;
	min-height: 100%;
}

progress {
	-moz-appearance: none;
	width: 100%;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font: inherit;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

.main {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	height: 100%;
}

.content {
	position: absolute;
	inset: 0;
}

.full-screen-mode {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.video-not-support p {
	color: white;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 5;
	font-size: 3rem;
}

.bg-img-wrap {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.screen {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	opacity: 1;
	z-index: 1;
	transition: opacity 1s ease, transform 2s ease;
}

.screen__content {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 7.6rem 6rem;
	box-sizing: border-box;
}

body.fullscreen-active .main {
	width: 100vw !important;
	height: 100vh !important;
}

._hidden {
	opacity: 0 !important;
	pointer-events: none !important;
	z-index: 0 !important;
}

._overlay::before {
	content: "";
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 1s ease;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
}

._overlay._fade-out::before {
	opacity: 0;
}

._popup {
	z-index: 2;
	background-color: #141419;
}

.logo-big {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 125.7rem;
	height: 46.5rem;
	transform: translate(-50%, -50%);
}

.logo-big.logo--minimized {
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: top 2s ease, left 2s ease, transform 1s ease, width 1s ease, height 1s ease, opacity 1.5s ease 1s;
}

.logo-small {
	width: 30.5rem;
	height: 10.9rem;
	margin-top: 6rem;
}

.screen-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
}

.screen-top__right {
	display: flex;
	gap: 7.9rem;
}

.gift {
	position: relative;
	display: flex;
	width: 52.9rem;
	height: 25.3rem;
	margin-right: 11rem;
}

.gift-img {
	position: relative;
	z-index: 2;
	width: 27.7rem;
	height: 25.3rem;
	margin-left: auto;
	animation: gift-shake 4s ease-in-out infinite;
	transform-origin: center bottom;
}

.gift-text {
	position: absolute;
	bottom: 10.5rem;
	left: 0;
	z-index: 1;
	width: 34.4rem;
	height: 5.4rem;
	font-family: "PFDinTextCompPro";
	font-weight: 700;
	font-size: 3.456rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.01);
	background-image: url(../img/text-blue-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.title {
	color: #fff;
	text-shadow: 0.5rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
	font-family: "PFDinTextCompPro";
	font-size: 12.8782rem;
	font-style: italic;
	font-weight: 700;
	line-height: 93%; /* 119.768px */
	letter-spacing: 0.2576rem;
	text-transform: uppercase;
	margin-bottom: 6rem;
}

.title-small-text {
	display: block;
	margin-bottom: 3.1rem;
}

.title-big-text {
	display: block;
	margin-left: 9rem;
	font-size: 20.2rem;
	letter-spacing: 0.4039rem;
}

.screen-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}

.screen-bottom__right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.button-audio {
	position: absolute;
	top: 6.8rem;
	right: 8rem;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7rem;
	height: 7rem;
	margin: 0;
	border-radius: 50%;
	flex-shrink: 0;
	background-color: #fff;
	background-image: url("../img/audio-on.svg");
	background-position: center;
	background-size: 5.6rem 5.6rem;
	background-repeat: no-repeat;
}

.button-audio::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url("../img/audio-on.svg") no-repeat -9999px -9999px, url("../img/audio-off.svg") no-repeat -9999px -9999px;
}

.button-audio._audio-off {
	background-image: url("../img/audio-off.svg");
}

.button-orange {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56.3rem;
	height: 8.3rem;
	box-sizing: border-box;
	border-radius: 14.6965em;
	font-family: "PFDinTextCompPro";
	font-size: 4.7029rem;
	line-height: 4.409rem;
	letter-spacing: 0.0941rem;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background: #ff6a13;
	font-style: italic;
	text-transform: uppercase;
	padding: 0 8.9rem 0 4.7rem;
	background-image: url("../img/navigation.svg");
	background-size: 7.0543rem 7.0543rem;
	background-repeat: no-repeat;
	background-position: right 1rem center;
	margin-left: auto;
}

.social-list {
	display: flex;
	align-items: center;
	gap: 1.4rem;
}

.button-social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 50%;
	border: 0.35rem solid #ff6a13;
	background: #141419;
	flex-shrink: 0;
	transition: opacity 0.2 ease;
	box-sizing: border-box;
}

.button-social svg {
	width: 100%;
	height: 100%;
}

.button-close {
	position: absolute;
	top: 6.8rem;
	right: 8rem;
	z-index: 3;
	font-size: 6rem;
	font-weight: 400;
	width: 7rem;
	height: 7rem;
	background-color: #141419;
	border-radius: 50%;
	color: #ff6a13;
	background-image: url("../img/cross.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all 0.5s ease;
}

.button {
	opacity: 1;
}

html:not(.mobile) .button:hover {
	opacity: 0.8;
}

.osx .button-text {
	display: block;
}

.osx .button-text span {
	display: block;
	line-height: 7.5rem;
}

.mobile .button-text {
	display: block;
}

.mobile .button-text span {
	display: block;
	line-height: 7.5rem;
}

.safari .button-text {
	display: block;
}

.safari .button-text span {
	display: block;
	line-height: 9rem;
}

.popup-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.control-bar {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	width: 70%;
	padding: 1rem 3rem;
	font-size: 3rem;
	color: #eee;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0.8rem;
	opacity: 0.9;
	transition: all 0.5s ease;
}

.button-play-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.button-play-center._play::after {
	content: none;
}

.button-play-center:hover::after {
	opacity: 0.8;
}

.button-play-center::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25rem;
	height: 25rem;
	border-radius: 50%;
	background-color: #ff6a13;
	background-image: url(../img/triangle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.button-play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6rem;
	height: 6rem;
}

.button-play._paused::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url("../img/triangle.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.button-play._play::before {
	content: "‖";
}

.button-volume {
	flex-shrink: 0;
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	background-image: url("../img/audio-on-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.button-volume::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url("../img/audio-on-white.svg") no-repeat -9999px -9999px, url("../img/audio-off-white.svg") no-repeat -9999px -9999px;
}

.button-volume._volume_off {
	background-image: url("../img/audio-off-white.svg");
}

.ios.mobile .button-volume {
	margin-left: auto;
}

.button-toggle-fullscreen {
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
}

html:not(.mobile) .button-toggle-fullscreen:hover path:nth-child(1) {
	transform: translate(-0.2rem, -0.2rem);
}

html:not(.mobile) .button-toggle-fullscreen:hover path:nth-child(2) {
	transform: translate(0.2rem, -0.2rem);
}

html:not(.mobile) .button-toggle-fullscreen:hover path:nth-child(3) {
	transform: translate(0.2rem, 0.2rem);
}

html:not(.mobile) .button-toggle-fullscreen:hover path:nth-child(4) {
	transform: translate(-0.2rem, 0.2rem);
}

.button-toggle-fullscreen:not(.on) .icon-fullscreen-leave {
	display: none;
}

.button-toggle-fullscreen.on .icon-fullscreen-enter {
	display: none;
}

.svg-toggle-fullscreen {
	display: block;
	height: auto;
	width: 2.8rem;
	height: 2.8rem;
}

.svg-toggle-fullscreen path {
	transform-box: view-box;
	transform-origin: 1.2rem 1.2rem;
	fill: none;
	stroke: white;
	stroke-width: 4;
	transition: 0.15s;
}

input[type="range"],
progress {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	outline: 0;
	width: 100%;
	height: 1.6rem;
	background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	border: 0.1rem solid #ff6a13;
	border-radius: 50%;
	width: 3.4rem;
	height: 3.4rem;
	background: #ff6a13;
	cursor: pointer;
	margin-top: 0;
	box-shadow: 0.1rem 0.1rem 0.1rem #333, 0 0 0.1rem #333;
	transition: all 0.2s ease;
}

input[type="range"]::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	border: 0.1rem solid #ff6a13;
	border-radius: 50%;
	width: 3.4rem;
	height: 3.4rem;
	background: #ff6a13;
	cursor: pointer;
	margin-top: 0;
	box-shadow: 0.1rem 0.1rem 0.1rem #333, 0 0 0.1rem #333;
	transition: all 0.2s ease;
}

input[type="range"]::-ms-thumb {
	appearance: none;
	border: 0.1rem solid #ff6a13;
	border-radius: 50%;
	width: 3.4rem;
	height: 3.4rem;
	background: #ff6a13;
	cursor: pointer;
	margin-top: 0;
	box-shadow: 0.1rem 0.1rem 0.1rem #333, 0 0 0.1rem #333;
	transition: all 0.2s ease;
}

input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
}

input[type="range"]::-moz-range-track {
	height: 1.6rem;
	background: #cccccc3b;
}

input[type="range"]::-ms-track {
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.video-seekbar {
	width: 68%;
}

.ios.mobile .video-seekbar {
	width: 54%;
}

.wrap-seekbar {
	position: relative;
	display: inline-block;
	height: 1.6rem;
}

.wrap-seekbar input[type="range"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
}

.wrap-seekbar progress {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	pointer-events: none;
}

.wrap-seekbar .progressBar::-webkit-progress-value {
	background-color: #ff6a13;
}

.wrap-seekbar .progressBar::-moz-progress-bar {
	background-color: #ff6a13;
}

.volumeSeekBar {
	width: 15%;
}

.ios.mobile .volumeSeekBar {
	display: none;
}

.open-popup-button {
	display: block;
	width: 8.2rem;
	height: 8.2rem;
	border-radius: 50%;
	background-image: url("../img/triangle.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: #ff6a13;
	position: absolute;
	top: 50%;
	left: 51.7%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1300px) {

body {
	--wrap-width: 130rem;
	--scrollbar-wrap: 0px !important;
}

}

@media (max-width: 767px) {

html {
	font-size: min(2.6667vw, 1.5586vh);
}

.full-screen-mode.video-popup {
	height: auto;
	object-fit: cover;
	object-position: center;
	top: 50%;
	transform: translateY(-50%);
}

.screen__content {
	padding: 0 2rem 2.5rem;
}

.logo-big {
	width: 33.5rem;
	height: 12.39rem;
}

.logo-small {
	width: 13.9169rem;
	height: 4.9609rem;
	margin-top: 2.5rem;
}

.gift {
	width: 19.9rem;
	height: 11rem;
	margin-top: 3rem;
	margin-right: 0;
}

.gift-img {
	width: 10.8rem;
	height: 11rem;
}

.gift-text {
	background-image: url(../img/text-blue-bg-mobile.svg);
	width: 14.3rem;
	height: 4.7rem;
	bottom: 6.5rem;
	left: 2rem;
}

.title {
	text-shadow: 0.11987rem 0.0795rem 0.1192rem rgba(0, 0, 0, 0.5);
	font-size: 5.1169rem;
	letter-spacing: 0.1023rem;
	margin-bottom: 2rem;
}

.title-small-text {
	margin-bottom: 0;
}

.title-big-text {
	font-size: 8.024rem;
	line-height: 85%; /* 68.204px */
	letter-spacing: 0.1605rem;
	margin-left: 5rem;
}

.screen-bottom {
	flex-direction: column;
}

.screen-bottom__left {
	margin: 0 auto;
}

.screen-bottom__right {
	margin: 0 auto;
}

.button-audio {
	width: 4.4rem;
	height: 4.4rem;
	background-size: 4.4rem 4.4rem;
	top: initial;
	right: 2rem;
	bottom: 2.5rem;
}

.button-orange {
	font-size: 2.5143rem;
	line-height: 2.3571rem;
	letter-spacing: 0.0503rem;
	width: 29.6rem;
	height: 4.4rem;
	background-size: 4rem 4rem;
	background-position: right 0.6rem center;
	padding: 0px 4rem 0 2rem;
	margin: 0 auto;
}

.social-list {
	gap: 0.8rem;
	margin: 0 auto;
}

.button-social {
	width: 4.4rem;
	height: 4.4rem;
	border: 0.275rem solid #ff6a13;
}

.button-close {
	width: 4.4rem;
	height: 4.4rem;
	top: 2rem;
	right: 2.5rem;
}

.osx .button-text span {
	line-height: 4rem;
}

.mobile .button-text span {
	line-height: 4rem;
}

.safari .button-text span {
	line-height: 4.7rem;
}

.control-bar {
	gap: 1.1rem;
	width: 100%;
	padding: 1rem 2rem;
	font-size: 2rem;
	box-sizing: border-box;
	border-radius: 0.8rem 0.8rem 0 0;
	justify-content: space-between;
}

.current-time {
	font-size: 1.4rem;
}

.button-play-center::after {
	width: 12rem;
	height: 12rem;
}

.button-play {
	width: 4rem;
	height: 4rem;
}

.button-volume {
	width: 3.5rem;
	height: 3.5rem;
}

.svg-toggle-fullscreen {
	width: 1.8rem;
	height: 1.8rem;
}

input[type="range"],
progress {
	height: 0.7rem;
}

input[type="range"]::-webkit-slider-thumb {
	width: 1.8rem;
	height: 1.8rem;
}

input[type="range"]::-moz-range-thumb {
	width: 1.8rem;
	height: 1.8rem;
}

input[type="range"]::-ms-thumb {
	width: 1.8rem;
	height: 1.8rem;
}

input[type="range"]::-moz-range-track {
	height: 0.7rem;
}

.video-seekbar {
	width: 37%;
	margin-left: auto;
}

.wrap-seekbar {
	height: 0.7rem;
}

.volumeSeekBar {
	width: 20%;
}

.open-popup-button {
	width: 4.4rem;
	height: 4.4rem;
	top: 42%;
	left: 50.7%;
}

}

@media (max-width: 767px) and (orientation: landscape) {

.open-popup-button {
	width: 4.4rem;
	height: 4.4rem;
	top: 27%;
}

}

@keyframes gift-shake {

0%,100% {
	transform: rotate(0deg);
}

10% {
	transform: rotate(-2deg);
}

20% {
	transform: rotate(2deg);
}

30% {
	transform: rotate(-1.5deg);
}

40% {
	transform: rotate(1.5deg);
}

50% {
	transform: rotate(-1deg);
}

60% {
	transform: rotate(1deg);
}

70% {
	transform: rotate(0deg);
}

}

