html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
	box-sizing: border-box !important;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
		Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0.5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-start: 0;
	margin-block-end: 0.9rem;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36;
}

a:active,
a:hover {
	color: #336;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

[hidden],
template {
	display: none;
}

@media print {
	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}

	pre {
		white-space: pre-wrap !important;
	}

	blockquote,
	pre {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
}

input[type='date']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
	border-color: #333;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	width: auto;
	-webkit-appearance: button;
}

[type='button'],
[type='submit'],
button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all 0.3s;
}

[type='button']:focus:not(:focus-visible),
[type='submit']:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
	outline: none;
}

[type='button']:focus,
[type='button']:hover,
[type='submit']:focus,
[type='submit']:hover,
button:focus,
button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none;
}

[type='button']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

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

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

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

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: 0.9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table td,
table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

table th {
	font-weight: 700;
}

table tfoot th,
table thead th {
	font-size: 1em;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}

table tbody + tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

@media (max-width: 767px) {
	table table {
		font-size: 0.8em;
	}

	table table td,
	table table th {
		padding: 7px;
		line-height: 1.3;
	}

	table table th {
		font-weight: 400;
	}
}

dd,
dl,
dt,
li,
ol,
ul {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

video {
	display: block;
	width: 100%;
}

.work__video--desktop {
	display: none;
}

.button {
	margin: 13px auto 0;
	position: relative;
	top: -5px;
	display: none;
}

video,
.video__play {
	margin: 0 auto 0;
}

.video {
	position: relative;
	z-index: 20;
}

.video {
	position: relative;
	background-color: #000;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.video__txt {
	width: 207px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 194px;
	background: rgba(0, 68, 213, 0);
	border-radius: 12px;
	padding: 37px 0;
	font-weight: 700;
	text-transform: capitalize;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* z-index: 2; */
}

.video__play.play .video__txt,
.video__play.play .video__txt img {
	opacity: 0;
}

.video__play.pause .video__txt,
.video__play.pause .video__txt img {
	opacity: 0;
}

.video__play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	cursor: pointer;
}

