@font-face {
	font-family: 'DS-Digital';
	src: url('../font/DS-Digital-Bold.woff2') format('woff2'),
		url('../font/DS-Digital-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #fff;
	line-height: 1.2;
	max-width: 100%;
	min-width: 100%;
	background: #fff;
}

html body .container {
	max-width: 100%;
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	html body .container {
		width: 768px;
	}
}

@media only screen and (min-width: 992px) {
	html body .container {
		width: 992px;
	}
}

@media only screen and (min-width: 1200px) {
	html body .container {
		width: 1170px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 1600px) {
	html body .container {
		width: 1170px;
	}
}

html body.open-menu {
	overflow: hidden;
}

html a {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

img {
	max-width: 100%;
}

body.active {
	height: 100%;
	overflow-y: hidden;
}

.sticky_menu {
	background: #52a4ed;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 991;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.sticky_menu .header_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 5px 0 0px;
}

.sticky_menu .header_logo {
	width: 120px;
}

.sticky_menu .header_logo img {
	width: 80px;
	height: auto;
}



.header {
	background: #52a4ed;
	position: relative;
	padding-bottom: 250px;
}

.about_bg_top {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.header .container {
	position: relative;
	z-index: 2;
}

.header .header_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 0 0px;
}

/* .header .header_inner.sticky{ */
/* position:fixed; */
/* top:0px; */
/* left:0px; */
/* width:100%; */
/* background:#52a4ed; */
/* z-index:999; */
/* } */

.header .header_logo {
	width: 120px;
}

.header .header_logo img {
	width: 120px;
	height: auto;
}

.header .header_menu {
	text-align: right;
	width: calc(100% - 120px);
	padding-top: 0px;
}

.header .header_menu ul,
.header_inner ul {
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.header .header_menu ul li,
.header_inner ul li {
	margin: 0 12px;
}

.header .header_menu ul li a,
.header_inner ul li a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	display: block;
}

.header .header_menu ul li a:after,
.header_inner ul li a:after {
	content: '';
	top: 100%;
	left: 50%;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	transition: 0.3s ease;
	transform: translateX(-50%);
}

.header .header_menu ul li a:hover,
.header_inner ul li a:hover {
	text-decoration: none;
}

.header .header_menu ul li a:hover:after,
.header_inner ul li a:hover:after {
	width: 100%;
}

.header_content {
	position: relative;
}

.fly_man {
	width: 240px;
	height: auto;
	position: absolute;
	top: 130px;
	right: -57px;
}

.arrow_down {
	width: 31px;
	height: 61px;
	height: auto;
	position: absolute;
	top: 389px;
	left: 40px;
	animation: downs 2.5s infinite;
}


@keyframes downs {
	from {
		bottom: -100px;
	}

	50% {
		bottom: -110px;
	}

	to {
		bottom: -100px;
	}
}

.header_img {
	position: relative;
	margin: 15px auto 30px;
}

.header_img img {
	max-width: 610px;
	height: auto;
	display: block;
	margin: auto;
	border-radius: 24px;
}

.header_img a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: pulse 2.5s infinite;
	transition: 0.3s ease;
}

@keyframes pulse {
	from {
		transform: translate(-50%, -50%) scale3d(1, 1, 1);
	}

	50% {
		transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
	}

	to {
		transform: translate(-50%, -50%) scale3d(1, 1, 1);
	}
}

.page-template-template_chanel_list .header_img img {
	max-width: 350px;
}

.header_title {
	text-align: center;
}

.header_title h1 {
	font-family: 'Baloo 2', cursive;
	font-size: 62px;
	font-weight: 700;
	margin: 21px 0 0;
}

.header_title h1 span {
	color: #255a99;
}

.header_title_icon1 {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #ff0000;
	border-radius: 50%;
	position: relative;
	top: -3px;
	left: -9px;
	margin-left: 15px;
}

.header_title_icon2 {
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url(../img/double_arrow.png) center/cover no-repeat;
	position: relative;
	top: -4px;
	left: 4px;
	margin-right: 7px;
}

.header_description {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.header_description a {
	color: #fff;
	text-decoration: underline;
}

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

.cta {
	text-align: center;
	margin-top: 30px;
}

.bnt {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Baloo 2', cursive;
	color: #fff;
	text-decoration: none;
	padding: 17px 40px 14px;
	background: #ff7e4e;
	border-radius: 13px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	transition: 0.3s ease;
}


.bnt:hover {
	text-decoration: none;
	background: #fff;
	color: #ff7e4e;
}



.about {
	position: relative;
}

.about_inner {
	background: #fff;
	padding-bottom: 60px;
}


.about_info {
	padding-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1110px;
	margin: auto;
}

.about_info_item {
	width: calc(33.33% - 40px);
	text-align: center;
}

.about_info_item img {
	width: 103px;
	height: auto;
	display: block;
	margin: auto;
}

.about_info_item h3 {
	color: #50a4ea;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 30px 0 15px;
	font-family: 'Baloo 2', cursive;
}

.about_info_content {
	color: #588dc1;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.about_info_content a {
	color: #52a4ed;
	text-decoration: none;
}

.about_info_content a:hover {
	text-decoration: underline;
}



.favourite {
	padding-top: 50px;
}

.favourite_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}

.favourite .favourite_inner:nth-child(2n) {
	flex-direction: row-reverse;
}

.favourite .favourite_image {
	width: calc(50% - 50px);
}

.favourite .favourite_image img {
	max-width: 330px;
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}


.favourite .favourite_content {
	width: calc(50% - 15px);
}

.favourite .favourite_content h2 {
	font-size: 36px;
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	line-height: 1.3em;
	color: #50a4ea;
	margin: 0 0 15px;
}

.favourite .favourite_content .favourite_description {
	font-size: 20px;
	color: #588dc1;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.favourite .favourite_content .favourite_description a {
	color: #52a4ed;
	text-decoration: none;
}

.favourite .favourite_content .favourite_description a:hover {
	text-decoration: underline;
}

.record_content .about_inner {
	padding-bottom: 0;
	margin-bottom: -10px;
}

.record_content .favourite {
	padding-top: 40px;

}

.record_content .favourite_inner {
	align-items: flex-start;
	margin-bottom: -65px;

}

.record_content .favourite_inner img {
	max-width: 100%;
	position: relative;
	top: -158px;

}

.pricing {
	padding: 0px 0 1px;
	background: #52a4ed;
}

.pricing_cloud {
	width: 100%;
	height: auto;
	display: block;
}

.pricing h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	margin: 0;
}

.pricing .switcher {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 228px;
	margin: 0px auto 0;
	padding: 30px 0 0 0;
}

.pricing .switcher .switcher_item.switcher_item_content {
	color: #a3d1fb;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}

.pricing .switcher .switcher_item.switcher_item_content.active {
	color: #fff;
	font-weight: 900;
}

.save {
	position: absolute;
	top: 0px;
	left: calc(100% + 10px);
	color: #a3d1fb;
	font-size: 20px;
	font-weight: 400;
	width: 120px;
}


/* switch */
.switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 25px;

}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 33px;
	width: 33px;
	left: -10px;
	bottom: -4px;
	background-color: #79e69a;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

input:checked+.slider {
	background-color: #fff;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(38px);
	-ms-transform: translateX(38px);
	transform: translateX(38px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/* */

.price_inner {
	width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto 0;

}

.price_inner .owl-stage-outer {
	overflow: hidden;
}

.price_slider .owl-stage-outer .owl-stage {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;

}

.price_slider .item .price_slider_item {
	background: #fff;
	border-radius: 30px;
	padding: 30px 20px 50px;
	max-width: 100%;
	display: block;
	/* margin:45px auto 0; */
	position: relative;
	margin: 45px 5px 10px;
	background-clip: padding-box;
}

.price_slider .item .price_slider_item.price_sl_it_2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -7px;
	border-radius: inherit;
	background: linear-gradient(to right, #84f7a9, #8ae9fe);
}

.price_slider .item .price_slider_item h2 {
	font-size: 40px;
	font-weight: 700;
	color: #52a4ed;
	font-family: 'Baloo 2', cursive;
	margin: 0;
}

.price_slider .item .price_slider_item .price_sub_headline {
	text-align: center;
	font-size: 52px;
	font-weight: 900;
	color: #52a4ed;
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 4px solid #e5ecf2;
}

.price_slider .item .price_slider_item img {
	max-width: 97px;
	height: auto;
	display: block;
	margin: 10px auto;
}

.price_slider .item .price_slider_item .symbol {
	width: 155px;
	height: auto;
	display: block;
	position: absolute;
	top: -53px;
	left: -46px;
}

.price_slider .item .price_slider_item .price_slider_description {
	text-align: center;
	color: #7ca0c1;
	font-size: 20px;
	line-height: 2em;
	margin: 0 0 20px;
}

.price_slider .item .price_slider_item .price_count_old {
	text-align: center;
	color: #b0c6da;
	font-weight: 700;
	font-size: 30px;
	font-family: 'Baloo 2', cursive;
	margin: 25px 0 0px;
	line-height: 1em;

}

.price_slider .item .price_slider_item .price_count_old span {
	position: relative;
}

.price_slider .item .price_slider_item .price_count_old span:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 100%;
	height: 2px;
	background: #b0c6da;
}

.price_slider .item .price_slider_item .price_count {
	text-align: center;
	color: #52a4ed;
	font-weight: 700;
	font-size: 62px;
	font-family: 'Baloo 2', cursive;
	margin: 0px 0 45px;
	line-height: 1em;
}

.price_slider .item .price_slider_item .price_count .pm {
	position: absolute;
	right: 30px;
	top: 34px;
}

.price_slider .item .price_slider_item .cta_sld {
	text-align: center;
	margin: 14px 0 0;
}

.price_slider .item .price_slider_item .cta_sld .bnt {
	padding: 14px 24px 12px;
	display: block;

}

/* .price_slider .item .price_slider_item_1 h2 { */
/* margin:12px 0 12px; */
/* } */
/* .price_slider .item .price_slider_item_1 .price_count{ */
/* margin: 44px 0 0px; */
/* } */

/* .price_slider .item .price_slider_item_1 .price_slider_description{ */
/* margin: 26px 0 67px; */
/* } */

/* .price_slider .item .price_slider_item_1 .price_count_old, */
/* .price_slider .item .price_slider_item_3 .price_count_old { */
/* opacity:0; */
/* } */

.price_slider .item .price_slider_item_2 {
	max-width: 400px;
}

.price_slider .item .price_slider_item_2 h2 {
	font-size: 45px;
}

.price_slider .item .price_slider_item_2 .price_sub_headline {
	padding: 0px 0 15px;

}

.price_slider .item .price_slider_item_2 img {
	max-width: 151px;
	height: auto;
}

.price_slider .item .price_slider_item_2 .price_count_old {
	font-size: 40px;
	margin: 28px 0 0;
}

.price_slider .item .price_slider_item_2 .price_count {
	font-size: 75px;
	line-height: 1em;
}

.price_slider .item .price_slider_item_2 .cta_sld {
	margin-top: 45px;
}

.pm {
	font-size: 14px;
}

.p_years_cont {
	position: relative;
}

.p_years {
	color: #b0c6da;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: 80px;
	right: 7px;
}


.video {
	padding: 100px 0 0px;
	background: #add3fa;
}

.video img {
	width: 100%;
	height: auto;
	display: block;
}


.middle_content {
	background: #fff;
	padding: 50px 0 50px;
}

.middle_content_v2 {
	padding: 0 0 50px;
}

.middle_content h2 {
	margin: 0px 0 15px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	text-align: center;
	color: #54a3ed;
}

.middle_content_description {
	text-align: center;
	color: #7ca0c1;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.middle_content_description a {
	color: #52a4ed;
	text-decoration: none;
}

.middle_content_description a:hover,
.middle_content_description a:focus {
	text-decoration: underline;
}

.later {
	background: #add3fa;
}

.later .later_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.later .later_inner .later_image {
	width: calc(52% - 15px);
}

.later .later_inner .later_image img {
	max-width: 382px;
	width: 100%;
	height: auto;
	margin: 0 0 0 auto;
	display: block;
}

.later .later_inner .later_content {
	width: calc(46% - 15px);
}

.later .later_inner .later_content h2 {
	font-size: 42px;
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	line-height: 1.3em;
	color: #fff;
	margin: 25px 0 15px;
}

.later .later_inner .later_content .later_description {
	font-size: 16px;
	color: #588dc1;
	line-height: 1.6em;
	margin-bottom: 70px;
}

.later .later_inner .later_content .later_description ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.later .later_inner .later_content .later_description ul li,
.later .later_inner .later_content .later_description ol li {
	line-height: 3em;
	position: relative;

}

.later .later_inner .later_content .later_description ul li span {
	font-weight: 700;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
	border: 2px solid white;
	padding: 0 5px;
	color: white;
}

.faq {
	background: #fff;
	padding: 30px 0;
}

.faq h2 {
	margin: 0px 0 45px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	text-align: center;
	color: #52a4ed;
}

.faq .faq_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.faq .faq_inner .faq_inner_item {
	width: calc(50% - 40px);
}

.faq .faq_inner .faq_inner_item_pc {
	display: block;
}

.faq .faq_inner .faq_inner_item_mob {
	display: none;
}

.faq .faq_inner .faq_inner_item h3 {
	margin: 0px 0 53px;
	font-size: 20px;
	color: #348ad6;
	font-weight: 400;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 0 50px 0 0;
}

.faq .faq_inner .faq_inner_item .accordion h3.ui-state-active {
	margin: 0px 0 0px;
}

.faq .faq_inner .faq_inner_item h3:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #52a4ed url(../img/add.svg) center center no-repeat;
	background-size: 60% auto;
	position: absolute;
	z-index: 999;
	right: 0px;
	top: 0px;
}

.faq .faq_inner .faq_inner_item .accordion h3.ui-state-active:before {
	background: #52a4ed url(../img/remove.svg) center center no-repeat;
	background-size: 60% auto;
}

.faq .faq_inner .faq_inner_item .accordion {
	font-size: 16px;
	color: #588dc1;
	line-height: 1.6em;
	margin-bottom: 70px;
}

.faq .faq_inner .faq_inner_item .accordion a {
	font-size: 16px;
	color: #588dc1;
}

.faq .faq_inner .faq_inner_item .accordion a:hover {
	text-decoration: none;
}

.faq .faq_inner .faq_inner_item .accordion .ui-accordion-content p {
	margin-bottom: 40px;

}

.owl-theme .owl-nav.disabled {
	display: none;
}

.freeday {
	background: #fff;
	padding: 40px 0 60px;
}

.freeday h2 {
	margin: 15px 0 0px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	text-align: center;
	color: #52a4ed;
}

.freeday .freeday_sub {
	margin: 25px 0 15px;
	font-size: 20px;
	text-align: center;
	color: #588dc1;
	font-family: 'Lato', sans-serif;
}

.freeday .freeday_desc {
	margin: 0px 0 35px;
	font-size: 16px;
	text-align: center;
	color: #588dc1;
	font-family: 'Lato', sans-serif;
	line-height: 1.5em;
}

.freeday .freeday_description {
	text-align: center;
	color: #588dc1;
	font-size: 20px;
	margin: 30px 0 0;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
}

.freeday .freeday_description a {
	color: #588dc1;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

.freeday .freeday_description a:hover {
	text-decoration: none;
}

.footer {
	padding: 20px 0 30px;
	background: #52a4ed;
}

.footer_cloud {
	width: 100%;
	height: auto;
	display: block;
}

.footer .footer_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.footer .footer_inner .f_logo {
	width: 107px;
}

.footer .footer_inner .f_logo img {
	width: 100%;
	height: auto;
}

.footer .footer_inner .f_menu {
	width: calc(100% - 107px);
}

.footer .footer_inner .f_copy {
	width: 210px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}

.footer .footer_inner .f_copy a {
	color: #fff;
	text-decoration: underline;
}

.footer .footer_inner .f_copy a:hover,
.footer .footer_inner .f_copy a:focus {
	text-decoration: none;
}

.footer .footer_inner .f_menu ul {
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.footer .footer_inner .f_menu ul li {
	margin: 0 14px;
}

.footer .footer_inner .f_menu ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	position: relative;

}

.footer .footer_inner .f_menu ul li a:after {
	content: '';
	top: 100%;
	left: 50%;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	transition: 0.3s ease;
	transform: translateX(-50%);
}

.footer .footer_inner .f_menu ul li a:hover {
	text-decoration: none;
}

.footer .footer_inner .f_menu ul li a:hover:after {
	width: 0;
}

.burger_menu {
	width: 33px;
	height: 33px;
	background: url(../img/later_menu.svg) center/cover no-repeat;
	display: block;
	border-radius: 50%;
	display: none;
}


.price_slider.owl-theme .owl-dots {
	margin-top: 25px !important;
	text-align: center;
}

.price_slider.owl-theme .owl-dots.disabled {
	display: none;
}

.owl-theme .owl-dots .owl-dot {
	outline: none !important;
	border: none !important;
	background: none !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: #add3fa;
	outline: none !important;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	outline: none !important;
}

.price_slider.owl-theme .owl-nav .owl-prev {
	border: none;
	background: none;
	outline: none;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

.price_slider.owl-theme .owl-nav .owl-prev svg {
	fill: #fff;
	width: 35px;
	height: auto;
}

.price_slider {
	position: relative;
}

.price_slider.owl-theme .owl-nav .owl-next {
	border: none;
	background: none;
	outline: none;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.price_slider.owl-theme .owl-nav .owl-next svg {
	fill: #fff;
	width: 35px;
	height: auto;
	transform: rotate(-180deg);
}


.close_menu {
	display: none;
}

.video .pc_mob {
	display: none;
}

.gallery {
	background: #fff;
	padding: 0 0 80px;
}

.gallery_slider.owl-theme .owl-nav .owl-prev {
	border: none;
	background: none;
	outline: none;
	position: absolute;
	top: calc(50% - 30px);
	left: -15px;
	transform: translateY(-50%);
}

.gallery_slider.owl-theme .owl-nav .owl-prev svg {
	fill: #52a4ed;
	width: 35px;
	height: auto;
}

.gallery_slider {
	position: relative;
}

.gallery_slider.owl-theme .owl-nav .owl-next {
	border: none;
	background: none;
	outline: none;
	position: absolute;
	top: calc(50% - 30px);
	right: -15px;
	transform: translateY(-50%);
}

.gallery_slider.owl-theme .owl-nav .owl-next svg {
	fill: #52a4ed;
	width: 35px;
	height: auto;
	transform: rotate(-180deg);
}

/* .gallery .gallery_inner{ */
/* display:flex; */
/* flex-wrap:nowrap; */
/* justify-content:space-between; */
/* } */
/* .gallery .gallery_inner .gallery_item{ */
/* width:calc(33.33% - 30px); */
/* } */
.gallery .gallery_inner .gallery_item h3 {
	color: #52a4ed;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 30px 0 15px;
	text-align: center;
	font-family: 'Baloo 2', cursive;
}

.gallery .gallery_inner .gallery_item h3 span {
	font-weight: 700;
	font-size: 28px;
	margin-right: 10px;
}

.gallery .gallery_inner .gallery_item img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

.contact_popup {
	margin-bottom: 60px;
	display: none;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s ease;
}

.contact_popup.active {
	display: block;
	height: auto;
	opacity: 1;
}

.contact_popup .contact_popup_inner {
	background: #52a4ec;
	border-radius: 25px;
	padding: 30px;
	position: relative;
}

.contact_popup .closerm {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.contact_popup .closerm svg {
	width: 30px;
	height: 30px;
	fill: #fff;
	transition: 0.3s ease;
	animation: round 2.5s infinite;
}

.contact_popup h2 {
	margin: 0px 0 15px;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	color: #fff;
}

.contact_popup input[type="text"],
.contact_popup input[type="email"] {
	background: #fff;
	border: 1px solid #fff;
	padding: 0 15px;
	border-radius: 10px;
	resize: none;
	margin-bottom: 10px;
	width: 100%;
	height: 43px;
	color: #757575;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	display: block;
}

.contact_popup textarea {
	background: #fff;
	border: 1px solid #fff;
	padding: 15px;
	border-radius: 10px;
	resize: none;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	color: #757575;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	display: block;
}


.contact_popup input[type="submit"] {
	display: block;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	background: #ff7e4e;
	border-radius: 13px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	transition: 0.3s ease;
	border: none;
	margin: 15px 0 0;
	cursor: pointer;
	outline: none;
}

.contact_popup input[type="submit"]:hover {
	background: #fff;
	color: #ff7e4e;
}

.contact_popup_inner p {
	margin: 0;
}

.bx {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.bx .wpcf7-recaptcha div {
	height: auto !important;

}

.contact_popup_inner .ckb {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 4px 0 0px;
}

.contact_popup_inner .ckb .wpcf7-checkbox {
	width: 13px;
	margin-bottom: 0px;
}

.contact_popup_inner .ckb .wpcf7-checkbox label {
	margin-bottom: 0px;
}

.contact_popup_inner .ckb span.keep_text {
	width: calc(100% - 23px);
	font-size: 16px;
	color: #fff;
}

.contact_popup_inner .ckb span.wpcf7-list-item {
	margin-left: 0px;
}

.contact_popup_inner .ckb span.wpcf7-list-item input {
	margin: 4px 0 0;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.col-lg-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


@keyframes round {
	from {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(25deg);
	}

	to {
		transform: rotate(0deg);
	}
}


span.wpcf7-list-item {
	margin: 0 0 0 0em;
}

span .wpcf7-not-valid {
	border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-validation-errors {
	background: #f8d7da;
	border: 1px solid #fff;
	color: #721c24;
}

div.wpcf7-response-output {
	margin: 2em 0 0 !important;
	padding: 10px !important;
	border-radius: 0;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	border-color: #fff !important;
}

.wpcf7-mail-sent-ok {
	padding: 10px;
	background: #d4edda;
	border: 1px solid #27ef80 !important;
	color: #27ef80;
	text-align: center;
	margin: 2em 0 !important;
}

.price_text_small {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	background: #c4e3ff;
	border-radius: 15px;
	margin: 30px auto 25px;
	padding: 12px 10px;
}

.price_text_text {
	font-size: 16px;
	line-height: 1.5em;
	color: #516e8d;
}

.price_text_img {
	margin: 0 10px;
}

.price_text {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}

.price_text a {
	color: #fff;
	text-decoration: underline;
}

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

.footer_mr_luca {
	display: block;
	margin: 60px 0 0;
	font-size: 20px;
	text-align: center;
	color: #588dc1;
	font-family: 'Lato', sans-serif;
}

.footer_mr_luca img {
	display: block;
	margin: 0 auto 25px;
	width: 125px;
	height: auto;
}

.footer_mr_luca a {
	color: #588dc1;
	text-decoration: underline;
}

.footer_mr_luca a:hover,
.footer_mr_luca a:focus {
	text-decoration: none;
}


.page-template-template_home .header .cta .bnt {
	font-size: 28px;
	padding: 17px 65px 14px;
}

@media only screen and (max-width: 1329px) {
	.header .header_logo {
		left: 0px;
	}

	.arrow_down {
		left: 0px;
	}

	.price_inner {
		width: 1145px;
	}

}

@media only screen and (max-width: 1199px) {
	.fly_man {
		display: none;
	}

	.price_inner {
		width: 100%;
	}

	.footer .footer_inner .f_menu ul li a {
		font-size: 18px;
	}

	.footer .footer_inner .f_copy {
		font-size: 18px;
	}

	.price_slider .item .price_slider_item .price_slider_description {
		font-size: 18px;
	}

	.record_content .favourite_inner img {
		top: 0;
	}

	.record_content .favourite_inner {
		padding: 30px 0 60px;
	}
}

@media only screen and (max-width: 991px) {
	/* #menu-top_menu {
		display: none;
	} */

	#menu-inner-top-menu {
		display: none;
	}

	.header .header_logo {
		position: relative;
		top: 0px;
		left: 0px;
	}

	.header .header_logo img {
		width: 80px;
	}

	.header .header_inner {
		padding: 5px 0;
	}

	.burger_menu {
		display: block;
	}

	.header_menu_inner {
		display: none;
	}

	.header .header_menu {
		position: fixed;
		top: 0px;
		right: 0px;
		width: 0;
		height: 100%;
		opacity: 0;
		background: #52a4ed;
		z-index: 9991;
		transition: 0.3s ease;
		overflow: hidden;
	}

	.header .header_menu.active {
		width: 100%;
		opacity: 1;
	}

	.close_menu {
		position: absolute;
		top: 19px;
		right: 0px;
		width: 30px;
		height: 30px;
		display: none;
	}

	.close_menu svg {
		fill: #fff;
		width: 30px;
		height: 30px;
	}

	.header .header_menu ul {
		display: block;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		transform: translateY(-50%);
	}

	.header .header_menu ul li {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 2em;
	}

	.header_title h1 {
		font-size: 46px;
	}

	.header_description br {
		display: none;
	}

	.arrow_down {
		display: none;
	}

	.about_info {
		display: none;
	}

	.favourite {
		padding-top: 0px;
		flex-wrap: wrap;
	}

	.favourite .favourite_image {
		width: 100%;
	}

	.favourite .favourite_image img {
		margin: 0 auto;
	}

	.favourite .favourite_content {
		width: 100%;
	}

	.middle_content_description br {
		display: none;
	}

	.pricing {
		padding: 15px 0 30px;
	}

	.price_inner {
		width: 458px;
	}

	.price_slider .item .price_slider_item_2 {
		margin: 45px 50px 0;
	}

	.faq .faq_inner {
		flex-wrap: wrap;
	}

	.faq .faq_inner .faq_inner_item {
		width: 100%;
	}

	.faq .faq_inner .faq_inner_item_pc {
		display: none;
	}

	.faq .faq_inner .faq_inner_item_mob {
		display: block;
	}

	.later .later_inner {
		flex-wrap: wrap;
	}

	.later .later_inner .later_image {
		width: 100%;
	}

	.later .later_inner .later_image img {
		margin: 0 auto;
	}

	.later .later_inner .later_content h2 {
		text-align: center;
	}

	.later .later_inner .later_content .later_description {
		text-align: center;
		margin-bottom: 40px;
	}

	.later .later_inner .later_content {
		width: 100%;
	}

	.later .later_inner .later_content ol {
		text-align: left;
		max-width: 310px;
		margin: auto;
	}

	.header_title_icon1 {
		top: -4px;
	}

	.header_title_icon2 {
		top: -2px;
	}

	.later .later_inner .later_content .later_description ul {
		text-align: left;
		max-width: 295px;
		margin: auto;
	}

	.gallery .gallery_inner .gallery_item h3 {
		font-size: 18px;
	}

	.gallery .gallery_inner .gallery_item h3 span {
		font-size: 22px;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.contact_popup input[type="submit"] {
		margin: 10px 0 0;
	}


	.price_text {
		font-size: 16px;
	}

	.price_slider .item .price_slider_item {
		margin: 45px auto 0;
	}

	.price_slider.owl-theme .owl-nav .owl-prev {
		left: -55px;
	}

	.price_slider.owl-theme .owl-nav .owl-next {
		right: -55px;
	}

	.record_content .favourite_inner {
		align-items: center;
	}

	.favourite .favourite_content {
		order: 2;
	}

	.favourite .favourite_image {
		order: 1;
	}
}

@media only screen and (max-width: 767px) {

	.header_img img {
		border-radius: 15px;
	}

	.header_img a img {
		width: 45px;
		height: auto;
	}

	.header_title h1 {
		font-size: 32px;
	}

	.header_title h1 br {
		display: none;
	}

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

	.header_title_icon1 {
		width: 15px;
		height: 15px;
		top: -1px;
	}

	.header_title_icon2 {
		width: 18px;
		height: 14px;
		top: -1px;
		background: url(../img/double_arrow.png) center/cover no-repeat;
	}

	.header_description {
		font-size: 14px;
	}

	.bnt {
		font-size: 20px;
		padding: 15px 34px;
	}

	.page-template-template_home .header .cta .bnt {
		font-size: 20px;
		padding: 15px 34px;
	}

	.about_inner {
		padding-bottom: 15px;
	}

	.favourite_inner {
		flex-wrap: wrap;
	}

	.favourite .favourite_image img {
		max-width: 380px;
		margin-bottom: 15px;
	}

	.favourite .favourite_content h2 {
		font-size: 25px;
		margin: 0 0 5px;
		text-align: center;
	}

	.favourite .favourite_content .favourite_description {
		font-size: 12px;
		text-align: center;
	}

	.gallery {
		padding: 0 0 0px;
	}

	.pricing {
		padding: 30px 0 30px;
	}

	.pricing h2 {
		font-size: 25px;
	}

	.save {
		font-size: 14px;
	}

	.pricing .switcher .switcher_item.switcher_item_content {
		font-size: 14px;
	}

	.pricing .switcher {
		width: 170px;
	}

	.switch {
		height: 18px;
		width: 40px;
	}

	.slider:before {
		height: 26px;
		width: 26px;
		left: -5px;
		bottom: -4px;
	}

	input:checked+.slider:before {
		-webkit-transform: translateX(22px);
		-ms-transform: translateX(22px);
		transform: translateX(22px);
	}

	.price_slider .item .price_slider_item .symbol {
		width: 85px;
		height: auto;
		top: -42px;
		left: -36px;
	}

	.price_slider .item .price_slider_item_2 img {
		max-width: 100px;
		height: auto;
	}

	.price_slider .item .price_slider_item .price_slider_description {
		font-size: 16px;
	}

	.price_slider .item .price_slider_item .price_count {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.price_slider .item .price_slider_item_2 .price_count {
		font-size: 50px;
	}

	.price_slider .item .price_slider_item .price_count_old {
		font-size: 28px;
	}

	.price_slider .item .price_slider_item_2 .price_count_old {
		font-size: 32px;
	}

	.middle_content h2 {
		font-size: 25px;
	}

	.middle_content_description {
		font-size: 12px;
		line-height: 1.5em;
	}

	.later .later_inner .later_image img {
		max-width: 300px;
	}

	.later .later_inner .later_content h2 {
		font-size: 25px;
	}

	.later .later_inner .later_content .later_description {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.later .later_inner .later_content ol {
		max-width: 245px;
	}

	.faq .faq_inner .faq_inner_item h3 {
		font-size: 15px;
	}

	.faq .faq_inner .faq_inner_item .accordion {
		margin-bottom: 25px;
	}

	.faq .faq_inner .faq_inner_item h3 {
		margin: 0px 0 20px;
	}

	.freeday {
		padding: 0px 0 30px;
	}

	.freeday h2 {
		font-size: 25px;
	}

	.middle_content {
		padding: 55px 0 55px;
	}

	.footer {
		padding: 20px 0;
	}

	.footer .footer_inner .f_menu {
		width: 100%;
		margin-bottom: 7px;
	}

	.footer .footer_inner .f_menu ul {
		flex-wrap: wrap;
		width: 100%;
	}

	.footer .footer_inner .f_menu ul li {
		width: 100%;
		margin: 0 0;
		text-align: center;
		line-height: 1.7em;
	}

	.footer .footer_inner .f_menu ul li a {
		font-size: 14px;
	}

	.footer .footer_inner .f_menu ul li a:hover {
		text-decoration: none;
	}

	.footer .footer_inner {
		flex-wrap: wrap;
	}

	.footer .footer_inner .f_logo {
		width: 100%;
	}

	.footer .footer_inner .f_logo img {
		max-width: 82px;
		display: block;
		margin: auto;
	}

	.footer .footer_inner .f_copy {
		width: 100%;
		font-size: 12px;
		text-align: center;
	}

	.video {
		padding: 50px 0 0px;
	}

	.video .pc_video {
		display: none;
	}

	.video .pc_mob {
		display: block;
	}

	.gallery .gallery_inner {
		flex-wrap: wrap;
	}

	.gallery .gallery_inner .gallery_item {
		width: 100%;
		margin: 15px 0;
	}

	.gallery .gallery_inner .gallery_item {
		max-width: 230px;
		margin: auto;
	}

	.gallery .gallery_inner .gallery_item h3 {
		margin: 20px 0 15px;
	}

	.contact_popup h2 {
		font-size: 18px;
	}

	.contact_popup .contact_popup_inner {
		padding: 30px 15px 15px;
	}

	.price_inner {
		margin-top: 25px;
	}

	.price_slider .item .price_slider_item .price_count .pm {
		position: relative;
		top: 0px;
		right: 0px;
	}

	.price_inner {
		width: 380px;
	}

	.price_slider.owl-theme .owl-nav .owl-prev {
		left: -55px;
	}

	.price_slider.owl-theme .owl-nav .owl-next {
		right: -55px;
	}

	.record_content .favourite .favourite_content {
		order: 2;
	}

	.record_content .favourite .favourite_image {
		order: 1;
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 479px) {
	.header_img img {
		border-radius: 10px;
	}

	.header_title h1 {
		font-size: 32px;
	}

	.favourite .favourite_content h2 {
		font-size: 25px;
	}

	.save {
		left: calc(100% + 4px);
		font-size: 12px;
		top: 1.5px;
	}

	.price_inner {
		width: 260px;
	}

	.price_slider .item .price_slider_item_2 {
		max-width: 100%;
	}

	.favourite .favourite_image img {
		max-width: 220px;
	}

	.later .later_inner .later_image img {
		max-width: 240px;
	}

	.price_slider .item .price_slider_item .symbol {
		width: 66px;
		height: auto;
		top: -41px;
		left: 50%;
		transform: translateX(-50%);
	}

	.price_slider.owl-theme .owl-nav .owl-prev {
		left: -42px;
	}

	.price_slider.owl-theme .owl-nav .owl-next {
		right: -42px;
	}

	.price_slider .item .price_slider_item_2 {
		margin: 45px 0px 0;
	}

	.price_slider .item .price_slider_item .cta_sld .bnt {
		font-size: 16px;
	}

	.price_slider .item .price_slider_item h2 {
		font-size: 30px;
	}

	.faq h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}

	.contact_popup input[type="submit"] {
		margin: 0;
		position: relative;
		top: -5px;
	}

	.price_text_small {
		flex-direction: column;
		padding: 10px;
	}

}


.burger_menu.active {
	display: none;
}

.close_menu.active {
	display: block;
}

.sticky_menu.active {
	display: block;
}



.channel_content {
	margin: 60px 0 30px;
}

.channel_content .channel_content_inner {
	background: #fff;
}

.channel_content .channel_content_inner .headline {
	text-align: center;
	margin: 0 0 25px;
	color: #54a3ed;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
}

.channel_content .channel_content_inner .channel_content_description {
	color: #588dc1;
	font-size: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.channel_content .channel_content_inner .channel_content_description a {
	color: #588dc1;
	font-size: 20px;
	text-decoration: underline;
}

.channel_content .channel_content_inner .channel_content_description a:hover {
	text-decoration: none;
}

.channel_content .channel_content_inner .channel_lang {
	max-width: 1030px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 30px auto;
}

.channel_content .channel_content_inner .channel_lang .channel_lang-item {
	width: calc(20% - 30px);
	background: #52a4ed;
	border-radius: 20px;
	padding: 15px;
	transition: 0.3s ease;
}

.channel_content .channel_content_inner .channel_lang .channel_lang-item span {
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: block;
	font-weight: 700;
	margin: 0 0 5px;
}

.channel_content .channel_content_inner .channel_lang .channel_lang-item .channel_lang-flag img {
	width: 100%;
	height: 97px;
	margin: auto;
	display: block;
}


.channel_content .channel_content_inner .channel_lang .channel_lang-item .channel_lang-flag {
	position: relative;
	cursor: pointer;
	transition: 0.3s ease;
	border-radius: 15px;
	margin: auto;
	display: block;
}

.channel_check {
	width: 42px;
	height: 42px;
	display: block;
	margin: 10px auto 0;
}

.channel_check img {
	width: 100%;
	height: auto;
	opacity: 0;
	transition: 0.3s ease;
}

.channel_content .channel_content_inner .channel_lang .channel_lang-item:hover {
	background: #245a98;
	cursor: pointer;
}

.channel_content .channel_content_inner .channel_lang .channel_lang-item:hover .channel_check img {
	opacity: 1;
}

.channel_content .channel_content_inner .channel_lang .channel_lang-item.active {
	background: #245a98;
	cursor: pointer;
}

.channel_content .channel_content_inner .channel_lang .channel_lang-item.active .channel_check img {
	opacity: 1;
}





.channel_content .channel_content_inner .search_title {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin: 30px 0;
}

.channel_content .channel_content_inner .search_form {
	max-width: 630px;
	margin: 55px auto 0;
	position: relative;
}

.channel_content .channel_content_inner .search_form input[type="text"] {
	width: 100%;
	color: #54a3ed;
	height: 52px;
	padding: 0 40px;
	font-size: 20px;
	border-radius: 25px;
	border: 3px solid #54a3ed;
	outline: none;
	border-radius: 16px;
	font-family: 'Lato', sans-serif;

}

.channel_content .channel_content_inner .search_form input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: 'Lato', sans-serif;
	color: #54a3ed;
}

.channel_content .channel_content_inner .search_form input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	color: #54a3ed;
}

.channel_content .channel_content_inner .search_form input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	font-family: 'Lato', sans-serif;
	color: #54a3ed;
}

.channel_content .channel_content_inner .search_form input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Lato', sans-serif;
	color: #54a3ed;
}


.channel_content .channel_content_inner .search_form input[type="submit"] {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/search.svg) center no-repeat;
	background-size: 16px auto;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	outline: none;
	cursor: pointer;
}


.channel_list {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.channel_list-item {
	width: calc(25% - 60px);
	margin: 30px;
	position: relative;
	text-decoration: none;
}

.channel_list-item:hover {
	text-decoration: none;
}



.channel_list-item img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}

.channel_list-item span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 10px 0 0;
	transition: 0.3s ease;
}

.channel_list-item:hover span {
	color: #d4cece;
}

.channel_list-item .channel_list-thumb {
	position: relative;
}

.channel_list-item .channel_list-thumb .video {
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	border-radius: 15px;
	background: rgba(6, 46, 56, 0.6) url(../img/play_new_white.svg) center center no-repeat;
	background-size: 37px 37px;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s ease;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.channel_list-item .channel_list-thumb:hover .video {
	opacity: 1;
}


.channel_bnt {
	text-align: center;
	width: 100%;
	margin: 30px 0 0;
}

.channel_bnt a {
	margin: 10px 0;
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	background: #0aa9c3;
	border-radius: 55px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	text-shadow: -2px -1px 3px rgba(150, 150, 150, 1);
	transition: 0.3s ease;
}

.channel_bnt a:hover {
	background: #fff;
	border: 3px solid #0aa9c3;
	color: #0aa9c3;
	text-shadow: -2px -1px 3px rgba(150, 150, 150, 0);
}


.channel_switcher {
	width: 75px;
	margin: 30px auto;
	display: flex;
	flex-wrap: nowrap;
}

.channel_switcher .channel_switcher-item {
	width: 50%;
	text-align: center;
	cursor: pointer;
}

.channel_switcher .channel_switcher-item svg {
	fill: #165d6f;
	width: auto;
	height: 35px;
}

.channel_switcher .channel_switcher-item.active svg {
	fill: #00a9c0;
}

.channel_list1,
.channel_list2,
.channel_list3 {
	display: none;
}

.channel_list.active_block {
	display: flex;
}

.channel_list_all.chanels_active .channel_list.active_block {
	display: block;
}

.channel_list_all.chanels_active .channel_list .channel_list-item:not(.hide) {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

/* .channel_list_all.chanels_active .channel_list .channel_list-item.chanels_active2{ 
.channel_list_all.chanels_active .channel_list-item:not(.hide).chanels_active2{ 
	display:flex;
}*/

.channel_list_all.chanels_active .channel_list .channel_list-item .channel_list-thumb {
	width: 135px;
}

.channel_list_all.chanels_active .channel_list .channel_list-item span {
	display: block;
	width: calc(100% - 135px);
	margin-left: 15px;
	text-align: left;
}

.channel_list .channel_list-item_hide {
	display: none !important;
}

.channel_hero_box {
	text-align: center;
}

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

.active_list .channel_list-item {
	width: 100%;
}

.active_list .channel_list-item span {
	text-align: left;
}

.channel_list .hide {
	display: none;
	 !important;
}

.channel_list .show {
	display: block !important;
}

@media only screen and (max-width: 991px) {
	.channel_list-item {
		width: calc(25% - 30px);
		margin: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.channel_content .channel_content_inner .channel_lang {
		display: block;
	}

	.channel_content .channel_content_inner .channel_lang .channel_lang-item {
		width: 200px;
		display: block;
		margin: 15px auto 15px;
	}

	.channel_content .channel_content_inner .channel_lang .channel_lang-item .channel_lang-flag {
		max-width: 150px;
		height: auto;
		display: block;
		margin: auto;
	}

	.channel_list-item {
		width: calc(33.33333% - 30px);
	}
}

@media only screen and (max-width: 479px) {
	.channel_list-item {
		width: calc(50% - 30px);
	}
}

/* 404 */

.not_fonund {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	background: #52a4ed;
}

.not_fonund-404 {
	background: #245a9a;
	width: 55%;
	display: flex;
	align-items: center;
}

.not_fonund-404 img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}

.not_fonund-description {
	width: 45%;
	padding-left: 60px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.not_fonund-description h1.headline {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	width: 100%;
	margin: 0 0 15px;
}

.not_fonund-description .not_fonund-excerpt {
	color: #fff;
	font-size: 28px;
	width: 100%;
	line-height: 1.5em;
}

.not_fonund-description .bnt {
	margin: 50px auto 0;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	color: #fff;
	text-decoration: none;
	padding: 17px 60px 15px;
	background: #ff7e4e;
	border-radius: 13px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	transition: 0.3s ease;

}

.not_fonund-description .bnt:hover {
	text-decoration: none;
	background: #fff;
	color: #ff7e4e;
}


@media only screen and (max-width: 991px) {
	.not_fonund-description .not_fonund-excerpt {
		font-size: 23px;
	}
}

@media only screen and (max-width: 767px) {
	.not_fonund {
		flex-wrap: wrap;
	}

	.not_fonund-404 {
		width: 100%;
	}

	.not_fonund-description {
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}

	.not_fonund-description_inner {
		width: 100%;
	}

	.not_fonund-404 img {
		max-width: 95%;
	}

	.favourite_inner {
		margin-bottom: 0px;
	}

	.price_slider .item .price_slider_item {
		margin: 0px auto 0;
	}

	.price_slider .item .price_slider_item {
		margin: 0px auto 0;
	}

	.price_slider .item .price_slider_item_2 {
		margin: 45px 0px 0;
	}

	.price_slider .item .price_slider_item_2 .price_count {
		font-size: 38px;
	}

	.p_years {
		top: 45px;
	}
}

@media only screen and (max-width: 479px) {
	.wpcf7-recaptcha iframe {
		transform: scale(0.76);
		-webkit-transform: scale(0.76);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0
	}
}

.price_slider .item .price_slider_item .cta_sld.cta_sld_mo {
	display: none;
}


.header.header_olympic {
	padding-bottom: 185px;
}

.about_bg_left {
	position: absolute;
	bottom: 17.5%;
	left: 10.5%;
}

.about_bg_right {
	position: absolute;
	bottom: 26.5%;
	right: 14.5%;
}


.arrow_down_new {
	width: 66px;
	height: 66px;
	position: absolute;
	bottom: -160px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	animation: downs-new 2.5s infinite;
}

@keyframes downs-new {
	from {
		bottom: -160px;
	}

	50% {
		bottom: -170px;
	}

	to {
		bottom: -160px;
	}
}


.games_content {
	padding: 50px 0;
}

.games_content .container {
	width: 750px;
}

.games_content_inner {
	color: #7ca0c1;
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
}

.games_content_text {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.games_content_text p {
	text-align: center;
}

.games_content_inner strong,
.games_content_inner b {
	color: #52a4ed;
	font-weight: 700;
}

.games_content_inner a {
	color: #52a4ed;
	font-weight: 400;
	text-decoration: none;
}

.games_content_inner a:hover,
.games_content_inner a:focus {
	text-decoration: underline;
}

.games_info {
	background: #52a4ed;
	padding: 60px 0;
	color: #fff;
	line-height: 1.5em;
	font-size: 16px;
	text-align: center;
}

.games_info a {
	color: #fff;
}

.games_info a:hover,
.games_info a:focus {
	text-decoration: none;
}

.games_info h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	margin: 0;
	line-height: 1.3em;
}

.get_bnt {
	text-align: center;
	padding: 30px 0 0;
}

.get_bnt a {
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
	max-width: 340px;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px 8px;
	background: #ff7e4e;
	border-radius: 13px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
	transition: 0.3s ease;
}

.get_bnt a:hover {
	text-decoration: none;
	background: #d05c30;
	color: #fff;
}

.games_schedule {
	padding: 60px 0;
}

.games_schedule h2 {
	text-align: center;
	color: #52a4ed;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	margin: 0 0 25px;
	line-height: 1.3em;
}

.games_schedule_inner {
	height: 645px;
	overflow-y: scroll;
	padding: 0 25px;
}

.games_schedule_inner::-webkit-scrollbar {
	width: 12px;
}

/* Track */
.games_schedule_inner::-webkit-scrollbar-track {
	background: #d2eaff;
	border-radius: 25px;
}

/* Handle */
.games_schedule_inner::-webkit-scrollbar-thumb {
	background: #52a4ed;
	border-radius: 25px;
}

/* Handle on hover */
.games_schedule_inner::-webkit-scrollbar-thumb:hover {
	background: #428fd4;
}


.games_schedule_inner .games_schedule_item {
	display: block;
	padding: 15px;
	border-radius: 25px;
	text-align: center;
	color: #7ca0c1;
	font-size: 20px;
}

.games_schedule_inner .games_schedule_item:nth-child(odd) {
	background: #f6fbff;
}

.games_about {
	padding: 60px 0;
}

.games_about_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.games_about_text {
	width: calc(50% - 15px);
}

.games_about_text h2 {
	color: #52a4ed;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	margin: 0 0 25px;
	line-height: 1.3em;
}

.games_about_content {
	color: #7ca0c1;
	line-height: 1.5em;
	font-size: 16px;
}

.games_about_bottom {
	color: #50a4ea;
	line-height: 1.5em;
	font-size: 20px;
	font-family: 'Baloo 2', cursive;
	margin-top: 30px;
}

.games_about_thumb {
	width: calc(50% - 15px);
	text-align: right;
}

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

/* */


.poll {
	padding: 35px;
	margin: 60px 0 0;
}

.poll.poll_snooker {
	margin: 0px 0 0;
}

.poll h2 {
	font-family: 'Baloo 2', cursive;
	color: #52a4ed;
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0 0 15px;
	text-align: center;
}

.poll .poll_description {
	text-align: center;
	color: #7ca0c1;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.poll .poll_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.poll .poll_container.poll_container_show:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 22;
}

.poll .poll_container .poll_container_item {
	width: calc(25% - 15px);
	border: 2px solid #fff;
	background: #062e38;
	border-radius: 200px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: 700;
	padding: 8px 4px 6px 12px;
	margin: 10px 7.5px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	cursor: pointer;
	transition: 0.3s ease;
	position: relative;
	overflow: hidden;
}

.poll_container_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 0%;
	height: 100%;
	background: #02232c;
	z-index: 1;
}

.poll .poll_container .poll_container_item .poll_container_name {
	position: relative;
	padding-right: 30px;
	z-index: 2;
}

.poll .poll_container .poll_container_item .poll_container_percent {
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, 0);
	line-height: 1em;
}

.poll .poll_container .poll_container_item .poll_container_bg {
	opacity: 0;
}

.poll .poll_container.poll_container_show .poll_container_item .poll_container_bg {
	opacity: 1;
}

.poll .poll_container.poll_container_show .poll_container_item .poll_container_percent {
	color: rgba(255, 255, 255, 1);
}

.poll .poll_container .poll_container_item .poll_container_name:after {
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
	border: 1px solid #82969b;
}

.poll .poll_container .poll_container_item .poll_container_name:before,
.poll .poll_container .poll_container_item .poll_container_name:before {
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
	content: '';
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
}

.poll .poll_container .poll_container_item:hover,
.poll .poll_container .poll_container_item:focus {
	text-decoration: none;
	border: 2px solid #fff;
}

.poll .poll_container.poll_container_show .poll_container_item:hover,
.poll .poll_container.poll_container_show .poll_container_item:focus {
	text-decoration: none;
	border: 2px solid #062e38;
	cursor: default;
	outline: none;
}

.poll .poll_container .poll_container_item:hover .poll_container_name:after,
.poll .poll_container .poll_container_item:focus .poll_container_name:after {
	border: 1px solid #fff;
}

.poll .poll_container.poll_container_show .poll_container_item:hover .poll_container_name:after,
.poll .poll_container.poll_container_show .poll_container_item:focus .poll_container_name:after {
	border: 1px solid #82969b;
	cursor: default;
}

.poll .poll_container .poll_container_item:hover .poll_container_name:before,
.poll .poll_container .poll_container_item:focus .poll_container_name:before {
	opacity: 1;
}

.poll .poll_container.poll_container_show .poll_container_item:hover .poll_container_name:before,
.poll .poll_container.poll_container_show .poll_container_item:focus .poll_container_name:before {
	opacity: 0;
	cursor: default;
}


.poll .poll_container .poll_container_item.active {
	border: 2px solid #fff;
}

.poll .poll_container .poll_container_item.active .poll_container_name:after {
	border: 1px solid #fff;
}

.poll .poll_container .poll_container_item.active .poll_container_name:before {
	opacity: 1;
}

.down_poll {
	display: none;
}

.down_poll_tour svg {
	transition: 0.3s ease;
}

.down_poll_tour.active svg {
	transform: rotate(-180deg);
}


.snooker_faq_video {}

.snooker_faq_video_inner {
	padding: 60px 30px;
	border-radius: 50px;
}

.snooker_faq_video_inner h2.headline {
	font-family: 'Baloo 2', cursive;
	color: #52a4ed;
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0 0 15px;
	text-align: center;
}

.snooker_video_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 740px;
	margin: auto;
}

.snooker_video_item {
	width: calc(50% - 30px);
}

.snooker_video_item h2 {
	color: #04242c;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 45px;
	text-align: center;
}

.snooker_video_item iframe {
	width: 100%;
	height: 250px;
	border-radius: 25px;
}

.games_broadcast {
	padding: 60px 0;
}

.games_broadcast h2 {
	margin: 0px 0 15px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	text-align: center;
	color: #52a4ed;
}

.games_broadcast .games_broadcast_description {
	text-align: center;
	color: #7ca0c1;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.games_broadcast_bnt {
	text-align: center;
}

@media only screen and (max-width: 1899px) {
	.about_bg_left {
		bottom: 16.5%;
		left: 10%;
	}

	.about_bg_right {
		bottom: 25.5%;
		right: 13.5%;
	}
}

@media only screen and (max-width: 1799px) {
	.about_bg_left {
		bottom: 15.5%;
		left: 9%;
	}

	.about_bg_right {
		bottom: 29.5%;
		right: 11.5%;
	}
}

@media only screen and (max-width: 1699px) {
	.about_bg_left {
		bottom: 11.5%;
		left: 8%;
	}

	.about_bg_right {
		bottom: 32.5%;
		right: 8.5%;
	}
}

@media only screen and (max-width: 1599px) {
	.about_bg_left {
		bottom: 11.5%;
		left: 3%;
	}

	.about_bg_right {
		bottom: 31.5%;
		right: 4.5%;
	}
}

@media only screen and (max-width: 1499px) {
	.about_bg_left {
		bottom: 9.5%;
		left: 2%;
	}

	.about_bg_right {
		bottom: 32.5%;
		right: 1.5%;
	}
}

@media only screen and (max-width: 1399px) {
	.about_bg_left {
		bottom: 8.5%;
		left: -1%;
	}

	.about_bg_right {
		bottom: 28.5%;
		right: 0%;
	}
}

@media only screen and (max-width: 1299px) {
	.about_bg_left {
		display: none;
	}

	.about_bg_right {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.header_title h1 br {
		display: none;
	}

	.header_description br {
		display: none;
	}

	.header.header_olympic {
		padding-bottom: 200px;
	}

	.arrow_down_new {
		bottom: -170px;
	}

	@keyframes downs-new {
		from {
			bottom: -170px;
		}

		50% {
			bottom: -180px;
		}

		to {
			bottom: -170px;
		}
	}
}

@media only screen and (max-width: 911px) {
	.games_info_inner br {
		display: none;
	}

	.get_bnt a {
		padding: 6px 25px 4px
	}

	.games_about {
		padding: 0;
	}

	.games_about_inner {
		flex-wrap: wrap;
	}

	.games_about_text {
		width: 100%;
		order: 2;
		text-align: center;
	}

	.games_about_text ol {
		list-style-position: inside;
		padding-left: 0px;
	}

	.games_about_thumb {
		width: 100%;
		order: 1;
		text-align: center;
		margin-bottom: 15px;
	}

	.poll .poll_container .poll_container_item {
		width: calc(50% - 15px);
	}
}

@media only screen and (max-width: 767px) {
	.header.header_olympic {
		padding-bottom: 135px;
	}

	.arrow_down_new {
		bottom: -110px;
		width: 40px;
		height: 40px;

	}

	@keyframes downs-new {
		from {
			bottom: -110px;
		}

		50% {
			bottom: -120px;
		}

		to {
			bottom: -110px;
		}
	}

	.games_content_text p {
		width: 100%;
		text-align: center;
	}

	.games_info h2 {
		font-size: 25px;
	}

	.games_schedule h2 {
		font-size: 25px;
	}

	.games_schedule_inner .games_schedule_item {
		font-size: 16px;
		padding: 7px;
	}

	.games_about_thumb img {
		max-width: 380px;
		width: 100%;
	}

	.poll .down_poll {
		display: block;
		text-align: center;
	}

	.poll .down_poll svg {
		width: 20px;
		height: 20px;
	}

	.poll .poll_container {
		display: none;
	}

	.poll_container_tour.show {
		display: flex;
	}

	.poll .poll_container .poll_container_item {
		width: 100%;
	}

	.snooker_faq_video_inner {
		padding: 0px 30px;
	}

	.snooker_faq_video_inner h2.headline {
		font-size: 25px;
	}

	.snooker_video_inner {
		flex-wrap: wrap;
	}

	.snooker_video_item {
		width: 100%;
	}

	.snooker_video_item h2 {
		margin-bottom: 25px;
	}

	.faq h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.games_broadcast {
		padding: 0 0 60px;
	}

	.games_broadcast h2 {
		font-size: 25px;
	}

	.games_about_text h2 {
		font-size: 25px;
	}

	.poll h2 {
		font-size: 25px;
	}

	.snooker_video_item iframe {
		height: 160px;
	}
}


@media only screen and (max-width: 479px) {
	.get_bnt a {
		font-size: 18px;
		max-width: 250px;
	}

	.get_bnt a span img {
		width: 30px;
		height: auto;
	}

	.get_bnt a span:last-child {
		position: relative;
		top: 2px;
	}
}

.page_content {
	margin: 30px 0;
	color: #7ca0c1;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.page_content_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.page_content_side {
	width: 325px;
}

.page_content_side h3 {
	margin: 15px 0 0;
	font-size: 18px;
}

.page_content_side ul {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	margin-top: 0px;
}

.page_content_side ul li {
	line-height: 1.3em;
}

.page_content_side a {
	font-size: 16px;
}

.page_content_side a:hover,
.page_content_side a:focus {
	text-decoration: none;
}

.page_content_text {
	width: calc(100% - 355px);
}


.page_content a {
	color: #7ca0c1;
}

.page_content h2 {
	margin: 35px 0 15px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	color: #52a4ed;
}

.page_content h2.bigger {
	font-size: 46px;
}

#go_9_0 {
	margin-top: 60px;
}

@media only screen and (max-width: 991px) {
	.page_content_side {
		display: none;
	}

	.page_content_text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.page_content {
		font-size: 16px;
	}

	.page_content h2.bigger {
		font-size: 32px;
	}

	.page_content h2 {
		margin: 35px 0 15px;
		font-size: 24px;
		line-height: 1.3em;
	}

	#go_9_0 {
		margin-top: 35px;
	}
}

.header_record_uk_tv {
	padding-bottom: 175px;
}

.header_record_uk_tv .header_description ul {
	max-width: 660px;
	display: block;
	margin: auto;
	text-align: left;
}

.lady_women {
	position: absolute;
	bottom: 22%;
	left: 0px;
	z-index: 2;
}

.record_men {
	position: absolute;
	bottom: 22%;
	right: 0px;
	z-index: 2;
}

.record_uk_tv_middle_content a {
	color: #50a4ea;
}

.record_uk_tv_middle_content a:hover,
.record_uk_tv_middle_content a:focus {
	text-decoration: none;
}

.record_uk_tv_channels {
	margin: 0 0 60px;
}

.record_uk_tv_channels .record_uk_tv_channels_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.record_uk_tv_channels .record_uk_tv_channels_inner .record_uk_tv_channels_item {
	padding: 13px 10px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-family: 'DS-Digital';
	font-weight: 700;
	background: #dd3333;
	width: calc(20% - 15px);
	text-decoration: none;
	transition: 0.3s ease;
	margin: 7.5px 0;
	border-radius: 10px;
}

.record_uk_tv_channels .record_uk_tv_channels_inner .record_uk_tv_channels_item:hover,
.record_uk_tv_channels .record_uk_tv_channels_inner .record_uk_tv_channels_item:focus {
	transform: scale(1.05);
}

.record_uk_tv_channels_description {
	margin: 30px 0 0;
	text-align: center;
	color: #7ca0c1;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.record_uk_tv_channels_description a {
	color: #50a4ea;
}

.record_uk_tv_channels_description a:hover,
.record_uk_tv_channels_description a:focus {
	text-decoration: none;
}

.record_uk_tv_about {
	background: #52a4ec;
}


.record_uk_tv_about .favourite {
	padding: 0;
}

.record_uk_tv_about .favourite .favourite_inner {
	margin: 0px 0;
	padding: 35px 0;
}

.record_uk_tv_about .favourite .favourite_content h2 {
	color: #fff;
}

.record_uk_tv_about .favourite .favourite_content .favourite_description {
	color: #fff;
}

.record_uk_tv_about .favourite .favourite_content {
	width: calc(65% - 50px);
}

.record_uk_tv_about .favourite .favourite_image {
	width: calc(35% - 50px);
}

.record_uk_tv_guide {
	padding: 60px 0;
}


.record_uk_tv_guide h2 {
	margin: 0px 0 0px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2', cursive;
	text-align: center;
	color: #52a4ed;
}

.record_uk_tv_guide_description {
	text-align: center;
	color: #7ca0c1;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0 0 30px;
}

.record_uk_tv_table {
	background: #52a4ed;
	border-radius: 25px;
	padding: 15px 30px 30px;
}

.record_uk_tv_table .record_uk_tv_table-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-top: 1px solid #639cd1;
}

.record_uk_tv_table .record_uk_tv_table-row.record_uk_tv_table-row-1,
.record_uk_tv_table .record_uk_tv_table-row.record_uk_tv_table-row-2 {
	border-top: none;
}

.record_uk_tv_table-cell {
	width: 20%;
	text-align: center;
	padding: 15px 10px;
	border-left: 1px solid #639cd1;
	color: #fff;
	font-size: 18px;
}

.record_uk_tv_table-cell-1 {
	text-align: left;
	border-left: none;
	width: 33%;
}

.record_uk_tv_table-cell-2 {
	border-left: none;
}

.record_uk_tv_table-content .record_uk_tv_table-cell {
	color: #588dc1;
}

.record_uk_tv_table-content .record_uk_tv_table-cell svg.record_uk_tv_ok {
	fill: #fff;
	width: 15px;
	height: auto;
}

.record_uk_tv_table-content .record_uk_tv_table-cell svg.record_uk_tv_close {
	fill: #588dc1;
	width: 15px;
	height: auto;
}

.record_uk_tv_table-content .record_uk_tv_table-cell.record_uk_tv_table-cell-1 {
	color: #fff;
}

.record_uk_tv_table .record_uk_tv_table-row.record_uk_tv_table-row-2 .record_uk_tv_table-cell-2 {
	border-radius: 15px 0 0 0;
}

.record_uk_tv_table .record_uk_tv_table-row.record_uk_tv_table-row-2 .record_uk_tv_table-cell-5 {
	border-radius: 0 15px 0 0px;
}

.record_uk_tv_table .record_uk_tv_table-row.record_uk_tv_table-row-last .record_uk_tv_table-cell-2 {
	border-radius: 0px 0 0 15px;
}

.record_uk_tv_table .record_uk_tv_table-row.record_uk_tv_table-row-last .record_uk_tv_table-cell-5 {
	border-radius: 0 0 15px 0px;
}

.record_uk_tv_table-content .record_uk_tv_table-cell {
	background: #78b8f1;
}

.record_uk_tv_table-content .record_uk_tv_table-cell.record_uk_tv_table-cell-1 {
	background: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 33%;
}

.record_uk_tv_table-content .record_uk_tv_table-cell.record_uk_tv_table-cell-2,
.record_uk_tv_table-content .record_uk_tv_table-cell.record_uk_tv_table-cell-3,
.record_uk_tv_table-content .record_uk_tv_table-cell.record_uk_tv_table-cell-4,
.record_uk_tv_table-content .record_uk_tv_table-cell.record_uk_tv_table-cell-5 {
	display: flex;
	align-items: center;
	justify-content: center;
}


.record_uk_tv_info {
	padding: 30px 0 0px;
}

.record_uk_tv_info .favourite {
	padding-top: 0px;
}

.record_uk_tv_info .favourite .favourite_content {
	width: calc(65% - 50px);
}

.record_uk_tv_info .favourite .favourite_image {
	width: calc(35% - 50px);
}

.hide_mobile {
	padding: 15px 0 0;
}

.pricing h2.record_uk_tv_pricing_headline {
	padding: 30px 0 0;
}

.pd_0 {
	display: block;
}

@media only screen and (max-width: 1750px) {
	.lady_women {
		width: 200px;
		height: auto;
	}

	.record_men {
		width: 200px;
		height: auto;
	}
}

@media only screen and (max-width: 1400px) {
	.lady_women {
		width: 150px;
		height: auto;
	}

	.record_men {
		width: 150px;
		height: auto;
	}

	.header.header_record_uk_tv .container {
		max-width: 1000px
	}

}

@media only screen and (max-width: 1199px) {
	.header_record_uk_tv {
		padding-bottom: 65px;
	}

	.lady_women {
		display: none;
	}

	.record_men {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.record_uk_tv_table {
		padding: 15px 15px 30px;
	}

	.record_uk_tv_channels_description {
		font-size: 16px;
	}

	.record_uk_tv_info .favourite .favourite_content .favourite_description {
		font-size: 16px;
	}

	.record_uk_tv_about .favourite .favourite_content .favourite_description {
		font-size: 16px;
	}

	.record_uk_tv_middle_content .middle_content_description {
		font-size: 16px;
	}

	.header_record_uk_tv .header_description {
		font-size: 16px;
	}

	.page-template-template_record-uk-tv .price_slider .item .price_slider_item .price_slider_description {
		font-size: 16px;
	}

	.price_slider .item .price_slider_item.price_sl_it_2:before {
		display: none;
	}

	.hide_mobile {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.record_uk_tv_channels .record_uk_tv_channels_inner .record_uk_tv_channels_item {
		width: calc(50% - 15px);
	}

	.record_uk_tv_channels_description {
		font-size: 16px;
	}

	.record_uk_tv_about .favourite .favourite_inner {
		padding: 20px 0 0;
	}

	.record_uk_tv_about .favourite .favourite_content {
		width: 100%;
	}

	.record_uk_tv_about .favourite .favourite_image {
		width: 100%;
	}

	.record_uk_tv_about .favourite .favourite_image img {
		display: block;
		margin: auto;
		max-width: 280px;
		height: auto;
	}

	.record_uk_tv_about .favourite .favourite_inner_1 {
		padding: 0px 0 0;
	}

	.record_uk_tv_about .favourite .favourite_inner_1 .favourite_content,
	.record_uk_tv_about .favourite .favourite_inner_2 .favourite_content {
		order: 2;
	}

	.record_uk_tv_about .favourite .favourite_inner_1 .favourite_image,
	.record_uk_tv_about .favourite .favourite_inner_2 .favourite_image {
		order: 1;
	}

	.record_uk_tv_guide {
		display: none;
	}

	.record_uk_tv_info .favourite .favourite_content {
		width: 100%;
		order: 2;
	}

	.record_uk_tv_info .favourite .favourite_image {
		width: 100%;
		order: 1;
	}

	.record_uk_tv_info .favourite .favourite_image img {
		display: block;
		margin: auto;
		max-width: 280px;
		height: auto;
	}

	.record_uk_tv_info .favourite .favourite_content .favourite_description {
		font-size: 16px;
	}

	.record_uk_tv_about .favourite .favourite_content .favourite_description {
		font-size: 16px;
	}

	.record_uk_tv_middle_content .middle_content_description {
		font-size: 16px;
	}

	.header_record_uk_tv .header_description {
		font-size: 16px;
	}

	.page-template-template_record-uk-tv .price_slider .item .price_slider_item .price_slider_description {
		font-size: 16px;
	}
}

@media only screen and (max-width: 479px) {
	.record_men {
		width: 120px;
		height: auto;
	}

	.record_uk_tv_channels .record_uk_tv_channels_inner .record_uk_tv_channels_item {
		font-size: 20px;
	}

	.middle_content {
		padding: 30px 0 20px;
	}

	.record_uk_tv_about .favourite .favourite_image img {
		max-width: 180px;
	}

	.record_uk_tv_info .favourite .favourite_image img {
		max-width: 180px;
	}

	.record_uk_tv_channels .record_uk_tv_channels_inner .record_uk_tv_channels_item {
		width: calc(50% - 7.5px);
	}

}

/** Download **/


.download_bg {
	border-radius: 50px;
	margin-bottom: 45px;
}

.download_bg_tabs {
	margin-bottom: 0px;
}

.later_download_bg {
	background: #52a4ed;
}

.header_download h1 {
	color: #021f27;
	font-size: 62px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 50px 0;
	line-height: 1.5em;
	font-family: 'Overpass', sans-serif;
}

.header_download h1 p {
	margin: 0;
}

.header_download h1 a {
	color: #00a9c2;
	text-decoration: none;
}

.header_download h1 a:hover,
.header_download h1 a:focus {
	text-decoration: underline;
}

.download_menu {
	position: relative;
}

.download_carousel.owl-carousel .owl-stage {
	margin: auto !important;
}

.download_menu .download_menu_item {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	text-decoration: none;
	position: relative;
	border-radius: 25px;
	border: 3px solid #a8b0bb;
}



.download_menu .download_menu_item svg {
	height: 77px;
	width: auto;
	fill: #a8b0bb;
	margin: 20px 0 0;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.download_menu .download_menu_item span {
	display: block;
	width: 100%;
	padding: 8px 0 30px;
	text-align: center;
	color: #a8b0bb;
	font-size: 18px;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.download_menu .download_menu_item:hover,
.download_menu .download_menu_item:focus {
	/* background:#0d1e28;	 */
	border: 3px solid #52a4ed;
}

.download_menu .download_menu_item:hover svg,
.download_menu .download_menu_item:focus svg {
	fill: #52a4ed;
}

.download_menu .download_menu_item:hover span,
.download_menu .download_menu_item:focus span {
	color: #52a4ed;
}

.download_menu .download_menu_item.active {
	border: 3px solid #52a4ed;
	/* background:#0d1e28;	 */
}

.download_menu .download_menu_item.active svg {
	fill: #52a4ed;
}

.download_menu .download_menu_item.active span {
	color: #52a4ed;
}



.download_tabs {
	padding: 80px 0px 40px;
	display: none;
}

.download_tab1 {
	display: block;
}

.download_tabs h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 0px;
	font-family: 'Baloo 2', cursive;
}

.download_tabs h2 {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 15px;
	font-family: 'Baloo 2', cursive;
}

.download_tabs .tabs_sub_headline {
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
}

.download_tabs .tabs_sub_headline a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.download_tabs .tabs_sub_headline a:hover,
.download_tabs .tabs_sub_headline a:focus {
	text-decoration: underline;
}


.download_tabs .tabs_description {
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;

}



.tab_browsers {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	max-width: 400px;
}

.tab_browsers img {
	max-width: 50px;
	height: auto;
	margin: 10px;
	display: block;
	margin: 0 auto 10px;
}

.tab_browsers-item {
	position: relative;
	cursor: pointer;
	display: block;
	width: calc(20% - 15px);
	text-align: center;
	cursor: default;
}

.tab_browsers-item span {
	color: #000;
	font-size: 16px;
}

/* .tab_browsers-item span{ */
/* position:absolute; */
/* background:#000; */
/* color:#fff; */
/* font-size:12px; */
/* top:-15px; */
/* left:50%; */
/* transform:translateX(-50%); */
/* padding:5px; */
/* text-align:center; */
/* opacity:0; */
/* transition:0.3s ease; */

/* } */

/* .tab_browsers-item:hover span, */
/* .tab_browsers-item:focus span{ */
/* opacity:1; */
/* } */


.download_tabs .tabs_description a {
	font-size: 16px;
	color: #3d8af7;
	text-decoration: none;
	display: block;
	margin-top: 15px;
}

.download_tabs.download_tab1 .tabs_description a,
.download_tabs.download_tab3 .tabs_description a {
	color: #3d8af7;
	text-decoration: none;
	display: inline-block;
	margin-top: 0px;
}

.download_tabs .tabs_description a:hover,
.download_tabs .tabs_description a:focus {
	text-decoration: underline;
}



.tabs_small_description {
	font-size: 12px;
	color: #062832;
	line-height: 1.5em;
	margin-top: 15px;
}

.download_tabs .tabs_description ul {
	list-style: none;
	padding-left: 15px;
}

.download_tabs .tabs_description ul li {
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
}

.download_tabs .tabs_description ul li:before {
	content: '-';
	position: absolute;
	left: -15px;
	top: 0px;
	font-size: 16px;
	color: #fff;
}

.download_tabs .tabs_description img {
	max-width: 205px;
	height: auto;
	width: 100%;
}

.download_tabs.download_tab3 .tabs_description img {
	max-width: 240px;
	margin: 10px 0;
	width: 100%;
}

.download_tabs .tabs_description img.linux {
	margin-top: 66px;
}

.download_tabs .tabs_description ol {
	list-style: none;
	padding-left: 20px;
}

.download_tabs .tabs_description ol li {
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
}

.download_tabs .tabs_description ol li:before {
	content: '🖸';
	position: absolute;
	left: -20px;
	top: 0px;
	font-size: 16px;
	color: #fff;
}

.download_tabs .tabs_description ol li a {
	font-size: 16px;
	color: #062832;
	text-decoration: underline;
	display: inline-block;
	margin: 0;
}

.download_tabs.download_tab1 .tabs_description ol li a,
.download_tabs.download_tab3 .tabs_description ol li a {
	color: #fff;
	text-decoration: underline;
}

.download_tabs .tabs_description ol li a:hover,
.download_tabs .tabs_description ol li a:focus {
	text-decoration: none;
}


.download_tabs .tabs_browsers {
	max-width: 350px;
	height: auto;
	display: block;
	margin: 25px 0;
}

.download_tabs .tabs_small {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.download_tabs .tabs_bnt {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Baloo 2', cursive;
	color: #fff;
	text-decoration: none;
	padding: 17px 40px 14px;
	background: #ff7e4e;
	border-radius: 13px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
	transition: 0.3s ease;
	margin: 10px 0;

}

.download_tabs .tabs_bnt.tabs_bn_mob {
	display: none;
}

.download_tabs .tabs_bnt.tabs_bnt_small {
	padding: 18px 44px;
}

.download_tabs .tabs_bnt:hover,
.download_tabs .tabs_bnt:focus {
	text-decoration: none;
	background: #fff;
	color: #ff7e4e;
}


.tabs_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.tabs_inner .tabs_item {
	width: calc(40% - 30px);
}

.tabs_inner .tabs_item1 {
	width: calc(60% - 30px);
}

.tabs_inner .tabs_item2 {
	width: calc(37% - 30px);
}

.tabs_inner .tabs_item2 img {
	width: 100%;
	height: auto;
}

.tabs_item3 {
	width: 100% !important;
	margin-bottom: 30px;
}

.tabs_inner .tabs_item_50 {
	width: calc(66% - 5px);
}


.tabs_inner .tabs_item_50 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tabs_inner .tabs_item_50.tabs_item_50_last {
	flex-wrap: wrap;
}

.tabs_inner .tabs_item .tabs_inner_item {
	width: calc(50% - 15px);
}

.tabs_inner .tabs_inner_item-25 {
	width: calc(25% - 30px);
}

.tabs_inner .tabs_inner_item-40 {
	width: calc(30% - 20px);
	margin-top: 30px;
}

.tabs_inner .tabs_inner_item-33 {
	width: calc(23% - 10px);
	margin-top: 30px;
}

.tabs_inner .tabs_inner_item-25 .tabs_bnt,
.download_tab4 .tabs_inner .tabs_inner_item .tabs_bnt,
.download_tab5 .tabs_inner .tabs_item .tabs_bnt,
.download_tab6 .tabs_inner .tabs_item .tabs_bnt {
	font-size: 20px;
	text-align: center;
}



.tabs_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 15px 0;
}

.tabs_images img {
	width: 100%;
	max-width: 90px;
	height: 90px;
	margin-right: 10px;
}

.mt_30 {
	margin-top: 30px;
}

.owl-theme .owl-nav {
	margin: 0;
}

.download_carousel .owl-nav .owl-prev {
	background: rgba(0, 0, 0, 0.0) !important;
	position: absolute;
	top: 0px;
	left: -33px;
	width: 38px;
	height: 100%;
	display: block;
	border-radius: 0px;
	margin: 0;
}

.download_carousel .owl-nav .owl-prev svg {
	width: 36px;
	height: auto;
	fill: #2e6fa9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.download_carousel .owl-nav .owl-prev:hover,
.download_carousel .owl-nav .owl-prev:focus {
	background: rgba(59, 29, 143, 0.0);
}


.download_carousel .owl-nav .owl-next {
	background: rgba(0, 0, 0, 0.0) !important;
	position: absolute;
	top: 0px;
	right: -33px;
	width: 38px;
	height: 100%;
	display: block;
	border-radius: 0px;
	margin: 0;
}

.download_carousel .owl-nav .owl-next svg {
	width: 36px;
	height: auto;
	fill: #2e6fa9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.download_carousel .owl-nav .owl-next:hover,
.download_carousel .owl-nav .owl-next:focus {
	background: rgba(59, 29, 143, 0.0);
}

.down_footer {
	background: #fff;
	padding: 30px 0;
}

.down_footer_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.down_footer_item {
	width: calc(33% - 30px);
	color: #000;
	font-size: 16px;
}

.down_footer_item_menu {
	text-align: center;
}

.down_footer_item a {
	color: #000;
	display: inline-block;
	text-decoration: underline;
	margin: 0 10px;
}

.down_footer_item a:hover,
.down_footer_item a:focus {
	text-decoration: none;
}

.lang_dwn .nice-select {
	margin: 0 0 0 auto;

}

.lang_dwn .nice-select .list {
	top: -84px;
}


.download_tab6.download_tabs .tabs_description span {
	display: inline-block;
	padding-top: 10px;
}

.download_tabs .tabs_description span {
	font-size: 12px;
}

.download_tabs.download_tab4 .tabs_description img,
.download_tabs.download_tab5 .tabs_description img,
.download_tabs.download_tab6 .tabs_description img {
	max-width: 240px;
	margin: 15px 0;
	width: 100%;
	display: block;
}

.download_tabs .tabs_sub_headline {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5em;
	margin: 0px 0 10px;
}

.download_tabs.download_tab1 .tabs_description a,
.download_tabs.download_tab3 .tabs_description a,
.download_tabs.download_tab4 .tabs_description a,
.download_tabs.download_tab5 .tabs_description a {
	color: #fff;
	display: initial;
	margin-top: 0px;
	text-decoration: underline;

}


.download_tabs.download_tab1 .tabs_description a:hover,
.download_tabs.download_tab3 .tabs_description a:hover,
.download_tabs.download_tab4 .tabs_description a:hover,
.download_tabs.download_tab5 .tabs_description a:hover,
.download_tabs.download_tab1 .tabs_description a:focus,
.download_tabs.download_tab3 .tabs_description a:focus,
.download_tabs.download_tab4 .tabs_description a:focus,
.download_tabs.download_tab5 .tabs_description a:focus {
	text-decoration: none;
}



.select_plans {
	background: #ebf1f6;
	border-radius: 5px;
	border: 1px solid #ebf1f6;
	font-size: 46px;
	font-weight: 900;
	color: #52a4ed;
	font-family: 'Baloo 2', cursive;
	margin-bottom: 17px;
	height: 50px;
	line-height: 50px;
	width: 200px;
	outline: none;
}

.select_plans:after {
	background: url(../img/arrow_plans.png) center/cover no-repeat;
	width: 21px;
	height: 14px;
	transform: translateY(-50%) rotate(0deg);
}

.select_plans:active,
.select_plans.open,
.select_plans:focus {
	border-color: #ebf1f6;
}

.select_plans .list {
	border-radius: 5px;
	background-color: #ebf1f6;
	font-size: 18px;
	color: #52a4ed;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

/* .select_plans.open .list{ */
/* border-radius:5px; */
/* background-color: #ebf1f6; */
/* font-size:16px; */
/* color:#000; */
/* font-family: 'Lato', sans-serif; */
/* font-weight:700; */
/* } */

.select_plans .option:hover,
.select_plans .option.focus,
.select_plans .option.selected.focus {
	background-color: #fff;
}

.price_slider .item .price_plan_tab {
	display: none;
	opacity: 0;
	transition: 0.3s ease;
}

.price_slider .item .price_plan_tab.active {
	display: block;
	opacity: 1;
}


@media only screen and (max-width: 1199px) {
	.header_download .headers_download_description {
		margin: 100px 0 50px;
	}

	.download_menu .download_menu_item span {
		font-size: 18px;
	}

	.download_menu:before {
		height: 35px;
	}

	.download_tabs {
		padding: 50px 0 70px;
	}

	.download_tabs .tabs_description br {
		display: none;
	}

	.download_tabs .tabs_description img.linux {
		margin-top: 10px;
	}

	.download_bg .tabs_bnt {
		text-align: center;
	}

	.download_bg {
		margin-bottom: 35px;
	}

	.download_bg_tabs {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.header_download .headers_download_description {
		font-size: 36px;
		margin: 60px 0 50px;
	}

	.tabs_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tabs_inner .tabs_item {
		width: 100%;
	}

	.tabs_inner .tabs_item_50 {
		width: 100%;
		margin-top: 30px;
	}

	.download_tabs .tabs_description img.linux {
		margin-top: 67px;
	}

	.tabs_inner .tabs_inner_item-25:first-child {
		width: 100%;
	}

	.tabs_inner .tabs_inner_item-25 {
		width: calc(33.3333% - 30px);
	}

	.download_tabs .tabs_bnt.tabs_bn_mob {
		display: inline-block;
		margin: 15px 0 0px;
	}

	.download_tabs .tabs_bnt.tabs_bnt_pc {
		display: none;
	}

	.down_footer_inner {
		flex-wrap: wrap;
	}

	.down_footer_item {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.lang_dwn .nice-select {
		margin: auto;
	}

	.tabs_inner .tabs_inner_item-25 {
		width: calc(33.3333% - 30px);
		margin-top: 30px;
	}

	.download_carousel .owl-nav .owl-prev {
		left: -24px;
	}

	.download_carousel .owl-nav .owl-next {
		right: -24px;
	}

	.tabs_inner .tabs_item2 img {
		width: auto;
		display: block;
		margin: auto;
		max-width: 370px;
		width: 100%;
		height: auto;
	}

	.download_tabs {
		padding: 50px 0 0px;
	}

	.page-template-template_download .header.header_olympic {
		padding-bottom: 130px;
	}
}


@media only screen and (max-width: 767px) {
	.tabs_inner .tabs_inner_item-25 {
		margin-top: 0px;
	}

	.header_download h1 {
		font-size: 24px;
		padding: 30px 0 50px;
	}

	.download_tabs h1 {
		font-size: 26px;
	}

	.header_download .headers_download_description {
		font-size: 25px;
		margin: 15px 0 50px;
	}

	.download_carousel {
		max-width: 90%;
		margin: auto;
	}

	.download_carousel .owl-nav .owl-prev {
		left: -37px;
	}

	.download_carousel .owl-nav .owl-next {
		right: -37px;
	}

	.download_menu:before {
		height: 30px;
	}

	.download_menu .download_menu_item span {
		font-size: 14px;
	}

	.download_tabs .tabs_bnt {
		font-size: 18px;
	}

	.download_tabs h2 {
		font-size: 20px;
	}

	.download_tabs .tabs_description {
		font-size: 14px;
	}

	.download_tabs .tabs_browsers {
		max-width: 250px;
	}

	.tabs_inner .tabs_item_50 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0px;
	}

	.tabs_inner .tabs_item .tabs_inner_item {
		width: 100%;
	}

	.tabs_images {
		margin: 15px 0 0px;
	}

	.download_tabs .tabs_description img.linux {
		margin: 10px 0;
	}

	.download_tab5 .tabs_images,
	.download_tab6 .tabs_images {
		margin: 15px 0 15px;
	}

	.download_tabs .tabs_description a {
		font-size: 14px;
	}

	.download_tabs .tabs_description ul li {
		font-size: 14px;
	}

	.download_tabs .tabs_description ol li {
		font-size: 14px;
	}

	.header_scroll {
		height: 65px;
	}

	.header_scroll .logo img {
		max-width: 90px;

	}

	.tabs_inner .tabs_inner_item-25 {
		width: 100%;
	}

	.tabs_inner_item-25 h2 {
		margin-top: 30px;
	}

	.tabs_item_mp h2 {
		margin-top: 30px;
	}

	.download_tabs .tabs_sub_headline {
		font-size: 18px;
	}

	.download_menu .download_menu_item svg {
		height: 55px;
	}

	.tabs_item2 {
		display: none;
	}

	.download_tabs {
		padding: 25px 0 0;
	}

	.download_bg {
		margin-bottom: 20px;
	}

	.download_bg_tabs {
		margin-bottom: 0px;
	}

	.page-template-template_download .header.header_olympic {
		padding-bottom: 50px;
	}

}

@media only screen and (max-width: 479px) {
	.header_download h1 {
		font-size: 20px;
		padding: 30px 0 50px;
	}

	.header_download .headers_download_description {
		font-size: 17px;
		margin: 15px 0 50px;
	}

	.download_carousel {
		max-width: 93%;
	}

	.download_menu .download_menu_item svg {
		height: 55px;
	}

	.download_menu .download_menu_item span {
		font-size: 12px;
	}

	.download_menu:before {
		height: 28px;
	}

	.download_tabs .tabs_bnt {
		font-size: 14px;
	}

	.download_tabs .tabs_description img {
		max-width: 160px;
	}

	.tabs_images img {
		max-width: 65px;
		height: 65px;
	}

	.download_tabs.download_tab3 .tabs_description img {
		max-width: 185px;
	}

	.download_menu .container {
		overflow: hidden;
	}

	.tabs_inner .tabs_inner_item-25 .tabs_bnt,
	.download_tab4 .tabs_inner .tabs_inner_item .tabs_bnt,
	.download_tab5 .tabs_inner .tabs_item .tabs_bnt,
	.download_tab6 .tabs_inner .tabs_item .tabs_bnt {
		font-size: 14px;
	}

	.download_carousel .owl-nav .owl-prev {
		left: -32px;
	}

	.download_carousel .owl-nav .owl-next {
		right: -32px;
	}

	.download_menu .download_menu_item svg {
		height: 40px;
	}

	.download_menu .download_menu_item {
		height: 112px;
	}

	.download_menu .download_menu_item {
		border: 2px solid #afb7c1;
	}

	.download_menu .download_menu_item.active {
		border: 2px solid #52a4ed;
	}

	.download_carousel .owl-nav .owl-prev svg,
	.download_carousel .owl-nav .owl-next svg {
		width: 25px;
	}

	.tab_browsers {
		width: 100%;
	}

	.tab_browsers img {
		max-width: 35px;
	}

	.tab_browsers-item span {
		font-size: 12px;
	}

	.download_bg {
		padding: 20px 20px 10px;
	}

	.download_bg.download_bg_tabs {
		padding: 20px 0px 15px;
	}

	.download_tabs {
		padding: 10px 0 0;
	}
}

.privacy_popup {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #C4E3FF;
	display: none;
	opacity: 0;
	z-index: 999;
	box-shadow: 0px 0px 10px #000;
	transition: 0.3s ease;
	padding: 20px 0;
}


.cookie_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.cookie_inner_item_1 {
	width: 330px;
}

.cookie_inner_item_1 img {
	width: 100%;
	height: auto;
	display: block;
}

.cookie_inner_item_2 {
	width: calc(100% - 650px);
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #1B5B94;
	text-align: left;
}

.cookie_inner_item_2 a {
	color: #1B5B94;
	text-decoration: underline;
}

.cookie_inner_item_2 a:hover,
.cookie_inner_item_2 a:focus {
	text-decoration: none;
}

.cookie_inner_item_3 {
	width: 190px;
}

.cookie_inner_item_3 a {
	display: block;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #450768;
	padding-left: 35px;
	text-decoration: none;
}

.cookie_inner_item_3 a:hover,
.cookie_inner_item_3 a:focus {
	text-decoration: underline;
}

.cookie_agree {
	background: url(../img/cookie3.png) 0px 4px no-repeat;
}

.cookie_deagree {
	background: url(../img/cookie4.png) 0px 4px no-repeat;
	color: #925EB0;
}



@media (max-width: 1199px) {
	.cookie_inner_item_2 {
		width: calc(100% - 540px);
	}

	.cookie_inner_item_1 img {
		width: 290px;
	}

	.cookie_popup_inner p {
		font-size: 16px;
	}

	.cookie_popup_agree {
		padding: 15px 35px 13px;
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.cookie_inner_item_1 {
		width: 275px;
	}
}

@media (max-width: 767px) {
	.cookie_popup_agree {
		padding: 11px 25px 9px;
		font-size: 16px;
		border: 2px solid #fff;
	}

	.cookie_popup_deagree {
		font-size: 16px;
	}

	.cookie_inner_item_3 a {
		background: none !important;
		padding-left:0px;
	}

	.cookie_inner {
		flex-wrap: wrap;
	}

	.cookie_inner_item_1 {
		display: none;
	}

	.cookie_inner_item_2 {
		width: 100%;
		text-align: center;
		padding: 0 0 15px;
	}

	.cookie_inner_item_3 {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 479px) {
	.cookie_inner_item_2 br {
		display: none;
	}

	/* .cookie_inner_item_3 { */
	/* display: none; */
	/* } */
}


.home_channels_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 680px;
	margin: auto;
}

.home_channels_inner .home_channels_item {
	display: block;
	width: calc(33.33% - 15px);
	margin: 7.5px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	font-family: 'DS-Digital';
	padding: 15px 10px;
	border-radius: 15px;
	transition: .3s ease;
	position: relative;
}

.home_channels_inner .home_channels_item .video_in {
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 15px;
	background: rgba(6, 46, 56, 0.6) url(../img/play_new_white.svg) center/cover no-repeat;
	background-size: 22px 22px;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s ease;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.home_channels_inner .home_channels_item:hover .video_in {
	opacity: 1;
}


.home_channels_inner .home_channels_item_last {
	color: #52A4ED;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-decoration-line: underline;
}

.home_channels_inner .home_channels_item_last:hover,
.home_channels_inner .home_channels_item_last:focus {
	text-decoration-line: none;
}

.home_channels_inner_desc {
	text-align: center;
	font-size: 20px;
	color: #588dc1;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 30px 0 0;
}

.home_channels_inner_desc a {
	color: #588dc1;
	text-decoration: underline;
}

.home_channels_inner_desc a:hover,
.home_channels_inner_desc a:focus {
	text-decoration: none;
}

.about_type_2 {
	padding-top: 60px;
}


.home_table_inner_top h2 {
	text-align: center;
	font-size: 36px;
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	line-height: 1.3em;
	color: #50a4ea;
	margin: 0 0 15px;
}

.home_table_inner_top p {
	font-size: 20px;
	color: #588dc1;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0 30px;
}

.home_table_inner {
	background: #52A4ED;
	border-radius: 30px;
	padding: 30px;
}

.home_table_inner_row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(37, 90, 153, 0.30);
}

.home_table_item {
	width: calc(20% - 0px);
	padding: 12px 10px;
	border-left: 1px solid rgba(37, 90, 153, 0.30);
	color: #FFF;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_table_inner .home_table_inner_row:first-child,
.home_table_inner .home_table_inner_row:last-child {
	border-bottom: none;
}

.home_table_inner_row .home_table_item_header {
	color: #fff;
}


.home_table_item1 {
	width: 30%;
	justify-content: flex-start;
	border-left: none;
}

.home_table_item2 {
	border-left: none;
}

.home_table_inner_row .home_table_item_header {
	background: none;
}

.home_table_item2,
.home_table_item3,
.home_table_item4,
.home_table_item5 {
	background: #78B8F1;
	color: #588DC1;
}

.home_table_inner .home_table_inner_row:nth-child(2) .home_table_item2 {
	border-radius: 20px 0 0 0;
}

.home_table_inner .home_table_inner_row:nth-child(2) .home_table_item5 {
	border-radius: 0px 20px 0 0;
}

.home_table_inner .home_table_inner_row:last-child .home_table_item2 {
	border-radius: 0px 0 0 20px;
}

.home_table_inner .home_table_inner_row:last-child .home_table_item5 {
	border-radius: 0px 0px 20px 0;
}

@media (max-width: 1199px) {
	.favourite .favourite_content h2 br {
		display: none;
	}
}

@media (max-width: 991px) {
	.home_table_inner {
		padding: 15px;
	}

	.home_table_item {
		font-size: 16px;
	}

	.gallery_inner {
		max-width: 480px;
		margin: auto;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.middle_content {
		padding: 55px 0 20px;
	}

	.middle_content_v2 {
		padding: 0px 0 20px;
	}

	.home_channels_inner .home_channels_item {
		width: calc(50% - 15px);
	}

	.home_channels_inner .home_channels_item_last {
		width: 100%;
	}

	.home_table_inner_top h2 {
		font-size: 25px;
	}

	.home_table_inner_top p {
		font-size: 16px;
	}

	.home_table_item {
		font-size: 14px;
	}
}

@media (max-width: 479px) {
	.home_channels_inner .home_channels_item {
		font-size: 18px;
	}

	.home_table .container {
		overflow: scroll;
	}

	.home_table_inner {
		width: 500px;

	}
}