html,
body {
	overflow-x: hidden;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	min-height: 100%;
	position: relative;
}

.container_box {
	width: 100%;
	padding-right: 5.5%;
	padding-left: 5.5%;
	margin-right: auto;
	margin-left: auto;
}

.wrapper {
	min-height: 100vh;
}

.content {
	height: 100%;
	padding: 20px 20px 10px;
	color: #fff;
}

.char_block {
	padding: 10px 20px 10px 20px;
	background-color: #79e6f7;
	border-radius: 15px;
}

.char_title_conta {
	height: 80px;
}

.char_image {
	height: 200px;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.char_title_conta h3 {
	text-align: center;
	height: 90%;
	width: 100%;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.char_text_excerpt {
	min-height: 140px;
	line-height: 1.3;
}

.char_text_full {
	display: none;
	line-height: 1.3;
}

.more-link {
	color: white !important;
	white-space: nowrap;
	cursor: pointer;
}

h1 {
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	color: #4674c1;
	text-transform: uppercase;
	font-size: 40px;
}

h2 {
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	color: #4674c1;
	text-transform: uppercase;
}

h3 {
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	font-size: 40px;
	margin-top: 25px;
	text-transform: uppercase;
	color: white;
}

h4 {
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	font-size: 25px;
	margin-top: 25px;
	color: #f4791f
}

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

.purple {
	color: #4674c1 !important;
}

.orange {
	color: #EA8300 !important;
}

.yellow {
	color: #FDE058 !important;
}

.cyan {
	color: #00B5D8 !important;
}

.pink {
	color: #eb2a79 !important;
}

.white {
	color: white !important;
}

.black {
	color: #333 !important;
}

.ntv-green {
	color: #53a651 !important;
}

.purple_block {
	background-color: #00B5D8 !important;
}

.orange_block {
	background-color: #FD7322 !important;
}

.red_block {
	background-color: #B54A3D !important;
}

.yellow_block {
	background-color: #F9D606 !important;
}

.cyan_block {
	background-color: #4BDFEA !important;
}

.pink_block {
	background-color: #F75B54 !important;
}

.white_block {
	background-color: white !important;
}

.ntv-green-block {
	background-color: #00A550 !important;
	border: 4px solid #01a550 !important;
}

.ntv-green-block:hover {
	border: 4px solid white !important;
	color: white !important
}

.main_banner {
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.login {
	text-transform: uppercase;
	margin-top: 8px;
}

/* Stretch the links */
.fotorama__html div,
.fotorama__html a {
	display: block;
	height: 100%;
	/* Transparent links are not clickable in IE,
    but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
    errors in console.) */
	background: url(_.gif);
}

.tiji-header-social-container {
	font-size: 30px;
	user-select: none;
	text-align: right;
}

.tiji-header-social-container a {
	padding-left: 15px;
	color: #eb2a79;
}

.tiji-header-social-container a:hover {
	color: white;
}

.tiji-header-social-container a:first-of-type {
	padding-left: 0px;
}

#logo img {
	width: 100%;
	height: auto;
}

.main_menu {
	list-style: none;
	text-align-last: justify;
}

.main_menu span:hover {
	visibility: visible;
}

.main_menu {
	list-style: none;
	padding: 0px;
}

.main_menu a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.main_menu img {
	height: 100px;
	max-width: 40px;
	max-height: 40px;
	margin: auto;
	display: block;
}

.main_menu span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	padding: 20px;
	margin: auto;
	font-weight: 900;
	text-shadow: 0 -2px 2px #FFFFFF, 0 -2px 2px #FFFFFF, 0 2px 2px #FFFFFF, 0 2px 2px #FFFFFF, -2px 0 2px #FFFFFF, 2px 0 2px #FFFFFF, -2px 0 2px #FFFFFF, 2px 0 2px #FFFFFF, -1px -2px 2px #FFFFFF, 1px -2px 2px #FFFFFF, -1px 2px 2px #FFFFFF, 1px 2px 2px #FFFFFF, -2px -1px 2px #FFFFFF, 2px -1px 2px #FFFFFF, -2px 1px 2px #FFFFFF, 2px 1px 2px #FFFFFF, -2px -2px 2px #FFFFFF, 2px -2px 2px #FFFFFF, -2px 2px 2px #FFFFFF, 2px 2px 2px #FFFFFF, -2px -2px 2px #FFFFFF, 2px -2px 2px #FFFFFF, -2px 2px 2px #FFFFFF, 2px 2px 2px #FFFFFF;
}

.main_menu li:hover {
	transform: scale(1.1, 1.1);
	transition-property: width, height, transform, background, font-size, opacity;
}

.mail_reg_icon {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	margin-left: 85px;
	margin-top: 3px;
	margin-right: 6px;
	cursor: pointer;
}

.mail_reg_icon:hover {
	opacity: 0.8;
}

.oneall_social_login {
	position: absolute;
	display: inline-block;
}

.gully_kally_logo {
	position: absolute;
	top: 20px;
	left: 200px;
}

.tiji_tricolor_logo {
	position: absolute;
	top: 0px;
	right: 200px;
}

.tiji_main_header_cont {
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 0px 100px 70px;
	position: relative;
	min-height: 500px;
}

.plush_main_header_cont {
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 0px 100px 70px;
	position: relative;
	min-height: 600px;
}

.tricolor_detski_logo {
	position: absolute;
	top: -30px;
	right: 80px;
}

.tiji-video-player {
	height: 780px;
	background-size: contain;
	background-position: center;
	background-image: url(http://tiji.ru/wp-content/themes/tiji_theme/img/player.png);
	background-repeat: no-repeat;
}

.tiji-video-player iframe {
	margin-top: 238px;
	margin-left: 10px;
}

.tiji-stripes-bgr {
	background-image: url(http://tiji.ru/wp-content/themes/tiji_theme/img/lines-02.png);
	padding-bottom: 8.75rem;
	margin-top: 30px;
}

.tiji-footer {
	font-weight: 900;
	font-style: normal;
	color: white;
	background: #a1a1a1;
	padding: 1.5625rem 0;
}

.tiji-footer .row {
	padding: 10px 0px 10px 0px;
}

.tiji-footer a {
	text-decoration: none;
	cursor: pointer;
	color: white;
}

.tiji-footer a:hover {
	color: #8f278e;
}

.tiji-footer-social-container {
	font-size: 30px;
	user-select: none;
	text-align: right;
}

.tiji-footer-social-container a {
	padding-left: 15px;
}

.tiji-footer-social-container a:first-of-type {
	padding-left: 0px;
}

.tiji_block {
	padding: 20px;
	position: relative;
	color: white;
	font-size: 18px;
	box-shadow: 0 2px 40px 20px rgba(0, 0, 0, 0.13);
}

.tiji_block a {
	color: white;
	text-decoration: underline;
}

.stripes_left {
	position: absolute;
	left: 70px;
	top: -10px;
}

.stripes_right {
	position: absolute;
	right: 70px;
	bottom: -10px;
}

.tricolor_block {
	background-color: white;
	padding: 40px;
	border-radius: 25px;
}

.tricolor_block p {
	font-size: 22px;
	color: #4A4A4A;
	font-weight: bold;
}

.tricolor_block_decor {
	position: absolute;
	bottom: -150px;
	right: -10px;
	width: 300px;
	height: auto;
}

.tricolor_code input {
	width: 100%;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	min-height: 70px;
	outline: none;
	border: none;
	font-size: 30px;
	color: #8121fc;
	text-transform: uppercase;
	padding: 10px;
}

.tricolor_code button {
	width: 100%;
	min-height: 70px;
	background-color: #F9D606;
	text-align: center;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #6753f9;
}

.tricolor_code_result {
	margin-top: 5px;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: uppercase;
}

.download_rules {
	position: absolute;
	right: 15px;
	bottom: -55px;
	min-height: 40px;
	padding: 15px 25px;
	border-radius: 25px;
}

.download_rules a {
	color: white;
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
}

.day_question_block {
	padding: 50px;
	margin-top: 30px;
	border: 5px solid transparent;
	cursor: pointer;
	border-radius: 25px;
}

.day_question_block:hover {
	border: 5px solid white;
	cursor: pointer;
}

.day_question_block a {
	color: white;
	text-decoration: none;
}

.day_question_block h1 {
	color: white;
	text-decoration: none;
	text-align: center;
}

.day_question_block link {
	color: white;
	text-decoration: none;
}

.tchoupi_bgr {
	width: 100%;
	margin-top: 50px;
	height: auto;
}

.tiji-pink-bgr {
	background-color: #e8d4e3;
	padding-bottom: 100px;
}

.tiji-pink-bgr img:hover {
	transform: scale(1.05) rotate(5deg)
}

.bgr_buttons a {
	text-decoration: none;
}

.bgr img {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 170px;
	height: auto;
}

.bgr {
	padding-top: 60px;
	padding-bottom: 75px;
	margin-top: 30px;
	border: 5px solid transparent;
}

.isle-author-block {
	margin-bottom: 15px;
}

.isle-pink-number {
	background-color: #FDE058;
	text-align: center;
	padding-top: 38px;
	padding-left: 5px;
	width: 150px;
	height: 150px;
	color: white;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	border-radius: 25px;
	font-size: 37px;
	display: inline-block;
	line-height: 25px;
}

.isle-thumbnail-rating {
	display: inline-block;
}

.isle-thumbnail-rating img {
	display: inline-block;
	margin-top: -9px;
	width: 150px;
	height: 150px;
	border-radius: 25px
}

.isle-user-name-rating {
	font-size: 24px;
	display: inline-flex;
	width: 280px;
}

.isle-user-ratinglist {
	background-color: #00B5D8;
	text-align: center;
	padding: 28px;
	width: 150px;
	height: 150px;
	color: white;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	border-radius: 25px;
	font-size: 24px;
	display: inline-block;
}

.isle-user-ratinglist2 {
	background-color: #00B5D8;
	text-align: center;
	padding: 0px;
	padding-top: 62px;
	width: 150px;
	height: 150px;
	color: white;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	border-radius: 25px;
	font-size: 24px;
	display: inline-block;
}

.bgr:hover {
	border: 5px solid white;
}

.konkurs_menu {
	margin-top: 30px;
}

.konkurs_menu ul {
	list-style: none;
	width: 100%;
	text-align-last: justify;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.konkurs_menu li {
	display: inline-block;
	background-color: #00B5D8;
	padding: 10px 30px;
	border-radius: 25px;
	border: 4px solid #00B5D8;
	color: white;
	cursor: pointer;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
}

.konkurs_menu li:hover {
	background-color: white;
	border: 4px solid #00B5D8;
	color: #00B5D8;
}

.konkurs_menu a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

.konkurs_menu {
	margin-top: 30px;
}

.avatar-container {
	padding-top: 30px
}

.tiji-thumbnail img {
	width: 100%;
	border-radius: 25px;
}

.tiji-user-name {
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	color: white;
}

.big_counter {
	background-color: #00B5D8;
	text-align: center;
	padding: 40px 25px;
	color: white;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	border-radius: 25px;
	position: relative;
}

.big_counter_number {
	font-size: 72px;
}

.big_counter_text {
	font-size: 36px;
	line-height: 0px;
}

.ntv-user-label {
	width: 150px;
	text-align: center;
	transform: rotate(-20deg);
	background: #00A550;
	border: 4px solid #00A550;
	border-radius: 100px;
	position: absolute;
	line-height: 16px;
	font-size: 16px;
	top: 85%;
	right: -25px;
	z-index: 1000;
	text-transform: uppercase;
}

.statistics_table table {
	width: 100%
}

.statistics_table table td {
	padding: 5px;
}

.statistics_table table td:nth-sibling(even) {
	background-color: rgba(255, 255, 255, 0.35);
}

.tiji-footer ul {
	list-style: none;
	width: 100%;
	text-align-last: justify;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.tiji-footer:li {
	display: inline-block;
}

@media (min-width: 992px) {
	.col-md-show_right {
		float: left;
		width: 33.33333333%;
	}

	.col-md-show_left {
		float: left;
		width: 66.66666667%;
	}

}

.col-md-show_right {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.char_block_wrap {
	margin-bottom: 25px;
}

.col-md-show_left {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-md-41 {
	width: 40%;
}

.col-md-81 {
	width: 60%;
}

.col-md-4 {
	width: 25%;
}

.col-md-8 {
	width: 75%;
}

@media (max-width: 768px) {
	.tiji-footer ul {
		text-align: center;
		text-align-last: auto;
	}

	.tiji-footer li {
		display: block;
	}

	.col-md-4 {
		width: 100%;
	}

	.col-md-8 {
		width: 100%;
		text-align: center;
	}

	.tiji-footer-social-container {
		text-align: center;
		padding-top: 10px;
	}

	.col-md-show_right {
		margin: 1%;
		width: 100%;
	}

	.col-md-show_left {
		margin: 1%;
		width: 100%;
	}

}

.wpProQuiz_question_text img {
	width: 100%;
	height: auto;
}

.tiji-game-rules img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}

.tiji-games-rules_inner {
	background-color: white;
	color: #333;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	padding: 25px;
	border-radius: 25px;
}

.question_tiji_block {
	background-color: white;
	color: #00B5D8;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	padding: 25px;
	border-radius: 25px;
	font-size: 18px;
}

.wpProQuiz_button {
	width: 100%;
	min-height: 70px;
	background-color: #F9D606 !important;
	text-align: center;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #6753f9 !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.wpProQuiz_questionList {
	background: transparent !important;
	border: none !important;
	padding: 0px !important;
	list-style: none !important;
}

.wpProQuiz_questionListItem_isle {
	min-height: 100px;
	width: 372px;
	min-width: 310px;
	border: 0px;
	display: inline-block;
	margin: 0px;
	padding: 25px 20px 22px 20px !important;
	cursor: pointer;
}

.wpProQuiz_questionListItem.is-active {
	border: 3px solid white;

}

/**/

html,
body {
	overflow-x: hidden;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
}

body {
	/*background-color: #c5f5fd;
  background-image: url('https://tiji.ru/wp-content/themes/tiji_theme/img/cloud.png'),url('https://tiji.ru/wp-content/themes/tiji_theme/img/birthday_bgr.png');
    background-position: bottom center, left top;
    background-repeat: no-repeat, repeat;
  background-image: url('https://tiji.ru/wp-content/themes/tiji_theme/img/Lego_bgr3.jpg');
  background-repeat: repeat;
  background-size: 240px;*/
}

.podlogka {
	position: fixed;
	left: 0;
	right: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	height: 100%;
	height: 100vh;
	z-index: -99;
}

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

.purple {
	color: #90278e;
}

.orange {
	color: #ef5a28;
}

.cyan {
	color: #25a9df;
}

.pink {
	color: #eb2a79;
}

.main_banner {
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.login {
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 8px;
	text-align: right;
}

.tiji-header-social-container {
	font-size: 30px;
	user-select: none;
	text-align: left;
}

.tiji-header-social-container a {
	padding-left: 15px;
	color: #45a3cd;
}

.tiji-header-social-container a:hover {
	color: white;
}

.tiji-header-social-container a:first-of-type {
	padding-left: 0px;
}

.tiji-footer {
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	color: white;
	background: #4674c1;
	/*margin-top: 8.75rem;*/
	padding: 1.5625rem 0;
}

.tiji-footer .row {
	padding: 10px 0px 10px 0px;
}

.tiji-footer a {
	text-decoration: underline;
	cursor: pointer;
	color: #ffffff;
}

.tiji-footer a:hover {
	color: #00a4cf;
}

.tiji-footer-decor {
	position: absolute;
	top: -80px;
	left: 50px;
}

.tiji-footer-social-container {
	font-size: 30px;
	user-select: none;
	text-align: right;
}

.tiji-footer-social-container a {
	padding-left: 15px;
}

.tiji-footer-social-container a:first-of-type {
	padding-left: 0px;
}

.tiji-footer ul {
	list-style: none;
	width: 100%;
	text-align-last: justify;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.tiji-footer li {
	display: inline-block;
}

.tiji_corp_links {
	color: #1a3155;
	padding-right: 20px;
}

.tiji_cont {
	margin-bottom: 50px;
}

.bgr {
	/* Rectangle Copy 5: */
	background: #FDE058;
	box-shadow: 0 2px 40px 20px rgba(0, 0, 0, 0.13);
	border-radius: 25px;
}

.tvschedule-menu {
	font-family: 'Graphik LCG';
	font-weight: bold;
	font-style: normal;
	color: #00B5D8;
	text-transform: uppercase;
	font-size: 40px;
	background-color: white;
	border-radius: 50px;
}

.tvschedule-menu a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.tvschedule-menu a span {
	color: #FFF;
	width: 50px;
	height: 50px;
	background-color: #F47920;
	display: inline-block;
	font-weight: 400;
	border-radius: 50%;
	margin: 0.9375rem auto 0 auto;
	/* padding: 0.3125rem 0.3125rem; */
	box-sizing: border-box;
	line-height: 1.90;
	font-size: 30px;
	padding-left: 7px;
}

.page-header {
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: 0px;
}

.tiji-webinars-archive-item-parent {
	padding: 10px;
}

.tiji-webinars-archive-item {
	padding: 20px;
	min-height: 180px;
	box-sizing: border-box;
	background: #ff8e18;
	border-radius: 20px;
}

.tiji-webinars-archive-item a {
	color: white;
}

.tiji-shows-archive-item {
	margin-bottom: 20px;
}

.tiji-shows-archive-img-block {
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	border: 0.375rem solid #fff;
	border-radius: 0.625rem;
}

.tiji-tvschedule-archive-img-block {
	/* width: 200px; */
	width: 100%;
	height: auto;
	/* background-size: cover; */
	border: 0.375rem solid #fff;
	border-radius: 0.625rem;
}

.tiji-tvschedule-index-img-block {
	width: 100%;
	height: 200px;
	margin-top: 50px;
	background-position: center;
	background-size: cover;
	border: 0.375rem solid #fff;
	border-radius: 2rem;
	margin-bottom: 15px;
}

.tiji-tvschedule-index-img-block:hover {
	border: 0.375rem solid #00b5d8;
}

.tiji-shows-img-block {
	width: 100%;
	height: 450px;
	background-position: center;
	background-size: cover;
	border: 0.375rem solid #fff;
	border-radius: 0.625rem;
}

.tiji-show-ul {
	font-size: 18px;
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.tiji-show-tv {
	font-size: 18px;
	list-style: none;
	padding: 0px;
}

.tiji-show-ul li {
	line-height: 45px;
}

.tiji-show-ul .date {
	background-color: #ff8e00;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: white;
}

.tiji-show-tv .date {
	background-color: #ff8e00;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: white;
}

.tiji-show-ul .time_tvschedule {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
	font-size: 30px;
}

.tiji-show-tv .time_tvschedule {
	background-color: #ffffff;
	padding: 10px;
	border: 2px solid white;
	color: #00b3da;
	font-size: 28px;
}

.tiji-show-ul .age_restriction {
	background-color: #F47920;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: white;
	font-size: 30px;
}

.tiji-show-tv .age_restriction {
	background-color: #F47920;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: white;
	font-size: 30px;
}

.tiji-show-ul .time {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.tiji-show-tv .time {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.tiji-show-ul .name {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.tiji-show-tv .name {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.tiji-show-ul .tvname {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.tiji-show-tv .tvname {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.tiji-show-container {
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	box-shadow: 0.25rem 0.18125rem 0.625rem #0D8FB2;
	background: #ff8e18;
	position: relative;
	border-radius: 0.625rem;
	margin-bottom: 1.25rem;
}

.tiji-show-container img {
	width: 100%;
	border: 0.375rem solid #fff;
	border-radius: 0.625rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tiji-show-container p {
	font-size: 18px;
	color: white;
}

.tiji-show-container h2 {
	margin-top: 0px;
}

.contests_image {
	max-width: 100%;
	height: auto;
}

.index-schedule {
	margin-bottom: 20px;
}

.index-schedule .time {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.index-schedule .name {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	border: 2px solid white;
	color: #00b3da;
}

.characters_inner {
	display: inline-block !important;
	margin-left: 5px;
	margin-right: 4px;
}

.characters_image {
	max-width: 150px;
	max-height: 150px;
	height: auto;
	background-image: url('https://tiji.ru/wp-content/themes/tiji_theme/img/char_shadow.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.characters_name {
	text-align: center;
	color: #f4791f;
}

.main_fotorama {
	margin: auto;
	position: relative;
	width: 920px;
}

.filmstrip {
	background-image: url('https://tiji.ru/wp-content/themes/tiji_theme/img/film.png');
	background-size: cover;
	min-height: 340px;
}

.time_name_index_cont {
	margin-top: 10px;
}

.tv {
	margin: auto;
	position: relative;
	display: block;
	width: 1000px;
	margin-bottom: -560px;
	z-index: 999;
	pointer-events: none;
}

.tv {
	width: 960px;
	margin-bottom: -550px;
}

.tijik_right {
	position: absolute;
	height: 500px;
	right: 0px;
	/* top: -24px; */
	margin-top: -150px;
	/* visibility: hidden; */
	z-index: 0;
}

.tijik_left {
	position: absolute;
	height: 500px;
	left: 0px;
	/* top: -24px; */
	margin-top: -150px;
	/* visibility: hidden; */
	z-index: 0;
}

.mex {
	max-width: 100%;
	margin: auto;
	/* margin-bottom: -20px; */
}

.heart {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.icon-search {
	height: 12px;
	width: 12px;
}

.search-form {
	background-color: transparent;
}

.search-field {
	padding: 3px 0px 0px 8px;
	margin: 2px;
	border-radius: 15px;
	border: 2px solid #00B5D8;
	color: #00B5D8;
}

.search-submit {
	background-color: transparent;
	border: 2px solid #00B5D8;
	border-radius: 15px;
	padding: 2px 7px 0px 7px;
}

.search-submit:hover {
	background-color: white;
	border: 2px solid white;
}

.arrow_left {
	width: 70px;
}

.arrow_left:hover {
	-webkit-filter: drop-shadow(3px 3px 0 white) drop-shadow(-3px -3px 0 white) drop-shadow(-3px 3px 0 white) drop-shadow(3px -3px 0 white);
	filter: drop-shadow(3px 3px 0 white) drop-shadow(-3px -3px 0 white) drop-shadow(-3px 3px 0 white) drop-shadow(3px -3px 0 white);
	cursor: pointer;
}

.arrow_right {
	width: 70px;
	transform: rotate(180deg);
}

.arrow_right:hover {
	-webkit-filter: drop-shadow(3px 3px 0 white) drop-shadow(-3px -3px 0 white) drop-shadow(-3px 3px 0 white) drop-shadow(3px -3px 0 white);
	filter: drop-shadow(3px 3px 0 white) drop-shadow(-3px -3px 0 white) drop-shadow(-3px 3px 0 white) drop-shadow(3px -3px 0 white);
	cursor: pointer;
}

.advice_bubble {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 26px;
	font-size: 24px;
	border: 2px solid white;
	color: #00b3da;
	margin-top: 200px;
}

.advice {
	background-color: #1bb84a;
	padding: 40px;
	border-radius: 80px;
	font-size: 32px;
	color: #ffffff;
	margin-top: -200px;
}

.bubble {
	right: 0px;
	position: absolute;
	margin-right: 240px;
	margin-top: -10px;
}

.bob_konkurs_menu ul {
	list-style: none;
	width: 100%;
	text-align-last: justify;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.bob_konkurs_menu li {
	display: inline-block;
	background-color: #00B5D8;
	padding: 10px 50px;
	border-radius: 25px;
	border: 4px solid #00B5D8;
	color: white;
	cursor: pointer;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
}

.bob_konkurs_menu li:hover {
	background-color: white;
	border: 4px solid #00B5D8;
	color: #00B5D8;
}

.bob_konkurs_menu a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

.bob_ntv_bgr {
	background-image: linear-gradient(-67deg, #00A651 0%, #014481 100%);
	min-height: 100px;
	padding-bottom: 50px;
}

.bob_ntv_white {
	min-height: 100px;
	background-color: white;
}

.bob_ntv_bgr_2 {
	background-image: linear-gradient(-67deg, #00A651 0%, #014481 100%);
	min-height: 100px;
}

.bob_prize_bgr {
	background-image: url(http://tiji.ru/wp-content/themes/tiji_theme/img/bob_prize_bgr.png);
	background-repeat: repeat;
	border-bottom: 30px solid #f9d603;
	border-top: 30px solid #f9d603;
}

.ntv_heading {
	font-family: 'PFDinTextCondPro';
	color: white;
	margin-bottom: 0px;
}

.ntv_paragraph {
	color: white;
	margin-top: 0px;
	font-weight: 200;
	font-size: 21px;
	font-family: 'PFDinTextCondPro';
}

.ntv_paragraph_2 {
	color: black;
	margin-top: 0px;
	font-weight: 400;
	font-size: 21px;
	font-family: 'PFDinTextCondPro';
}

.ntv_paragraph_3 {
	color: white;
	text-align: center;
	margin-top: 0px;
	font-weight: 400;
	font-size: 21px;
	font-family: 'PFDinTextCondPro';
}

.ntv_paragraph_4 {
	color: #00b5d8;
	font-weight: 400;
	font-size: 21px;
	font-family: 'PFDinTextCondPro';
	margin: 20px;
}

.ntv_button {
	background-color: #01a550;
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 600;
	/* font-family: 'PFDinTextCondPro'; */
	font-family: Arial, helvetica;
	color: white;
	border: 0px;
}

.ntv_button:hover {
	background-color: white;
	color: #01a550;
}

.ntv-promo-cod {
	display: inline-block;
	background-color: #FFC502;
	padding: 10px 50px;
	border-radius: 25px;
	border: 4px solid #FFC502;
	color: #00b5d8;
	font-weight: 700;
	font-style: normal;
	font-family: 'PFDinTextCondPro';
	font-size: 24px;
}

.ntv-promo-cod2 {
	display: inline-block;
	background-color: #FFC502;
	padding: 10px 50px;
	border-radius: 25px;
	border: 4px solid #FFC502;
	color: #00b5d8;
	font-weight: 700;
	font-style: normal;
	font-family: 'PFDinTextCondPro';
	font-size: 24px;
}

.ntv-promo-cod span {
	display: inline-block;
	color: white;
}

.ntv-promo-cod-check {
	display: inline-block;
	background-color: #FFC502;
	padding: 10px 50px;
	border-radius: 25px;
	border: 4px solid #FFC502;
	color: #00b5d8;
	font-weight: 700;
	font-style: normal;
	font-family: 'PFDinTextCondPro';
	font-size: 24px;
}

#ntv-promo-result {
	display: inline-block;
	background-color: #01a550;
	padding: 0px 50px;
	/* border-radius: 25px; */
	/* border: 4px solid #01a550; */
	/* color: #00b5d8; */
	color: white;
	font-weight: 700;
	font-style: normal;
	font-family: 'PFDinTextCondPro';
	font-size: 24px;
	width: 100%;
}

.new-ntv-block {
	display: inline-block;
	background-color: #ffffff;
	padding: 10px 50px;
	border-radius: 25px;
	border: 4px solid #ffffff;
	color: #53a651;
	font-family: 'Graphik LCG';
	font-weight: normal;
	font-style: normal;
	width: 100%;
	margin-bottom: 35px;
}

.new-ntv-block a {
	color: #53a651 !important;
	text-decoration: underline;
}

.new-ntv-numberblock {
	/* font-family: 'RotondaC'; */
	font-weight: bold;
	font-style: normal;
	/* color: #00B5D8; */
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'PFDinTextCondPro';
	color: #ffffff;
	background-color: #53a651;
	padding-top: 6px;
	/* border: 4px solid #173155; */
	border-radius: 30px;
	width: 60px;
	height: 60px;
	text-align: center;
	display: inline-block;
}

.new-ntv-header {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	/* color: #00B5D8; */
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'PFDinTextCondPro';
	/* color: #00b5d8; */
	/* background-color: white; */
	padding-top: 6px;
	padding-left: 10px;
	/* border: 4px solid #173155; */
	border-radius: 30px;
	/* width: 60px; */
	/* height: 60px; */
	/* text-align: center; */
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}

.new-ntv-arrow {
	width: 72px;
	height: 50px;
	margin: auto;
	margin-top: -35px;
}

.new-ntv-header span {
	color: #ffc501;
}

.shop-icons img {
	height: 45px;
	width: auto;
	margin: 5px;
	border: 3px solid #53a651;
	border-radius: 8px;
}

.ntv_adv_cont {
	min-height: 100px;
}

#tetris-wrap {
	height: 100vh;
	position: relative;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.player_wrapper_mp3 {
	margin: 15px;
}

#pazl-container {
	position: relative;
	text-align: center;
	background-color: #bcf6fa;
	border: 5px solid #00b5d8;
}

.pazl-container_inner {
	margin-left: -51px;
}

#end-pazl-game {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	text-align: center;
}

#new-pazl-game {
	display: none;
}

@media (max-width: 1200px) {
	h3 {
		font-size: 30px;
	}

	.tricolor_detski_logo {
		right: 0px;
	}

	.tv {
		margin: auto;
		position: relative;
		display: block;
		width: 875px;
		margin-bottom: -500px;
		margin-left: -25px;
		z-index: 999;
		pointer-events: none;
	}

	.main_fotorama {
		margin: auto;
		position: relative;
		width: 100%;
	}

	.tiji-webinars-archive-item {
		min-height: 205px;
	}

	.tvschedule-menu {
		font-size: 36px;
	}

	.tiji-show-ul .tvname {
		display: none;
	}
}

.main_menu {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: baseline;
}


@media (max-width: 992px) {
	.tiji-webinars-archive-item {
		min-height: 180px;
	}
}

@media (max-width: 768px) {
	.tiji-footer ul {
		text-align: center;
		text-align-last: auto;
	}

	.tiji-footer li {
		display: block;
	}

	.tiji-footer-social-container {
		text-align: center;
		padding-top: 10px;
	}

	.tiji-webinars-archive-item {
		min-height: 140px;
	}
}

.main_menu span {
	padding: 20px 0;
	width: 100%;
	display: block;
	text-align-last: center;
}

@media (max-width: 1200px) {
	.main_menu li {}

	.main_menu span {
		padding: 20px 10px;
		padding-top: 5px;
	}

	.main_menu img {
		height: auto;
		width: auto;
		margin: auto;
		height: 40px;
		width: 40px;
		display: block;
	}
}

.new-content__block-1 {
	background-color: #fff;
	font-size: 22px;
	font-weight: 700;
	color: #0e244b;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-image: url(/wp-content/themes/tiji_theme/img/block_1_bg.jpg);
}

.btn-new__yellow {
	padding: 10px 50px;
	margin-top: 25px;
	color: #fefefe;
	font-size: 24px;
	font-weight: 800;
	background: #ffcc00;
}

.img-full {
	width: 100%;
}

.new-content__block-2 {
	background-image: url(/wp-content/themes/tiji_theme/img/block_2_bg.jpg);
	background-position: center center;
	background-size: 1300px;
	background-repeat: no-repeat;
	background-color: #ffcc01;
}

.content-test {
	padding-top: 170px;
	font-size: 24px;
	font-weight: 800;
	color: #0e244b;
	padding-bottom: 50px;
}

.btn-new__test {
	background: rgb(52, 164, 227);
	background: linear-gradient(90deg, rgba(52, 164, 227, 1) 0%, rgba(52, 203, 227, 1) 50%, rgba(52, 164, 227, 1) 100%);
	color: #fefefe;
	font-size: 24px;
	font-weight: 800;
	padding: 15px 80px;
	width: 100%;
	margin-bottom: 60px;
	border-radius: 7px;
}

.btn-new__test_bold {
	display: block;
	color: #ffcc00;
	text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
	.new-content__block-2 {
		background-size: 1150px;
	}
}

a.item-webinar {
	display: block;
	width: 50%;
	/* float: left; */
	position: relative;
	background: rgb(52, 162, 227);
	background: linear-gradient(135deg, rgba(52, 162, 227, 1) 0%, rgba(52, 162, 227, 1) 50%, rgba(52, 206, 227, 1) 100%);
	border-top: 10px solid #fefefe;
}

a.item-webinar:nth-child(1) {
	border-right: 5px solid #fff;
}

a.item-webinar:nth-child(2) {
	border-left: 5px solid #fff;
}

span.item-webinar__title {
	display: block;
	margin-left: 100px;
	margin-top: 65px;
	color: #fefefe;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 150px;

}

section.new-content.new-content__block-3 {
	display: flex;
	justify-content: space-around;
	border-bottom: 10px solid #fff;
}

.item-webinar__title+img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 300px;
}

section.new-content.new-content__block-4 {
	background-color: #fff;
	background-image: url(/wp-content/themes/tiji_theme/img/block_1_bg.jpg);
	background-size: 100vw;
	background-position-y: -195px;
}

.audio-podcast {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.audio-podcast a {
	font-size: 24px;
	font-weight: 800;
	background: rgb(255, 204, 0);
	background: linear-gradient(90deg, rgba(255, 204, 0, 1) 0%, rgba(255, 235, 0, 1) 50%, rgba(255, 204, 0, 1) 100%);
	color: #0e244b;
	padding: 10px 50px;
	display: inline-block;
	max-width: 500px;
	margin: 75px 0;
	border-radius: 7px;
	box-shadow: 2px 8px 1px 1px rgba(101, 215, 231, 1);
	-webkit-box-shadow: 2px 8px 1px 1px rgba(101, 215, 231, 1);
	-moz-box-shadow: 2px 8px 1px 1px rgba(101, 215, 231, 1);
}

.audio-podcast::before,
.audio-podcast::after {
	position: absolute;
	display: block;
	content: '';
	height: 300px;
	width: 210px;
	left: 50px;
	background-size: contain;
	bottom: -80px;
	background-image: url(/wp-content/themes/tiji_theme/img/tijik-mini-.png);
}

.audio-podcast::after {
	left: auto;
	right: 50px;
	background-image: url(/wp-content/themes/tiji_theme/img/big-tijik.png);
}

.audio-podcast::after {
	left: auto;
	right: 0px;
	background-image: url(/wp-content/themes/tiji_theme/img/big-tijik.png);
	width: 300px;
	height: 500px;
	bottom: -270px;
	background-repeat: no-repeat;
}

.btn-new__yellow:hover,
.btn-new__test:hover {
	color: #fefefe;
}

section.new-content a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
	span.item-webinar__title {
		margin-left: 15px;
		font-size: 25px;
	}
}

.new-content__block-5 {
	background-image: url(/wp-content/themes/tiji_theme/image/test-online-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.online-test-new {
	color: #fefefe;
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	width: 100%;
	margin-bottom: 80px;
	margin-top: 80px;
	border-radius: 7px;
}

.online-test-new a {
	font-size: 24px;
	font-weight: 800;
	background: rgb(255, 204, 0);
	background: linear-gradient(90deg, rgba(255, 204, 0, 1) 0%, rgba(255, 235, 0, 1) 50%, rgba(255, 204, 0, 1) 100%);
	color: #8000ff;
	padding: 10px 50px;
	display: inline-block;
	max-width: 500px;
	margin-top: 25px;
	border-radius: 7px;
	box-shadow: 2px 8px 1px 1px rgba(237, 18, 251, 1);
	-webkit-box-shadow: 2px 8px 1px 1px rgba(237, 18, 251, 1);
	-moz-box-shadow: 2px 8px 1px 1px rgba(237, 18, 251, 1);
}

.online-test-new-img__block img {
	height: 390px;
}

#mobile-home {
	display: none;
}

.navbar-default {
	background: none;
	border: none;
	box-shadow: none;
}

.navbar-default .navbar-toggle {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: #45a3cd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #45a3cd;
}

.navbar-default .navbar-collapse {
	border: none;
	/* border-color: #45a3cd; */
	/* background-color: #fff; */
}

.navbar-toggle {
	margin-right: 0;
	border: 2px solid transparent;
	border-radius: 8px;
}

.navbar-brand {
	padding: 0;
}

img#mobile-logo {
	width: 64px;
	height: auto;
}

a.navbar-link.social {
	padding: 5px 5px 5px 25px;
	font-size: 1.5em;
	color: #45a3cd;
}

.tv {
	width: 100%;
	z-index: 999;
	pointer-events: none;
	left: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.main_fotorama {
	width: 100%;
	margin-top: 64px;
}

.bubble {
	position: absolute;
	margin-top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.heart {
	height: auto;
	cursor: pointer;
	margin: 0 auto;
	display: block;
}

.site-footer .logo,
.site-footer .logo img {
	max-width: 100%;
}

#covid {
	position: fixed;
	transform: translateX(-100%);
	top: 0;
	left: 40px;
	height: 100vh;
	width: auto;
	transition: 250ms;
	z-index: 1002;
	display: flex;
	flex-direction: row;
}

#covid.active,
#covid.active {
	transition: 250ms;
	transform: translateX(0);
	left: 0;
}

#covid img {
	height: 100vh;
	max-width: 95vw;
}

#covid .covid-btn {
	width: 40px;
	border-radius: 0 20px 20px 0;
	background-color: #f6ee61;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#covid .covid-btn .arrow {
	width: 16px;
	height: auto;
}

#covid.active .covid-btn .arrow-l,
#covid .covid-btn .arrow-r {
	display: block;
}

#covid .covid-btn .arrow-l,
#covid.active .covid-btn .arrow-r {
	display: none;
}

#covid .be {
	position: absolute;
	top: 28px;
	right: 10px;
	width: 20px;
	height: auto;
}

.shadowed {
	-webkit-filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#888')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#888')";
}

#menu-btn-games {
	max-width: 100px;
}

.post-ratings {
	display: inline-block;
}

.heart {
	background-image: url(https://tiji.ru/wp-content/themes/tiji_theme/img/heart.png);
	background-position: top center;
	background-size: contain;
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
}

.ratings_text {
	font-size: 24px;
}


.single-videopodkasti #secondary,
.single-videopodkasti .navigation.post-navigation,
.single-podcast #secondary,
.single-podcast .navigation.post-navigation {
	display: none;
}


.tiji-webinars-archive-item .tijik {
	position: absolute;
	bottom: -40%;
	left: 25px;
}

.tiji-webinars-archive-item .tijik-2 {
	left: calc(100% - 125px);
	bottom: 25%;
	-o-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	-moz-transform: rotate(220deg);
	-webkit-transform: rotate(220deg);
	transform: rotate(220deg);
}

.tiji-webinars-archive-item {
	position: relative;
	overflow: hidden;
	min-height: 205px;
}


.shows-single-page .tiji-show-ul {
	font-size: 12px;
	white-space: nowrap;
}

.shows-single-page .tiji-show-ul .name {
	padding: 10px 5px;
}

.tiji-shows-slider-main img {
	border: 0.375rem solid #fff !important;
	border-radius: 0.625rem !important;
}

.tiji-shows-archive-item .tiji-shows-slider-archive {
	border: 0.375rem solid #fff !important;
	border-radius: 0.625rem !important;
	height: calc(320px - 0.1rem);
}

.tiji-shows-archive-item .tiji-shows-slider-main .fotorama__stage__frame,
.tiji-shows-archive-item .tiji-shows-slider-main .fotorama__stage__shaft {
	height: 320px !important;
}

.tiji-shows-archive-item .fotorama__arr {
	z-index: 9;
}

.tiji-shows-slider-main .fotorama__arr {
	opacity: 1 !important;
	display: block !important;
	transform: none !important;
	visibility: visible;
}

.tiji-shows-slider-main .fotorama__arr.fotorama__arr--disabled {
	opacity: 0.5 !important;
}


@media only screen and (max-width: 576px) {
	.more_roks {
		font-size: 18px !important;
	}

	.multfilm-block__title {
		font-size: 18px !important;
	}

	.owl-item {
		display: block !important;
		margin-left: auto !important;
		margin-right: 13px !important;
	}

	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: auto;
		left: 10%;
	}

	.owl-stage {
		width: 17128px !important;
	}
}



.more_roks {
	color: #ffffff;
	text-decoration: underline;
	text-transform: none;
	font-size: 28px;
	position: absolute;
	right: 30px;
	top: 10px;
	font-weight: 600;
}

.more_roks:hover {
	color: #4674c1;
}

.multfilm-block__title {
	/*  background: #1a3155; */
	text-align: left;
	color: #ffffff;
	margin-bottom: 0;
	top: 20px;
	font-size: 28px;
	padding: 10px 0;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 25px;
	position: relative;
}

.video-slider {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: transparent;
	position: relative;
	display: flex !important;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.video-slider__item {
	padding-top: 0;
	background-color: #fff;
	display: inline-block;
	width: 265px;
	min-height: 230px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 4px;
}

.video-slider__video {
	margin-bottom: -0px;
}

.video-slider__soc-icons-block {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	position: absolute !important;
	left: 0px !important;
	top: 28% !important;
	font-size: 60px !important;
	color: #fce8f7 !important;
}

.owl-carousel .owl-nav button.owl-next {
	left: auto !important;
	right: 0 !important;
}

.multfilm-block .owl-nav {
	/*display: block !important;*/
}

.video-slider__video .wp-video,
.video-slider__video .mejs-container.wp-video-shortcode.mejs-video {
	height: 195px !important;
}

.smotri-online {
	position: absolute;
	top: 0px;
	right: -75px;
	max-width: 250px;
	z-index: 1001;
}

.smotri-online img {
	width: 100%
}

@media (max-width: 1200px) {
	.smotri-online {
		max-width: 200px;
	}

}


/* ---------------- mobile -----------------*/





@media screen and (max-width: 992px) {
	.site-footer .logo {
		width: 100%;
	}

	.site-footer .logo img {
		max-width: 64px;
		margin: 0 auto;
		display: block;
	}

	.tiji-shows-archive-item {
		width: 50%;
	}

	.btn-new__test {
		padding: 16px 8px;
	}

	.new-content__block-2 {
		background-position: -130px 0%;
	}

	.item-webinar__title+img {
		width: 150px;
	}

	.tvshed-now {
		text-align: center;
	}

	#two-columns li {
		font-size: 18px !important;
	}


}

@media screen and (max-width: 768px) {
	.main_fotorama {
		margin-top: 32px;
	}

	.tiji-footer li {
		padding: 5px;
	}

	.tiji-shows-archive-item {
		width: 100%;
	}

	.content-test {
		padding-top: 480px;
	}

	.new-content__block-2 {
		background-position: 0% 0%;
	}

	span .more_roks {
		position: relative;
		float: right;
		display: contents;
	}

	header#masthead {
		background-image: url(https://tiji.ru/wp-content/themes/tiji_theme/img/block_1_bg.jpg);
		background-position: center bottom;
		background-size: cover;
		background-blend-mode: overlay;
		box-shadow: 0 0 4px lightgrey;
	}

	.navbar {
		margin-top: 20px;
	}

	.container_box {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}

	.heart {
		background-repeat: no-repeat;
		height: 100px;
	}

	.advice {
		background-color: #1bb84a;
		margin-top: -20px;
		padding: 10px;
		border-radius: 20px;
		font-size: 16px;
		color: #ffffff;
	}

	.filmstrip {
		background-size: auto;
		background-repeat: repeat-y;
	}

	.index-schedule {
		margin-top: 60px;
		margin-bottom: 130px;
	}
}

@media screen and (max-width: 480px) {
	.mex {
		margin-top: -7px;
	}

	.main_menu {
		text-align-last: left;
	}

	#logo {
		display: none;
	}

	#mobile-home {
		display: inline-block;
	}

	.main_menu li {
		width: auto;
	}

	.main_menu li a>img {
		display: none;
	}

	.main_menu span.purple {
		font-size: 16px;
		padding: 5px 6px 0px;
	}

	.tv {
		display: none;
	}

	.main_fotorama {
		width: 100%;
		/* border: 4px solid #45a3cd; */
	}

	.container_box {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}

	.advice {
		background-color: #1bb84a;
		padding: 10px;
		border-radius: 20px;
		font-size: 16px;
		color: #ffffff;
	}

}


/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.podlogka {
		width: 750px;
	}

	.search-form {
		width: 120%;
		box-sizing: border-box;
		border-radius: 3px;
		padding: 0px;
		margin-top: 7px;
	}

	.search-input {
		width: 100%;
		Сейчас в эфире
		/* height: 1.75rem; */
		background: rgba(255, 255, 255, 0);
		/* box-sizing: border-box; */
		/* border-radius: 3px; */
		border: none;
		/* font-size: 0.75rem; */
		font-weight: bold;
		color: #838383;
		padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;

	}

	.search-button {
		right: -25px;
		top: 10px;
		position: absolute;
		border: 0px solid;
		cursor: pointer
	}

	.search-button:hover {
		color: #eb2a79;
	}

	.smotri-online {
		right: 0 !important;
		top: -128px !important;
	}

	.main_fotorama {
		margin-top: 96px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	.podlogka {
		width: 970px;
	}

	.main_fotorama {
		margin: 0px auto;
	}

	.smotri-online {
		right: -48px !important;
		top: -32px !important;
	}

	.tvshed-now h2 {
		text-align: right;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	.podlogka {
		width: 1170px;
	}

	.smotri-online {
		right: -64px !important;
		top: -16px !important;
	}

	.main_fotorama {
		margin: 0px auto;
	}

}