/*@import "animations.css";*/

@font-face {
	font-family: 'CFAstyPlaisio';
	src: url('../fonts/CF Asty Plaisio DTP/OpenType-PS/CFAstyPlaisio-Regular.otf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'CFAstyPlaisio';
	src: url('../fonts/CF Asty Plaisio DTP/OpenType-PS/CFAstyPlaisio-Bold.otf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'CFReklama';
	src: url('../fonts/CFReklama.otf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'CFReklama-Bold';
	src: url('../fonts/CFReklama-Bold.otf') format('truetype');
	font-weight: bold;
}
html {
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
::selection {
	background: #000;
	color: #fff;
}
body {
	margin: 0;
	font-family: CFAstyPlaisio;
	overflow-x: hidden;
	color: #1B1B1B;
}
img {
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	font-family: CFAstyPlaisio;
	transition: all 0.3s;
}

p {
	margin: 0;
	padding: 0;
}

section {
	width: 100%;
}

.container {
	max-width: 1390px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.container:after {
	display: table;
	content: "";
	clear: both;
}
.container-max {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.cta {
	display: inline-block;
	font-size: 22px;
	line-height: 23px;
	border-radius: 50px;
	background-color: #1B1B1B;
	color: #fff;
	border: 3px solid #1B1B1B;
	background-repeat: no-repeat;
	background-size: 55px;
	background-image: url(../images/right-white-circled-arrow.svg);
	background-position: top 2px right 3px;
	padding: 20px 81px 20px 30px;
	font-weight: bold;
}
@media (max-width: 720px) {
	.cta {
		font-size: 16px;
		line-height: 19px;
		background-size: 39px;
		border: 2px solid #1B1B1B;
		padding: 15px 55px 15px 20px;
		background-position: top 4px right 3px;
	}
}
.cta:hover {
	background-color: transparent;
	color: #1B1B1B;
	background-image: url(../images/right-black-circled-arrow.svg);
}
.cta.cta-purple {
	background-color: #39124D;
	border-color: #39124D;
}
.cta.cta-purple:hover {
	background-color: transparent;
	color: #39124D;
}
.cta.cta-green {
	background-color: #78FFDD;
	background-image: url(../images/right-black-circled-arrow.svg);
	border-color: #78FFDD;
	color: #000000;
}
.cta.cta-green:hover {
	background-color: transparent;
	color: #78FFDD;
	background-image: url(../images/right-green-circled-arrow.svg);
	background-position: top 2px right 3px;
}
.cta.cta-white {
	background-color: #EAE4E4;
	background-image: url(../images/right-black-circled-arrow.svg);
	border-color: #EAE4E4;
	color: #000000;
}
.cta.cta-white:hover {
	background-color: #000;
	border-color: #000;
	background-image: url(../images/right-white-circled-arrow.svg);
	color: #fff;
}

.header {
	text-align: center;
	color: #fff;
}
.header .container-max {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 0 30px 142px;
}
.header .plaisio-logo {
	text-align: left;
	padding: 50px 67px;
}
.header .plaisio-logo img {
	max-width: 142px;
}
.header .turbox {
	padding-top: 122px;
}
.header .turbox img {
	max-width: 370px;
}
.header .tv img {
	max-width: 988px;
}
.header .scroll img {
	max-width: 25px;
}
.header .header-title {
	font-size: 54px;
	line-height: 68px;
	max-width: 670px;
	position: relative;
	margin: 0 auto 88px;
	z-index: 1;
}
.header .header-title .green-back {
	background: #A2D14E;
	height: 32px;
	display: block;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 35px;
	left: 150px;
}
@media (max-width: 1140px) {
	.header .turbox {
		padding-top: 80px;
	}
	.header .turbox img {
		max-width: 300px;
	}
	.header .plaisio-logo img {
		max-width: 120px;
	}
	.header .header-title {
		font-size: 48px;
		line-height: 60px;
		max-width: 550px;
		width: 100%;
	}
	.header .header-title .green-back {
		top: 30px;
		left: 110px;
	}
}
@media (max-width: 720px) {
	.header .plaisio-logo {
		text-align: center;
		padding: 20px 0 50px;
	}
	.header .container-max {
		padding: 0 10px 84px;
	}
	.header .turbox img {
		max-width: 225px;
	}
	.header .header-title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 66px;
		width: 100%;
	}
	.header .header-title .green-back {
		top: 20px;
		left: 23%;
		height: 14px;
		width: 75%;
	}
}

.features {
	margin: 125px 0 145px;
	text-align: center;
}
.features .features-title {
	font-size: 48px;
	line-height: 65px;
	font-weight: bold;
	margin-bottom: 115px;
}
.features .features-body {
	font-size: 22px;
	line-height: 38px;
	max-width: 1010px;
	margin: 115px auto 109px;
}
.features .logos {
	display: table;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.logos .logo {
	display: inline-block;
	margin: 0 28px;
}
.logos .logo .chromecast-logo {
	max-width: 187px;
}
.logos .logo .netflix {
	max-width: 122px;
}
.logos .logo .google-play {
	max-width: 185px;
}
.logos .logo .google-movies {
	max-width: 151px;
}
.logos .logo .google-assistant {
	max-width: 282px;
}
@media (max-width: 1140px) {
	.features .features-title {
		font-size: 34px;
		line-height: 50px;
		margin-bottom: 80px;
	}
	.logos .logo {
		margin: 0 40px;
		margin-bottom: 50px;
	}
	.features .features-body {
		font-size: 18px;
		line-height: 34px;
		margin: 60px 0 90px;
	}
}
@media (max-width: 1040px) {
	.features .features-title {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 80px;
	}
	.logos .logo {
		margin: 0 40px;
		margin-bottom: 50px;
	}
	.features .features-body {
		font-size: 18px;
		line-height: 31px;
		margin: 60px 0 90px;
		padding: 0 25px;
	}
}
@media (max-width: 720px) {
	.features {
		margin-top: 30px;
	}
	.features .features-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 43px;
	}
	.logos .logo {
		margin: 0 20px;
		margin-bottom: 20px;
	}
	.logos .logo .chromecast-logo {
		max-width: 160px;
	}
	.logos .logo .netflix {
		max-width: 91px;
	}
	.logos .logo .google-play {
		max-width: 137px;
	}
	.logos .logo .google-movies {
		max-width: 118px;
	}
	.logos .logo .google-assistant {
		max-width: 145px;
	}
	.features .features-body {
		font-size: 18px;
		line-height: 31px;
		margin: 60px 0 90px;
	}
}


.girl-image {
	position: relative;
	z-index: 10;
}
.girl-image .girl-image-wrapper {
	position: absolute;
	display: block;
	max-width: 760px;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}
.girl-image .girl-image-wrapper .microphone {
	position: absolute;
	top: 10%;
	right: 20%;
	max-width: 180px;
}

@media (max-width: 1920px) {
	.girl-image .girl-image-wrapper {
		max-width: 35%;
	}
}
@media (max-width: 1440px) {
	.girl-image .girl-image-wrapper .microphone {
		max-width: 100px;
		right: 15%;
	}
}
@media (max-width: 720px) {
	.girl-image .girl-image-wrapper {
		max-width: 80%;
	}
	.girl-image .girl-image-wrapper img {
		max-width: 400px;
	}
	.girl-image .girl-image-wrapper .microphone {
		max-width: 100px;
		right: 15%;
	}
}


.tv-screens {
	background: #000;
	/*background: #0B0B0B;*/
}
@media (max-width: 1040px) {
	.tv-screens {
		overflow: hidden;
	}
}
.google-assistant {
	position: relative;
	z-index: 1;
}
.google-assistant-wrapper {
	text-align: center;
	padding-top: 165px;
	padding-bottom: 180px;
	background-repeat: no-repeat;
	background-image: url(../images/purple-back.png);
	background-size: cover;
	background-position: center;
	z-index: 2;
}
.google-assistant:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48.2%;
	background-color: #fff;
	z-index: -1;
}
.google-assistant .google-assistant-logo img {
	max-width: 466px;
	margin-bottom: 97px;
}
.google-assistant-title {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 78px;
}
.google-assistant-body {
	color: #fff;
	font-size: 22px;
	line-height: 38px;
	max-width: 1010px;
	margin: 0 auto 175px;
}
.wave-sample-wrapper {
	position: relative;
}
.wave-sample {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%) translateX(-20%);
}
@media (max-width: 1140px) {
	.google-assistant .google-assistant-logo img {
		max-width: 380px;
		margin-bottom: 50px;
	}
	.google-assistant-title {
		font-size: 34px;
	}
	.google-assistant-body {
		font-size: 19px;
		line-height: 30px;
	}
	.wave-sample {
		transform: translateY(-50%);
		width: 100%;
		overflow: hidden;
	}
	.wave-sample img {
		min-width: 1000px;
		transform: translateX(-20%);
	}
}
@media (max-width: 1040px) {
	.google-assistant .google-assistant-logo img {
		max-width: 380px;
		margin-bottom: 40px;
	}
	.google-assistant-title {
		font-size: 34px;
	}
	.google-assistant-body {
		font-size: 18px;
		line-height: 31px;
	}
}
@media (max-width: 720px) {
	.google-assistant-wrapper {
		background-position: center right -213px;
	}
	.google-assistant .google-assistant-logo img {
		max-width: 250px;
		margin-bottom: 40px;
	}
	.google-assistant-title {
		font-size: 28px;
		line-height: 39px;
		margin-bottom: 35px;
		padding: 0 15px;
	}
	.google-assistant-body {
		font-size: 18px;
		line-height: 31px;
		padding: 0 25px;
	}
}

.functionalities {
	position: relative;
	z-index: 10;
	padding-top: 100px;
}
.functionalities-title {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin: 0 auto 50px;
	transform: translateX(50%);
	display: table;
}

.functionalities-wrapper {
	clear: both;
	overflow: auto;
}

.functionalities .functionalities-back {
	position: absolute;
	z-index: -1;
	top: -120px;
	width: 100%;
}
.functionalities .functionalities-back .mobile {
	display: none;
}
.functionalities .functionalities-back img {
	width: 2290px;
	position: relative;
	left: 25%;
	max-width: unset;
}
.functionalities-screens {
	float: left;
	width: 65%;
	padding-left: 30px;
	padding-right: 60px;
	text-align: right;
}
.functionalities-screens video {
	display: none;
	max-width: 950px;
	width: 100%;
	height: auto;
}
.functionalities-screens video.active {
	display: inline-block;
}
.functionalities-info {
	float: right;
	width: 35%;
	text-align: left
}
.functionalities-tabs {
	margin: 70px 0;
}
.functionalities-tabs .functionalities-tab {
	width: 35px;
	display: inline-block;
	margin: 0 30px;
}
.functionalities-tabs .functionalities-tab.active img,
.functionalities-tabs .functionalities-tab img.active {
	display: none;
}
.functionalities-tabs .functionalities-tab.active img.active {
	display: inline-block;
}
.functionalities-tabs .functionalities-tab:first-child {
	margin-left: 0;
}
.functionalities-content {
	display: none;
}
.functionalities-content.active {
	display: block;
}
.functionalities-content-body {
	font-size: 25px;
	line-height: 38px;
	min-height: 150px;
}
.functionalities-content-title img {
	margin-right: 20px;
	width: 60px;
	float: left;
}
.functionalities-content-title {
	font-size: 26px;
	line-height: 29px;
	font-weight: bold;
	margin-bottom: 25px;
}
@media (max-width: 1140px) {
	.functionalities-title {
		font-size: 34px;
	}
	.functionalities .functionalities-back img {
		left: 20px;
		max-width: 2000px;
	}
	.functionalities-content-body {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 1040px) {
	.functionalities-title {
		font-size: 34px;
		transform: translateX(35%);
	}
	.functionalities .functionalities-back img {
		left: 20px;
	}
	.functionalities-content-body {
		font-size: 18px;
		line-height: 31px;
	}
	.functionalities-tabs {
		margin: 20px 0 50px;
	}
	.functionalities-tabs .functionalities-tab {
		margin: 0 15px;
		width: 30px;
	}
	.functionalities-content-title img {
		width: 45px;
	}
	.functionalities-content-title {
		font-size: 21px;
		line-height: 25px;
	}
}
@media (max-width: 720px) {
	.functionalities-title {
		font-size: 21px;
		line-height: 24px;
		padding: 0 25px;
		transform: none;
	}
	.functionalities-info,
	.functionalities-screens {
		float: none;
		width: 100%;
	}
	.functionalities-screens {
		text-align: center;
		padding: 0 20px;
	}
	.functionalities {
		padding-top: 50px;
		max-width: 460px;
		margin: 0 auto;
	}
	.functionalities .functionalities-back img {
		left: -29%;
	}
	.functionalities .functionalities-back {
		width: 100%;
		top: 0;
		left: 50%;
		transform: translateY(-19%) translateX(-50%);
		min-width: 465px;
	}
	.functionalities .functionalities-back img {
		display: none;
	}
	.functionalities .functionalities-back .mobile {
		display: block;
		width: 158%;
	}
	.functionalities-content {
		text-align: center;
	}
	.functionalities-content-body {
		font-size: 18px;
		line-height: 31px;
	}
	.functionalities-tabs {
		margin: 20px 0 50px;
		text-align: center;
	}
	.functionalities-tabs .functionalities-tab {
		margin: 0 15px;
		width: 30px;
	}
	.functionalities-content-title img {
		width: 40px;
		margin-right: 10px;
	}
	.functionalities-content-title {
		font-size: 19px;
		line-height: 21px;
		display: table;
		margin: 0 auto 30px;
	}
	.functionalities-content-title span {
		display: inline-block;
		text-align: left;
	}
}

.your-fun-wrapper {
	text-align: center;
	color: #fff;
	padding: 110px 0 117px;
}
.your-fun-title {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 80px;
}
.your-fun-logos {
	margin-bottom: 70px;
}
.your-fun-body {
	color: #fff;
	font-size: 22px;
	line-height: 38px;
	max-width: 1010px;
	margin: 0 auto 80px;
}
.your-fun-gif {
	max-width: 1190px;
	margin: 0 auto 50px;
}
@media (max-width: 1140px) {
	.your-fun-title {
		font-size: 34px;
		margin-bottom: 44px;
	}
	.your-fun-body {
		font-size: 19px;
		line-height: 30px;
	}
}
@media (max-width: 1040px) {
	.your-fun-title {
		font-size: 34px;
		margin-bottom: 44px;
	}
	.your-fun-body {
		font-size: 18px;
		line-height: 31px;
	}
}
@media (max-width: 720px) {
	.your-fun-wrapper {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.your-fun-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 55px;
		padding: 0 30px;
	}
	.your-fun-body {
		font-size: 18px;
		line-height: 31px;
		padding: 0 25px;
		margin-bottom: 40px;
	}
	.your-fun-logos {
		margin-bottom: 45px;
	}
	.your-fun-logos .logo {
		width: 30%;
		margin: 0;
		padding: 0 10px;
	}
}


.chromecast {
	text-align: center;
	padding-top: 145px;
}
.chromecast .chromecast-logo {
	margin: 0 auto 90px;
	max-width: 595px;
}
.chromecast-title {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 80px;
}
.chromecast-body {
	font-size: 22px;
	line-height: 38px;
	max-width: 1010px;
	margin: 0 auto;
}
.chromecast-select {
	font-size: 33px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 100px;
}
.chromecast-image {
	position: relative;
	overflow: hidden;
	margin-top: -170px;
}
.chromecast-image img {
	position: relative;
	z-index: -1;
}
.chromecast .get-it-cta {
	position: absolute;
	left: 0;
	bottom: 22%;
	width: 50%;
	min-width: 200px;
}
.chromecast .get-it-cta a {
	display: block;
	width: 100%;
	text-align: right;
	transform: translateX(-30px);
}

.get-it-cta {
	min-width: 200px;
}

@media (max-width: 1140px) {
	.chromecast .chromecast-logo {
		max-width: 400px;
	}
	.chromecast-title {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.chromecast-body {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 1040px) {
	.chromecast .chromecast-logo {
		max-width: 400px;
		margin-bottom: 45px;
	}
	.chromecast-title {
		font-size: 28px;
		line-height: 32px;
		padding: 0 25px;
		margin-bottom: 40px;
	}
	.chromecast-body {
		font-size: 18px;
		padding: 0 25px;
		line-height: 31px;
	}
}
@media (max-width: 720px) {
	.chromecast {
		padding-top: 50px;
	}
	.chromecast .chromecast-logo {
		max-width: 300px;
	}
	.chromecast-title {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.chromecast-body {
		font-size: 18px;
		line-height: 31px;
	}
	.chromecast-image {
		margin-top: -20px;
	}
}

.new-tv {
	text-align: center;
	padding-top: 70px;
}
.new-tv-title {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 80px;
}
.new-tv-body {
	font-size: 22px;
	line-height: 38px;
	max-width: 1010px;
	margin: 0 auto 100px;
}
.new-tv-select {
	font-size: 33px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 170px;
}
.new-tv-image {
	position: relative;
	overflow: hidden;
}
@media (max-width: 1140px) {
	.new-tv-title {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.new-tv-body {
		font-size: 20px;
		line-height: 30px;
	}
	.new-tv-select {
		font-size: 28px;
	}
}

@media (max-width: 720px) {
	.new-tv {
		padding-top: 40px;
	}
	.new-tv-title {
		font-size: 28px;
		line-height: 32px;
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.new-tv-body {
		font-size: 18px;
		line-height: 30px;
		padding: 0 30px;
		margin-bottom: 50px;
	}
	.new-tv-select {
		font-size: 22px;
		margin-bottom: 60px;
	}
	.new-tv-image > img {
		transform: scale(1.5);
	}
}

.tv-inches-wrapper {
	position: relative;
	z-index: 10;
}
.tv-inches-inner {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
}
.tv-inches {
	margin: 0 auto;
	display: table;
	box-shadow: 0 -5px 24px rgb(0, 0, 0, 0.1);
}
.tv-inches .inch {
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.tv-inches .inch .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tv-inches .inch .circle.c1 {
	background: #EAE4E4;
	border-radius: 50%;
	left: auto;
	right: 0;
	width: 200%;
	height: 200%;
}
.tv-inches .inch .circle.c2 {
	background: #B7A9B5;
	border-radius: 50%;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	width: 200%;
	height: 200%;
}
.tv-inches .inch .circle.c3 {
	background: #E4C7AB;
}
.tv-inches .inch .circle.c4 {
	background: #90C0DA;
	border-radius: 50%;
	top: auto;
	bottom: 0;
	width: 200%;
	height: 200%;
}
.tv-inches .inch .wording {
	line-height: 140px;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 34px;
	font-weight: bold;
}
@media (max-width: 1140px) {
	.tv-inches-inner {
		top: -50px;
	}
	.tv-inches .inch {
		width: 100px;
		height: 100px;
	}
	.tv-inches .inch .wording {
		font-size: 24px;
		line-height: 100px;
	}
}
@media (max-width: 720px) {
	.tv-inches-inner {
		top: -30px;
	}
	.tv-inches .inch {
		width: 60px;
		height: 60px;
	}
	.tv-inches .inch .wording {
		font-size: 13px;
		line-height: 60px;
	}
}
.new-tv-usp {
	position: absolute;
	top: 18%;
	left: 69%;
}
.new-tv-usp .usp {
	margin-top: 25px;
	width: 213px;
	height: 75px;
	padding: 23px;
	position: relative;
	border-radius: 60px;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 -5px 24px rgb(0, 0, 0, 0.05);
}
.new-tv-usp .usp .four-k {
	width: 148px;
}
.new-tv-usp .usp .hdr10 {
	width: 98px;
}
.new-tv-usp .usp .bluetooth {
	width: 116px;
}
.new-tv-usp .usp .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	filter: blur(3px);
  -webkit-filter: blur(3px);
  z-index: -1;
}
@media (max-width: 1140px) {
	.new-tv-usp .usp {
		margin-top: 10px;
		width: 140px;
		height: 50px;
		padding: 18px;
	}
	.new-tv-usp .usp .four-k {
		width: 96px;
	}
	.new-tv-usp .usp .hdr10 {
		width: 60px;
	}
	.new-tv-usp .usp .bluetooth {
		width: 85px;
	}
}

.new-tv .get-it-cta {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 40%;
	z-index: 1;
}
.new-tv .get-it-cta a {
	display: block;
	width: 100%;
	text-align: right;
	transform: translateX(-30px);
}



















