﻿*{box-sizing:border-box;outline:none}
body {
	font-family: 'Avenir Next Cyr', sans-serif;
	margin:0;
	padding:0;
	font-size: 16px;
	color: #000;
}

.sec1 {
	padding-top: 58px;
	overflow: hidden;
	padding-bottom: 200px;
}
h1 {
	font-weight: 900;
	color: #2e5298;
	font-size: 40px;
	margin: 158px 0 20px 0;
	position: relative;
	z-index: 4;
}
.sec1 p {
	font-weight: 500;
	font-size: 25px;
	margin: 0 0 112px 0;
	position: relative;
	z-index: 4;
}
.btn {
	border-radius: 50px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	background: #34bbf6;
	padding: 12px 0;
	display: block;
	width: 100%;
	max-width: 173px;
	cursor: pointer;
	position: relative;
	z-index: 4;
}
.sec1 .rsq1 {
	width: 522px;
	height: 522px;
	position: absolute;
	right: 324px;
	top: 25px;
	border: solid 34px rgba(113,186,244,0.2);
	border-radius: 50%;
	z-index: 1;
}
.sec1 .rsq2 {
	width: 773px;
	height: 503px;
	position: absolute;
	right: -220px;
	top: -58px;
	background: rgba(113,186,244,0.1);
	border-radius: 400px;
	z-index: 0;
}
.sec1 .prod {
	position: absolute;
	right: 50px;
	top: 510px;
	z-index: 2;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.sec2 .item {
	flex: 0 0 25%;
	text-align: center;
}
.sec2 .item img {
	display: block;
	margin: 0 auto 40px;
}
.sec2 .item p {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	color: #008dd1;
	margin: 20px 0 0 0;
}
.sec2 .circ1 {
	position: absolute;
	width: 364px;
	height: 364px;
	border-radius: 50%;
	left: -277px;
	top: 29px;
	background: rgba(113,186,244,0.1);
}
.sec2 .circ2 {
	position: absolute;
	width: 156px;
	height: 156px;
	border-radius: 50%;
	border: solid 15px rgba(0,151,216,0.1);
	left: -95px;
	top: 279px;
}
.sec3 {
	padding-top: 162px;
}
h2 {
	font-size: 36px;
	margin: 0 0 63px 0;
	color: #2e5298;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.sec3 .container {
	max-width: 950px;
}
.sec3 .flex {
	margin-bottom: 23px;
}
.sec3 .item_img {
	flex: 0 0 50%;
	border-radius: 30px 0 0 30px;
	position: relative;
}
.sec3 .item_img:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100px;
	right: 0;
	top: 0;
	z-index: -1;
	background: rgba(113,186,244,0.2);
}
.sec3 .revers .item_img:before {
	left: 0;
}
.sec3 .item_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}
.sec3 .item_txt {
	padding: 0 49px 0 64px;
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(113,186,244,0.2);
	border-radius: 0 30px 30px 0 ;
}
.sec3 .revers .item_txt {
	border-radius: 30px 0 0 30px;
}
.sec3 .item_txt h3 {
	margin: 0 0 17px 0;
	color: #2e5298;
	font-weight: 400;
	font-size: 30px;
}
.sec3 .item_txt p {
	font-size: 18px;
	margin: 0 0 24px 0;
}
.sec3 .item_txt ul {
	padding: 0;
	padding-left: 19px;
	margin: 0;
}
.sec3 .item_txt li {
	font-size: 18px;
	margin-bottom: 8px;
}
.sec3 .revers .item_txt p {
	margin-bottom: 15px;
}
.sec4 {
	padding-top: 171px;
}
.sec4 .abse {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sec4 .mmv {
	display: none;
}
.sec4 .block_btn  {
	margin-top: -27px;
	padding-left: 66px;
}
.sec4 .block_btn a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 62px;
}
.sec4 .circ1 {
	position: absolute;
	width: 483px;
	height: 483px;
	border-radius: 50%;
	right: -376px;
	top: -184px;
	background: rgba(113,186,244,0.1);
}
.sec4 .circ2 {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 10px rgba(0,151,216,0.1);
	right: -29px;
	top: -174px;
}
.sec5 {
	padding-top: 178px;
}
.sec5 .block_pht {
	height: 547px;
	width: 100%;
	background: url(/TRICOLOR_VIDEON/btch.png) no-repeat;
	background-position: center 0;
	background-size: contain;
	padding-top: 75px;
}
.sec5 .block_pht p.big {
	text-align: center;
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px 0;
}
.sec5 .block_pht p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	text-align: center;
}
.sec5 .block_pht .btn {
	margin: 230px auto 0;
}
.sec6 {
	padding-top: 194px;
}
.sec6 .blocks {
	position: relative;
}
.sec6 img {
	display: block;
	max-width: 100%;
	transform: translateX(84px);
	margin: 0 auto;
}
.sec6 .blocks p.big {
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	color: #fff;
	position: absolute;
	left: 51.5%;
	transform: translateX(-50%);
	top: 280px;
}
.sec6 .blocks p.scor {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	width: 100%;
	max-width: 500px;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 330px;
}
.sec7 {
	padding-top: 194px;
}
.sec7 .flex {
	max-width: 905px;
	margin: 0 auto;
	margin-top: 74px;
}
.sec7 .item {
	flex: 0 0 33%;
	position: relative;
}
.sec7 .item img {
	display: block;
	margin: 0 auto 28px;
	max-width: 100%;
}
.sec7 .item p {
	text-align: center;
	margin: 0;
	font-size: 24px;
	color: #2e5298;
	font-weight: 700;
}
.sec7 .item .arr {
	position: absolute;
	right: -48px;
	top: 47px;
}
.sec8 {
	padding-top: 221px;
	padding-bottom: 100px;
}
.sec8 .flex {
	max-width: 800px;
	margin: 200px auto 0;
}
.sec8 .flex .item {
	background: #efefef;
	border-radius: 30px;
	flex: 0 0 48%;
	padding: 0 30px 20px 30px;
}
.sec8 .flex .item img {
	display: block;
	margin: -140px auto 25px;
}
.sec8 .flex .item p.big {
	color: #2e5298;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.sec8 .flex .item ul {
	padding: 0;
	padding-left: 19px;
	margin: 0;
	min-height: 212px;
}
.sec8 .flex .item li {
	font-size: 18px;
	font-weight: 400;
	padding-left: 15px;
	color: #757575;
	margin-bottom: 10px;
}
.sec8 .flex .item .price {
	display: flex;
	justify-content: space-between;
	margin-top: 68px;
}
.sec8 .flex .item .price p.prc {
	font-weight: 700;
	font-size: 32px;
	color: #E60303;
	margin: 0;
}
.sec8 .flex .item .price a.btn {
	text-decoration: none;
}
.sec8 .circ1 {
	position: absolute;
	width: 737px;
	height: 737px;
	border-radius: 50%;
	left: -639px;
	top: -311px;
	background: rgba(113,186,244,0.1);
}
.sec8 .circ2 {
	position: absolute;
	width: 183px;
	height: 183px;
	border-radius: 50%;
	border: solid 15px rgba(0,151,216,0.1);
	left: -15px;
	top: 89px;
}
footer {
	background: rgba(0,170,234,1);
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
footer .flex {
	position: relative;
	z-index: 3;
}
footer .text {
	padding-left: 90px;
}
footer .text p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
footer .circ1 {
	position: absolute;
	right: -143px;
	top: -104px;
	width: 737px;
	height: 737px;
	border-radius: 50%;
	background: rgba(113,186,244,0.3);
}
footer .circ2 {
	position: absolute;
	right: 21px;
	top: -138px;
	width: 200px;
	height: 200px;
	border: solid 15px rgba(113,186,244,0.8);
	border-radius: 50%;
}
body{
	position: relative;
}
.btn_pop {
	position: fixed;
	top: 47px;
	right: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	background: #E60303;
	padding: 12px 20px;
	max-width: 200px;
	cursor: pointer;
	z-index: 4;
	transition: all 0.4s;
}
.btn_pop:hover {
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1)
}

