*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	direction: rtl;
}
.container {
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

.container:not(.promo .container) {
	padding: 0 10px;
}

.wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto -30px;
	max-width: 1920px;
	overflow: hidden;
}

body {
	font-family: 'IBM Plex Sans Arabic', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	line-height: 1.37;
	/* background-image: -moz-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
	background-image: -webkit-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
	background-image: -ms-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
	min-height: 100vh; */
}

section {
	position: relative;
	padding: 75px 0;
}

img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

a {
	text-decoration: none;
}

.prod-n {
	color: #ffbc52;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}

.prod-n:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

.title {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.09;
	color: #04142c;
	text-align: center;
}

.title span {
	color: #f3585c;
}

.br {
	border-radius: 20px;
	background: #fff;
}

.button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: center;
	outline: none;
	margin: 0 auto 0;
	width: 300px;
	max-width: 100%;
	padding: 18px;
	border: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
	transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
	border-radius: 36px;
	cursor: pointer;
	font-family: 'IBM Plex Sans Arabic', sans-serif;
	font-weight: 800;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	background-image: linear-gradient(to top, #b0e300, #75bf00);
	line-height: 1.5;
	z-index: 10;
	box-shadow: 0px 13px 24px 0 rgba(0, 0, 0, 0.29);
}

.button::before {
	background: #fff;
	content: '';
	height: 155px;
	left: -75px;
	opacity: 0.4;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: -10;
}

.button--more {
	background: none;
	border: 3px solid #ffbc52;
	color: #ffbc52;
	font-weight: 700;
}

.button--more::after {
	background: #ffbc52;
}

.button:hover {
	-webkit-animation: rotate624 0.7s ease-in-out both;
	animation: rotate624 0.7s ease-in-out both;
}

.button:hover span {
	-webkit-animation: storm1261 0.7s ease-in-out both;
	animation: storm1261 0.7s ease-in-out both;
	-webkit-animation-delay: 0.06s;
	animation-delay: 0.06s;
}

.button:hover::before {
	left: 120%;
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.promo {
	color: #fff;
	text-align: center;
	/* background-image: -moz-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
	background-image: -webkit-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
	background-image: -ms-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%); */
	padding-top: 25px;
	padding-bottom: 0px;
}
/* .promo.bg { */
/* background-image: -moz-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
	background-image: -webkit-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
	background-image: -ms-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%); */
/* background-image: -moz-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
		background-image: -webkit-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
		background-image: -ms-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%); */
/* background: url('../img/promo.jpg') top center/991px 807px no-repeat; */
/* } */

.promo .container {
	position: relative;
	padding: 0;
}

.promo .prod {
	margin: 25px auto 0;
	border-radius: 10px;

	z-index: 10;
}

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

.promo .video {
	background-color: #000;
	position: relative;
	z-index: 20;
	overflow: hidden;
	margin: auto;
	box-shadow: 0px 24px 38px 0 rgba(0, 0, 0, 0.27);
	width: 100%;
	max-width: 1920px;
	/* border: solid 3px #fff; */
	/* max-width: 1280px; */
}

.promo .video #play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	inline-size: 118px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(217, 217, 217, 0.2);
	cursor: pointer;
	-webkit-animation: pulse 2s ease-in-out infinite;
	animation: pulse 2s ease-in-out infinite;
}

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

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

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

.promo .video #play_button::before {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	border-left: 31px solid #cccccc;
	top: 26%;
	left: 64%;
	-webkit-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	transform: translate(-50%, 20%);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.promo .video #play_button:hover::before {
	-webkit-transform: translate(-50%, 20%) rotateX(180deg);
	transform: translate(-50%, 20%) rotateX(180deg);
}

.promo .subtitle {
	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	color: green;
	padding: 10px 10px 20px;
	position: relative;
	z-index: 2;
}

.promo .subtitle span {
	color: #ffbc52;
}

.promo h1 {
	padding: 0 20px 0 20px;
	font-weight: 800;
	font-size: 35px;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	color: #000;
}

.promo__br {
	padding-bottom: 70px;
}

.promo h1 img {
	display: block;
	margin: 0 auto 5px;
	width: 64px;
}

.promo__list {
	padding: 0px 12px 36px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.promo__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 21px;
	width: 117px;
}

.hear {
	position: relative;
	background: #fff;
	padding: 42px 0px 47px;
	margin: 0 auto;
	/* max-width: 320px; */
}

.form {
	max-width: 399px;
	margin: 15px auto 0;
	padding: 0 16px;
}

.hear .container {
	padding: 0 2px !important;
}

