@font-face {font-family: 'Muli';src: url('../fonts/Muli.woff2') format('woff2'),url('../fonts/Muli.woff') format('woff');font-weight: 400;font-style: normal;font-display: swap;}
.font_muli{font-family: 'Muli';font-weight: 400;font-style: normal;}
@font-face {font-family: 'MuliBold';src: url('../fonts/Muli.woff2') format('woff2'),url('../fonts/Muli.woff') format('woff');font-weight: 400;font-style: normal;font-display: swap;}
.font_mulibold{font-family: 'MuliBold';font-weight: 700;font-style: normal;}
@font-face {font-family: 'Galderglynn Titling Rg';src: url('../fonts/GalderglynnTitlingRg-Bold.woff2') format('woff2'),url('../fonts/GalderglynnTitlingRg-Bold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}
.font_galderglynn{font-family: 'Galderglynn Titling Rg';font-weight: bold;font-style: normal;}

html, body{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
.site__header{
	background: #0B1319;
	width: 100%;
}
ul.lang{
	padding: 0;
	margin: 0;
}
.lang>li{
	padding: 0;
	margin: 0;
}
.site__branding{

}
.site__branding,
.main__navigation,
.widget,
.lang,
.login{
	position: relative;
	z-index: 10;
}
.widget{
	margin: 0;
}
.home__link{
	height: 42px;
	display: inline-block;
}

.banner__slide img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.slider{
	margin-bottom: 0;
	margin-top: -105px;
}

.banner__title{
	position: absolute;
	left: 0;
	top: 150px;
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	font-family: 'Galderglynn Titling Rg';font-weight: bold;font-style: normal;
	text-transform: uppercase;
	max-width: 630px;
}
.banner__wrapper{
	width: 100%;
	max-width: 1182px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.slick-dots{
	bottom: 40px;
}

.menu{
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 40px;
}
.menu li{
	margin-right: 30px;
}
.menu li:last-child{
	margin-right: 0px;
}
.menu a{
	color: #fff;
	line-height: 25px;
	font-size: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.menu a:hover{
	text-decoration: none;
	border-bottom: 2px solid #FC4C7B;
}
.menu .current-menu-item a,
.menu .current-post-parent a{
	text-decoration: none;
	border-bottom: 2px solid #FC4C7B;

}
.main__navigation{
	margin-right: auto;
}
.header__content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding: 25px 55px 25px 50px;
	box-sizing: border-box;
}
.wp-block-search__inside-wrapper{
	flex-direction: row-reverse;
}
.slick-dots li{
	height: 8px;
	width: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.slick-dots li button{
	height: 8px;
	width: 8px;
}
.slick-dots li button:before{
	display: none;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.site__home{
	padding-top: 50px;
}

.slick-active{
	background: #fff;
}
.wp-block-search__button.has-icon.wp-element-button{
	background: transparent;
	color: #fff;
	border: none;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
.wp-block-search__input{
	position: relative;
	background: rgba(0,0,0,0.4);
	text-align: left;

	color: #fff;
}
input[type="search"]{
	height: 38px;
	line-height: 38px;
	padding-left: 40px;
	border-radius: 50px;
	color: #fff;
	border: 1px solid transparent;
	transition: 0.3s;
}
input[type="search"]:focus{
	color: #fff;
	border: 1px solid #FC4C7B;
}
.wp-block-search__button:focus ~ button{
	display: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	border: none;
}
.wp-block-search__button{
	margin-left: 0;
	padding: 5px;
	line-height: 38px;
}
.search-icon{
	transform: rotateY(180deg);
}
.wp-block-search__button svg{
	width: 38px!important;
	height: 38px!important;
}

.menu li,
.menu li a,
a.home__link,
input[type="search"],
.site__header button[type="submit"],
.lang,
.site__header .select-items *,
.login{
  cursor: url('../img/cursor_pointer.png'), pointer;
  background-size: 100% 100%;
}
ul.lang{
	margin-left: 20px;
}

select{
	border: none;

}
.menu__container{
	display: none;
}
.overflow_hidden .menu__container{
	position: absolute;
	right: 20px;
	top: 40px;
	z-index: 9999;
}
.login{
	color: #fff;
	padding: 15px 20px;
	border-radius: 35px;
	background: transparent;
	border: none;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Muli';font-weight: 700;font-style: normal;
	margin-left: 20px;
}
.login:hover{
	color: #FC4C7B;
	background: #161529;
}
.content__wrapper{
	width: 100%;
	max-width: 1182px;
	margin: 0 auto;
	position: relative;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.video__box{
	width: 100%;
	max-width: 180px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.category .video__box:nth-child(6n),
.home .video__box:nth-child(6n){
	margin-right: 0px;
}
.single .video__box{
	margin-left: 20px;
}
.video__title a{
	text-decoration: none;
	color: #161529;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Muli';font-weight: 600;font-style: normal;
}

.video__tags{
	color:#453D79;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Muli';font-weight: 400;font-style: normal;
}
.content__wrapper_loadmore{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.load_more{
	text-align: center;
	border: none;
	background: #161529;
	color: #fff;
	padding: 21px 30px 21px 51px;
	border-radius: 35px;
	position: relative;
}
.load_more:hover{
	background: #FC4C7B;
	color: #161529;
}
.load_more:active{
	background: #FC4C7B;
	color: #fff;
}
.load_more.disabled{
	background: #fff;
	color: #453D79;
	border: 1px solid #453D79;
}
.load_more.error{
	background: #E53935;
	color: #fff;
}
.rotate_arrows{
	position: absolute;
	top: 19px;
	left: 17px;
	z-index: 15;
	height: 24px;
	width: 24px;
	background: url('../img/show_more/show_icon.png') center center/cover no-repeat;
	transform: rotate(0deg);
	transition: transform 0.8s linear;
}
.load_more:hover .rotate_arrows{
	background: url('../img/show_more/show_icon_hover.png') center center/cover no-repeat;
}
.load_more:active .rotate_arrows{
	background: url('../img/show_more/show_icon_active.png') center center/cover no-repeat;
}
.load_more.disabled .rotate_arrows{
	background: url('../img/show_more/show_icon_disabled.png') center center/cover no-repeat;
}
.load_more.error .rotate_arrows{
	background: url('../img/show_more/show_icon_error.png') center center/cover no-repeat;
}
.error-404{
	text-align: center;
	margin: 0 auto;
}
.page404 .load_more{
	padding: 21px 30px 21px 30px;
	font-size: 18px;
	display: inline-block;
	max-width: 250px;
	margin: 25px auto 0;
	color: #fff;
	text-decoration: none;
}
.page404 .load_more:hover,
.page404 .load_more:active{
	color: #161529;
}
.button_text{
	font-size: 22px;
	line-height: 22px;
	font-family: 'Muli';font-weight: 400;font-style: normal;
}

.loading.rotate_arrows {
  transform: rotate(-360deg);
}

.footer{

}
.top__footer{
	background: #1C1930;
	padding-top: 80px;
	padding-bottom: 80px;

}
.footer__title{
	font-family: 'Galderglynn Titling Rg';font-weight: bold;font-style: normal;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 2px solid #FC4C7B;
	margin-bottom: 20px;
}
.footer__description{
	font-family: 'Muli';font-weight: 400;font-style: normal;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.02em;
	text-align: left;
	max-width: 880px;
	color: #fff;
}
.content__wrapper_footer{
	flex-direction: column;
}

.bottom__footer{
	text-align: center;
	background: #000;
	padding: 30px 50px 30px 50px;
}
.footer__year{
	font-family: 'Galderglynn Titling Rg';font-weight: 400;font-style: normal;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #453D79;
}
.site__main,
.search__php,
.page404{
	padding-top: 50px;
}

.footer__info{
	color: #fff;
}
.category__title{
	text-transform: uppercase;
	font-family: 'Galderglynn Titling Rg';font-weight: bold;font-style: normal;
	font-size: 48px;
	line-height: 53px;
	letter-spacing: 0.04em;
	text-align: left;
	margin-bottom: 50px;
	color: #161529;
}
.content__wrapper_select{
	margin-bottom: 50px;
}
/*custom select start*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: 'Muli';font-weight: 400;font-style: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-right: 20px;
}


.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
	border-radius: 20px;
	color: #161529;
}
.select-selected.select-arrow-active {
	border-radius: 0;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background: #161529;
	color: #fff;
	text-align: left;

}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 20px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid #161529;
  border-right: 2px solid #161529;
  transition: 0.5s;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	transform: rotate(225deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}


/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 13px 20px 15px 20px;
  border: 1px solid #161529;
  cursor: pointer;
  user-select: none;
}

.site__header .select-items div,
.site__header .select-selected {
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}
.site__header .select-selected{
  padding: 13px 35px 15px 20px;
  color: #fff;
}

.site__header .select-selected:hover{
	background: #161529;
}

.site__header .select-selected:after{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.select-items div{
	border: none;
	color: #fff;
	font-family: 'Muli';font-weight: 400;font-style: normal;
	font-size: 18px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 0.01em;
	text-align: left;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #252525;
  color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover{
	color: #161529;
	background: #FC4C7B;
}
.same-as-selected {
	color: #FC4C7B!important;
}
.same-as-selected:hover {
	color: #fff!important;
}

/*end selects*/

.site__single{
	background: #342C6C;
}
.content__wrapper_video{
	padding-top: 50px;
}
.video__box_single{
	background: #161529;
	position: relative;
	width: 100%;
	height: 591px;
	margin-bottom: 30px;
}
.video__box_single.fullscreen{
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  margin: 0;
  z-index: 555;
  max-width: 100%;
}

.play_pause_link{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	transform: translate(-50%, -50%);
	background: url('../img/play_icon.png') center center/auto no-repeat;
	outline: 0;
}

.controls__box{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 34px 34px 34px;
}
.current__time{
	color: #fff;
}
.divider,
.full__time{
	color: #808080;
}
.time__box{
	margin-bottom: 20px;
}
/**/

input{
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	font-family: Arial;
}


input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  background: #615C58;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/**/

.controls__progress-wrap {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 6px;
	margin-bottom: 24px;
}

.controls__progress-bar {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #453D79;
	border: none;
}

.controls__progress-value {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #FC4C7B;
	border: none;
}
.controls__progress-value:after{
	content: '';
	display: block;
	background-color: #7D7D7D;
	height: 6px;
	width: 35px;
	position: absolute;
	top: 0;
	right: 0px;
}
.controls__progress {
	position: absolute;
	z-index: 3;
	top: -200%;
	left: 0;
	height: 500%;
	width: 100%;
	margin: 0;
	touch-action: none;
	cursor: pointer;
	opacity: 0;
  outline: 1px dotted red; 
}
/**/

.volume__icon{
	background: url(../img/sound_icon.svg) center center/auto no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.volume__screen_wrapper .controls__progress-value{
	border-radius: 10px;
}
.volume__screen_wrapper .controls__progress-bar{
	border-radius: 10px;
	background: #fff;
}
.volume__screen_wrapper .controls__progress-value:after{
	display: none;
}
.volume__screen_wrapper .controls__progress-value:before{
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	right: -3px;
	background: #fff;
	border: 2px solid #FC4C7B;
	height: 10px;
	width: 10px;
	border-radius: 10px;
}
.volume__range.controls__progress-wrap{
	width: 24px;
	display: none;
}
.active .volume__range.controls__progress-wrap{
	width: 150px;
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(40px, -50%);
}
.fullscreen__box{
	background: url(../img/fullscreen_icon.svg) center center/auto no-repeat;
	width: 24px;
	height: 24px;
}
.volume__screen_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.site__single .post-thumbnail{
	width: 106px;
	height: 150px;
}
.site__single .post-thumbnail>img{
	width: 100%;
}
.content__wrapper_info{
	flex-direction: row;
	padding-bottom: 30px;
}
.content__box{
	width: calc(100% - 106px);
	box-sizing: border-box;
	padding-left: 30px;
	color: #fff;
}
.bg_000{
	background: #161529;
}
.single__tags{
	font-family: 'Muli';font-weight: 400;font-style: normal;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}
.single__title{
	font-family: 'Galderglynn Titling Rg';font-weight: bold;font-style: normal;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.single__description{
	font-family: 'Muli';font-weight: 400;font-style: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	max-width: 850px;
}
/*start tabs*/
.content__wrapper_epizodes{
	padding-top: 50px;
	padding-bottom: 50px;
}
.tabcontent{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.tab_seasons{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus{
	border: none;
	outline: 0;
	outline-offset: 0;
}
.tablinks{
	text-transform: uppercase;
	font-family: 'Galderglynn Titling Rg';font-weight: 700;font-style: normal;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0.02em;
	padding: 10px 0px 17px 0px;
	color: #fff;
	background: transparent;
	border: 2px solid transparent;
	box-sizing: content-box;
	cursor: pointer;
	margin-right: 20px;
	white-space: nowrap;
}
.tablinks:hover,
.tablinks:active{
	border: 2px solid transparent;
	color: #FC4C7B;
}

.tablinks.active{
	border: 2px solid transparent;
	border-bottom: 2px solid #FC4C7B;
}

.episode{
	padding: 10px;
	background: #342C6C;
	color: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: 'Muli';font-weight: 700;font-style: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0em;
	cursor: pointer;
}
.episode.active{
	background: #FC4C7B;
	color: #161529;
}
/*end tabs*/
/*else slider*/
.else__title{
	color: #161529;
	font-family: 'Galderglynn Titling Rg';font-weight: 700;font-style: normal;
	font-size: 48px;
	line-height: 53px;
	letter-spacing: 0.04em;
	margin-bottom: 50px;
}
.content__wrapper_else{
	padding-top: 50px;
	padding-bottom: 80px;
}
.single__slider{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.single__slider .slick-prev:before, .single__slider .slick-next:before{
	background: #161529;
	color: #fff;
	font-size: 39px;
}

.custom_slick-prev{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: -45px;
	width: 40px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #FC4C7B url(../img/go-left.svg) center center/auto no-repeat;
}
.custom_slick-next{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -45px;
	width: 40px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #FC4C7B url(../img/go-right.svg) center center/auto no-repeat;
}
.single__slider .slick-dots{
	bottom: 10px;
}
.single__slider .slick-dots li{
	height: 8px;
	width: 8px;
	border: 1px solid #161529;
	border-radius: 50%;
}
.single__slider .slick-dots li button{
	height: 8px;
	width: 8px;
}
.single__slider .slick-dots li button:before{
	display: none;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.single__slider .slick-dots .slick-active{
	background: #161529;
}
/*end else slider*/

.popup_menu{
	display: none;
}
.custom-select[data-type]{
	width: 45%;
	max-width: 382px;
}

.hidden{
	display: none;
}


/* Збільшення хрестика */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-clear-button,
.wp-block-search__input::-webkit-search-clear-button {
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../img/close_search.png'); /* Замініть це зображення на власне */
    background-size: 24px 24px; /* Ваш бажаний розмір */
    width: 24px; /* Ваш бажаний розмір */
    height: 24px; /* Ваш бажаний розмір */
}

/* Додатковий відступ для зручності */
.wp-block-search__input {
    padding-right: 10px!important; /* Ваш бажаний відступ для зображення */
}



@media screen and (max-width: 1920px){

}
@media screen and (max-width: 1280px){
	.banner__slide img{
		width: 100%;
	    height: 465px;
	    margin-bottom: 0;
	    object-fit: cover;
	}
	.banner__title{
		top: 225px;
		padding-left: 80px;
	}
	.content__wrapper{
		justify-content: center;
		max-width: 1242px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.content__wrapper_select_title,
	.content__wrapper_select{
		justify-content: flex-start;
	}
	.content__wrapper_video{
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 auto;
	}
	.video__box_single{
		margin: 0 auto 30px;
		max-width: 1180px;
		width: 95%;
	}
	.content__wrapper_footer{
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	.video__box{
		margin-left: 10px;
		margin-right: 10px;
	}
	.category .video__box:nth-child(6n), 
	.home .video__box:nth-child(6n){
		margin-right: 0px;
	}
	.category .video__box:nth-child(6n+1), 
	.home .video__box:nth-child(6n+1){
		margin-left: 0px;
	}
}

@media screen and (max-width: 1257px) {
	.category .video__box:nth-child(6n), 
	.home .video__box:nth-child(6n){
		margin-right: 10px;
	}
	.category .video__box:nth-child(6n+1), 
	.home .video__box:nth-child(6n+1){
		margin-left: 10px;
	}
	.video__box_single{
		width: 90%;
	}
}

@media screen and (max-width: 1025px) {
	.home__link{
		width: 130px;
		height: auto;
	}
	.main__navigation .menu,
	.widget_search,
	.login{
		display: none;
	}
	.popup_menu_active .main__navigation .menu,
	.popup_menu_active .widget_search, .login{
		display: flex;
	}
	.popup_menu.popup_menu_active .menu_block{
		height: auto;
		min-height: auto;
	}
	.menu__container{
		display: block;
	}
	.site__branding{
		padding-top: 5px;
	}
	.popup_menu_active .menu-item{
		text-transform: capitalize;
	}
	/*menu*/
	/*menu*/
	/*menu*/
	.menu_btn{
	  width: 24px;
	  height: 24px;
	  position:relative;
	  z-index: 11;
	  cursor: pointer;
	}
	.menu_btn span,
	.menu_btn span::before,
	.menu_btn span::after{
	  position:absolute;
	  top:50%;
	  width: 24px;
	  height: 2px;
	  background-color: #fff;
	  margin:-1px 0px 0px -12px;
	  left: 50%;
	}
	.menu_btn span::before,
	.menu_btn span::after{
	  content:'';
	  display:block;
	  -webkit-transition:0.25s;
	  -o-transition:0.25s;
	  transition:0.25s;
	}
	.menu_btn span::before{
		-webkit-transform:translateY(-8px);
		-ms-transform:translateY(-8px);
	  	transform:translateY(-8px);
	}
	.menu_btn span::after{
	  	-webkit-transform:translateY(8px);
		-ms-transform:translateY(8px);
	  	transform:translateY(8px);
	}
	.menu_btn_active span::before{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	  	transform: rotate(-45deg);
	  	width: 24px;
	  	background: #161529;
	}
	.menu_btn_active span::after{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 24px;
	  	background: #161529;
	}
	.menu_btn_active span{
		height: 0;
	}
	.menu_nav,
	.m_popup{
	  z-index: 10;
	  overflow: hidden;
	  -webkit-transition:0.5s;
	  -o-transition:0.5s;
	  transition:0.5s;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  background: #fff;
	}
	.m_popup {
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    min-height: 100vh;
	}
	.mobile_widget{
		background: #161529;
		color: #fff;
		width: 100%;
	}
	.popup_menu_active ul,.popup_menu_active li{
		width: 100%;
		margin: 0;
	}
	.popup_menu_active ul a,
	.popup_menu_active ul a:hover{
		margin-bottom: 0;
		border-bottom: none;
	}
	.wp-block-search__button-outside{

	}
	.popup_menu_active .m_popup {
	    visibility: visible;
	    animation: slideIn 0.3s forwards; /* Використовуємо анімацію slideIn для зсуву елемента */
	}

	.slideOut .m_popup {
	    visibility: visible;
	    animation: slideOut 0.3s forwards; /* Використовуємо анімацію slideIn для зсуву елемента */
	}

	@keyframes slideIn {
	    from {
	        opacity: 0;
	        transform: translateX(100%);
	    }
	    to {
	        opacity: 1;
	        transform: translateX(20%);
	    }
	}

	@keyframes slideOut {
	    from {
	        opacity: 1;
	        transform: translateX(20%);
	    }
	    to {
	    	opacity: 0;
	    	transform: translateX(100%);
	    }
	}


	.popup_menu .menu_block{
		flex-direction: column;
		height: 100%;
		min-height: 100vh;
	}
	.menu_nav__link{
	  display: inline-block;
	  text-decoration:none;
	  color:#90f;
	  margin-right: 20px;
	}
	.popup_menu_active .menu_block{
	  -webkit-transition:0.5s;
	  -o-transition:0.5s;
	  transition:0.5s;
	  list-style: none;
	  display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: -o-flex;
	  display: flex;
	  justify-content: flex-start;
	  align-items: flex-start;
	  flex-direction: column;
	  padding: 0;
	}
	.menu_nav_active{
	  -webkit-transform:translateX(0%);
	      -ms-transform:translateX(0%);
	          transform:translateX(0%);
	  width: 100%;
	}
	.menu-item{
		margin-left: 10px;
		margin-right: 10px;
		text-transform: uppercase;
	}
	.menu-item a,
	.footer a{
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 17px;
	}
	menu{
		padding-left: 0px;
	}
	.menu__container{
		margin-top: -2px;
		margin-bottom: 0;
		margin-left: 2px;
	}
	.menu-item a{
		border-bottom:2px solid transparent;
	}
	.menu-item a:hover{
		text-decoration: none;
		border-bottom:2px solid white;
	}
	.current-menu-item a{
		color: #585E20;
	}
	.current-menu-item a:hover{
		border-bottom:2px solid #585E20;
	}
	ol,ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.popup_menu{
		display: none;
		position: fixed;
		bottom:0;
		left: 0;
		right: 0;
		top: 0;
		z-index: 300;
		background: rgba(0,0,0, 0.75);
		transition: background 0.3s;
	}
	.popup_menu_active .wp-block-search__button svg{
		width: 25px!important;
		height: 25px!important;
	}
	.popup_menu_active .wp-block-search__button.has-icon.wp-element-button{
		top: 6px;
		left: 8px;
	}

	.popup_menu_active input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #fff;
	}
	.popup_menu_active input::-moz-placeholder { /* Firefox 19+ */
	  color: #fff;
	}
	.popup_menu_active input:-ms-input-placeholder { /* IE 10+ */
	  color: #fff;
	}
	.popup_menu_active input:-moz-placeholder { /* Firefox 18- */
	  color: #fff;
	}


	.popup_menu_active,
	.slideOut{
		display: block;
	}
	.overflow_hidden{
		overflow: hidden;
	}

	/*when overflow-hidden on page - menu are opened, and we not need logo and lang*/
	.overflow_hidden .site__header .select-selected,
	.overflow_hidden .site__branding{
		display: none;
	}
	.mobile__menu_title{
		font-family: 'Galderglynn Titling Rg';font-weight: bold;font-style: normal;
		font-size: 24px;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: 0.02em;
		text-transform: capitalize;
		padding: 25px 55px 25px 20px;
		height: 112px;
		color: #161529;

	}
	.menu_block ul{
		width: 100%;
		box-sizing: border-box;
		color: #161529;
		font-family: 'MuliBold';font-weight: 700;font-style: normal;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0.01em;
	}

	.menu_block li a{
		color: #161529;
		text-decoration: none;
		padding: 15px 0 15px 20px;
		border-top: 1px solid #161529;
		display: block;
	}
	.menu_block li a:hover,
	.menu_block li a:active{
		
	}
	.menu_block li:hover,
	.menu_block li:active{
		color: #fff;
		background: #FC4C7B;
	}
	/*end menu*/
	/*end menu*/
}
/*Nexus 7 - Album - Chrome*/
@media screen and (max-width: 961px)and (max-height:527px) {
  .banner__wrapper{
  	position: static;
  }
}

@media screen and (max-width: 768px){
	.banner__slide img{
	    height: 337px;
	}
	.banner__title{
		bottom: 70px;
		top: auto;
		padding-left: 30px;
	}
	.banner__title{
		font-size: 32px;
		line-height: 38px;
		max-width: 365px;
	}
	.site__home{
		padding-top: 30px;
	}
	.video__image img{
		width: 210px!important;
		height: 305px!important;
		object-fit: cover;
	}
	.video__box{
		max-width: 210px;
	}

	.category .video__box:nth-child(3n), 
	.home .video__box:nth-child(3n){
		margin-right: 0px;
	}
	.category .video__box:nth-child(3n+1), 
	.home .video__box:nth-child(3n+1){
		margin-left: 0px;
	}

	.content__wrapper_select{
		justify-content: space-between;
	}
	.custom-select:last-child{
		margin: 0;
	}
	.content__wrapper_select_title{
		width: 96%;
		justify-content: flex-start;
	}
	.content__wrapper_select{
		width: 96%;
	}
}

@media screen and (max-width: 750px) {
	.video__image img{
		width: 100%!important;
		height: auto!important;
		object-fit: cover;
	}
	.video__box{
		max-width: 29%;
	}
	.content__wrapper{
		justify-content: center;
		max-width: 1242px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.content__wrapper_footer{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.content__wrapper_select_title{
		width: 90%;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 658px) {
	.category .video__box:nth-child(3n), 
	.home .video__box:nth-child(3n){
		margin-right: 10px;
	}
	.category .video__box:nth-child(3n+1), 
	.home .video__box:nth-child(3n+1){
		margin-left: 10px;
	}
}

@media screen and (max-width: 450px) {
	.category .video__box:nth-child(2n), 
	.home .video__box:nth-child(2n){
		margin-right: 0px;
	}
	.category .video__box:nth-child(2n+1), 
	.home .video__box:nth-child(2n+1){
		margin-left: 0px;
	}
	.video__box{
		max-width: 46%;
	}
}

@media screen and (max-width: 415px) {
	.banner__wrapper{
		position: static;
	}
	.header__content{
		padding: 25px 20px;
	}
	.login{
		display: none;
	}
	.banner__title{
		font-size: 27px;
		line-height: 33px;
	}
	.slider,
	.slick-slide img{
		height: 370px;
	}
	.content__wrapper_video{
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
	.video__box_single{
		width: 100%;
		height: 210px;
	}
	.controls__box{
		padding: 0 24px 24px 24px;
	}
	.volume__icon{
		height: 16px;
		width: 16px;
		background: url(../img/sound_icon.svg) center center/16px no-repeat;
	}
	.fullscreen__box{
		background: url(../img/fullscreen_icon.svg) center center/16px no-repeat;
		width: 16px;
		height: 16px;
	}
	.time__box{
		margin-bottom: 15px;
	}
	.play_pause_link{
		top: 40%;
		transform: translate(-50%, -100%);
		height: 24px;
		width: 24px;
		background: url('../img/play_icon.png') center center/24px no-repeat;
	}
	.single__description{
		font-size: 14px;
		line-height: 15px;
		max-width: 100%;
	}
	.poster__box{
		float: left;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.content__box{
		width: 100%;
		padding-left: 0;
	}
	.content__wrapper_info{
		display: block;
	}
	.tab_seasons{
		flex-wrap: wrap;
	}
	.content__wrapper_select{
		margin-bottom: 20px;
	}
	.category__title{
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 35px;
	}
	.site__main, .search__php, .page404{
		padding-top: 35px;
	}
	.select-items div{
	  padding: 10px 15px 12px 15px;
	  font-size: 16px;
	  line-height: 16px;
	}
	.select-selected {
	  padding: 10px 15px 12px 15px;
	  font-size: 16px;
	  line-height: 16px;
	}
	.select-selected:after{
		top: 17px;
	}
	.select-items{
		overflow-y: scroll;
		max-height: 270px;
	}

	.content__wrapper_select{
		flex-direction: column;
	}
	.custom-select[data-type]{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.episode{
		font-size: 14px;
		line-height: 15px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.tablinks{
		font-size: 18px;
		line-height: 18px;
		padding: 7px 0 12px 0;
	}
	.content__wrapper_epizodes{
		justify-content: flex-start;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.else__title{
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.content__wrapper_else{
		padding-bottom: 50px;
	}
	.bottom__footer{
		padding: 15px 30px;
	}
	.single .video__box{
		width: 49%;
		margin-left: 5px;
		margin-right: 5px;
	}
	.video__title{
		margin-top: 5px;
	}
	.top__footer{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer__title{
		font-size: 18px;
		line-height: 15px;
	}
	.footer__description{
		font-size: 14px;
		line-height: 15px;
	}
	.button_text{
		font-size: 18px;
		line-height: 18px;
	}
	.rotate_arrows{
		top: 14px;
		left: 11px;
	}
	.load_more{
		padding: 16px 20px 15px 40px;
	}
	.single__title{
		font-size: 19px;
		line-height: 20px;
	}
	.video__box{
		max-width: 44%;
	}
}

@media screen and (max-width: 400px) {

}
@media screen and (max-width: 375px) {
	.video__box{
		max-width: 43%;
	}
}
@media screen and (max-width: 360px) {
	.banner__title{
		max-width: 330px;
	}
	.single__title{
		font-size: 16px;
		line-height: 17px;
	}
	.else__title{
		font-size: 30px;
		line-height: 30px;
	}
	.video__box{
		max-width: 42%;
	}
}
@media screen and (max-width: 320px) {
	.banner__title{
		font-size: 23px;
		line-height: 25px;
	}
	.video__box{
		max-width: 41%;
	}
}

/*@media screen and (max-width: 415px) {
	
}*/