@font-face {
	font-family: "ProximaNovaBold";
    src: url("../fonts/ProximaNovaBold.eot");
    src: url("../fonts/ProximaNovaBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ProximaNovaBold.woff") format("woff"),
    url("../fonts/ProximaNovaBold.ttf") format("truetype"),
    url("../fonts/ProximaNovaBold.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: "ProximaNovaRegular";
    src: url("../fonts/ProximaNovaRegular.eot");
    src: url("../fonts/ProximaNovaRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ProximaNovaRegular.woff") format("woff"),
    url("../fonts/ProximaNovaRegular.ttf") format("truetype"),
    url("../fonts/ProximaNovaRegular.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: "ProximaNovaSemibold";
    src: url("../fonts/ProximaNovaSemibold.eot");
    src: url("../fonts/ProximaNovaSemibold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ProximaNovaSemibold.woff") format("woff"),
    url("../fonts/ProximaNovaSemibold.ttf") format("truetype"),
    url("../fonts/ProximaNovaSemibold.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: "ProximaNovaLight";
    src: url("../fonts/ProximaNovaLight.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.wrapper {
 	width: 940px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

.wrapper_content {
 	width: 775px;
	margin: 0 auto;
	/* padding-left: 40px;
	padding-right: 40px; */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

.header {
	height: 700px;
	/* width: 100%; */
	background-image: url(../images/main_header.png);
	/* background-size: 100% 620px; */
	background-position: center;
	background-repeat: no-repeat;
}

.header_left_block {
	width: 50%;
	height: 700px;
	float: left;
	position: relative;
}

.header_right_block {
	width: 50%;
	height: 700px;
	float: right;
	position: relative;
}

.header_text_block {
	margin-top: 100px;
}

ul.header_list_block {
	margin-top: 140px;
    list-style-type: none;
	font-size: 18px;
	font-family: 'ProximaNovaRegular';
}

ul.header_list_block li.header_list {
	position: relative;
	margin-bottom: 20px;
}

ul.header_list_block li.header_list:first-child:before, ul.header_list_block li.header_list {
	float: left;
}

ul.header_list_block li.header_list:nth-child(2):before, ul.header_list_block li.header_list {
	float: left;
}

ul.header_list_block li.header_list:nth-child(3):before, ul.header_list_block li.header_list {
	float: left;
}

ul.header_list_block li.header_list:first-child:before {
	content: '';
	display: block;
	background-image: url(../images/main_header_list1.png);
	background-repeat: no-repeat;
	width: 39px;
	height: 24px;
}

ul.header_list_block li.header_list:nth-child(2):before {
	content: '';
	display: block;
	background-image: url(../images/main_header_list2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 39px;
	height: 24px;
}

ul.header_list_block li.header_list:nth-child(3):before {
	content: '';
	display: block;
	background-image: url(../images/main_header_list3.png);
	background-repeat: no-repeat;
	width: 39px;
	height: 24px;
}

/*.logo,  .video_us_block, .login_register_block {
	float: left;
}*/ 

.logo {
	height: 80px;
	width: 250px;
	background-image: url(../images/logo.png);
	background-size: 80px 40px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* 
.video_us_block {
	width: 260px;
} 

.video_us {
	height: 40px;
	width: 154px;
	margin: 0 auto;
	float: right;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	margin-top: 20px;
}

.video_us:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.rectangle, .video_us_title {
	float: left;
}

.rectangle {
	height: 40px;
	width: 40px;
	background-image: url(../images/rectangle.png);
	background-size: 9px 12px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.video_us_title {
	text-transform: uppercase;
	font-family: 'ProximaNovaSemibold';
	font-size: 12px;
	line-height: 42px;
	color: #000;
}*/

.login_register_block {
	/* width: 430px; */
}

.login_register {
	height: 40px;
	/* width: 212px; */
	padding-right: 20px;
	float: right;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	margin-top: 20px;
	border-radius: 2px;
}

.login_register:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.zamok, .login_register_title {
	float: left; 
}

.zamok {
	height: 40px;
	width: 40px;
	background-image: url(../images/zamok.png);
	background-size: 9px 12px;
	background-repeat: no-repeat;
	background-position: 22px;
}

.login_register_title {
	text-transform: uppercase;
	font-family: 'ProximaNovaSemibold';
	font-size: 12px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #000;
}

.webmasterlive,.reklamodatellive {
	cursor: default;
}

@media screen and (min-width: 1023px) and (max-width: 1190px)  {
	.webmaster {
		right: 299px!important;
	}

	.webmaster.noactive {
		right: 299px!important;
	}

	.reklamodatel {
		right: -33px!important;
	}

	.reklamodatel.noactive {
		right: -33px!important;
	}
}

.webmaster {
	background-image: url(../images/webmaster.png);
	width: 405px;
	height: 604px;
	position: absolute;
	z-index: 1;
	top: 96px;
	/* left: -217px; */
	right: 238px;
	transition:all 0.3s;
}

.webmaster.noactive {
	background-image: url(../images/webmaster_active.png);
	width: 405px;
	height: 604px;
	position: absolute;
	z-index: 1;
	top: 96px;
	right: 238px;
	/* left: -217px; */
}

.reklamodatel {
	background-image: url(../images/reklamodatel.png);
	width: 513px;
	height: 604px;
	position: absolute;
	z-index: 2;
	top: 96px;
	/* left: 76px; */
	right: -120px;
	transition:all 0.3s;
}

.reklamodatel.noactive {
	background-image: url(../images/reklamodatel_active.png);
	width: 513px;
	height: 604px;
	position: absolute;
	z-index: 2;
	top: 96px;
	/* left: 76px; */
	right: -120px;
}

h1.header_text {
	color: #231f20;
	font-family: 'ProximaNovaSemibold';
	font-size: 24px;
	text-transform: uppercase;
}

.h1_text {
	margin-top: 140px;
	width: 455px;
}

span.text1_descr {
	text-transform: uppercase;
	font-family: 'ProximaNovaBold';
	font-size: 34px;
	color: #ab0054;
}

span.text2_descr {
	text-transform: uppercase;
	font-family: 'ProximaNovaBold';
	font-size: 34px;
	color: #231f20;
}

.h3_text {
	margin-top: 45px;
	width: 550px;
}

h3.text3_descr {
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #231f20;;
}

span.text4_descr {
	font-family: 'ProximaNovaBold';
	font-size: 18px;
	color: #ab0054;
}

.pol_pribyl {
	height: 140px;
	/* background-color: #01579b; */
	background: rgba(1,88,155,1);
	background: -moz-linear-gradient(left, rgba(1,88,155,1) 0%, rgba(1,88,155,1) 24%, rgba(1,88,155,1) 45%, rgba(2,98,167,1) 63%, rgba(1,105,175,1) 82%, rgba(2,119,191,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,88,155,1)), color-stop(24%, rgba(1,88,155,1)), color-stop(45%, rgba(1,88,155,1)), color-stop(63%, rgba(2,98,167,1)), color-stop(82%, rgba(1,105,175,1)), color-stop(100%, rgba(2,119,191,1)));
	background: -webkit-linear-gradient(left, rgba(1,88,155,1) 0%, rgba(1,88,155,1) 24%, rgba(1,88,155,1) 45%, rgba(2,98,167,1) 63%, rgba(1,105,175,1) 82%, rgba(2,119,191,1) 100%);
	background: -o-linear-gradient(left, rgba(1,88,155,1) 0%, rgba(1,88,155,1) 24%, rgba(1,88,155,1) 45%, rgba(2,98,167,1) 63%, rgba(1,105,175,1) 82%, rgba(2,119,191,1) 100%);
	background: -ms-linear-gradient(left, rgba(1,88,155,1) 0%, rgba(1,88,155,1) 24%, rgba(1,88,155,1) 45%, rgba(2,98,167,1) 63%, rgba(1,105,175,1) 82%, rgba(2,119,191,1) 100%);
	background: linear-gradient(to right, rgba(1,88,155,1) 0%, rgba(1,88,155,1) 24%, rgba(1,88,155,1) 45%, rgba(2,98,167,1) 63%, rgba(1,105,175,1) 82%, rgba(2,119,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01589b', endColorstr='#0277bf', GradientType=1 );
} 

.coins, .pol_pribyl_title {
	float: left;
}

.coins {
	background-image: url(../images/coins.png);
	background-position: 0 -28px;
	width: 133px;
	height: 140px;
}

.pol_pribyl_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 20px;
	text-transform: uppercase;
	/* margin-left: 25px; */
	line-height: 28px;
	letter-spacing: 1px;
	margin-top: 45px;
	color: #fff;
}

.button_to_more5 {
	float: right;
	background-color: #fff;
	border-radius: 2px;
	color: #000;
	font-size: 14px;
	font-family: 'ProximaNovaSemibold';
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 24px;
	height: 50px;
	letter-spacing: 1px;
	line-height: 52px;
	margin-top: 45px;
	cursor: pointer;
}

.how_to_work {
	height: 1290px;
	background-color: #f5f5f5;
}

h1.how_to_work_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 65px;
	position: relative;
}

span.text14_descr {
	color: #ab0053;
}

h1.how_to_work_title:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
    width: 70px;
	top: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
    background-color: #ab0054;
}

.how_to_work_text {
	font-family: 'ProximaNovaLight';
	font-size: 20px;
	color: #212121;
	opacity: .6;
	text-align: center;
	line-height: 30px;
	margin-top: 54px;
}

.how_to_work_scheme {
	margin-top: 55px;
}

.reklamodateli_scheme, .arrow_to_left, .leader_scheme, .arrow_to_right, .webmastera_scheme {
	float: left;
}

.reklamodateli_scheme {
	width: 210px;
	height: 122px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	transition:all 0.3s;
}

.reklamodateli_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.reklamodateli_logo {
	background-image: url(../images/how_to_work_image1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	width: 210px;
	height: 56px;
}

.reklamodateli_text {
	font-family: 'ProximaNovaSemibold';
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #212121;
}

.leader_scheme {
	width: 290px;
	height: 122px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	transition:all 0.3s;
}

.leader_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.leader_scheme:after {
	content: '';
	display: block;
	background-image: url(../images/arrows/3.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 290px;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.leader_logo {
	background-image: url(../images/how_to_work_image2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	width: 290px;
	height: 99px;
}

.webmastera_scheme {
	width: 210px;
	height: 122px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	transition:all 0.3s;
}

.webmastera_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.webmastera_logo {
	background-image: url(../images/how_to_work_image3.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	width: 210px;
	height: 56px;
}

.webmastera_text {
	font-family: 'ProximaNovaSemibold';
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #212121;
}

.arrow_to_left {
	background-image: url(../images/arrows/1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	height: 122px;
	margin-left: 15px;
	margin-right: 15px;
}

.arrow_to_right {
	background-image: url(../images/arrows/2.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	height: 122px;
	margin-left: 15px;
	margin-right: 15px;
}

.zayavka_scheme {
	height: 148px;
	width: 450px;
	margin: 0 auto;
	margin-top: 46px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	transition:all 0.3s;
}

.zayavka_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.zayavka_logo {
	background-image: url(../images/how_to_work_image4.png);
	background-repeat: no-repeat;
	background-position: 49% 50%;
	width: 450px;
	height: 96px;
}

.zayavka_text {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	text-align: center;
	color: #212121;
	margin-top: -6px;
}

.zayavka_scheme:after {
	content: '';
	display: block;
	background-image: url(../images/arrows/3.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 440px;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.nastroyka_scheme {
	height: 128px;
	width: 450px;
	margin: 0 auto;
	margin-top: 36px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	position: relative;
	transition:all 0.3s;
}

.nastroyka_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.nastroyka_scheme:before {
	content:'';
	display: block;
	position: absolute;
	background-image: url(../images/arrows/4.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 84px;
	height: 99px;
	left: -100px;
    top: 60px;
}

.nastroyka_scheme:after {
	content:'';
	display: block;
	position: absolute;
	background-image: url(../images/arrows/5.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 84px;
	height: 99px;
	right: -100px;
    top: 60px;
}

.nastroyka_logo {
	background-image: url(../images/how_to_work_image5.png);
	background-repeat: no-repeat;
	background-position: 49% 50%;
	width: 450px;
	height: 96px;
}

.nastroyka_text {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	text-align: center;
	color: #212121;
	margin-top: -6px;
}

.ploschadka1_scheme {
	float: left;
}

.ploschadka2_scheme {
	float: right;
}

.ploschadka1_scheme {
	height: 186px;
	width: 450px;
	margin-top: 46px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	transition:all 0.3s;
}

.ploschadka1_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.ploschadka1_logo {
	background-image: url(../images/how_to_work_image6.png);
	background-repeat: no-repeat;
	background-position: 49% 50%;
	width: 450px;
	height: 96px;
}

.ploschadka1_text {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	text-align: center;
	color: #212121;
	margin-top: -6px;
}

.ploschadka2_scheme {
	height: 186px;
	width: 450px;
	margin-top: 46px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	transition:all 0.3s;
}

.ploschadka2_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.ploschadka2_logo {
	background-image: url(../images/how_to_work_image7.png);
	background-repeat: no-repeat;
	background-position: 49% 50%;
	width: 450px;
	height: 96px;
}

.ploschadka2_text {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	text-align: center;
	color: #212121;
	margin-top: -6px;
}

.result_scheme {
	height: 186px;
	width: 450px;
	margin: 0 auto;
	margin-top: 48px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	cursor: pointer;
	position: relative;
	transition:all 0.3s;
}

.result_scheme:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.result_logo {
	background-image: url(../images/how_to_work_image8.png);
	background-repeat: no-repeat;
	background-position: 49% 50%;
	width: 450px;
	height: 96px;
}

.result_text {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	text-align: center;
	color: #212121;
	margin-top: -6px;
}

.result_scheme:before {
	content:'';
	display: block;
	position: absolute;
	background-image: url(../images/arrows/6.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 81px;
	height: 132px;
	left: -96px;
    top: -34px;
}

.result_scheme:after {
	content:'';
	display: block;
	position: absolute;
	background-image: url(../images/arrows/7.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 81px;
	height: 132px;
	right: -96px;
    top: -34px;
}

.pl_rab {
	min-height: 520px;
	height: auto !important;
	height: 100%;
	background-image: url(../images/pl_rab.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.pl_rab:after{
	content: '';
	display: table;
	clear: both;
	padding-bottom: 45px;
}

h1.why_to_vygoda {
	font-family: 'ProximaNovaSemibold';
	font-size: 32px;
	color: #212121;
	text-transform: uppercase;
	/* float: right; */
    /* padding-left: 140px; */
    padding-top: 52px;
	line-height: 34px;
}

.why_to_vygoda_line {
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 130px;
    top: 70px;
    left: 10px;
   /*  right: 0; */
    margin: 0 auto;
    background-color: #0392dc;
}

span.text15_descr {
	font-family: 'ProximaNovaSemibold';
	font-size: 32px;
	color: #ab0053;
	text-transform: uppercase;
}

.left_pl_rab, .right_pl_rab {
	float: left;
}

.left_pl_rab {
	width: 61%;
}

h2.left_pl_rab_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
/* 	text-align: center; */
	padding-top: 50px;
}

ul.list_punkt {
	padding-top: 30px;
}

li.punkt_left:before, li.punkt_left  {
	float: left;
}

li.punkt_left {
	width: 400px;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #fff;
	opacity: .8;
	line-height: 25px;
	margin-bottom: 30px;
	list-style-type: none;
	position: relative;
}

li.punkt_left:before {
	content: '';
	display: block;
	height: 2px;
    width: 35px;
    position: absolute;
	top: 11px;
	left: -45px;
    background-color: #0392dc;
}

/* .button_to_more1, .button_to_more1:after {
	float: left;
} */

.button_to_more1 {
	height: 50px;
	width: 390px;
	margin: 0 auto;
	font-family: 'ProximaNovaSemibold';
	font-size: 14px;
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	/* padding-left: 20px;
	padding-right: 45px; */
	line-height: 50px;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	/* position: absolute;
	left: -43px; */
}

.button_to_more1:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* .button_to_more1:after {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right: 25px;
	height: 4px;
	width: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
} */

.right_pl_rab {
	width: 39%;
}

h2.right_pl_rab_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 26px;
	color: #000;
	text-transform: uppercase;
/* 	text-align: center; */
	padding-top: 50px;
}

li.punkt_right:before, li.punkt_right  {
	float: left;
}

li.punkt_right {
	width: 400px;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #212121;
	opacity: .6;
	line-height: 25px;
	margin-bottom: 30px;
	list-style-type: none;
	position: relative;
}

li.punkt_right:before {
	content: '';
	display: block;
	height: 2px;
    width: 35px;
    position: absolute;
	top: 11px;
	left: -45px;
    background-color: #0392dc;
}
/* li.punkt_right:nth-child(1){
	width: 270px;
}

li.punkt_right:nth-child(2){
	width: 350px;
}

li.punkt_right:nth-child(3){
	width: 350px;
} 

li.punkt_right:last-child {
	margin-bottom: 0px;
}*/

/* .button_to_more2, .button_to_more2:after {
	float: left;
} */

.button_to_more2 {
	/* border: 1px solid #efefef; */
	height: 50px;
	width: 390px;
	margin: 0 auto;
	font-family: 'ProximaNovaSemibold';
	font-size: 14px;
	color: #fff;
	background-color: #ab0053;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	/* padding-left: 20px;
	padding-right: 45px; */
	line-height: 50px;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	/* position: absolute;
	left: 42px; */
}

.button_to_more2:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.left_pl_button, .right_pl_button {
	float: left;
	height: 45px;
	width: 50%;
	position: relative;
}

/* .button_to_more2:after {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right: 25px;
	height: 4px;
	width: 4px;
	border-top: 2px solid #ab0054;
	border-right: 2px solid #ab0054;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
} */

.slider {
	height: 220px;
	background-color: #231f20;
	width:100%;
}

.slider_elements {
	margin-top: 60px;
	position: relative;
}

.stat-prev {
	position: absolute;
	left: 20px;
	top: 107px;
    height: 20px;
    width: 20px;
    border-top: 2px solid #ab0054;
    border-right: 2px solid #ab0054;
	transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.stat-prev:hover {
	position: absolute;
	left: 20px;
    height: 20px;
    width: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.stat-next {
	position: absolute;
	right: 20px;
	top: 107px;
	height: 20px;
    width: 20px;
    border-top: 2px solid #ab0054;
    border-right: 2px solid #ab0054;
	transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.stat-next:hover {
	position: absolute;
	right: 20px;
	height: 20px;
    width: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.element_title:before, .element_title {
	float: left;
}

.element_slider {
	position: relative;
	height: 200px;
	/* width: 215px !important; */
}

.element_slider:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.2);
	height: 150px;
	width: 71px;
	top: -20px;
	left: 19px;
}

.element_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 18px;
	color: #ab0054;
	text-transform: uppercase;
	padding-left: 5px;
	margin-top: -7px;
}

.element_title:before {
	content: '';
	display: block;
	height: 1px;
	width: 30px;
	background-color: #ab0054;
	margin-right: 10px;
	margin-top: 10px;
}

.element_descr {
	color: #fff;
	opacity: .8;
	font-family: 'ProximaNovaLight';
	font-size: 16px;
	line-height: 24px;
	margin-left: 45px;
	margin-top: 10px;
	/* width: 171px; */
}

.slider-prev {
	background-image: url(../images/prev.png);
	background-size: 11px 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 11px;
	height: 20px;
	position: absolute;
	top: 45px;
	left: 70px;
	cursor: pointer;
}

.slider-next {
	background-image: url(../images/next.png);
	background-size: 11px 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 11px;
	height: 20px;
	position: absolute;
	top: 45px;
	right: 70px;
	cursor: pointer;
}

a.bx-prev, a.bx-next {
	display: block;
	width: 30px;
	height: 40px;
}

.prover_tech {
	height: 800px;
	background-color: #fff;
	/* background-image: url(../images/noutbuk_fullscreen.png);
	background-size: 100% 632px;
	background-repeat: no-repeat; */
}

.prover_tech_title_block {
/* 	width: 600px; */
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
}

h1.prover_tech_title {
	line-height: 32px;
}

span.text5_descr {
	color: #231f20;
	font-family: 'ProximaNovaSemibold';
	font-size: 32px;
	text-transform: uppercase;
}

span.text6_descr {
	color: #ab0054;
	font-family: 'ProximaNovaSemibold';
	font-size: 32px;
	text-transform: uppercase;
}

span.text7_descr {
	color: #ab0054;
	font-family: 'ProximaNovaBold';
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
    line-height: 20px;
	border-bottom: 1px dotted #ab0054;
}

span.text13_descr {
	color: #ab0054;
	font-family: 'ProximaNovaSemibold';
	font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1200px)  {
	.noutbuk {
		background-size: contain;
		width: 100%!important;
	}
}

.noutbuk {
	margin-top: 30px;
	background-image: url(../images/noutbuk.png);
	background-repeat: no-repeat;
	background-position: right center;
	/* background-size: contain; */
	height: 632px;
	width: 1080px;
	position: relative;
	z-index: 1;
}

.menuleft_block {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	width: 280px;
	height: 465px;
	top: 41px;
	left: -61px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.dinamic-panel {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.dinamic-panel .item-text {
	display: none;
}

.dinamic-panel li {
	cursor: pointer;
 	clear: both;
	padding-top: 12px;
	padding-left: 20px;
}

.dinamic-panel li:first-child .item-text {
	display: block;
}

.dinamic-panel li.active {
	border-top: 1px solid #efeff0;
}

.dinamic-panel li.active:after {
	content: '';
	display: block;
	padding-top: 20px;
	border-bottom: 1px solid #efeff0;
}

.dinamic-panel li .item-title:before, .dinamic-panel li .item-title {
	float: left;
}

.dinamic-panel li .item-title {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #ab0054;
	padding-bottom: 14px;
}

.dinamic-panel li .item-title span {
	border-bottom: 1px solid #ab0054;
	line-height: 0.75;
}

.dinamic-panel li.active .item-title span, .dinamic-panel li:first-child .active .item-title span{
	border-bottom: none;
}

.dinamic-panel li .item-title span{
	font-weight: normal;
} 

/* .dinamic-panel li:first-child .item-title span{
	font-weight: bold;
} */

.dinamic-panel li.active .item-title span {
	font-weight: bold;
}

.dinamic-panel li .item-title:before {
	content: '';
	display: block;
	height: 1px;
	width: 20px;
	background-color: #ab0054;
	margin-right: 15px;
	margin-top: 9px;
}

.dinamic-panel li .item-text {
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	color: #231f20;
	padding-left: 40px;
	padding-right: 20px;
	clear: both;
}

.dinamic-panel li .item-text p {
	padding-top: 5px;
	padding-bottom: 10px;
} 

.monitor-pic {
	position: absolute;
	width: 740px;
	height: 465px;
	top: 40px;
	right: 120px;
	background-repeat: no-repeat;
	background-position: center;
}

.url_video {
	margin-top: 10px;
}

div.play_video, span.play_video_title {
	float: left;
}

div.play_video {
	background-image: url(../images/play_video.png);
	background-size: 8px 10px;
    background-repeat: no-repeat;
	height: 10px;
	width: 8px;
}

span.play_video_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 12px;
	color: #ab0054;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 2px;
	border-bottom: 1px solid #ecd4dc;
	display: inline-block;
	line-height: 0.85;
}

.statistika {
	height: 300px;
	background-color: #231f20;
}

.statistika_title {
	width: 300px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

span.statistika_title1_descr {
	font-family: 'ProximaNovaSemibold';
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
span.statistika_title2_descr {
	font-family: 'ProximaNovaBold';
	font-size: 22px;
	color: #fff;
	margin-left:4px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.count_ploshad:before, .count_rabotodat1:before, .count_rabotodat2:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid rgba(255,255,255,0.2);
    height: 155px;
    width: 120px;
    left: 12px;
}

.count_ploshad, .count_rabotodat1, .count_rabotodat2 {
	float: left;
}

.count_ploshad {
	width: 310px;
	position: relative;
}

.count_rabotodat1 {
	width: 320px;
	position: relative;
}

.count_rabotodat2 {
	width: 300px;
	position: relative;
}

.count {
	font-family: 'ProximaNovaRegular';
	font-size: 80px;
	color: #ab0054;
	padding-left: 25px;
}

.count1_descr, .count2_descr, .count3_descr {
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	width: 240px;
}

.salebuy_block {
	height: 140px;
	width: 100%;
	/* background-color: #0266ab; */
	background: rgba(2,92,161,1);
	background: -moz-linear-gradient(left, rgba(2,92,161,1) 0%, rgba(2,106,175,1) 24%, rgba(2,122,192,1) 45%, rgba(2,128,201,1) 63%, rgba(3,138,210,1) 82%, rgba(3,154,229,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,92,161,1)), color-stop(24%, rgba(2,106,175,1)), color-stop(45%, rgba(2,122,192,1)), color-stop(63%, rgba(2,128,201,1)), color-stop(82%, rgba(3,138,210,1)), color-stop(100%, rgba(3,154,229,1)));
	background: -webkit-linear-gradient(left, rgba(2,92,161,1) 0%, rgba(2,106,175,1) 24%, rgba(2,122,192,1) 45%, rgba(2,128,201,1) 63%, rgba(3,138,210,1) 82%, rgba(3,154,229,1) 100%);
	background: -o-linear-gradient(left, rgba(2,92,161,1) 0%, rgba(2,106,175,1) 24%, rgba(2,122,192,1) 45%, rgba(2,128,201,1) 63%, rgba(3,138,210,1) 82%, rgba(3,154,229,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,92,161,1) 0%, rgba(2,106,175,1) 24%, rgba(2,122,192,1) 45%, rgba(2,128,201,1) 63%, rgba(3,138,210,1) 82%, rgba(3,154,229,1) 100%);
	background: linear-gradient(to right, rgba(2,92,161,1) 0%, rgba(2,106,175,1) 24%, rgba(2,122,192,1) 45%, rgba(2,128,201,1) 63%, rgba(3,138,210,1) 82%, rgba(3,154,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025ca1', endColorstr='#039ae5', GradientType=1 );
}

.clocks {
	background-image: url(../images/clocks.png);
	background-repeat: no-repeat;
	background-position: 20px;
    width: 145px;
    height: 171px;
}

/* .salebuy_block_title:before, */.clocks,  .salebuy_block_title, .button_to_more3, .button_to_more3:after {
	float: left;
}

.salebuy_block_title {
	color:#fff;
	font-family: 'ProximaNovaSemibold';
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 2px;
	padding-top: 45px;
	padding-left: 28px;
	width: 480px;
	margin-left: -10px;
}
/* 
.salebuy_block_title:before {
	content: '';
	display: block;
	height: 2px;
	width: 40px;
	margin-top: 12px;
	background-color: #000;
	margin-right: 15px;
} */

/* .salebuy_block_title:before, .salebuy_block_descr {
	float: left;
} */

.button_to_more3 {
	/* border: 1px solid #efefef; */
	height: 50px;
	font-family: 'ProximaNovaSemibold';
	font-size: 14px;
	letter-spacing: 2px;
	color: #212121;
	background-color: #fff;
	text-transform: uppercase;
	padding-left: 84px;
	padding-right: 84px;
	line-height: 52px;
	cursor: pointer;
	position: relative;
	margin-top: 50px;
	border-radius: 2px;
}

.button_to_more3:after {
	content: '';
	display: block;
	height: 6px;
    width: 6px;
    position: absolute;
    top: 21px;
    right: 73px;
	border-top: 2px solid #ab0054;
	border-right: 2px solid #ab0054;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.when_to_get_result_block {
	height: 1250px;
	background-color: #ffffff;
}

.when_to_get_result_title {
	font-family: 'ProximaNovaSemibold';
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    position: relative;
}

.when_to_get_result_title:before {
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 70px;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ab0054;
}

.when_to_get_result_text {
	font-family: 'ProximaNovaLight';
    font-size: 18px;
    color: #212121;
    opacity: .6;
    text-align: center;
    line-height: 28px;
    margin-top: 54px;
}

.text16_descr {
	color: #ab0053;
	font-family: 'ProximaNovaSemibold';
    font-size: 18px;
	text-align: center;
}
/* 
.kontekstnaya_scheme, .step_scheme, .leader1_scheme {
	float: left;
	margin-top: 80px;
}

.kontekstnaya_scheme {
	width: 335px;
	margin-top: 165px;
	position: relative;
}

.step_scheme {
	width: 350px;
	position: relative;
}

.leader1_scheme {
	width: 215px;
	margin-top: 295px;
	margin-left: 38px;
	position: relative;
}
 */
.kontekstnaya_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 18px;
	color: #ab0053;
	text-transform: uppercase;
	text-align: left;
	width: 220px;
	margin-bottom: 10px;
}

.kontekstnaya_descr {
	margin-top: 10px;
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	color: #212121;
	text-align: left;
	width: 220px;
}

.kontekstnaya_text {
	margin-top: 15px;
	font-family: 'ProximaNovaRegular';
    font-size: 16px;
	opacity: .6;
    color: #212121;
    text-align: left;
    line-height: 23px;
	width: 220px;
}

.leader1_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 24px;
	color: #ab0053;
	text-transform: uppercase;
	text-align: left;
}

.leader1_text {
	margin-top: 20px;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #212121;
	line-height: 22px;
	text-align: left;
	width: 220px;
}

.image_pribyl {
	background-image:url(../images/pribyl_image.png);
	background-position: 50% 50%;
	width: 191px;
	height: 192px;
	margin: 0 auto;
	margin-top: 15px;
	box-shadow: 0 10px 30px rgba(33,33,33,0.12);
	cursor: pointer;
	border-radius: 100px;
	position: relative;
}

.image_pribyl:hover {
	box-shadow: 0 15px 35px rgba(36,36,36,0.15);
}

.text_pribyl {
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 22px;
	font-family: 'ProximaNovaSemibold';
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #ab0053;
}

.otzyvy_block  {
	height: 670px;
	background-color: #f5f5f5;
}

.otzyvy_title_block {
	width: 340px;
	margin: 0 auto;
	padding-top: 15px;
}

span.text8_descr {
	font-family: 'ProximaNovaBold';
	font-size: 24px;
	color: #ab0054;
	text-transform: uppercase;
	line-height: 60px;
}

span.text9_descr {
	font-family: 'ProximaNovaSemibold';
	font-size: 24px;
	color: #231f20;
	text-transform: uppercase;
	line-height: 80px;
}

.otzyv {
	width: 940px;
	height: 500px;
	background-color:#fff;
	margin: 0 auto;
}

.face_image, .otzyv_descr {
	float: left;
}

.face_image {
	/*background-image: url(../images/face_image.png);*/
	background-size: cover;
    background-repeat: no-repeat;
	height: 515px;
	width: 220px;
}

.otzyv_descr {
	width: 720px;
}

.name_otzyv {
	color: #ab0054;
	font-family: 'ProximaNovaSemibold';
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 50px;
	padding-top: 30px;
}

.dolzhnost {
	color: #231f20;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	padding-left: 50px;
	padding-top: 20px;
	/*width: 250px;*/
	width: 100%;
	line-height: 25px;
}

.about_name_otzyv {
	background-color: #ab0054;
	margin-top: 30px;
	height: 80px;
	width: 830px;
	padding-left: 50px;
}

.lid_name, .lid_count, .zakaz_name, .zakaz_count, .roi_name, .roi_count {
	float: left;
}

.lid_name, .zakaz_name {
	font-family: 'ProximaNovaSemibold';
	font-size: 12px;
	color:#fff;
	text-transform: uppercase;
	width: 70px;
	padding-top: 25px;
}
.zakaz_name {
    margin-left: 15px;
}

.lid_count, .zakaz_count, .roi_count {
	color: #69cef5;
	font-family: 'ProximaNovaSemibold';
	font-size: 36px;
	text-transform: uppercase;
	width: 70px;
	padding-top: 18px;
	padding-left: 7px;
}

.roi_name {
	font-family: 'ProximaNovaSemibold';
	font-size: 12px;
	color:#fff;
	text-transform: uppercase;
	width: 100px;
	padding-top: 25px;
}

.quote_image {
	background-image: url(../images/quote_image.png);
    background-size: 18px 12px;
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about_text_otzyv:before, .about_text_otzyv {
	float: left;
}

.about_text_otzyv {
	color: #231f20;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	line-height: 24px;
	padding-left: 50px;
	padding-right: 40px;
}

.about_text_otzyv:before {
	content: '';
    height: 2px;
	width: 50px;
	background-color: #ab0054;
    position: absolute;
	left: 190px;
	top: 298px;
}

.form_block {
	height: 750px;
	background-color: #ffffff;
}

.form_block_title_line {
	content: '';
	display: block;
	height: 2px;
	width: 130px;
	background-color: #ab0054;
	position: absolute;
	top: 110px;
	/* left: -50px;
	margin-right: 15px;
	margin-top: 12px; */
}

.form_block_title {
	/* width: 460px;
	margin: 0 auto; */
	margin-top: 70px;
	/* padding-left: 99px; */
	line-height: 24px;
}

span.text10_descr {
	font-family: 'ProximaNovaSemibold';
	font-size: 24px;
	color: #231f20;
	text-transform: uppercase;
	/* padding-left: 100px; */
}

/* span.text11_descr:before , span.text11_descr {
	float: left;
} */

span.text11_descr {
	font-family: 'ProximaNovaBold';
	font-size: 24px;
	color: #ab0054;
	text-transform: uppercase;
	/* padding-left: 100px; */
	padding-top: 5px;
	position: relative;
}

/* span.text11_descr:before {
	content: '';
	display: block;
	height: 2px;
	width: 130px;
	background-color: #ab0054;
	position: absolute;
	top: 15px;
	left: -50px;
	margin-right: 15px;
	margin-top: 12px;
} */

span.text12_descr {
	font-family: 'ProximaNovaSemibold';
	font-size: 24px;
	color: #231f20;
	text-transform: uppercase;
	/* padding-left: 100px; */
}

span.text17_descr {
	font-family: 'ProximaNovaBold';
	font-size: 24px;
	color: #ab0054;
	text-transform: uppercase;
	padding-top: 5px;
	position: relative;
}

button.button_to_more4 {
	/* border: 1px solid #efefef; */
	border: none;
	height: 40px;
	font-family: 'ProximaNovaSemibold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 35px;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
	background-color: #ab0053;
	border-radius: 2px;
	float: right;
	margin-right: 15px;
	box-shadow: 0 2px 6px rgba(171,0,83,0.25);
}

button.button_to_more4:after {
	content: '';
	float: right;
	display: block;
	height: 6px;
	width: 6px;
	position: absolute;
    top: 15px;
    right: 34px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

form#getfullraschet {
	width: 650px;
	margin: 0 auto;
	margin-top: 30px;
}

label[for=check1] {
	margin-left: 14px;
	margin-right: 30px;
}

input.input_text {
	height: 35px;
	width: 385px;
	border: 0;
	border-radius: 2px;
	background-color: #fafafa;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	margin-left: 20px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.07);
	padding-left: 15px;
}

input.input_text:focus, textarea.input_textarea:focus {
	 background-color: #fff;
}

textarea.input_textarea {
	height: 140px;
	width: 618px;
	background-color: #fafafa;
	border: 0;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	position: relative;
	margin-top: 7px;
	margin-bottom: 20px;
	margin-left: 17px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.07);
	padding-top:10px;
	padding-left:10px;
	resize: none;
}

textarea.input_textarea::-webkit-input-placeholder {
  color: rgba(35,31,32,0.4);
  font-family: 'ProximaNovaRegular';
  font-size: 16px;
 /*  padding-top: 5px;
  padding-left: 5px; */
 }
textarea.input_textarea::-moz-placeholder {
  color: rgba(35,31,32,0.4);
  font-family: 'ProximaNovaRegular';
   font-size: 16px;
/*   padding-top: 5px;
  padding-left: 5px; */
}
textarea.input_textarea:-ms-input-placeholder {
  color: rgba(35,31,32,0.4);
  font-family: 'ProximaNovaRegular';
  font-size: 16px;
 /*   padding-top: 10px;
  padding-left: 10px; */
}
textarea.input_textarea:-moz-placeholder {
  color: rgba(35,31,32,0.4);
  font-family: 'ProximaNovaRegular';
  font-size: 16px;
  /* padding-top: 5px; 
  padding-left: 5px;*/
}

.list_radio {
	margin-bottom: 25px;
}

.inputtext_title_block, input.input_text {
	float: left;
}

.inputtext_title_block {
	width: 225px;
}

span.inputtext_title_requirred:before,span.inputtext_title_requirred {
	float: left;
}

span.inputtext_title_requirred {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #231f20;
	clear: both;
	padding-top: 7px;
}

span.inputtext_title_requirred:before {
	content: '*';
	color: #ab0054;
	font-family: 'ProximaNovaRegular';
	font-size: 26px;
	padding-right: 7px;
}

span.inputtext_title_no_requirred {
	float: left;
}

span.inputtext_title_no_requirred {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #231f20;
	clear: both;
	padding-top: 7px;
	padding-left: 16px;
}

.inputtext_block {
	height: 50px;
}

.descr_requirred:before, .descr_requirred {
	float: left;
}

.descr_requirred {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #231f20;
	padding-left: 5px;
}

.descr_requirred:before {
	content: '*';
	color: #ab0054;
	font-family: 'ProximaNovaRegular';
	font-size: 28px;
	margin-right: 10px;
}

input[type=radio] {
	display: none;
}

input[type=radio]:checked + .radio_image:before {
	content: "\2713";
	font-size: 22px;
	font-weight: bold;
	color: #231f20;
	position: absolute;
	left:0;
	line-height: 14px;
}

span.radio_image {
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image:url(../images/radio.png);
	background-size:16px 16px;
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}

span.radio_title {
	text-transform: uppercase;
	font-family: 'ProximaNovaBold';
	font-size: 18px;
	border-bottom: 1px dotted #ab0054;
	color: #ab0054;
	margin-left: 10px;
	margin-right: 10px;
}

.footer {
	height: 245px;
	background-color: #212226;
}

.footer_menu {
	width: 940px;
	margin: 0 auto;
	padding-top: 40px;
	display: inline-block;
}

/* .footer_menu:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.2);
	height: 130px;
	width: 870px;
	left: 52px;
	top: 25px;
	z-index: 1;
} */

.contacts, .about_produkt, .about_materials, .about_company {
	width: 230px;
	float: left;
	position: relative;
	/* z-index: 2; */
}

/* .contacts:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.2);
	height: 150px;
	width: 80px;
	left: 9px;
    top: -10px;
	z-index: 1;
}

.about_produkt:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.2);
	height: 150px;
	width: 80px;
	left: 9px;
    top: -10px;
	z-index: 1;
}

.about_materials:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.2);
	height: 150px;
	width: 80px;
	left: 9px;
    top: -10px;
	z-index: 1;
}

.about_company:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.2);
	height: 150px;
	width: 80px;
	left: 9px;
    top: -10px;
	z-index: 1;
} */

.contacts_title:before, .contacts_title {
	float: left;
}

.about_produkt_title:before, .about_produkt_title {
	float: left;
}

.about_materials_title:before, .about_materials_title {
	float: left;
}

.about_company_title:before, .about_company_title {
	float: left;
}
.contacts_title, .about_produkt_title, .about_materials_title, .about_company_title {
	font-family: 'ProximaNovaSemibold';
	font-size: 16px;
	color: #ab0054;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
}

.contacts_title:before, .about_produkt_title:before, .about_materials_title:before, .about_company_title:before {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	background-color: #ab0054;
	margin-right: 20px;
	margin-top: 9px;
}

.contacts_phone {
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	color: #fff;
	clear: both;
	padding-left: 40px;
	padding-top: 10px;
}

.contacts_phone_text {
	line-height: 25px;
}

ul.a_block {
 	clear: both;
	padding-top: 5px;
	position: relative;
    z-index: 2;
}

li.title_produkt, li.title_material, li.title_company {
	line-height: 25px;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	padding-left: 40px;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

li.title_produkt a, li.title_material a, li.title_company a { 
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #727274;
	line-height: 0.85;
}

.footer_copyright {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding-top: 60px;
}

span.title_copyright {
	color: rgba(255,255,255,0.5);
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
}

span.title_soglashenie {
	color: #fff;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	margin-left: 30px;
	border-bottom: 1px solid #727274;
	line-height: 0.65;
}

span.title_politika {
	color: #fff;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	margin-left: 30px;
	border-bottom: 1px solid #727274;
	line-height: 0.65;
}

input.error{
   border-color: #973d3d;
   border-style: solid;
   background: #f0bebe;
   color: #a35959;
}
input.error:focus{
   border-color: #973d3d;
   color: #a35959;
}

.success_message {
	display: none;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding-top: 170px;
}

span.success_message_text1 {
	font-family: 'ProximaNovaBold';
	font-size: 24px;
	color: #ab0054;
    text-transform: uppercase;
}
span.success_message_text2 {
	font-family: 'ProximaNovaSemibold';
	font-size: 24px;
	text-transform: uppercase;
}
span.success_message_text3 {
	font-family: 'ProximaNovaSemibold';
	font-size: 24px;
	text-transform: uppercase;
}

/* 
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
} */

/*scheme block*/
/* .col-xs-4 {
  width: 33.33333333%;
  box-sizing: border-box;
  float: left;
  padding: 0px 15px;
  position: relative;
  min-height: 1px;
}

.col-xs-3 {
  width: 25%;
  box-sizing: border-box;
  float: left;
  padding: 0px 15px;
  position: relative;
 	min-height: 1px;
}

.col-xs-1 {
  	width: 8.33333333%;
   	box-sizing: border-box;
   	float: left;
   	padding: 0px 15px;
   	position: relative;
 	min-height: 1px;
} */

.v-sheme {
	text-align: center;
	margin-top: 66px;
}

.v-sheme-left,
.v-sheme-center,
.v-sheme-right {
	
}

.v-sheme-left {
	margin-top: 95px;
}

.v-sheme-right {
	margin-top: 215px;
}

.v-sheme .v-sheme-big {
	width: 250px;
	padding: 70px 0px;
	text-align: center;
	display: inline-block;
	font-family: 'ProximaNovaSemibold';
	font-size: 18px;
	color: #212121;
	position: relative;
	border-top: 1px dashed #c8c7c7;
	border-bottom: 1px dashed #c8c7c7;
	z-index: 10;
}

.v-sheme .v-sheme-big:before{
	content: '';
	display: block;
	border-top: 1px dashed #c8c7c7;
	border-left: 1px dashed #c8c7c7;
	height: 100%;
	width: 50px;
	position: absolute;
	z-index: 1;
	left: -29px;
	top: -1px;
	transform: skewX(15deg);
}
	
.v-sheme .v-sheme-big:after{
	content: '';
	display: block;
	border-top: 1px dashed #c8c7c7;
	border-right: 1px dashed #c8c7c7;
	height: 100%;
	width: 50px;
	position: absolute;
	right: -29px;
	top: -1px;
	transform: skewX(-15deg);
	z-index: 1;
}

.v-sheme .v-sheme-medium * {
	position: relative;
	z-index: 10;
}

.v-sheme .v-sheme-medium > div {
	margin-right: -10px;
    margin-left: -10px;
}

.v-sheme .v-sheme-medium {
	margin-top: 25px;
	width: 150px;
	padding: 40px 0px;
	z-index: 10;
	text-align: center;
	display: inline-block;
	font-family: 'ProximaNovaSemibold';
	font-size: 18px;
	color: white;
	position: relative;
	background: #0381c8;
}

.v-sheme .v-sheme-medium:before{
	content: '';
	display: block;
	height: 100%;
	width: 70px;
	position: absolute;
	z-index: 1;
	left: -25px;
	top: 0px;
	transform: skewX(15deg);
	background: #0381c8;
}
	
.v-sheme .v-sheme-medium:after{
	content: '';
	display: block;
	height: 100%;
	z-index: 1;
	width: 70px;
	position: absolute;
	right: -25px;
	top: 0px;
	transform: skewX(-15deg);
	background: #0381c8;
}

.v-sheme .v-sheme-bottom {
	padding: 50px 0px;
	text-align: center;
	display: inline-block;
	font-family: 'ProximaNovaSemibold';
	font-size: 18px;
	color: white;
	position: relative;
	background-color: #ab0053;
	z-index: 10;
	margin-top: 25px;
}

.v-sheme .v-sheme-bottom * {
	position: relative;
	z-index: 10;
}

.v-sheme .v-sheme-bottom:before{
	content: '';
	display: block;
	background-color: #ab0053;
	height: 100%;
	width: 40px;
	position: absolute;
	z-index: 1;
	left: -20px;
	top: 0px;
	transform: skewX(15deg);
}
	
.v-sheme .v-sheme-bottom:after{
	content: '';
	display: block;
	background-color: #ab0053;
	height: 100%;
	width: 40px;
	position: absolute;
	right: -20px;
	top: 0px;
	transform: skewX(-15deg);
	z-index: 1;
}

.v-sheme .v-sheme-big,
.v-sheme .v-sheme-medium,
.v-sheme .v-sheme-bottom {
	transform: scale(1);
	-moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.v-sheme .v-sheme-big:hover,
.v-sheme .v-sheme-medium:hover,
.v-sheme .v-sheme-bottom:hover{
	transform: scale(1.02);
}

/*NEW_GRID*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container {
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  min-width: 940px;
  max-width: 940px
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
/*****/

#agreement {
	background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
    height: 550px;
    font-family: 'ProximaNovaRegular';
    /*overflow: hidden;*/
}
.agreement {
    height: 490px;
    overflow: auto;
}
.agreement p {
    margin: 10px 0px;
}
.agreement ul {
    margin-left: 35px;
    margin-bottom: 10px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}