.hideThis {
	display: flex;
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

.showThis {
	display: none;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

body {
	min-height: 100svh;
	font-family: "Inter", sans-serif;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #000000;
}

header,
footer {
	flex: 0 0 auto;
}

main {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

@media screen and (orientation: landscape) and (max-height: 450px) {
	.player .player__window .player__panel {
		display: none;
	}
	button.player__playContainer {
		border: none;
		background: #343434;
		padding: 15px 7px 15px 7px;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	form.header__search {
		display: none;
	}
}
.header {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__burger,
.header__user {
	background: none;
	border: none;
	cursor: pointer;
}
.header__burger img,
.header__user img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
	filter: contrast(0) brightness(200);
}
.header__burger {
	max-width: 30px;
	max-height: 30px;
	width: 100%;
	height: 100%;
}
.header__right {
	display: flex;
	align-items: center;
}
.header__right .age {
	color: #ffffff;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #ffffff;
	font-size: 10px;
}
.header__close {
	display: none;
	width: 24px;
	height: 24px;
	background: none;
	border: none;
	margin-right: 5px;
}
.header__close img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
	filter: contrast(0) brightness(200);
}
.header__user {
	max-width: 24px;
	max-height: 24px;
	width: 100%;
	height: 100%;
	filter: contrast(0) brightness(200);
}
.header__search {
	display: flex;
	width: 100%;
	border: #343434 1px solid;
	border-radius: 5px;
}
.header__search input {
	max-width: 100%;
	width: 100%;
	border: none;
	background: none;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 6px 11px;
	color: #8f8f8f;
	background: #121212;
}
.header__search button {
	color: #ffffff;
	border: none;
	background: #343434;
	padding: 9px 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.panel {
	display: flex;
	flex-direction: column;
}
.panel__containerLine {
	width: 100%;
	margin-bottom: 10px;
}
.panel__containerManagement {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panel__line {
	width: calc(100% - 30px);
	margin-bottom: 10px;
	display: block;
	height: 4px;
	background: #d9d9d9;
	position: absolute;
}
.panel__line::before {
	content: "";
	position: absolute;
	height: inherit;
	left: 0;
	top: 0;
	right: 0;
	width: 30%;
	background: #fff;
}
.panel__play {
	display: block;
	background: none;
	border: none;
	margin: 0 10px;
}
.panel__play img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.panel__sound {
	background: none;
	border: none;
	margin: 0 10px;
}
.panel__sound img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.panel__time {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 20px;
}
.panel__control {
	display: flex;
}
.panel__setting {
	background: none;
	border: none;
	margin-right: 10px;
}
.panel__wid {
	background: none;
	border: none;
}

.player {
	width: 100%;
}
.player .player__window {
	background: #000000;
	min-height: 180px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.player__container {
	position: relative;
}
.player__container img {
	width: 100%;
	display: block;
	object-fit: contain;
}
.player__head {
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	width: auto;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.player__quality {
	background: #de2600;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 3px;
}
.player__time {
	background: rgba(58, 58, 58, 0.7607843137);
	padding: 4px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.player__panel {
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
	width: auto;
	padding: 5px 15px;
}
.player__control {
	width: 100%;
	height: 100%;
	padding: 40px 25px;
	display: flex;
	flex-direction: column;
	color: #fff;
	justify-content: center;
	align-items: stretch;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
	.player__control {
		padding: 0 25px;
	}
}
.player__agree {
	display: none;
}
.player__loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(105, 105, 105, 0.27);
	display: none;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.player__disclaimer {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 7px;
}
.player__playContainer {
	border: none;
	background: #343434;
	padding: 45px 7px 45px 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.player__playContainer img {
	display: block;
	object-fit: contain;
	width: 50px;
	height: 56px;
}
.player__textBtn {
	color: #fff;
	text-align: left;
	margin-right: 21px;
}
.player__textBtn h2 {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.3px;
}
.player__textBtn span {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.player__description {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.watch {
	padding: 5px;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
	.watch {
		display: none;
	}
}
.watch__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.watch__eye {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.watch__eye img {
	display: block;
	object-fit: contain;
	width: 100%;
	max-width: 24px;
}
.watch__eye span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.watch__like,
.watch__dislike {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none;
	border: none;
}
.watch__like img,
.watch__dislike img {
	display: block;
	object-fit: contain;
	width: 100%;
	max-width: 24px;
}
.watch__like span,
.watch__dislike span {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.watch__message {
	position: relative;
}
.watch__message span {
	position: absolute;
	top: 0;
	right: -4px;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #de2600;
	color: #fff;
	border-radius: 6px;
	padding: 2px 4px;
}

.footer a {
	color: inherit;
}
.footer__container {
	padding: 13px 10px;
}
.footer__text {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	color: #666666;
}
.footer__agree {
	display: none;
}
.footer__agree p {
	color: #666666;
}

body.agree .footer__default {
	display: none;
}
body.agree .footer__agree {
	display: block;
}
body.agree .player__default {
	display: none;
}
body.agree .player__agree {
	display: flex;
}

body.close .footer__default {
	display: none;
}
body.close .footer__agree {
	display: block;
}
body.close .player__default {
	display: none;
}
body.close .player__agree {
	display: flex;
}
body.close .header__close {
	display: block;
}

body.loader .player__default {
	display: none;
}
body.loader .player__loader {
	display: flex;
}

.loaderItem {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	position: absolute;
	top: 40%;
	border: 3px solid;
	border-color: #fff #fff transparent transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
.loaderItem::after,
.loaderItem::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px solid;
	border-color: transparent transparent #ff3d00 #ff3d00;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotationBack 0.5s linear infinite;
	transform-origin: center center;
}
.loaderItem::before {
	width: 32px;
	height: 32px;
	border-color: #fff #fff transparent transparent;
	animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