form input {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 42px;
	border: none;
	border-bottom: solid 1px #333;
	font-size: 18px;
	line-height: 47px;
	color: #333;
	background: transparent;
	padding-left: 15px;
}
form .btn {
	text-align: center;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	background: #1E3C96;
	border: 2px solid #1E3C96;
	border-radius: 50px;
	color: #fff;
	width: 100%;
	max-width: 250px;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
form .btn:hover {
	background: transparent;
	color: #1E3C96;
	border-color: #fff;
	background: #fff;
}
form .btn.red {
	background: #E61801;
	border: solid 2px #E61801;
	color: #fff;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 20;
	display: none;
}
.overlay .popup {
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 20px;
	width: 100%;
	max-width: 600px;
	padding: 40px;
}
.scloas {
	position: absolute;
	top: -40px;
	width: 40px;
	height: 40px;
	right: 0;
	cursor: pointer;
}
.scloas span:first-child {
	position: absolute;
	left: 0;
	top: 14px;
	width: 40px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}
.scloas span:last-child {
	position: absolute;
	left: 0;
	top: 14px;
	width: 40px;
	height: 1px;
	background: #fff;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 950px) {
	.container {
		max-width: 920px;
	}
	.sec1 .rsq2 {
		right: -520px;
	}
	.sec1 .rsq1 {
		width: 400px;
		height: 400px;
		right: 174px;
		top: 45px;
		border: solid 20px rgba(113,186,244,0.2);
	}
	h1 {
		margin-top: 95px;
	}
	.sec1 .prod {
		right: 0px;
		top: 110px;
		max-width: 500px;
	}
	.sec1 {
		padding-bottom: 150px;
	}
	.sec2 .item p {
		font-size: 18px;
	}
	.sec3 .item_txt p {
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	.sec3 .item_txt h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.sec3 .item_txt li {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.sec4 .block_btn a {
		margin-right: 30px;
	}
	.sec5 {
		padding-top: 100px;
	}
	.sec5 .block_pht {
		height: 410px;
	}
	.sec5 .block_pht .btn {
		margin: 115px auto 0;
	}
	.sec6 {
		padding-top: 50px;
	}
	.sec6 .blocks p.big {
		top: 270px;
	}
	.sec6 .blocks p.scor {
		top: 333px;
	}
	.sec7 {
		padding-top: 100px;
	}
	.sec7 .item p {
		font-size: 20px;
	}
	footer .circ1 {
		right: -443px;
		top: -85px;
	}
	footer .circ2 {
		right: -45px;
	}
}
@media only screen and (max-width: 900px) {
	h1 {
		font-size: 36px;
	}
	.sec1 p {
		font-size: 22px;
		margin-bottom: 60px;
	}
	.sec1 .prod {
		right: 0px;
		top: 110px;
		max-width: 375px;
	}
	.sec1 .rsq1 {
		width: 250px;
		height: 250px;
		right: 155px;
		top: 97px;
		border: solid 10px rgba(113,186,244,0.2);
	}
	.sec1 .rsq2 {
		height: 400px;
	}
	.sec2 .item p {
		font-size: 16px;
	}
	.sec3 {
		padding-top: 100px;
	}
	.sec3 .item_txt {
		padding: 0 20px 0 20px;
	}
	.sec3 .revers .item_txt p {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.sec3 .item_txt li {
		font-size: 13px;
		margin-bottom: 0px;
	}
	.sec3 .item_txt h3 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.sec4 .block_btn {
		padding-left: 0;
	}
	.sec5 .block_pht {
		padding-top: 45px;
	}
	.sec5 .block_pht .btn {
		margin: 60px auto 0;
	}
	.sec6 .blocks p.big {
		font-size: 32px;
		top: 205px;
	}
	.sec6 .blocks p.scor {
		top: 236px;
		font-size: 14px;
		left: 54%;
		max-width: 400px;
	}
	h2 {
		font-size: 32px;
	}
	.sec7 .item .arr {
		position: absolute;
		right: -23px;
		top: 47px;
		max-width: 50px;
	}
	.sec7 .item img {
		margin-bottom: 20px;
	}
	.sec7 .item p {
		font-size: 18px;
	}
	.sec8 {padding-top: 100px;}
	.sec8 .flex .item .price a.btn {
		max-width: 120px;
	}
	.sec8 .flex .item .price p.prc {
		font-size: 28px;
	}
	.sec8 .circ1, .sec8 .circ2 {
		display: none;
	}
	footer .circ2, footer .circ1 {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.sec1 .rsq2, .sec2 .circ2, .sec3 .item_img:before {
		display: none !important;
	}
	.sec1 .prod {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	.container {
		padding: 0 15px;
	}
	.sec1 {
		padding-top: 50px;
		padding-bottom: 70px;
	}
	h1 {
		margin-top: 50px;
		font-size: 32px;
	}
	.cst {
		position: relative;
		display: block;
		max-width: 320px;
		margin: 20px auto;
	}
	.sec1 .rsq1 {
		width: 200px;
		height: 200px;
		right: 0;
		left: -23px;
		top: -8px;
		border: solid 13px rgba(113,186,244,0.2);
	}
	.sec1 .btn {
		margin: 0 auto 0;
	}
	.sec2 .flex {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.sec2 .item {
		flex: 0 0 100%;
		margin-bottom: 40px;
		display: flex;
		text-align: left;
		align-items: center;
        max-width: 270px;
        margin: 0 auto;
        margin-bottom: 40px;
	}
	.sec2 .item p {
		padding-left: 20px;
		text-align: left;
		margin-top: 0;
	}
	.sec2 .item img {
		margin: 0;
		max-width: 67px;
	}
	.sec2 .circ1 {
		width: 120px;
		height: 120px;
		right: 0;
		left: -64px;
		top: -139px;
	}
	.sec3 {
		padding-top: 70px;
	}
	h2 {
		font-size: 24px;
	}
	.sec3 h2 {
		max-width: 152px;
		margin: 0 auto 50px;
	}
	.sec3 .flex {
		flex-wrap: wrap;
	}
	.sec3 .item_img {
		flex: 0 0 100%;
		background: none;
	}
	.sec3 .item_txt {
		flex: 0 0 100%;
		border-radius: 0 0 30px 30px;
		margin-top: -15px;
		padding-top: 35px;
		padding-bottom: 15px;
	}
	.sec3 .revers .item_txt {
		order: 2;
		border-radius: 0 0 30px 30px;
	}
	.sec3 .revers .item_img {
		background: none;
		order: 1;
	}
	.sec3 .item_txt h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.sec3 .revers .item_txt p {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.sec3 .item_txt li {
		font-size: 17px;
		margin-bottom: 3px;
	}
    .sec4 {
    padding-top: 70px;
    }
	.sec4 .abse {
		display: none;
	}
	.sec4 .mmv {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.sec4 .container {
		padding: 0;
	}
	.sec4 .block_btn {
		display: flex;
		margin-top: 20px;
		padding: 0 15px;
		justify-content: space-between;
	}
	.sec4 .block_btn a {
		margin: 0;
		flex: 0 0 49%;
		display: block;
	}
	.sec4 .block_btn a img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.sec5 .block_pht {
		border-radius: 20px;
		overflow: hidden;
		background-size: 760px;
		height: 345px;
		background-position: center center;
	}
	.sec5 .block_pht p.big {
		font-size: 22px;
		margin: 0 auto 15px;
	}
	.sec5 .block_pht p {
		font-size: 20px;
		max-width: 280px;
		margin: 0 auto;
	}
	.sec5 .block_pht p br {
		display: none;
	}
	.sec5 .block_pht .btn {
		margin: 120px auto 0;
	}
	.sec6 img {
		display: block;
		max-width: 100%;
		transform: translateX(-194px);
		margin: 0 auto;
		width: 670px;
		max-width: 670px;
	}
	.sec6 .blocks p.big {
		font-size: 20px;
		top: 185px;
		width: 100%;
		left: 44%;
		max-width: 284px;
	}
	.sec6 .blocks p.scor {
		top: 220px;
		font-size: 16px;
		left: 44%;
		max-width: 284px;
		line-height: 18px;
	}
	.sec7 .flex {
		flex-wrap: wrap;
	}
	.sec7 .item {
		flex: 0 0 100%;
		margin-bottom: 143px;
	}
	.sec7 .item:last-child {
		margin-bottom: 0;
	}
	.sec7 .item .arr {
		right: auto;
		top: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		bottom: -105px;
		max-width: 100%;
	}
	.sec7 .item p {
		font-size: 20px;
	}
	.sec7 .item p br {
		display: none;
	}
	.sec8 {
		padding-top: 50px;
	}
	.sec8 .flex {
		flex-wrap: wrap;
	}
	.sec8 .flex .item {
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec8 .flex .item:first-child {
		margin-bottom: 190px;
	}
	.sec8 .flex .item img {
		margin-left: 0;
	}
	footer {
		padding-bottom: 90px;
	}
	footer .logo {
		display: none;
	}
	footer .text {padding-left: 0;}
	.btn_pop {
		right: 10px;
		font-size: 14px;
		top: auto;
		bottom: 20px;
		z-index: 9;
	}
	.sec8 .flex .item .price p.prc {
		font-size: 24px;
	}
	.scloas {right: 15px;}
	.sec8 .flex .item img {
		max-width: 100%;
	}
	.overlay .popup {
		padding: 30px 20px 20px 20px;
	}
	form input {
		margin-bottom: 20px;
	}
	p.littl {
		font-size: 13px;
	}
	form .btn {
		padding: 13px 0; 
	}
}
@media only screen and (max-width: 350px) {
	.sec6 .blocks p.scor, .sec6 .blocks p.big {
		left: 50%;
	}
	h1 {
		font-size: 28px;
	}
}