@import url(fonts/stylesheet.css);

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*{
	box-sizing: border-box;
}


::placeholder { 
	color:    #aaa;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
}

body {
	margin: 0px;
	padding: 0px;
	color: #111111;
	font-size: 16px;
	font-family: 'Museo500';
	background: #eee;
}


h1, h2, h3, h4, h5, h6{
	margin: 0px;
}



h2.befor {
	position: relative; 
	display: flex;
	justify-content: center;
}

h2.befor::before {
	content: ""; 
	display: block; 
	position: absolute; 
	bottom: -5px;
	left: 0px; 
	width: 0px; 
	height: 4px; 
	background: #000; 
	border-radius:10px;
	transition: 0.3s;
}

h2.befor:hover::before {
	width: 300px; 
}

/*--------------TEMPLATE-----------------*/

.body.noscrol{
	overflow: hidden;
	padding-right: 16px;
}

.mobVisible{
	display: none;
}
.container{
	width: 1790px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;	
}

.flex{
	display: flex;
	margin: 0px;
	padding: 0px;
	justify-content: space-between;
	align-items: center;
}

.button {
	font-family: 'Museo700';
	text-transform: uppercase;
	background: #ef6826;
	color: #fff;
	padding: 15px 45px;
	border:3px solid #ef6826;
	border-radius: 50px;
	margin-top: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.button:hover {
	background: #fff;
	color: #ef6826;
}


/*--------------HEADER-----------------*/
.main_header {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 0px;
	z-index: 3000;
}

.main_header .logo{
	width: auto;
}

.main_header .logo img{
	width: 200px;
	margin-right: 20px;
}

.main_header .logo p {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	width: 200px;
	margin: 0px;
}

.main_header .kontakt a.header_contakt{
	margin-left: 40px;
	text-decoration: none;
	color: #fff;
	font-family: 'Museo500';
	font-size: 25px;
	line-height: 20px;
}

.main_header .kontakt a.header_contakt img{
	width: 40px;
	margin-right: 10px;

}

/*--------------MAIN SECTION-----------------*/
.main_section{
	width: 100%;
	background: url(../img/main_fon.jpg) no-repeat;
	background-size: 100% 500px;
	background-position: top center;
}

.animate_block{
	position: relative;
}

.animate_block .content{
	width: 100%;
	height: 500px;
}

.animate_block .animate{
	position: relative;
	width: 500px;
	position: absolute;
	bottom: 0px;
}


.animate_block .animate.left{
	left:0px;
}

.animate_block .animate.right{
	right:0px;
}


.animate_block .animate.left .phone_dop {
	width: 200px;
	position: absolute;
	right: -20px;
	bottom: 0px;
	opacity: 0.5;
	z-index: 999;
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.animate.left .phone {
	width: 400px;
	height: 390px;
	background: #F9C1C1;
	border-radius: 20px 20px 0px 0px;
	position: relative;
	padding: 10px 10px 0px 10px;
	z-index: 1000;
}
.animate.left .phone .ekran{
	width: 380px;
	height: 380px;
	background: #FFEDE7;
	border-radius: 15px 15px 0px 0px;
	position: relative;
}

.phone .ekran .heder{
	width: 100%;
	height: 60px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FDBF20;
	border-radius: 15px 15px 0px 0px;
	padding: 0px 10px;
}

.heder .logo{
	width: 40px;
	height: 40px;
	background: #FFF0A0;
	border-radius: 50%;
}


.heder .data{
	color: #fff0a0;
	font-size: 25px;
	font-family: 'Museo700';
}

.heder .burger{
	width: 40px;
	height: auto;
}

.heder .burger span{
	display: block;
	width: 100%;
	background: #FFF0A0;
	height: 7px;
	margin: 5px 0px;
	border-radius: 3px;
}




.phone .ekran .info_block{
	width: 100%;
	height: 320px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 0px;
	padding: 0px 10px;
	overflow: auto;
	padding:10px 20px 0px 20px;
	transition:0.5s;
}


.phone .ekran .info_block::-webkit-scrollbar {
	width: 10px; 
	position: absolute;              /* ширина scrollbar */
}
.phone .ekran .info_block::-webkit-scrollbar-track {
	background: none;        /* цвет дорожки */
}
.phone .ekran .info_block::-webkit-scrollbar-thumb {
	background-color: #883667;    /* цвет плашки */
	border-radius: 20px;       /* закругления плашки */
	border: 3px solid #FFEDE7;  /* padding вокруг плашки */
}



.info_block .message .icon {
	width: 70px;
	height: 60px;
	border-radius: 5px;
	background-color: #FEDFCB;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-family: 'Museo900';
	color: #f1a77a;
	transition: 0.5s;
}

.info_block .message .cont {
	width: 159px;
	height: 60px;
	border-radius: 5px;
	background-color: #FEDFCB;
	display: flex;
	align-items: center;
	font-size: 25px;
	font-family: 'Museo900';
	color: #f1a77a;
	justify-content: center;
	padding: 0px;
	transition: 0.5s;
}

.message .stat {
	width: 80px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 59px;
	margin-left: 0px;
	padding: 10px 10px 15px;
	background: #fedfcb;
	border-radius: 5px;
	transition: 0.5s;
}

.message .stat div{
	width: 29%;
	height: 10px;
	background: #fff;
	transition: 0.5s;
}

.message .stat .st-1{
	background-color: #9dcf82;
}

.message .stat .st-2 {
	background-color: #8ac6db;
}

.message .stat .st-3{
	background-color: #ffcc86;
}



/*------НОВОЕ СООБЩЕНИЕ-------*/
.phone .ekran .info_block .message{
	z-index: 2000;
	background: #fedfcb;
	margin-top:0px;
}
.message .application {
	background: #FDD920;
	font-family: 'Museo900';
}

.phone .ekran .info_block .message.add {
	transform: scale(0);
	height: 0px;
	overflow: hidden;
	transition:0.5s;
	top: -100px;
}

.phone .ekran .info_block .message.add img{
	width: 0px;
	transition:0.5s;
}

.phone .ekran .info_block .message.new.hidden  {
	top:10px;
	border:0px solid #eee;
	margin-bottom: -50px;
}

.message.add .application, .message.new.hidden .application  {
	transform: scale(0);
	transition: 0.5s;
	height: 0px;
	overflow: hidden;
}



.phone .ekran .info_block .message.hidden {
	height: 60px;
	position: absolute;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	background: #fedfcb;
	position: relative;
	top: 0px;
	transition: 0.5s;
	z-index: 1000;
}


.message.hidden .application{
	height: 0px;
	transition:0.5s;
	transform: scale(0);
}




.phone .ekran .info_block .message.new {
	position: absolute;
	top: 95px;
	height: auto;
	left: 15px;
	background: #fedfcb;
	padding: 0px;
	box-shadow: 15px 15px 10px #644938a6;
	width: 330px;
	border: 5px solid #fff;
	transform: scale(1);
	transition: 0.5s;
	z-index: 2000;
}

.phone .ekran .info_block .message.top {
	margin-top:70px;
}

.message.new .application {
	height: 90px;
	background: #FDD920;
	position: relative;
	font-family: 'Museo900';
	transform: scale(1);
	transition: 0.5s;
}

.message.new .application .close{
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: 600;
	transition: 0.5s;
}

.message.new .application .img{
	width: 60px;
	height: 60px;
	margin-left: 30px;
	background: #fff;
	border-radius:7px;
	transition: 0.5s;
}

.message.new .application .img img{
	width: 100px;
	margin-left: -20px;
	transition: 0.5s;
}



.message.new .application .mess {
	margin-right: 30px;
	transition: 0.5s;
}

.message.new .application .mess p.titl{
	margin: 0px;
	font-size: 25px;
	text-transform: uppercase;
	transition: 0.5s;
}

.message.new .application .mess p.txt{
	margin: 0px;
	font-size: 12px;
	transition: 0.5s;
}



.mails {
	position: absolute;
	left: 20px;
	top: 130px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	background-color: #ff5900;
	color: #fff;
	border-radius: 50%;
	justify-content: center;
	transform: scale(1);
	transition: 0.3s;
	font-family: 'Museo900';
	font-size: 30px;
}
.mails.hidden {
	transform: scale(0);
	transition: 0.3s;
}
.mails.right {
	left:1700px;
	transform: scale(1);
}
.mails.right.hidden {
	transform: scale(0);
}


/*----- ПРАВЫЙ БЛОК ------*/

.monitor {
	width: 500px;
	height: 300px;
	background: #f9c1c1;
	position: absolute;
	bottom: 90px;
	right: 0px;
	border-radius: 20px;
	padding: 10px;
}

.monitor .ekran {
	width: 480px;
	height: 280px;
	background: #ffede7;
	position: relative;
	bottom: 0px;
	right: 0px;
	border-radius: 15px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.monitor .ekran .head{
	position: absolute;
	top:0px;
	left: 0px;
	border-radius:15px 15px 0px 0px;
	background-color: #fff;
	height: 60px;
	width: 100%;
}

p.headTitle {
	text-transform: uppercase;
	font-family: 'Museo900';
	color: #ff6c00;
	font-size: 20px;
}

.monitor .graph {
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 190px;
	width: 220px;
	border-left: 5px solid #E08B8B;
	border-bottom: 5px solid #E08B8B;
	padding: 3px;
	align-items: flex-end;
}


.monitor .graph .mods{
	width: 19%;
	transition: 0.5s;
}
.monitor .graph_1{
	background: #FDA420;
}
.monitor .graph_2{
	background: #EF6826;
}
.monitor .graph_3{
	background: #F75084;
}
.monitor .graph_4{
	background: #EF6826;
}
.monitor .graph_5{
	background: #FDA520;
}

/*---RADIUS PROGRESS BAR*/

.progres_radius {
	position: absolute;
	right: 25px;
	top: 65px;
	transition:0.5s;
}

.diagram {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #ffb545;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}
.diagram::before {
	content: '';
	display: block;
	position: absolute;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	border-radius: 50%;
	z-index: 3;
	opacity: 1;
	transition:0.5s;
}
.diagram .piece {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
	transition:0.5s;
}
.diagram .piece::before {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	transition:0.5s;
}
.diagram .piece.left {
	transform: rotate(0deg);
	z-index: 2;
	border-radius: 50%; /* only FireFox < 75.0v (fix bug)*/
	transition:0.5s;
}
.diagram.over_50 .piece.left {
	transform: rotate(180deg);
	transition:0.5s;
}
.diagram .piece.right {
	transform: rotate(180deg);
	z-index: 1;
	border-radius: 50%; /* only FireFox < 75.0v (fix bug)*/
	transition:0.5s;
}
.diagram.over_50 .piece.right {
	transform: rotate(360deg);
	transition:0.5s;
}
.diagram .left::before {
	background: #5f90b7;
	transition:0.5s;
}
.diagram.over_50 .left::before {
	background: #990;
	transition:0.5s;
}
.diagram .right::before {
	background: #5f90b7;
	transition:0.5s;
}
.diagram .text {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:0.5s;
}
.diagram .text b {
	font-size: 72px;
	transition:0.5s;
}
.diagram .text span {
	font-size: 16px;
	display: block;
	transition:0.5s;
}

/*---PHONE VARONKA---*/
.phone_vertical {
	position: absolute;
	width: 137px;
	height: 232px;
	background: #000;
	border-radius: 20px;
	bottom: 10px;
	z-index: 3000;
	right: 25px;
	padding: 10px;
}

.phone_vertical .heds {
	position: absolute;
	width: 53px;
	height: 14px;
	top: 3px;
	right: 41px;
	background: #000;
	border-radius: 0px 0px 10px 10px;
	z-index: 2000;
}
.phone_vertical .ekrans {
	background: #FFEDE7;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 125px;
	height: 220px;
	border-radius: 13px;
	overflow: hidden;
	display: flex;
}

.phone_vertical .ekrans .up {
	width: 0px;
	height: 0px;
	border-style: inset;
	margin-top: 70px;
	margin-left: 8px;
	position: absolute;
	z-index: 2000;
	position: absolute;
	transition:0.5s;
}

.up.konus-rigt{
	border-color: transparent transparent #FFEDE7 transparent;
	margin-left: 3px;
	margin-top: 70px;
	left: 0px;
}
.up.konus-left{
	border-color: transparent  transparent #FFEDE7 transparent;
	margin-left: 3px;
	margin-top: 70px;
	right: 8px;
}


.ekrans:before {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	background: #FFEDE7;
	content: '';
	bottom: 0px;
	left: 0px;
	z-index: 3000;
}

.colors {
	position: absolute;
	top: 70px;
	width: 109px;
	height: 101px;
	left: 8px;
	background-color: #000;
	transition:0.5s;
}
.colors .color {
	top: 70px;
	width: 109px;
	height: 26px;
}
.colors .color.red{
	background-color: #f76969;
}
.colors .color.blue{
	background-color: #ff0;
}
.colors .color.green{
	background-color: #0ff;
}
.colors .color.other{
	background-color: #8ac6db;
}
.ekrans p.title {
	text-align: center;
	line-height: 14px;
	margin-top: 25px;
	font-family: 'Museo900';
	color: #cb729c;
}


.pipl{
	width: 150px;
	position: absolute;
	z-index: 3000;
	left: 0px;
	bottom: -4px;
	transition: 0.5s;
	transform: scale(1, 1);
}

.pipl img.pipls {
	width: 100%;
	position: relative;
}

.pipl img.hand {
	width: 171px;
	position: absolute;
	left: 118px;
	top: -11px;
	animation: orbit 20s linear infinite;
	transform-origin: 15px 90px;
	transition: 0.5s;
}


.logotyp_pipl {
	position: absolute;
	width: 71px;
	top: 108px;
	left: 67px;
}


/*-----ПЕРВЫЙ ЭКРАН КОНТЕНТ БЛОК-----*/

.main_section .content{
	width: 790px;
	text-align: center;
	position: relative;
	margin: auto;
	padding: 0px 50px;
}


.main_section .content .title{
	top: 120px;
	position: relative;
	font-family: 'Museo900';
}
.main_section .content .title img {
	position: absolute;
	top: -7px;
	height: 80px;
	width: 924px;
	z-index: 1000;
	right: -113px;
}

.main_section .content .title h1 {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	border: 3px solid #fff;
	padding: 10px 20px;
	z-index: 2000;
	position: relative;
	width: 520px;
	display: block;
	margin: auto;
	top: 10px;
	font-weight: 100;
}
.main_section .content .title .triger {
	font-size: 22px;
	color: #fff;
	position: relative;
	top: 30px;
	letter-spacing: 1px;
	font-family: 'Museo900';
}

.main_section .info {
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 30px;
	font-family: 'Museo500';
	top: 150px;
}



/*---ПЕОДАРОК---*/
.main_section .present {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 150px;
	height: 100px;
}

.present a.button {
	text-decoration: none;
	position: relative;
	top: auto;
	z-index: 2000;
	height: 55px;
	margin: 0px 20px 0px 0px;
}

.main_section .present .pres {
	width: 0px;
	transition:0.4s;
	transform: rotate(380deg);
	position: relative;
	left: -100px;
	height: 0px;
	color: #fff;
	font-family: 'Museo700';
	font-size: 0px;
	overflow: hidden;
	cursor: pointer;
}

.main_section .present .pres.active{
	width: 100px;
	height: 130px;
	transform: rotate(0deg);
	left: 20px;
}

.main_section .present .pres.active.fixed{
	z-index: 4000;
	bottom: 70px;
	left: 1600px;
	position: fixed;
	width: 150px;
	height: 150px;
	background: #ef6826;
	padding: 22px;
	border-radius:50%;
	color: #fff;
	background: url(../img/orange.png) no-repeat;
	background-size: cover;
	text-shadow: 2px 2px 2px #000;
	font-family: 'Museo700';
}

.main_section .present .pres.active p{
	margin: 0px;
	position: relative;
	top:0px;
	transform: rotate(10deg);
	text-transform: uppercase;
	left: -9px;
	line-height: 15px;
	font-size: 16px;
}

.present .popupPresent{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
	background-color: #0007;
	z-index: 4000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.present .popupPresent a{
	text-decoration: none;
}

.present .popupPresent.active{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100vh;
	opacity: 1;
}

.popupPresent .presentBlock {
	width: 1200px;
	height: 600px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 10px 10px 30px #00000042;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	flex-wrap: wrap;
}

.popupPresent .presentBlock .imgBlock{
	width: 350px;
	padding:20px 10px;
	border:10px;
	border-radius:20px;
	/*box-shadow: 3px 3px 10px #0005;*/
	height: 450px;
	margin: 0px 10px;
	border:5px solid #eee0;
	transition: 0.3s;
	cursor: pointer;
}

.presentBlock .imgBlock:hover{

	border:5px solid #eee;
}

.popupPresent .presentBlock img {
	height: 250px;
	margin-top: 15px;
	transition: 0.3s;
}



.presentBlock .imgBlock .textPres{
	transform: scale(0);
	transition: 0.3s;
	margin-top: 20px;
}

.presentBlock .imgBlock:hover .textPres{
	transform: scale(1);
}

.popupPresent .presentBlock .title{
	font-size: 18px;
	color: #883667;
	font-family: 'Museo700';
	position: relative;
	top: 0px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: center;
	margin: 0px;
}


.popupPresent .presentBlock .info{
	font-size: 16px;
	color: #883667;
	font-family: 'Museo500';
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
}

.main_section .present .pres img{
	width: 100%;
	transition: 0.4s;
}


.main_section .present .pres.right {
	transform: scale(0.8);
	transition:0.4s;
}
.main_section .present .pres.left {
	transform: scale(1.0);
	transition:0.4s;
}

.presentBlock .header{
	width: 100%;
	flex-basis: 100%;
	padding: 20px 0px;
}

.presentBlock h2 {
	text-transform: uppercase;
	font-family: 'Museo900';
	color: #ef6826;
	font-size: 40px;
}

/*---КАК СТРОИТСЯ СОТРУДНИЧЕЧТВО---*/

.partner_step {
	width: 100%;
	padding: 94px 0px;
	height: 280px;
}

.partner_step .flex{
	justify-content: center;
}

.step_list_bg {
	position: absolute;
	width: 100%;
	height: 0vh;
	left: 0px;
	top: 545px;
	z-index: 4000;
	/* background: #0009; */
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.step_list_bg.active {
	width: 100%;
	height: 100vh;
	left: 0px;
	top: 0px;
	z-index: 4000;
	background: #0009;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner_step .step_list {
	width: auto;
	border-radius: 20px;
	background: #fff;
	padding: 15px 20px 15px 20px;
	align-items: center;
	cursor: pointer;
	box-shadow: 5px 5px 13px #cdc9c9;
	transition: 0.5s;
	top:1vh;
	width: 730px;
	/*position: absolute;*/
}

.partner_step .step_list.active {
	/*position: absolute;*/
	/*top: -50vh;*/
	height: auto;
	z-index: 3000;
	transform: scale(0.95);
	box-shadow: 2px 2px 2px #777;
	transition: 0.5s;
}


.partner_step .step_list .hederStep{
	text-transform: uppercase; 
	font-family: 'Museo900';
	transform: scale(1);
	transition: 0.3s;
}
.partner_step .step_list .hederStep:hover {
	transform: scale(1.03);
}

.partner_step .step_list .closeOpen {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #883667;
	margin-left: 20px;
	transform: rotate(0deg);
	transition: 0.5s;
}

.closeOpen .plus {
	display: block;
	position: absolute;
	border: 2px solid #883667;
	top: 15px;
	left: 6px;
	width: 22px;
	border-radius: 3px;
	background: #883667;
}

.closeOpen .plus.bot {
	transform: rotate(90deg);
}


.partner_step .contenSList{
	overflow: hidden;
	height: 0px;
	width: 100%;
	padding: 0px 0px;
	flex-wrap: wrap;
	transition: 0.5s;
}

.partner_step .contenSList.active {
	height: 777px;
	transition: 0.5s;
}

.partner_step .step_list.active .closeOpen {
	transform: rotate(945deg);
	transition: 0.5s;
}
.partner_step .step_list.active .closeOpen:hover {
	transform: rotate(765deg) scale(1.1);
}

.contenSList .listInfo {
	width: 100%;
	position: relative;
}

.partner_step li.head {
	list-style-type: none;
	justify-content: flex-start;
	font-family: 'Museo900';
	font-size: 25px;
	align-items: end;
	margin: 0px 0px 10px -20px;
	color: #883667;
}
.partner_step li.head p{
	margin: 0px;
}



.partner_step li.lst{
	margin: 0px 0px 10px 10px;
	font-size: 16px;
}


.partner_step li.day {
	position: absolute;
	right: 45px;
	width: 200px;
	font-size: 45px;
	top: 60px;
	font-family: 'Museo900';
	color: #fda520;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partner_step li.day img {
	height: 55px;
	margin-bottom: 0px;
	right: 122px;
	top: 46px;
}




/*---МАРКЕТИНГОВЫЕ ОТНОШЕНИЯ---*/
.marketing{
	width: 100%;
	padding: 0px 0px;
	text-align: center;
}

.marketing h2 {
	font-family: 'Museo900';
	text-transform: uppercase;
	font-size: 30px;
	width: auto;
	display: inline;
}



.marketing .bgLine{
	height: 200px;
	width: 100%;
	background: #EF6826;
	margin: 100px 0px;
}


.marketing .bgLine .listMarketBlock{
}


.marketing .bgLine .listMarket {
	width: 300px;
	height: 300px;
	background-color: #fff;
	margin-top: -50px;
	border-radius: 20px;
	box-shadow: 0px 5px 5px #00000078;
	position: relative;
	cursor: pointer;
}

.listMarket:hover .cennter {
	transform: scale(0.9);
}

.listMarket:hover .heds {
	transform: scale(1);
}

.listMarket:hover .foot {
	transform: scale(1);
}

.listMarket .heds {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 15px;
	width: 100%;
	transform: scale(0);
	transition: 0.3s;
}

.listMarket .heds .icon {
	width: 120px;
	/* box-shadow: 0px 2px 3px #00000070; */
	border-radius: 20px;
	border: 2px solid #e1e1e1;
	margin: 0px 5px;
	padding: 7px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Museo900';
}

.listMarket .heds .icon img{
	height: 20px;
}

.listMarket .foot {
	position: absolute;
	bottom: 15px;
	width: 100%;
	justify-content: center;
	transform: scale(0);
	transition: 0.3s;
}


.listMarket .foot .icon {
	width: auto;
	margin: 0px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}


.listMarket .foot .icon span {
	width: auto;
	overflow: hidden;
	transition: 0.3s;
	height: 40px;
	display: flex;
}

.listMarket .foot .icon img{
	height: 30px;
	margin-right: 10px;
}



/*.listMarket .foot .icon:hover span{
	width: 100px;
	overflow: hidden;
	}*/

	.listMarket .cennter {
		position: absolute;
		top: 80px;
		width: 100%;
		font-size: 20px;
		color: #883667;
		font-family: 'Museo900';
		margin: 0px;
		transform: scale(1.3);
		transition: 0.3s;
	}

	.listMarket .cennter img{
		height: 70px;
	}

	.listMarket .cennter p{
		margin: 10px 0px 0px 0px;
		padding: 0px 20px;
	}


	/*---КОНСУЛЬТАЦИЯ И ПОДБОР РЕШЕНИЙ---*/
	.marketing.manager {
		width: 100%;
		padding: 0px 0px;
		text-align: center;
		margin: 400px 0px 200px 0px;
	}

	.marketing.manager .infoblock {
		justify-content: center;
		height: 180px;
	}

	.marketing.manager .text {
		width: 470px;
		text-align: left;
		padding: 50px;
		background: #fff;
		border-radius: 20px;
		margin-right: 10%;
	}

	.marketing.manager .text span {
		font-family: 'Museo900';
		color: #883667;
	}

	img.manager {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}



	/*---НАШИ ПАРТНЕРЫ---*/
	.partnerList{
		text-align: center;
	}

	.partnerList h2{
		font-size: 30px;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-family: 'Museo900';
		display: inline;
	}

	.partnerList .tabList{
		justify-content: center;
		padding: 30px 0px;
	}

	.partnerList .tabList .tab{
		width: auto;
		padding: 15px 30px;
		background-color: #fff;
		box-shadow: 0px 3px 3px #00000005;
		margin: 0px 10px;
		border-radius: 30px;
		font-family: 'Museo700';
		cursor: pointer;
		transition: 0.3s;
	}

	.partnerList .tabList .tab:hover, 
	.partnerList .tabList .tab.active{
		background-color: #ef6826;
		color: #fff;
		box-shadow: 0px 5px 10px #00000094;
	}



	.partnerList .slider{
		margin: 20px 0px;
	}
	.partnerList .slider .slide{
		width: 300px;
		height: 300px;
		background-color: #fff;
		border-radius: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition:0.3s;
	}

	.partnerList .slider .slide:hover {
		cursor: pointer;
	}

	.partnerList .slider .slide .logo {
		width: 200px;
		height: 200px;
		position: absolute;
		left: 50px;
		top: 50px;
		transition: 0.3s;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.partnerList .slider .slide:hover .logo {
		width: 150px;
		height: 150px;
		left: 75px;
		top: 5px;
	}
	.partnerList .slider .slide img{
		width: 100%;
	}

	.partnerList .slider .slide .content{
		height: 0px;
		padding: 0px 20px;
		overflow: hidden;
		position: absolute;
		bottom: 20px;
		transition: 0.3s;
	}
	.partnerList .slider .slide:hover .content {
		height: 130px;
		overflow: hidden;
		padding: 20px;
		transition: 0.3s;
		display: flex;
		align-items: center;
	}


	.partnerList .slider.active .slide{
		transform: scale(0, 1);
	}



	/*---КВИЗ---*/

	.kviz{
		width: 100%;
		margin: 100px 0px;
		text-align: center;
	}

	.kvizblock {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.kvizblock .form {
		width: 1200px;
		background-color: #fff;
		padding: 0px;
		border-radius: 20px;
		height: 560px;
		overflow: hidden;
		position: relative;
	}

	.kvizblock .img {
		background: url(../img/kvizfon.png) no-repeat;
		background-size: cover;
		background-position: center;
		padding: 10px;
		border-radius: 20px 0px 0px 20px;
		height: 560px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.kvizblock .img img{
		height: 450px;
	}



	.kvizblock .content{
		padding:20px 20px 20px 50px;
	}

	.img.quiz {
		left: 0px;
		position: absolute;
		transition: 0.3s;
		width: 400px;
		z-index: 2100;
	}



	.img.quiz .presentsQuiz {
		width: 400px;
		height: 560px;
		overflow: hidden;
		position: absolute;
		padding: 20px;
		background: #fff;
		left: 0px;
	}


	.img.quiz .presentsQuiz img{
		width: 200px;
		height: auto;
	}
	.img.quiz .presentsQuiz h3{
		text-transform: uppercase;
		margin-bottom: 20px;
		font-family: 'Museo900';
		font-size: 25px;
	}

	.content.quiz {
		right: 0px;
		position: absolute;
		width: 800px;
		transition: 0.3s;
		background-color: #fff;
		height: 560px;
		z-index: 2000;
		padding: 0px 120px;
		text-align: left;
	}

	.quizButtonPresent.close {
		display: none;
	}



	.quizButtonPresentTop.close {
		display: none;
	}
	.quizButtonPresentTop {
		display: block;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-family: 'Museo900';
		font-size: 30px;
		color: #852c00;
		width: 400px;
		position: absolute;
		top: 18px;
		left: 0px;
	}

	.pres2.button {
		position: absolute;
		bottom: 20px;
		width: 90%;
		margin: 0px 5%;
	}

	.img.quiz .presentsQuiz .pres{
		display: block;
	}

	.img.quiz .presentsQuiz .pres.hidden{
		display: none;
	}

	.img.quiz .presentsQuiz.hidden{
		display: none;
	}


	.quizMainImg.close{
		display: none;
	}

	.content.quiz h2.title {
		text-transform: uppercase;
		font-size: 45px;
		text-align: left;
		font-family: 'Museo900';
		color: #8a164d;
	}

	.content.quiz h2.title span{
		color: #000;
	}



	.content.quiz p.maintitle {
		font-size: 25px;
		text-align: left;
		margin: 0px;
	}

	.content.quiz.close{
		right: -800px;
		position: absolute;
		width: 800px;
	}

	.img.quiz.close{
		left: -450px;
		position: absolute;
		width: 400px;
	}



	.stepList {
		width: 1200px;
		height: 560px;
		position: absolute;
		z-index: 1000;
		overflow: hidden;
		padding: 20px;
	}

	.leftStepList {
		width: 100%;
		flex-direction: column;
		padding: 0px;
		background-color: #fff;
		height: 510px;
		justify-content: flex-start;
		overflow: hidden;
		transition: 0.5s;
		align-items: center;
	}

	.leftStepList h3 {
		text-transform: uppercase;
		color: #ef6826;
		font-family: 'Museo900';
		margin: 5px 0px 20px 0px;
	}

	.leftStepList .leftSnip {
		margin: 5px 0px;
	}


	.leftStepList .leftSnip .snipBlock{
		width: 100%;
		padding: 0px;
		border: 3px solid #eee;
		border-radius: 10px;
		transform: scale(1);
		transition: 0.3s;
	}



	.leftStepList .leftSnip .snipBlock.hidden{
		transform: scale(0);
		transition: 0.3s;
	}

	.snipBlock p{
		margin: 0px;
		padding:10px 5px;
	}

	.snipBlock .title{
		width: 100%;
		margin: 0px;
		background-color: #eee;
		font-family: 'Museo700';
		padding: 10px;
	}

	.leftStepList.hidden{
		height: 0px;
	}

	.stepList .step{
		width: 400px;
		height: 560px;
		background-color: #fff;
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 20px;
		border-right:1px solid #eee;
	}

	.stepList .step.quizLeftContent{
		left: -410px;
		transition:0.3s;
	}
	.stepList .quest.quizRightContent{
		right: -810px;
		transition:0.3s;
		position: absolute;
	}


	.stepList .step.quizLeftContent.visibleQuiz{
		left: 0px;
		top:0px;
	}


	.stepList .quest.quizRightContent.visibleQuiz{
		right: 0px;
		top:0px;
	}

	.messageEmail{
		position: absolute;
		width: 100%;
		background-color: #fff;
		transition: 0.3s;
		transform: scale(0) rotate(360deg);
		height: 0px;
		align-items: center;
		justify-content: center;
	}

	.messageEmail.visibleQuiz {
		transform: scale(1) rotate(0deg);
		background-color: #ffffff;
		height: 560px;
		justify-content: center;
		z-index: 2000;
		width: 800px;
		right: 0px;
	}

	.messageEmail p.mini {
		font-size: 15px;
		color: #852c00;
	}
	.messageEmail p.mini span{
		font-size: 30px;
		color: #852c00;
	}
	.messageEmail h2.title {
		color: #ef6826;
		text-transform: uppercase;
		font-size: 40px;
		/* line-height: 0px; */
	}

	.messageEmail h2.title span {
		color: #585858;
		font-size: 30px;
		line-height: 93px;
		font-family: 'Museo700';
	}
	.messageEmail p.title {
		color: #ef6826;
		font-size: 30px;
		margin: 0px;
	}

	.messageEmail button.button {
		border: 3px solid #fff;
		margin: 10px 20px;
	}



	.manager {
		width: 0px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.person {
		width: auto;
		padding: 10px;
		background: #fff;
		border-radius: 10px;
		/*border: 3px solid #eee;*/
		position: absolute;
		right: 20px;
		top: 20px;
		width: 200px;
	}

	.person.left {
		left: 20px;
	}

	.person img {
		width: 45%;
		margin: 5px;
	}



	.person p{
		margin: 0px;
		margin: 0px;
		font-family: 'Museo900';
		text-transform: uppercase;
	}

	.person p.name{
		margin: 0px;
		font-family: 'Museo500';
		text-transform: capitalize;
		color: #777;
	}

	.message.quizOk {
		text-align: left;
	}

	.person a.header_contakt.flex {
		margin-top: 5px;
		display: block;
		font-family: 'Museo900';
		color: #000;
		text-decoration: auto;
		font-size: 18px;
	}


	.stepList .quest {
		transform: scale(1);
	}

	.stepList .progres {
		width: 100%;
		background: #ef6826;
		padding: 0px 20px;
		border-radius: 10px;
		color: #fff;
		font-family: 'Museo700';
		min-height: 70px;
		cursor: pointer;
	}
	.stepList .progres:hover {
		opacity:0.7;
	}
	.stepList .progres img{
		width: 70px;

	}

	.stepList .progres .tab.step1{
		border-radius: 3px 0px 0px 3px;
	}


	.stepList .stepInfo{
		border-radius: 3px 0px 0px 3px;
		text-align: left;
		margin-top:20px;
	}

	.stepList .quest .step1{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 800px;
		height: 560px;
	}


	.stepList .quest .mainStepClass{
		transform: scale(1);
		transition: 0.3s;
	}
	.stepList .quest .mainStepClass.close{
		transform: scale(0);
	}



	.stepLeftInfo p{
		margin: 0px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.step1 .block {
		flex-basis: 340px;
		display: flex;
		flex-direction: column;
		height: 230px;
		width: 360px;
		align-items: center;
		justify-content: center;
		background: #eee;
		margin: 20px;
		border-radius: 15px;
		position: relative;
	}
	.step1  .heds {
		position: absolute;
		top: 20px;
		width: 100%;
		font-family: 'Museo900';
		font-size: 25px;
		color: #883667;
	}
	.step1 .heds.left {
		text-align-last: left;
		/* padding: 20px; */
		top: 0px;
		padding: 10px 10px;
		border-bottom: 1px solid #eee;
		min-height: 70px;
	}
	.step1  .heds.left span{
		margin-right: 20px;
		font-size: 30px;
		color: #f00;
	}


	.step1  .heds button{
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 30px;
		padding: 0px;
		margin: 0px;
		font-family: 'Museo900';
	}

	.step1 .block .param {
		list-style-type: none;
		position: absolute;
		width: 100%;
		top: 50px;
		padding: 0px;
		margin: 0px;
	}

	.step1 .block .param .price{
		font-family: 'Museo700';
		color: #aaa;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.step1 .block .button{
		position: absolute;
		bottom: 20px;
	}


	.step1 .list {
		text-align: left;
		width: 100%;
		position: absolute;
		top: 70px;
		padding: 0px 20px;
	}


	.step1 .list .button{
		padding: 10px 20px;
		margin: 0px;
		opacity: 0;
		transition:0.3s;
	}

	.step1 .list ol{
		padding: 0px;
	}

	.step1 .list ol li {
		font-size: 16px;
		padding: 5px 5px 5px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: 0.3s;
		border-radius: 30px;
		margin-bottom: 3px;
		cursor: pointer;
	}

	.step1 .list ol li:hover {
		box-shadow: 0px 0px 3px #000;
	}

	.step1 .list ol li:hover .button{
		opacity: 1;
	}

	.step1 .list .form .button{
		opacity: 1;
		display: none;
	}
	.step1 .list .form .button.hidden{
		opacity: 0;
		display: none;
	}

	.step1 .list .button.active{
		opacity: 1;
		background: #fff;
		color: #ef6826;
	}

	.step1 .list input {
		width: 400px;
		padding: 13px 5px 14px 15px;
		border: 3px solid #ef6826;
		border-radius: 5px;
		font-family: 'Museo700';
		font-size: 16px;
		border-radius: 20px 0px 0px 20px;
		margin-left: 0px;
	}

	.step1 .duble{
		width: 100%;
		justify-content: space-between;
		align-items: flex-start;
	}
	.duble .list{
		width: 480px;
		position: inherit;
	}

	.duble .list ol{
		margin: 0px;
		padding: 0px;
	}

	.duble .textEmail {
		width: 260px;
		text-align: left;
		height: 283px;
	}

	.step1 .list p {
		padding: 15px;
	}

	.step1 .list p span{
		font-family: 'Museo900';
	}

	.step1 .list .form{
		margin-top: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 60px;
	}
	.step1 .list .form .button.site {
		opacity: 1;
		display: block;
		border-radius: 0px 61px 64px 0px;
		padding: 15px 20px;
		width: 120px;
	}
	.step1 .list .form .button.site.hidden{
		opacity: 0;
		display: none;
	}


	.step1 .list ol li.site {
		font-family: 'Museo900';
		font-size: 20px;
		color: #f00;
	}


	.mainForm{
		padding-top: 30px;
		text-align: left;
		align-items: center;
		height: 360px;

	}


	.textEmail {
		width: 300px;
		margin:0px 20px;
		padding: 20px;
		border: 3px solid #eee;
		border-radius: 20px;
		height: 222px;
		flex-direction: column;
	}


	.mainForm .textEmail p{
		margin: 0px;
		width: 100%;
		text-align-last: left;
	}

	.mainForm .input {
		width: 420px;
	}

	.mainForm .input label.info {
		font-family: 'Museo500';
		color: #777;
		margin-bottom: 3px;
		font-size: 14px;
		color: #adadad;
		width: 400px;
		display: block;
		padding-left: 5px;
	}

	.step1 .mainForm input {
		width: 400px;
		padding: 10px 5px 10px 15px;
		border: 3px solid #ef6826;
		border-radius: 5px;
		font-family: 'Museo700';
		font-size: 16px;
		border-radius:8px;
		margin-bottom: 20px;
	}

	.step1 .mainForm input.error {
		border: 3px solid #f00;
	}

	.step1 .mainForm input.success {
		border: 3px solid green;
	}


	.goInfoEmail {
		position: absolute;
		bottom: 10px;
		left: 0px;
		width: 100%;
		text-align: left;
		padding: 0px 20px;
	}












	.field__wrapper {
		width: 100%;
		position: relative;
		margin: 0px 0px 5px 0px;
		text-align: center;
	}
	.field__file {
		opacity: 0;
		visibility: hidden;
		position: absolute;
	}

	.field__file-wrapper {
		width: 400px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.field__file-fake {
		height: 45px;
		width: 270px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 15px;
		border: 3px solid #ef6826;
		border-radius: 8px 0 0 8px;
		border-right: none;
	}

	.field__file-button {
		width: 130px;
		height: 45px;
		background: #ef6826;
		color: #fff;
		font-size: 1.125rem;
		font-weight: 700;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 0 8px 8px 0;
		cursor: pointer;
	}