header {font-weight: bold; font-size: 2em;}
section{padding: 15px 0;}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
*, *::before, *::after, input {
	outline: none !important;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #ededee;
	color: #333;
}
.wrap {
	min-height: 100%;
}
h1 {
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	color: #4e565f;
}
.navbar {
	margin-bottom: 0;
}
.progress {
	height: 12px;
}
.progress-bar-success {
	background: #acfa89;
}

/*  MASS  *//*  MASS  *//*  MASS  *//*  MASS  */
img {
	max-width: 100%;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.table {
	display: table;
	width:  100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.btn {
	background: #07dae8;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 30px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: .05em;
	border-radius: 2px;
	box-shadow: none;
	border: none;
	transition: .3s;
	-webkit-transition: .3s;
}
.btn:hover, .btn:focus { 
	color: #fff;
}
.btn-grey {
	background: #d7dce2;
	color: #444;
	font-size: 11px;
	padding: 13px 20px;
}
.btn-grey:hover {
	background: #ccc;
	color: #666;
}
.btn-light {
	border: 1px solid #3c6cd3;
	background-color: transparent;
	color: #3c6cd3;
}
.btn-light:hover {
	border: 1px solid #2b5bc2;
	background-color: #e4ecff;
	color: #2b5bc2;
}
input[type="text"] {
	background: #fff;
	color: #3f6dd3;
	height: 39px;
	vertical-align: middle;
	padding: 0px;
	box-shadow: none;
	border: 1px solid #ddd;
	box-shadow: none;
}
input:focus {
	background-color: #e1e2e4;
}
.modal-header {
	border: none;
}
hr {
	border-color: #ccc;
}
.white {
	background-color: #fff;
}
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
#header {
	padding: 15px 0;
}
.call-back {
	padding: 0 15px;
	float: right;
}

/*  MENU  *//*  MENU  *//*  MENU  *//*  MENU  */
.header {
	height: 90px;
	overflow: hidden;
}
.header_bottom {
	padding-top: 0 !important;
	overflow: hidden;
	padding: 10px;
	height: 90px;
}
.header button {
	background: transparent;
	border: none
}
.header button i {
	font-size: 20px;
}
.header_bottom button {
	margin-top: 35px;
}
.header_top {
	overflow: hidden;
	padding: 10px;
	height: 90px;
	margin-top: -90px;
	transition: ease-in-out .3s;
	-webkit-transition: ease-in-out .3s;
}
.header_top form {
	/*width: 100%;*/
	width: auto;
	float: left;
	padding-top: 15px;
}

.header_top input {
	/*width: 90%;*/
	width: auto;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	/*padding-left: 5px;*/
}
.header_top input:focus {
	background: transparent;
	color: #191919;
}
/*.header_top button:first-child {
	margin-left: 15px;
	}*/
	.header_top button:last-child {
		float: right;
		margin-top: 25px;
	}
	.header_top.active {
		margin-top: 0;
	}
	.logo {
		margin-top: 15px;
		display: block;
		float: left;
	}
	.search_toggle {
		float: right;
	}
	.main-menu {
		margin: 35px 0 0 0;
		padding: 0;
		float: left;
	}
	.main-menu ul {
		float: left;
		margin: 0;
	}
	.main-menu li {
		display: inline-block;
	}
	.main-menu li a {
		display: block;
		padding: 0 20px;
		text-decoration: none;
		color: #191919;
		font-weight: 500;
		font-size: 16px;
		transition: .2s;
		-webkit-transition: .2s;
	}
	.main-menu li a:hover {
		color: #07dae8;
	}
	.logo_profile img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	.profile_img_wrap {
		float: right;
	}
	.profile_img_wrap ul li {
		margin-top: 3px;
	}
	.navbar-right {
		margin-top: 18px;
	}
	.profile_img_wrap ul .logo_profile {
		margin-top: -18px;
	}
	.language {
		float: right;
	}
	.language button {
		background: transparent;
		border: 1px solid #d7d7d7;
		border-radius: 4px;
		margin-top: 14px;
	}

	/* CONTENT*//* CONTENT*//* CONTENT*//* CONTENT*/
	/* BANNER */ 
	.banner_main {
		background: url(../images/front/bg_banner_main.png) no-repeat top center;
		min-height: 510px;
		margin: 30px 0;
	}
	.banner_main h1 {
		margin-top: 110px;
	}
	.banner_main h1 span {
		font-size: 48px;
	}
	.banner_main p {
		text-align: center;
		padding: 40px 0 60px 0;
	}
	.banner_main p span{
		font-size: 22px;
		color: #555;
		text-transform: uppercase;
	}
	.banner_main_btn {
		text-align: center;
	}
	/* CHOSE */
	.bg_light {
		background: #fbfbfb;
	}
	.choise h2{
		display: block;
		font-size: 30px;
		color: #4e565f;
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
	}
	.choise h2:before {
		content: url(../images/front/create_done.png);
		background: #02cbf7;
		border: #02cbf7;
		width: 25px;
		height: 50px;
		border-radius: 50%;
		padding-left: 10px;
		margin-right: 20px;
	}
	.choise p {
		font-size: 14px;
		color: #aaa;
	}
	.choise .autor span {
		color: #02cbf7;
	}
	.choise_info span {
		font-size: 20px;
		color: #343434;
	}
	.choise_btn {
		margin-top: 30px;
	}

	/* POPULAR */
	.main_view_all a {
		display: block;
		margin: 0;
		padding-top: 40px;
		padding-right: 10px;
		text-align: right;
		font-size: 14px;
		color: #02cbf7;
	}

	/* ABOUT */
	.about {
		text-align: center;
	}
	.about h4 {
		font-size: 24px;
		text-transform: uppercase;
	}
	.about p {
		font-size: 18px;
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.main_about_img {
		margin: 0 auto;
		padding-top: 45px;
		text-align: center;
		width: 170px;
		height: 170px;
		border-radius: 50%;
		box-shadow: 0 2px 10px 3px rgba(0,0,0,.1); 
	}
	.about h3 {
		font-size: 18px;
		color: #191919;
		text-transform: uppercase;
	}
	.about .description {
		font-size: 15px;
		color: #aaa;
		padding: 15px 40px;
	}


	/* MAKE STEP */
	.make-step {
		background: url(../images/front/bg_make_step.jpg) no-repeat center center;
		background-size: cover;
		min-height: 140px;
		padding: 60px 0;
	}
	.make-step h2 {
		text-transform: uppercase;
	}
	.make-step .btn {
		margin-top: 18px;
		/*padding: 15px 20px;*/
	}
	/* FOOTER */
	footer {
		margin: 30px 0;
	}
	footer .logo {
		margin-left: 10px;
	}
	.footer-info {
		margin-left: 200px;
	}
	.footer-info b {
		display: block;
		font-size: 14px;
		color: #aaa;
		padding-bottom: 15px;
	}
	.footer-info ul {
		padding: 0;
	}
	.footer-info li {
		list-style-type: none;
		padding: 2px 0;
	}
	.footer-info li a {
		font-size: 14px;
		color: #555;
		text-decoration: none;
	}
	.footer-info li a:hover {
		color: #3e6cd3;
	}
	.footer_contacts a {
		text-decoration: none;
	}
	.footer_contacts i {
		color: #555;
	}
	.footer_contacts span {
		font-size: 14px;
		color: #555;
		margin-left: 10px;
	}
	.footer_social {
		float: left;
		text-align: center;
		width: 35px;
		height: 35px;
		background: #cecece;
		border-radius: 50%;
		margin: 0 5px;
	}
	.footer_social i {
		margin-top: 10px;
		color: #fff;
	}
	.footer_social:hover {
		background: #03d0f2;
		color: #fff;
		cursor: pointer;
	}
	/* MEDIAS *//* MEDIAS *//* MEDIAS *//* MEDIAS */
	.navbar-default {
		background: #fff;
		box-shadow: 0 2px 10px 3px rgba(0,0,0,.1);
	}
	/* PROJECT PAGE */
	.project_main h3 {
		text-align: center;
		margin-bottom: 50px;
	}
	.progress {
		margin: 30px 0;
	}
	.project_main_info {
		padding: 0;
	}
	.project_main_info span {
		font-size: 24px;
		color: #02cbf7;
		font-weight: 800;
	}
	.project_main_info p {
		font-size: 14px;
		color: #aaa;
	}
	.project_main_info h2 {
		margin: 0;
		font-size: 24px;
		padding-top: 5px;
	}
	.project_main_info h3 {
		margin: 0;
		font-size: 20px;
		color: #000;
		text-align: left;
	}
	.support {
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		color: #fff;
		background: #02cbf7;
		border: none;
		border-radius: 5px;
		padding: 10px 30px;
		margin-bottom: 20px;
	}
	.place img, .media img {
		display: block;
		float: left;
		margin-right: 20px;
	}
	.place img {
		margin-right: 23px;
	}
	.autor {
		margin-top: 30px;
	}
	.autor img {
		display: block;
		float: left;
		border-radius: 50%;
		margin-right: 10px;
	}
	.autor h4 {
		font-size: 14px;
		color: #02cbf7;
		margin: 0;
		padding-top: 10px;
	}
	.share {
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		color: #4e565f;
		background: #fff;
		border: none;
		border-radius: 5px;
		padding: 10px 30px;
		margin-top: 20px;
		box-shadow: 0 3px 10px rgba(0,0,0,.10);
	}
	.social img {
		border-radius: 50%;
		margin-top: 95px;
	}

	/*-- tabs --*/
	.wide-border {
		border-bottom: 1px solid #d7d7d7; 
	}
	.nav-tabs {
		margin-bottom: -1px;
	}
	.nav-tabs li a {
		color: #595a5b;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.nav-tabs li a:hover {
		border-bottom: none !important;
		color: #595a5b;
	}
	.nav-tabs li.active a {
		background: transparent !important; 
		border-bottom: 1px solid #ededee !important;
		border-top: 4px solid #acfa89 !important;	
		border-radius: none !important;
	}
	.tab-content {
		margin-top: 30px;
	}
	.tab-content p {
		font-size: 16px;
		color: #595a5b;
	}
	.tab-content span {
		font-size: 20px;
		font-weight: 600;
	}
	.rewards h2 {
		font-size: 30px;
		color: #595a5b;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: underline;
		text-decoration-color: #acfa89;
		margin: 30px 0;
	}
	.rewards section {
		background: #fff;
		padding: 15px;
		margin-bottom: 20px;
		box-shadow: 0 5px 20px 0 rgba(0,0,0,.10);
	}
	.rewards section:hover {
		cursor: pointer;
	}
	.rewards h3 {
		margin: 0;
		font-size: 20px;
		color:  #02cbf7;
		padding-bottom: 15px;
	}
	.rewards p {
		font-size: 16px;
		color: #777;
		padding-bottom: 15px;
	}
	.rewards input {
		padding: 10px;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		margin-bottom: 30px;
	}
	.rewards input:focus {
		background: transparent;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}
	.rewards span {
		display: block;
		font-size: 14px;
		color: #aaaaaa;
	}
	.rewards_support {
		padding: 0;
	}
	.rewards_support .support {
		margin-top: 15px;
	}
	.greeny {
		font-size: 30px;
		position: relative;
	}
	.greeny::before {
		content: '';
		position: absolute;
		background-color: #acfa89;
		bottom: 0px;
		left: 1px;
		right: 0;
		height: 13px;
		z-index: -1;
	}

	/* LIST PROJECT PAGE */
	.navbar_projects {
		background: #f2f2f2;
		padding: 50px 0;
	}
	.navbar_projects h2 {
		font-size: 16px;
		color: #595a5b;
		margin: 10px 0 0 0;
	}
	.navbar_projects ul {
		text-align: left;
		padding: 0;
		margin-top: 8px;
	}
	.navbar_projects ul li {
		list-style-type: none;
		display: inline-block;
	}
	.navbar_projects ul li a {
		color: #777;
		padding: 10px 15px;
	}
	.navbar_projects ul li a:hover {
		text-decoration: none;
		background: #96ec71;
		color: #fff;
	}
	.navbar_projects .dropdown {
		display: block;
		float: right;
	}
	.navbar_projects .dropdown .btn {
		background: #fff;
		color: #777;
		text-transform: none;
		font-size: 14px;
		border: 1px solid #fff;
		text-align: right;
		padding: 10px 20px;
	}
	.navbar_projects .dropdown .btn:focus {
		background: #fff;
		color: #777;
		border: 1px solid #8eb9ec;
	}
	.navbar_projects .dropdown .caret {
		margin-left: 35px;
	}
	.dropdown .dropdown-menu li{
		display: block;
	}
	.list_products {
		margin: 40px 0;
	}
	.product_wrap {
		padding: 0;
		width: 30%;
		margin: 20px 19px;
		background: #fff;
		box-shadow: 0 5px 15px 0 rgba(0,0,0,.20);
	}
	.product_wrap_info {
		padding: 0 20px;
	}
	.product_wrap_info>p {
		height: 4.2em;
	}
	.product_wrap img{
		overflow: hidden;
	}
	.product_wrap h3 {
		font-size: 18px;
		color: #191919;
		padding: 5px 0; 
	}
	.product_wrap p {
		font-size: 14px;
		color: #aaa;
		padding: 5px 0;
	}
	.product_wrap span {
		display: block;
		font-size: 14px;
		color: #aaa;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.product_wrap a {
		font-size: 14px;
		color: #02cbf7;
		text-decoration: none;
	}
	.product_wrap .place, .product_wrap .media {
		padding: 5px 0;
	}
	.product_wrap .place p, .product_wrap .media p {
		margin: 0;
		padding: 0;
	}
	.product_wrap .progress {
		margin: 40px 0;
	}
	.product_statistics h4 {
		font-size: 14px;
		color: #343434;
		text-align: left;
		margin: 0;
	}
	.product_statistics p {
		font-size: 12px;
		color: #aaa;
	}
	.product_statistics_center {
		padding: 0;
	}
	.start_project {
		padding: 60px 0;
		background: url(../images/front/bg_make_step.jpg) no-repeat center center;
	}
	.greeny {
		z-index: 1;
	}
	.start_project h2 {
		margin: 0;
		padding: 0;
		font-size: 24px;
	}
	.strat_project_btn {
		float: right;
		border: none;
		border-radius: 5px;
		background: #07dae8;
		padding: 10px 30px 8px 30px;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.reviews h2{
		font-size: 30px;
		text-transform: uppercase;
	}
	.reviews_wrap {
		padding: 0;
		margin: 30px 0 0 0;
		background: #fff;
		box-shadow: 0 5px 15px 0 rgba(0,0,0,.20);
	}
	.reviews_wrap_info {
		padding: 10px;
	}
	.reviews_wrap_info h3 {
		font-size: 18px;
		margin-top: 0;
	}
	.reviews_wrap_info .progress {
		margin-right: 30px;
	}
	.separator {
		margin-left: 0px;
		padding-bottom: 30px;
	}
	.separator:last-child {
		border-bottom: none
	}
	.reviews_message {
		padding-top: 20px;
		padding-left: 40px;
	}
	.reviews_message h5 {
		font-size: 14px;
		color: #aaa;
		font-weight: 400;
	}
	.reviews_message span {
		display: block;
		padding-bottom: 10px;
		font-size: 14px;
		color: #aaa;
		font-weight: 400;
	}
	.reviews_message a {
		font-size: 14px;
		color: #02cbf7;
		text-decoration: none;
	}
	.reviews_message p {
		font-size: 14px;
		color: #555;
	}
	.reviews_message_more {
		font-size: 14px;
		color: #02cbf7;
	}
	.reviews_more {
		text-align: center;
	}
	.reviews_more button {
		background: #02ccf6;
		border: none;
		padding: 10px 35px 8px 35px;
		border-radius: 5px;
		box-shadow: 0px 5px 10px 0 rgba(0,0,0,.20); 
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		margin: 30px 0 40px 0;
	}

	/* REGISTRATION PAGE */
	.registration_wrap h2 {
		font-size: 30px;
		color: #4e565f;
		text-transform: uppercase;
		font-weight: 600;
		padding-bottom: 30px;
	}
	.registration_inner {
		background: #fff;
		box-shadow: 0px 5px 10px 0 rgba(0,0,0,.20);
		padding: 20px 30px;
		margin: 10px 0 60px 0;
	}
	.form_wrap {
		text-align: center;
	}
	.form_wrap input {
		width: 100%;
		margin: 15px auto;
		background: transparent;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		padding: 15px;
	}
	.form_wrap input:focus {
		background: transparent;
	}
	.form_wrap button {
		margin: 15px 0 20px 0;
	}
	.entry_btn {
		display: block;
		margin: 0 auto;
		border: none;
		border-radius: 5px;
		background: #03cff3;
		box-shadow: 2px 5px 10px 0 rgba(0,0,0,.2);
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
		width: 100%;
		padding: 15px 0;
	}
	.form_wrap a {
		color: #02cbf7;
		text-decoration: none;
		font-size: 14px;
	}
	.entry_fb {
		width: 100%;
		background: #3f68a2;
		border: none;
		border-radius: 5px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		padding: 15px 0;
		margin: 10px 0;
	}
	.form_wrap p {
		text-align: left;
		font-size: 14px;
		color: #aaa;
	}

	/* INFOGRAPHIC PAGE */
	.infographic p {
		font-size: 18px;
		color: #555;
	}
	.caption {
		font-size: 24px;
		color: #4e565f;
		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
		padding-bottom: 20px;
	}
	.infographic_main img {
		margin-bottom: 30px;
		width: 100%;
		overflow: hidden;
		padding: 0;
	}
	.infographic_main a {
		font-size: 18px;
		color: #00c7f9;
		text-decoration: none;
	}
	.terms {
		background: url(../images/front/terms.png) no-repeat center center;
		min-height: 710px;
		padding: 0;
	}
	.terms p {
		text-align: center;
		font-size: 14px;
	}
	.terms span {
		color: #02cbf7;
		font-weight: 600;
	}
	.terms_item_1 p {
		padding-bottom: 70px;
	}
	.terms_item_2 p {
		padding-bottom: 285px;
	}
	.terms_info p{
		padding-top: 20px;
		text-align: left;
	}
	.terms_info p {
		margin: 0;
		padding: 0;
	}
	.infographic_compare {
		background: url(../images/front/infographic.png) no-repeat center center;
		min-height: 500px;
		margin-top: 30px;
	}
	.infographic_compare h3 {
		font-size: 16px;
		color: #191919;
		text-transform: uppercase;
		text-align: center;
	}
	.infographic_item_1 {
		padding-top: 30px;
	}
	.infographic_item_2 {
		padding-top: 150px;
	}
	.infographic_item_3 {
		padding-top: 120px;
	}
	.plus_wrap, .minus_wrap {
		padding-top: 15px;
		padding-bottom: 40px;
	}
	.plus_wrap img, .minus_wrap img {
		display: block;
		float: left;
		margin-right: 10px;
		margin-top: 10px;
	}
	.plus_wrap p {
		padding-top: 15px;
	}
	.minus_wrap p {
		padding-top: 8px;
	}
	.rules_wrap h3 {
		text-align: center;
		font-size: 20px;
		color: #4e565f;
		font-weight: 600;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.rules_item {
		position: relative;
		padding: 60px 15px 15px 15px;
		background: #fff;
		width: 30%;
		min-height: 240px;
		margin: 0 19px;
	}
	.relus_number {
		position: absolute;
		top: -35px;
		left: 35px;
		background: #02caf7;
		width: 80px;
		height: 70px;
	}
	.relus_number span {
		font-size: 40px;
		font-weight: 400;
		color: #fff;
		display: block;
		text-align: center;
		padding-top: 5px;
	}
	.reles_list h3 {
		padding-bottom: 20px;
	}
	.reles_list ul {
		padding-left: 15px;
		padding-bottom: 20px;
	}
	.reles_list ul li {
		padding: 10px 0;
		color: #02caf7;
		font-size: 18px;
	}
	.reles_list ul li span {
		color: #555;
		font-size: 18px;
	}
	.target_wrap h3 {
		text-align: center;
		font-size: 20px;
		color: #4e565f;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.target_wrap ul li{
		padding: 5px 0;
		color: #02caf7;
		font-size: 18px;
	}
	.target_wrap ul li span {
		color: #555;
		font-size: 18px;
	}
	.target_wrap ul p {
		padding-top: 15px;
	}
	.target_wrap h4 {
		font-size: 20px;
		color: #4e565f;
		padding: 20px 0 10px 0; 
	}
	.croweding_start_img {
		text-align: center;
		position: relative;
		top: 20px;
	}
	.croweding_start h2 {
		margin-top: 0;
	}
	.croweding_start p {
		text-align: justify;
		padding-bottom: 15px;
	}
	.description_info {
		text-align: center;
		padding-top: 40px;
	}
	.description h4{
		color: #191919;
		padding-top: 15px;
		font-weight: 400;
	}
	.banner {
		padding: 0;
		margin: 30px 0;
		background: rgba(11,227,223,1);
		background: -moz-linear-gradient(left, rgba(11,227,223,1) 0%, rgba(7,217,232,1) 53%, rgba(5,211,238,1) 74%, rgba(0,200,250,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11,227,223,1)), color-stop(53%, rgba(7,217,232,1)), color-stop(74%, rgba(5,211,238,1)), color-stop(100%, rgba(0,200,250,1)));
		background: -webkit-linear-gradient(left, rgba(11,227,223,1) 0%, rgba(7,217,232,1) 53%, rgba(5,211,238,1) 74%, rgba(0,200,250,1) 100%);
		background: -o-linear-gradient(left, rgba(11,227,223,1) 0%, rgba(7,217,232,1) 53%, rgba(5,211,238,1) 74%, rgba(0,200,250,1) 100%);
		background: -ms-linear-gradient(left, rgba(11,227,223,1) 0%, rgba(7,217,232,1) 53%, rgba(5,211,238,1) 74%, rgba(0,200,250,1) 100%);
		background: linear-gradient(to right, rgba(11,227,223,1) 0%, rgba(7,217,232,1) 53%, rgba(5,211,238,1) 74%, rgba(0,200,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0be3df', endColorstr='#00c8fa', GradientType=1 );
	}
	.banner p {
		font-size: 18px;
		color: #fff;
		font-weight: 600;
		text-align: left;
		padding: 100px 0 0 65px;
	}
	.banner_img {
		padding: 30px 0 0 0;
		text-align: right;
	}
	.banner_second p {
		padding: 60px 70px 0 30px;
	}
	.banner_img_second {
		padding: 30px 0;
		text-align: center;
	}
	.present strong {
		font-size: 18px;
	}
	.present ol {
		padding: 30px;
	}
	.present ol li {
		font-size: 18px;
		padding: 5px 0;
	}
	.present_list li{
		padding: 5px 0;
		color: #02caf7;
		font-size: 18px;
	}
	.present_list li span {
		color: #555;
		font-size: 18px;
	}
	.present h3 {
		font-size: 20px;
		color: #4e565f;
		font-weight: 600;
		padding: 15px 0 30px 0;
	}
	.audience img {
		display: block;
		float: left;
		margin-right: 20px;
		margin-top: 25px;
	}
	.audience h4 {
		padding-top: 45px;
		margin-bottom: 30px;
	}
	.audience ul li {
		padding: 10px 0;
		color: #02caf7;
		font-size: 18px;
	}
	.audience ul li span {
		color: #555;
		font-size: 18px;
	}
	.advancement_wrap {
		padding: 40px 20px;
	}
	.advancement_wrap p {
		padding: 0;
		margin: 20px 20px;
	}
	.advancement_img {
		padding: 150px 0 0 60px;
	}
	.advancement h3 {
		font-size: 20px;
		padding-left: 15px;
	}
	.advancement p {
		padding-left: 15px;
	}
	.advancement_list li {
		padding: 10px 0;
		color: #02caf7;
		font-size: 18px;
	}
	.advancement_list li span {
		color: #555;
		font-size: 18px;
	}
	.last_wrap a {
		color: #02caf7;
		text-decoration: none;
	}
	.last_wrap h3 {
		font-size: 26px;
		color: #4e565f;
		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
		padding: 25px 0 50px 0;
	}

	/* PROFILE */
	.profile_main h2{
		text-align: left;
	}
	.profile_main_img {
		display: block;
		position: relative;
		width: 145px;
		height: 145px;
		border-radius: 50%;
		overflow: hidden;
		text-align: center;
		background-size: cover;
		background: #f4f4f6;
		float: left;
		margin-right: 40px;
	}
	.profile_main h3 {
		padding-top: 30px;
	}
	.profile_main_info {
		text-align: right;
		padding-top: 70px;
	}
	.profile_main_info p {
		font-size: 20px;
	}
	.profile_main_info span {
		font-size: 24px;
		font-weight: 600;
		padding-left: 20px;
	}
	.profile_main_info button {
		background: #02cbf7;
		border: none;
		color: #fff;
		text-transform: uppercase;
		border-radius: 5px;
		margin-top: 10px;
		padding: 15px 18px;
		box-shadow: 0 5px 10px 3px rgba(0,0,0,.10);
	}
	.profile_main_info a {
		display: block;
		font-size: 18px;
		color: #02cbf7;
		text-decoration: underline;
		padding: 25px 40px 0 0;
	}
	.profile_tabs {
		padding-bottom: 60px;
	}
	.profile_tabs .nav_tabs li a {
		text-transform: uppercase;
	}

	/* SETTINGS PAGE */
	.settings {
		padding: 0;
	}
	.settings h2{
		text-align: left;
		font-size: 30px;
	}
	.settings_wrap {
		margin-bottom: 60px;
	}
	.settings_block {
		background: #fff;
		padding: 30px 25px;
		box-shadow: 0 3px 8px 3px rgba(0,0,0,.1);
	}
	.settings_block label {
		display: block;
		font-size: 20px;
		color: #595a5b;
		font-weight: 400;
		padding-bottom: 5px;
	}
	.settings_block input {
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		margin-bottom: 20px;
		padding: 10px 20px;
		width: 60%;
	}
	.settings_block input:focus {
		background: transparent;
	}
	.img_profile {
		border: 2px dashed #d7d7d7;
		border-radius: 5px;
		width: 60%;
		padding: 30px 0;
	}
	.img_profile img {
		display: block;
		float: left;
		margin: 10px 30px;
	}
	.img_profile a {
		text-decoration: none;
	}
	.img_profile span {
		display: block;
		font-size: 20px;
		color: #02cbf7;
		padding-bottom: 15px;
	}
	.img_profile p {
		padding: 0;
		margin: 0;
		font-size: 14px;
		color: #aaa;
	}
	.settings_block textarea {
		display: block;
		resize: none;
		width: 60%;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		padding: 10px 20px;
	}
	.settings_block button {
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		background: #02cbf7;
		border: none;
		border-radius: 5px;
		padding: 10px 35px;
		margin-top: 50px;
	}
	.settings_block h3 {
		display: block;
		font-size: 20px;
		color: #595a5b;
		font-weight: 400;
		padding-bottom: 10px;
	}
	.settings_contacts p {
		font-size: 16px;
	}
	.settings_contacts p:before {
		content: "×";
		font-size: 26px;
		color: #ff3b3b;
		padding-right: 15px;
		vertical-align: middle;
	}
	.settings_input_site {
		display: block;
		float: left;
		margin-right: 10px;
	}
	.settings_block .settings_btn_site {
		margin: 0;
		padding: 0 15px;
		font-size: 28px;
		font-weight: 200;
	}
	.social_wrap input {
		padding: 24px 20px;
	}
	.settings_social {
		display: block;
		float: left;
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
	.settings_fb {
		background: url(../images/front/social_sprite.png) no-repeat 0 0;
	}
	.settings_goo {
		background: url(../images/front/social_sprite.png) no-repeat 0 -81px;
	}
	.settings_tw {
		background: url(../images/front/social_sprite.png) no-repeat 0 -161px;
	}
	.settings_yb {
		background: url(../images/front/social_sprite.png) no-repeat 0 -241px;
	}
	.settings_inst {
		background: url(../images/front/social_sprite.png) no-repeat 0 -321px;
	}
	.settings_security h3 {
		font-size: 24px;
		font-weight: 600;
	}
	.settings_security input {
		display: block;
	}
	.settings_security button {
		margin-top: 30px;
	}

	/* MONEY PAGE */
	.money_wrap {
		padding: 0;
	}
	.money_wrap h2 {
		text-align: left;
		font-size: 30px;
	}
	.money_rules {
		background: #fff;
		box-shadow: 0 3px 8px 3px rgba(0,0,0,.1);
		padding: 10px 30px;
	}
	.money_rules h2 {
		font-size: 20px;
		color: #595a5b;
		padding-bottom: 15px;
	}
	.money_rules p {
		font-size: 14px;
		color: #595a5b;
	}
	.money_rules button {
		background: #02cbf7;
		border: none;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		margin-top: 30px;
		padding: 10px 20px;
	}
	.money_rules h3 {
		font-size: 20px;
		color: #595a5b;
		padding: 10px 0;
	}
	.money_rules form {
		margin-top: 30px;
	}
	.money_rules label {
		display: block;
		font-size: 20px;
		color: #595a5b;
		font-weight: 400;
		padding-bottom: 5px;
	}
	.money_rules input {
		display: block;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		margin-bottom: 20px;
		padding: 10px;
		width: 60%;
	}
	.money_rules input::placeholder {
		text-align: right;
		color: #aaa;
		font-size: 20px;
	}
	.money_rules input:focus {
		background: transparent;
	}
	.money_rules select {
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		width: 60%;
		font-size: 14px;
		color: #aaa;
		padding: 10px 15px;
		margin: 10px 0 30px 0;
	}
	.money_rules button {
		margin: 15px 0 25px 0;
	}

	/* CREATE PROJECT */
	/* create_tabs */
	.create_tabs .nav-tabs li.active a {
		border: none !important;
	}
	.create_tabs .wide-border, .create_tabs .nav-tabs {
		border: none
	}
	.create_tabs .nav-tabs li a {
		border: none;
		background: transparent !important;
		text-align: left;
		text-transform: none;
		font-weight: 400;
		white-space: nowrap;
		padding: 10px 4px;
	}
	.create_tabs .nav-tabs li.active a {
		color: #02cbf7;
	}
	.create_tabs .nav-tabs li.active a:before {
		content: url(../images/front/create_done.png);
		background: #02cbf7;
		border: #02cbf7;
		position: relative;
		padding-left: 3px;
	}
	.create_tabs .nav-tabs li a:hover {
		border: none;
	}
	.create_tabs .nav-tabs li a:before {
		content: attr(title);
		display: inline-block;
		vertical-align: middle;
		height: 28px;
		width: 28px;
		border: 1px solid #d6d6d6;
		border-radius: 50%;
		text-align: center;
		padding-top: 4px;
		position: relative;
		top: -2px;
		margin-right: 4px;
	}
	.create_tabs .nav-tabs li:focus a:before {
		background: red;
	}
	.create_tabs .nav-tabs li a:after {
		content: "";
		display: inline-block;
		height: 1px;
		width: 55px;
		background: #d7d7d7;
		margin-left: 20px;
		position: relative;
		top: -3px;
	}
	.create_tabs .nav-tabs li:last-child a:after {
		display: none;
	}
	.create_tabs .nav-tabs li:first-child a {
		padding-left: 0;
	}
	.create_tabs .nav-tabs li:last-child a {
		padding-right: 0;
	}

	/* create_tabs */
	.create_wrap {
		padding: 0;
	}
	.create_wrap h2 {
		font-size: 30px;
		text-align: left;
		padding-bottom: 0;
	}
	.create_view_img {
		margin-left: 190px;
	}
	.create_view a {
		font-size: 14px;
		color: #02cbf7;
		text-decoration: none;
		margin-left: 5px;
	}
	.create_product_wrap {
		width: auto;
		margin: 20px 0;
	}
	.create_project {
		background: #fff;
		box-shadow: 0 3px 8px 3px rgba(0,0,0,.1);
		padding: 30px;
		margin-bottom: 60px;
	}
	.create_project label {
		display: block;
		font-size: 20px;
		color: #595a5b;
		font-weight: 400;
		padding-bottom: 5px;
		margin-top: 15px;
	}
	.create_project input {
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		margin-bottom: 20px;
		padding: 10px 20px;
		width: 100%;
	}
	.create_project input:focus {
		background: transparent;
	}
	.create_project input::placeholder {
		text-align: right;
	}
	.create_project .img_profile {
		width: 100%;
	}
	.create_project textarea {
		display: block;
		resize: none;
		width: 100%;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		padding: 10px 20px;
	}
	.create_project textarea::placeholder {
		text-align: right;
	}
	.create_project select {
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		width: 100%;
		font-size: 14px;
		color: #aaa;
		padding: 10px 15px;
	}
	.radiobutton p {
		margin: 15px 0;
		font-size: 18px;
		color: #595a5b;
		display: inline-block;
		margin-right: 100px;
	}
	.radiobutton input[type="radio"] {
		-webkit-appearance: none;
		border: none;
		width: 19px;
		height: 19px;
		background: url(../images/front/radio.png) left center no-repeat;
		background-size: 20px; 
		margin: 0;
		vertical-align: middle;
	}
	.radiobutton input[type="radio"]:checked {
		background: url(../images/front/radio_check.png) left center no-repeat;
	}
	.create_project_description {
		font-size: 14px;
		color: #aaa;
		padding: 20px 0;
	}
	.create_project input#date {
		background: url(../images/front/date.png) no-repeat center center;
		background-position: 5px 50%;
	}
	.create_project input#date {
		padding-left: 40px;
	}
	.create_project input#date::placeholder {
		text-align: left;
	}
	.create_project input:focus, textarea:focus, select:focus {
		color: #595a5b;
	}
	.project_back {
		font-size: 14px;
		color: #4e565f;
		text-transform: uppercase;
		background: #fff;
		border: none;
		border-radius: 5px;
		padding: 10px 30px;
		box-shadow: 0 3px 8px 3px rgba(0,0,0,.1);
		margin-right: 80px;
	}
	.project_back p {
		margin-top: 5px;
	}
	.project_back img {
		margin-right: 10px;
		margin-top: -3px;
	}
	.project_save {
		background: #02cef4;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
		border: none;
		border-radius: 5px;
		padding: 10px 30px;
		box-shadow: 0 3px 8px 3px rgba(0,0,0,.1);
		margin-right: 25px;
	}
	.project_del {
		font-size: 14px;
		color: #777;
		background: none;
		border: none;
		margin-right: 70px;
	}
	.project_del img {
		margin-right: 10px;
		margin-top: -3px;
	}
	.project_next {
		font-size: 14px;
		color: #4e565f;
		text-transform: uppercase;
		background: #fff;
		border: none;
		border-radius: 5px;
		padding: 10px 30px;
		box-shadow: 0 3px 8px 3px rgba(0,0,0,.1);
	}
	.project_next img {
		margin-left: 10px;
		margin-top: -3px;
	}
	.create_project button {
		margin-top: 50px;
	}
	.video_social {
		margin: 20px 0;
	}
	.video_social img {
		margin: 0 10px;
	}
	.create_project h4 {
		font-size: 14px;
		color: #aaa;
		font-weight: 400;
		margin: 20px 0;
		line-height: 1.4;
	}
	.create_section_rules h3 {
		margin: 0;
		padding: 0 15px;
		padding-bottom: 20px;
		font-size: 20px;
		color: #595a5b;
		text-align: left;
	}
	.create_section_rules p {
		font-size: 14px;
		color: #595a5b;
		width: auto;
		text-align: justify;
		padding: 0 15px;
	}
	.create_present .input_limit::placeholder {
		text-align: left;
	}
	.create_present .create_present_date select {
		display: block;
		width: 45%;
		float: left;
		margin-right: 70px;
		margin-bottom: 20px;
	}
	.create_present .create_present_date select:last-child {
		margin-right: 0;
	}
	.create_present .save_present_btn {
		background: #02cef4;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		border: none;
		border-radius: 5px;
		padding: 15px 45px;
		box-shadow: 0 3px 8px 3px rgba(0,0,0,.1);
		margin-right: 25px;
		margin-top: 10px;
	}
	.create_present .add_present_btn {
		margin-top: 25px;
	}
	.create_present .add_present_btn img {
		display: block;
		float: left;
		margin-right: 10px;
	}
	.create_present .add_present_btn a {
		font-size: 18px;
		color: #02cef4;
		text-decoration: none;
	}
	.create_about .settings_contacts input {
		width: 92%;
		display: block;
		float: left;
	}
	.create_about .create_btn_site {
		display: block;
		float: left;
		background: #02cef4;
		border: none;
		border-radius: 5px;
		color: #fff;
		font-size: 28px;
		font-weight: 200;
		margin-top: 0;
		padding: 0 15px;
	}
	.create_tab li.active a:before {
		content: url(../images/front/radio_check.png);
	}
	.create_tab li.active a {
		color: #02cef4;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		background: transparent;
	}
	.create_tab a:before{
		content: url(../images/front/radio.png);
		padding-right: 10px;
		position: relative;
		top: 3px;
	}
	.create_tab a {
		color: #595a5b;
		font-size: 16px;
	}
	.create_tab a:hover {
		background: none;
		color: #595a5b;
		text-decoration: none;
	}
	.create_tab li:first-child a {
		padding-left: 0;
		text-align: left;
	}
	.create_tab li:last-child a {
		padding-right: 0;
		text-align: right;
	}
	.create_score .tab-content {
		margin-top: 15px;
	}
	.create_score .add_present_btn a {
		color: #02cef4;
		text-decoration: none;
		padding-top: 15px;
	}
	.create_finish h3 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #191919;
	}
	.create_finish p {
		margin: 0;
		font-size: 14px;
		color: #555;
	}
	.create_finish ul {
		padding: 5px 15px;
		margin-bottom: 30px;
	}
	.create_finish li {
		font-size: 14px;
		color: #555;
	}
	.create_finish_manager {
		display: block;
		float: left;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 20px;
	}
	.create_finish h4 {
		margin-top: 2px;
		margin-bottom: 15px;
		color: #414141;
		font-size: 14px;
		font-weight: 800;
	}
	.mail img, .skype img {
		display: block;
		float: left;
		margin-right: 20px;
	}
	.skype img {
		margin-right: 22px;
	}
	.project_moderation_btn {
		background: #02cef4;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		float: right;
	}
	.project_back_lastBtn {
		margin-right: 30px;
	}

	/* Adaptive MENU */
	#main-menu {
		-webkit-transition: .8s;
		-moz-transition: .8s;
		-ms-transition: .8s;
		-o-transition: .8s;
		transition: .8s;
	}
	#main-menu li {
		display: block;
	}
	#main-menu li a {
		color: #4e565f;
		font-size: 14px;
		padding-left: 40px;
	}
	#main-menu li a:hover {
		color: #07dae8;

	}
	#main-menu {
		z-index: 99999 !important;
		position: fixed;
		left: -200px;
		width: 200px;
		top: 0;
		bottom: 0;
		margin: 0;
		background-color: rgba(255,255,255,.8);
		border: none;
		border-radius: 0;
	}
	#main-menu.opened {
		left: 0;
	}
	#main-menu .menu {
		margin-top: 40px;
	}
	.menu-btn {
		height: 35px;
		width: 30px;
		padding: 0 5px;
		position: absolute;
		right: -40px;
		top: 25px;
		cursor: pointer;
		z-index: 100 !important;
	}
	.menu-btn-line {
		height: 3px;
		background-color: #07dae8;
		position: absolute;
	}
	.menu-btn-line-1 {
		transform: rotate(0deg);
		width: 30px;
		top: 5px;
	}
	.menu-btn-line-2 {
		top: 15px;
		width: 30px;
		left: 5px;
	}
	.menu-btn-line-3 {
		transform: rotate(0deg);
		width: 30px;
		top: 25px;
	}
	.opened-menu .menu-btn-line-1 {
		transform: rotate(-45deg);
		width: 15px;
		top: 11px;
	}
	.opened-menu .menu-btn-line-2 {
		top: 15px;
		width: 0px;
		left: 9px;
	}
	.opened-menu .menu-btn-line-3 {
		transform: rotate(45deg);
		width: 15px;
		top: 20px;
	}
	/* END Adaptive MENU */
	.login i {
		font-size: 30px;
		color: #07dae8;
	}


	@media only screen and (max-width : 1200px) {
		.rules_item {
			width: 90%;
			margin-bottom: 60px;
		}
		.main-menu li a, .navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
			font-size: 12px;
		}
		.language button {
			margin-top: 17px;
			font-size: 12px;
		}
		.header button i {
			font-size: 15px;
		}

	}

	@media (max-width : 991px) {
		.header_top input {
			width: auto;
		}
		.header, .header_top, .header_bottom {
			/*height: auto;*/
			/*overflow: visible;*/
		}
		.terms {
			background: none;
			min-height: 0
		}
		.terms p {
			padding: 5px;
			text-align: left;
			font-size: 16px;
		}
		.infographic_compare {
			background: none;
			min-height: 0;
			margin-top: 0;
		}
		.infographic_item_1, .infographic_item_2, .infographic_item_3 {
			padding: 5px;
		}
		.advancement_img {
			padding-top: 20px;
		}
		.banner p {
			padding-top: 15px;
		}
		.product_wrap {
			width: 100%;
			margin: 10px;
		}
		h1, .banner_main h1 span {
			font-size: 24px;	
		}
		.banner_main p span {
			font-size: 18px;
		}
		.main_view_all a {
			text-align: left;
		}
		.product_wrap_info img {
			width: auto;
		}
		.product_statistics_center {
			padding: 0 15px;
		}
		.about h4 {
			font-size: 16px;
		}
		.about p {
			font-size: 14px;
		}
		.make-step h2, .make-step h2 span {
			font-size: 24px;
			text-align: center;
		}
		.make-step .text-right {
			text-align: center;
		}
		.reviews h2, .reviews h2 span {
			font-size: 24px;
		}
		.reviews_wrap img {
			width: auto;
		}
		.reviews_wrap_info {
			margin-left: 15px;
		}
		.reviews_wrap_info img {
			width: auto;
		}
		.logo {
			margin-left: 30px;
		}
		.header_top {
			padding-left: 30px;
		}
		.header_top input[type="text"] {
			font-size: 12px;
		}
		.profile_img_wrap {
			float: none;
		}
		.login a {
			float: left;
		}
		.navbar-right {
			margin-top: 0;
		}
		.header_bottom {
			padding: 0;
		}
		.profile_img_wrap {
			margin-top: 20px;
		}
		.logo_mobile {
			margin-top: 5px;
		}
	}

	@media (max-width : 767px) {
		.main-menu {
			display: none;
		}
		.logo_mobile {
			float: left;
			padding: 5px;
			max-width: 130px;
		}
		.logo_mobile img {
			margin: 5px 10px 0 15px;
		}
		.search_mobile, .language_mobile {
			float: left;
			padding: 5px;
			margin: 25px 5px 0 5px;
			width: 50px;
			height: 40px;
		}
		.user_mobile {
			float: left;
			padding: 5px;
			margin: 25px 5px 0 5px;
			width: 50px;
			height: 40px;
		}
		.header *,.header  .nav>li>a, .header .nav>li {
			position: static;
		}
		.header .dropdown-menu {
			position: absolute !important;
		}
		.header .logo_profile .dropdown-menu {
			background: #fff;
		}

		.user_mobile img {
			max-width: 100% !important;
			height: auto;
			padding: 0;
		}
		.search_mobile button, .language_mobile button {
			margin: 0;
		}
		.profile_img_wrap {
			margin-top: 0;
		}
		.logo_mobile {
			margin-top: 0;
		}
	}

	@media (min-width: 768px) {
		.menu-btn {
			display: none;
		}
	}