.video__play:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video__play:after {
	position: absolute;
	content: '';
	background: url('//viposidn.com/content/SRn0km8PRIRAz7g/img/muted.svg') center no-repeat;
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video__play.muted:before,
.video__play.muted:after {
	opacity: 0;
}

.video__play.play {
	background: transparent;
}

.video__play.play:before {
	opacity: 0;
}

.video__play.play:after {
	opacity: 0;
}

.video__play.pause {
	background: rgba(0, 0, 0, 0.3);
}

.video__play.pause:before {
	opacity: 1;
}

.video__play.pause:after {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 62' class='ResumePlay__button__icon' style='filter: drop-shadow(rgb(255, 255, 255) 1px 1px 1px);'%3E%3Ccircle cx='30.7157' cy='30.7155' r='29.1798' stroke='%23ffffff' stroke-width='3.07155'%3E%3C/circle%3E%3Cpath d='M21.885 41.3331V20.098C21.885 18.4787 23.663 17.4949 25.0323 18.3763L41.6677 28.9938C42.9348 29.7932 42.9348 31.638 41.6677 32.4578L25.0323 43.0549C23.663 43.9363 21.885 42.9524 21.885 41.3331Z' fill='%23ff0606c9'%3E%3C/path%3E%3C/svg%3E");
	background-size: 70px;
}

.video {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.video__notification {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	z-index: 10;
	text-align: center;
}

.video__notification-buttons {
	width: 500px;
}

.ResumePlay__button {
	display: grid;
	grid-auto-columns: 20% 80%;
	grid-template-rows: auto;
	column-gap: 15px;
	align-items: center;
	cursor: pointer;
	margin: 20px auto 0;
	width: 390px;
}

.ResumePlay__button span {
	text-shadow: rgb(255, 255, 255) 1px 1px 1px;
	color: #ff0606c9;
	white-space: nowrap;
	display: inline-block;
	font-size: 19px;
	grid-row: 1/1;
	font-weight: 700;
	text-align: left;
}

.ResumePlay__button svg {
	grid-row: 1/1;
	width: 70px;
}

.video__notification-buttons button {
	margin: 5px;
	padding: 10px;
}

.video__notification p {
	text-shadow: rgb(255, 255, 255) 1px 1px 1px;
	padding: 0 10px;
	/* color: rgb(123, 57, 114); */
	color: #ff0606c9;
	/* white-space: nowrap; */
	display: inline-block;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}

@media screen and (min-width: 990px) {
	.progress-bar {
		height: 160%;
		background-color: #3977a4;
		width: 0;
		position: absolute;
		transition: 0.2s;
		bottom: 0;
		left: 0;
	}

	.video__timing {
		top: -7px;
		height: 30px;
	}
}

@media screen and (max-width: 768px) {
	.video__notification p {
		font-size: 21px;
	}

	.video__notification-buttons,
	.ResumePlay__button {
		width: 270px;
	}

	.ResumePlay__button svg {
		width: 50px;
	}

	.ResumePlay__button span {
		font-size: 17px;
	}

	/* .promo h1 img, .subtitle {
		display: none;
	} */
	.promo {
		padding-top: 0;
	}

	.prod {
		margin-top: 0;
	}
}

.video__play.pause .video__txt p {
	display: none;
}

.progress-bar {
	height: 100%;
	background-color: #ff0606c9;
	width: 0;
	position: absolute;
	transition: 0.2s;
	top: 0;
	left: 0;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: gray;
	text-align: center;
	white-space: nowrap;
}

.video__timing {
	width: 100%;
	height: 10px;
	background-color: #e0e0e0;
	position: relative;
}

#order {
	display: none;
	margin: 0 auto;
}

.formFb {
	box-sizing: border-box;
	margin: 1.5rem 0;
}

.formFb {
	max-width: 600px;
	font-size: 17px;
	padding: 0.6em 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	border-radius: 0.5em;
	background-image: linear-gradient(90deg, #3580ed 50%, transparent 50%),
		linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%),
		linear-gradient(0, #3580ed 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
	animation: marching-ants 400ms infinite linear;
}

@keyframes marching-ants {
	0% {
		background-position: 0 0, 10px 100%, 0 10px, 100% 0;
	}

	100% {
		background-position: 10px 0, 0 100%, 0 0, 100% 10px;
	}
}

.formFb__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.formFb__text {
	display: block;
	margin: 0;
}

.formFb__action {
	margin-bottom: 0.5em;
	text-align: center;
}

.formFb__counter {
	font-size: 0.925em;
	text-align: center;
}

.formFb__counter span {
	font-weight: bold !important;
}

.formFb__counter .red {
	color: #f20 !important;
}

.formFb__img {
	max-width: 250px;
	margin: 1em 0;
}

.formFb__img img {
	width: 100%;
	max-width: 100%;
}

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

.formFb__price--p {
	display: flex;
	align-items: center;
	text-align: center;
}

.formFb__price--old {
	font-size: 1.15em;
	text-decoration: line-through;
	margin-right: 0.5em;
	line-height: 1;
}

.formFb__price--txt {
	margin-bottom: 0.55em;
	font-weight: bold;
	font-size: 1.25em;
}

.formFb__price--new {
	font-size: 2em;
	font-weight: bold;
	color: #f20;
	line-height: 1;
}

.formFb__timer {
	margin: 1.5em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formFb__timer p {
	/*margin-right: .5em;*/
	margin-bottom: 0.25em;
}

.formFb__timer .timer {
	display: flex;
	font-size: 2em;
	color: rgb(88, 88, 88);
}

.formFb__timer .timer .hour {
	margin-right: 0.15em;
}

.formFb__timer .timer .minute {
	margin: 0 0.15em;
}

.formFb__timer .timer .second {
	margin-left: 0.15em;
}

.formFb__inputs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
	max-width: 300px;
	width: 100%;
}

.formFb__inputs label {
	font-size: 0.941175em;
	margin-bottom: 0.25em;
}

.formFb__inputs input,
.formFb__inputs select {
	display: block;
	border: 1px solid #3578e563;
	padding-left: 10px;
	padding: 0.5em 0.65em;
	width: 100%;
	margin: 0 auto;
	height: 32px;
	font-size: 13px;
	line-height: 1;
	background: #fff;
}
.formFb__inputs select,
.formFb__inputs select:hover,
.formFb__inputs select:active {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A")
			no-repeat 95% 50%,
		#fff;
}

select {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A")
			no-repeat 95% 50%,
		#fff;
	appearance: none;
}

.formFb__btn {
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 0.65em 0;
	margin-bottom: 1em;
	background: #3580ed;
	border: 1px solid #3580ed;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	font-size: 1em;
	transition: transform 0.4s;
	cursor: pointer;
}

.formFb__btn:hover,
.formFb__btn:active {
	transform: scale(0.95);
}

.formFb__steps {
	display: flex;
	width: 100%;
	max-width: 300px;
	justify-content: space-between;
	margin-bottom: 1em;
}

.formFb__step {
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 50px;
	position: relative;
}

.formFb__step--line {
	flex-grow: 1;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.formFb__step--line:after {
	position: absolute;
	width: 80%;
	content: '';
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	border-bottom: 2px dashed #3580ed;
}

.formFb__step img {
	width: 100%;
	max-width: 100%;
}
.vjs-big-play-button,
.vjs-control-bar {
	display: none !important;
}