.care .prod {
	width: 316px;
	position: relative;
	z-index: 5;
}

.care .prod__tube {
	width: 60px;
	z-index: 10;
}

.care .prod__box {
	width: 80px;
	z-index: 10;
}

.hear .title {
	font-weight: 700;
	font-size: 24px;
	position: relative;
	padding: 0px 0 32px;
	position: relative;
	text-transform: uppercase;
}

.form .price {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 0px auto 13px;
	flex-wrap: wrap;
}

.form .price__old {
	font-size: 22px;
	line-height: 1;
	text-decoration: line-through;
}

.form .price__new {
	font-size: 60px;
	line-height: 1;
	font-weight: 800;
}

.form select,
input {
	border-radius: 25.2px;
	border: solid 1px #b9b9b9;
	font-size: 16px;
	padding-right: 21px;
	font-family: 'IBM Plex Sans Arabic', sans-serif;
	height: 51px;
	min-width: 100%;
	margin-bottom: 13px;
	text-align: right;
}

.form select {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' 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 5% 50%,
		#fff;
	appearance: none;
}

.form__footer {
	margin-top: 17px;
}

.form__footer p {
	font-size: 16px;
	text-align: center;
	padding-bottom: 30px;
}

.hear .title img {
	margin-bottom: 23px;
}

.care .prod .paymets {
	position: absolute;
	bottom: -80px;
	width: 261px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer {
	background: #393738;
	padding-bottom: 40px;
	padding-top: 30px;
}

.footer .title {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.footer__column ul {
	counter-reset: num;
}

.footer__column ul li {
	position: relative;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
}
.footer__column ul li:not(:first-child) {
	margin-top: 16px;
}
.footer__column ul li p {
	/* word-break: break-all; */
	display: inline;
}

.footer__column ul li a {
	color: #64a300;
	display: block;
	text-decoration: underline;
	/* word-break: break-all; */
	pointer-events: none;
}

.footer__column ul li a,
.footer__column ul li p {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.footer__column ul li::before {
	position: relative;
	display: inline-block;
	content: counter(num) '.';
	counter-increment: num;
}

.promo--final {
	margin-top: 55px;
}

.promo--final h1 {
	padding: 20px 20px 0;
	margin: 0 70px 0 0;
}

.swiper-button-next,
.swiper-button-prev {
	top: auto;
	bottom: -63px;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #d9d9d9;
	border-radius: 50%;
	opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-pagination-bullet-active {
	background-color: #0f67a6;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -55px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-weight: 900;
}

.swiper-button-next,
.swiper-button-prev {
	color: #6b9abc;
	z-index: 40;
}

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

.work__video--desktop {
	display: none;
}
.promo .button {
	margin: 13px auto 0;
	position: relative;
	top: -5px;
	display: none;
}
video,
.video__play {
	margin: 0 auto 0;
}

.promo .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 {
	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('../img/muted.svg') center no-repeat;
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.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='%230044d5'%3E%3C/path%3E%3C/svg%3E");
	background-size: 70px;
}

.footer__company {
	margin-top: 30px;
	color: rgba(117, 191, 0, 0.33);
	font-size: 12px;
	text-align: center;
}

.footer__company a {
	color: rgba(117, 191, 0, 0.99);
	text-decoration: underline;
}

.footer__company a:hover {
	text-decoration: none;
}

.footer__company .adress {
	margin: 10px 0;
}

.footer__company .links {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.button {
		font-size: 30px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 991px) and (height: 768px) {
	.promo .video {
		max-height: 58vh;
	}
}
@media screen and (min-width: 991px) and (height: 800px) {
	.promo .video {
		max-height: 60vh;
	}
}
@media screen and (min-width: 991px) {
	.container {
		width: 100%;
	}

	body {
		font-size: 18px;
		/* background: #fff; */
	}

	.section {
		padding: 60px 0;
	}

	.wrapper {
		margin-bottom: -25px;
	}

	.care .prod {
		width: calc(100% - 700px);
		max-width: none;
	}

	.promo__descr {
		background: #3a3a3a;
		margin-top: 0;
		padding: 30px 30px 25px;
		border-radius: 0 0 40px 40px;
		margin-bottom: 60px;
		box-shadow: 0 0 76px 0 rgba(0, 0, 0, 0.46);
	}

	.promo h1 span {
		display: block;
	}

	.promo__list {
		margin-top: 0;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 60px;
		max-width: none;
		margin-bottom: 0;
	}

	.promo__list li {
		margin-top: 26px;
	}

	.promo .video {
		width: auto;
		overflow: hidden;
		max-width: 1085px;
		border: solid 8px #fff;
		/* max-width: none; */
		/* aspect-ratio: 16/9; */
		aspect-ratio: 128 / 73;
		/* max-height: 800px; */
	}

	.video__play:before {
		width: 120px;
		height: 120px;
		border-width: 3px;
	}

	.video__play:after {
		width: 80px;
		height: 80px;
	}

	.video__play.pause:after {
		background-size: 79px;
	}

	.promo .container::before {
		width: 1293px;
		height: 1286px;
		bottom: -920px;
		left: 51%;
	}

	.hear {
		padding: 47px 10px 35px;
		max-width: 1170px;
	}

	.hear .note {
		top: -52px;
		right: -141px;
	}

	.hear .container {
		display: flex;
		align-items: center;
	}

	.hear .title {
		padding: 0 0 36px;
		font-size: 35px;
	}

	.hear__bg {
		width: 1917px;
	}

	.care .prod .paymets {
		width: 254px;
		bottom: -65px;
	}

	.care .prod::before {
		width: 560px;
		height: 409px;
	}

	.footer__column {
		width: 100%;
		margin-top: 40px;
	}

	.footer__column ul {
		-webkit-column-width: 48%;
		-moz-column-width: 48%;
		column-width: 48%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}

	.promo .container {
		width: 100%;
	}
	.promo .subtitle {
		padding-bottom: 0;
	}
	.video__txt {
		padding: 15px 0;
	}
}

@media screen and (min-width: 1180px) {
	.promo h1 {
		font-size: 48px;
		line-height: 1;
	}
	.video__play.pause:after {
		background-size: 100px;
	}
	.promo .subtitle {
		font-size: 30px;
		padding-bottom: 15px;
	}
	.promo h1 img {
		width: 125px;
	}
	.title {
		font-size: 30px;
	}

	.promo h1 {
		font-size: 53px;
	}

	.hear .note {
		font-size: 61px;
		padding: 13px 35px 13px 70px;
		top: -55px;
	}

	.form select,
	input {
		font-size: 18px;
		height: 61px;
		border-radius: 30px;
	}
	.hear .container {
		padding: 0 !important;
		align-items: center;
	}
	.care .prod {
		margin: 0;
		margin-right: -40px;
		width: 400px;
		/* margin-left: -100px; */
		/* width: calc(100% - 569px); */
		max-width: none;
	}
	.button {
		padding: 14px;
	}
	.form {
		max-width: none;
		margin: 0;
		width: 569px;
		border-radius: 4px;
		border: solid 8px #e8e8e8;
		padding: 70px 85px 74px;
	}
	.form .price {
		margin: 0 auto;
	}

	.footer .title {
		font-weight: 600;
		line-height: 1.38;
	}
	.promo h1 img {
		margin-bottom: 14px;
	}
	.promo.bg {
		/* background-size: 100% 160%; */
		/* background-image: -moz-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
		background-image: -webkit-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%);
		background-image: -ms-linear-gradient( -109deg, rgb(65,71,0) 0%, rgb(255,207,0) 100%); */
		/* background-image: linear-gradient(to top, #414700, #ffcf00), linear-gradient(to bottom, #737373, #737373) */
	}
	.promo {
		margin-top: 0;
		padding-top: 40px;
	}

	.video__play:after {
		width: 130px;
		height: 130px;
	}

	.promo .prod {
		margin-top: 15px;
	}

	.video__txt {
		width: 354px;
		height: 331px;
		padding: 64px 10px;
		border-radius: 20px;
	}

	.video__play.pause .video__txt {
		width: 264px;
		height: 210px;
	}

	.video__txt p {
		font-size: 28px;
	}

	.promo .button {
		width: 300px;
		padding: 14px;
		margin: 26px auto 0;
		position: relative;
		top: -5px;
	}

	.container {
		padding: 0 !important;
		width: 1140px;
	}

	.wrapper {
		margin-top: -34px;
	}

	.hear {
		padding-bottom: 76px;
		max-width: none;
	}

	.button {
		margin-top: 16px;
		width: 100%;
	}
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}

	50% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}

	50% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}
}

.ac_footer {
	direction: ltr;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;

	font-size: 14px;
	overflow-y: scroll;
	z-index: 10000;
}

.popup .page-width {
	background-color: #fff;
	padding: 15px;
	padding-right: 45px;
}

.popup .wrapper {
	width: 95%;

	margin: auto;
	position: relative;
}

.popup__close {
	position: fixed;
	top: 10px;
	left: calc((100% - 95%) / 2 + 10px);
	border: 1px solid #000;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.popup__close::before {
	content: '';
	width: 1px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 8px;
	background: #000;
}

.popup__close::after {
	content: '';
	width: 1px;
	height: 15px;
	transform: rotate(-45deg);
	position: absolute;
	top: 1px;
	left: 8px;
	background: #000;
}

.popup .page-title {
	margin-bottom: 30px;
	text-align: center;
}

.popup h3 {
	margin: 30px 0 15px;
}

body.fixed {
	overflow: hidden;
}

.popup.hidden {
	display: none;
}

@media (min-width: 991px) {
	.popup .wrapper {
		width: 970px;
	}

	.popup__close {
		left: calc(100% / 2 - 465px);
	}

	.popup .page-width {
		padding: 20px;
		padding-left: 45px;
	}

	.popup {
		font-size: 16px;
	}
}

.video {
	position: relative;
}

.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-top: 20px;
}
.ResumePlay__button span {
	text-shadow: rgb(255, 255, 255) 2px 2px 2px;
	color: #0044d5;
	white-space: nowrap;
	display: inline-block;
	font-size: 33.7063px;
	grid-row: 1/1;
	font-weight: 700;
	text-align: left;
}
.ResumePlay__button svg {
	grid-row: 1/1;
	width: 94px;
}
.video__notification-buttons button {
	margin: 5px;
	padding: 10px;
}

.video__notification p {
	text-shadow: rgb(255, 255, 255) 2px 2px 2px;
	/* color: rgb(123, 57, 114); */
	color: #0044d5;
	/* white-space: nowrap; */
	display: inline-block;
	font-size: 38.0531px;
	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: 24px;
	}
	.video__notification-buttons,
	.ResumePlay__button {
		width: 300px;
	}
	.ResumePlay__button svg {
		width: 60px;
	}
	.ResumePlay__button span {
		font-size: 19px;
	}
	/* .promo h1 img, .promo .subtitle {
		display: none;
	} */
	.promo {
		padding-top: 0;
	}
	.promo .prod {
		margin-top: 0;
	}
}

.popup--user {
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup--user h3 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	color: #212121;
	background: #ccc;
	padding: 28px 10px 18px;
	text-align: center;
	margin: 0;
	z-index: 20;
	position: relative;
}
.popup--user .wrapper {
	width: 1027px;
	border: 1px solid #212121;
}
.popup--user img {
	margin: 0;
	width: 330px;
}
.popup--user .page-width {
	padding: 0;
}
.popup--user .popup__close::before,
.popup--user .popup__close::after {
	background-color: #212121;
}
.popup--user .popup__close {
	position: absolute;
	border: 0;
	top: 10px;
	left: 10px;
	z-index: 30;
}
.popup--user .popup__footer.popup__close::before,
.popup--user .popup__footer.popup__close::after {
	display: none;
}
.popup--user .popub__box {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 20px 15px 0 15px;
}
.popup--user .popub__txt {
	color: #212121;
}
.popup--user .popub__box h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 49px;
}
.popup--user .popub__box p {
	font-size: 24px;
	font-style: italic;
}
.popup--user .popub__box p:last-child {
	margin-top: 25px;
}
.popup--user .popub__box p span {
	color: #c32121;
}
.popup--user .popup__footer {
	font-size: 36px;
	font-weight: bold;
	color: #212121;
	padding: 42px 10px;
	background-color: #b6c321;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
}
.popup__footer.popup__close {
	position: static;
	top: 10px;
	right: calc((100% - 95%) / 2 + 10px);
	border: none;
	cursor: pointer;
	width: auto;
	height: auto;
}
@media screen and (max-width: 768px) {
	.popup--user h3 {
		font-size: 28px;
	}

	.popup--user .popub__txt {
		width: 100%;
		order: 1;
	}
	.popup--user img {
		order: 2;
	}
	.popup--user .popub__box h4 {
		margin-bottom: 9px;
		line-height: 1;
	}
	.popup--user .popub__box p:last-child {
		margin-top: 10px;
	}
	.popup--user .popup__footer {
		font-size: 28px;
		padding: 25px 10px;
	}
	.popup--user img {
		width: 250px;
	}
	.popup--user .popub__box p {
		font-size: 20px;
	}
}
@media screen and (min-width: 990px) {
	.popup__footer.popup__close {
		position: relative;
		z-index: 20;
		top: 0;
		right: 0;
	}
	.popup--user .popub__box h4 {
		margin-bottom: 29px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.popup--user .popub__box {
		flex-direction: column-reverse;
	}
}

.js_errorMessage{
 direction: ltr;
 text-align: right;
}