/*fonts*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyr') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/helveticaneuecyr-light-webfont.eot');
    src: url('fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyr') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PT Sans', sans-serif;
}
input, textarea, select, button {
    font-family: 'PT Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.container_main {
    min-width: 320px;
    overflow: hidden;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
}
.wmain {
    max-width: 1110px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}
.scroll {
     overflow: scroll;
    }

.hl_top {
	position: fixed;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	left: 0;
	top: 0;
	z-index: 600;
	background: #29364B;
	-webkit-box-shadow: 0px 3px 15px rgba(239, 247, 249, 0.5);
	        box-shadow: 0px 3px 15px rgba(239, 247, 249, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

	.hl_top .wmain {
		overflow: hidden;
		padding-top: 37px;
		padding-bottom: 15px;
	}

	.logo {
		display: block;
		float: left;
		text-decoration: none;
	}

	.logo img {
		display: block;
	}

	.logo span {
		display: block;
		font-size: 11px;
		color: #FFF;
		text-transform: uppercase;
		line-height: 11px;
		margin-top: 8px;
	}


.hl_right {
	float: right;
	overflow: hidden;
	padding-top: 5px;
}

.hl_nav {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	.hl_nav li {
		display: block;
		float: left;
	}

	.hl_nav li + li {
		margin-left: 28px;
	}

	.hl_nav li a {
		display: block;
		text-decoration: none;
		font-size: 18px;
		color: #FFF;
		font-weight: bold;
		height: 33px;
		line-height: 33px;
	}

	.hl_nav li a:hover {
		text-decoration: underline;
	}

	.hl_user {
		float: right;
		overflow: hidden;
		margin-left: 22px;
	}

	.hl_user a {
		display: block;
		text-decoration: none;
	}

	.hl_reg {
		float: left;
		font-size: 16px;
		color: #74BF75;
		font-weight: bold;
		border: 2px solid #74bf75;
		padding-left: 12px;
		padding-right: 12px;
		line-height: 100%;
		padding-top: 6px;
		padding-bottom: 7px;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}

		.hl_reg:hover {
			background: #74BF75;
			color: #FFF;
		}


	.hl_login {
		float: right;
		line-height: 33px;
		height: 33px;
		font-size: 16px;
		color: #74BF75;
		font-weight: bold;
		margin-left: 12px;
	}

		.hl_login:hover {
			text-decoration: underline;
		}


.header {
	background: #EFF7F9;
	padding-top: 158px;
	padding-left: 2px;
	padding-right: 20px;
}

	.header .wmain {
		position: relative;
		height: 529px;
	}

	.head_bg {
		position: absolute;
		left: 0;
		bottom: -31px;
		width: 62.7%;
	}

	.head_bg img {
		display: block;
		width: 100%;
	}


.head_content_inner {
	padding-right: 44px;
	text-align: right;
	position: relative;
	z-index: 100;
}

.head_title {
	font-size: 36px;
	color: #263449;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
}

	.head_title span {
		display: block;
		font-size: 35px;
		margin-top: 18px;
	}

	.head_title i {
		font-style: normal;
		color: #69B66A;
	}

	.head_list {
		display: block;
		position: relative;
		z-index: 50;
		display: inline-block;
		text-align: left;
		margin: 0;
		padding: 0;
		list-style: none;
		margin-top: 42px;
		display: inline-block;
		vertical-align: top;
	}

	.head_list > li {
		display: block;
		padding-left: 56px;
		font-size: 25px;
		color: #2D374A;
		line-height: 29px;
		background: url("../img/head_check_ico.png") no-repeat left center;
	}

		.head_list > li + li {
			margin-top: 17px;
		}

		.head_content_inner .align_center {
			margin-top: 36px;
			text-align: right;
			padding-right: 96px;
		}

		.btn_main {
			display: inline-block;
			text-align: center;
			text-decoration: none;
			vertical-align: top;
			font-size: 22px;
			color: #FFF;
			font-weight: bold;
			background: #74BF75;
			padding-left: 60px;
			padding-right: 60px;
			padding-top: 10px;
			padding-bottom: 12px;
			-webkit-transition: 0.3s;
			   -moz-transition: 0.3s;
			    -ms-transition: 0.3s;
			     -o-transition: 0.3s;
			        transition: 0.3s;
			-webkit-border-radius: 8px;
			        border-radius: 8px;
		}

			.btn_main:hover {
				background: #29364B;
			}


.what {
	padding-top: 124px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 73px;
	overflow: hidden;
}

.tm {
	text-align: center;
	font-size: 33px;
	color: #2D374A;
	font-weight: bold;
	line-height: 120%;
}

	.tm span {
		display: block;
		font-family: 'Helvetica Neue';
		font-weight: 300;
		font-size: 20px;
		color: #676769;
		line-height: 120%;
		margin-top: 19px;
	}


.what_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-left: -10px;
	margin-top: 71px;
}

	.what_list > li {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		padding-left: 10px;
		margin-right: -4px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.what_list > li + li + li + li + li {
		margin-top: 82px;
	}

	.wl_name {
		display: block;
		text-decoration: none;
		font-size: 23px;
		line-height: 26px;
		color: #5EAD6D;
		font-weight: bold;
	}

	/*	.wl_name:hover {
			text-decoration: underline;
		}
*/

.wl_ico {
	display: table;
	width: 96px;
	text-align: center;
	padding-left: 52px;
	height: 96px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

	.wl_ico span {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}

	.wl_ico img {
		display: inline-block;
		max-width: 100%;
	}


.wl_info {
	font-size: 22px;
	color: #2D374A;
	line-height: 100%;
	margin-top: 10px;
	max-width: 270px;
}

	.wl_info span {
		display: block;
		text-decoration: none;
		font-size: 22px;
		color: #2D374A;
		line-height: 100%;
	}

		.wl_info span + span {
			margin-top: 10px;
		}

		.wl_info a:hover {
			text-decoration: underline;
		}


.five_step {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 67px;
	padding-bottom: 84px;
}

.five_step .wmain {
	position: relative;
}

.five_step_content {
	position: relative;
	margin-top: 50px;
}

.five_step_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 24px;
	position: relative;
	z-index: 50;
}

	.five_step_list > li {
		position: relative;
	}

	.five_step_list > li + li {
		margin-top: 32px;
	}

	.fsl_ico {
		position: absolute;
		left: 0;
		top: 0;
		background: #FFF;
		-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.26);
		        box-shadow: 0px 0px 25px rgba(0,0,0,0.26);
		-webkit-border-radius: 50%;
		        border-radius: 50%;
	}

	.fsl_ico span {
		display: table;
		width: 84px;
		height: 84px;
		text-align: center;
	}

		.fsl_ico i {
			display: table-cell;
			width: 100%;
			vertical-align: middle;
		}

		.fsl_ico img {
			display: inline-block;
			max-width: 100%;
		}


	.fsl_info {
		display: table;
		padding-left: 122px;
		height: 84px;
	}

		.fsl_info span {
			display: table-cell;
			width: 100%;
			vertical-align: middle;
			font-size: 22px;
			color: #2D374A;
			line-height: 30px;
			text-shadow: 1px 1px 0px #fff;
		}


.five_step_bg {
	position: absolute;
	width: 50%;
	display: table;
	height: 570px;
	right: 0;
	top: 50%;
	margin-top: -285px;
}

	.five_step_bg span {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}

	.five_step_bg img {
		display: inline-block;
		max-width: 100%;
	}


.zahvat {
	background: #E6F5F8;
	padding-left: 80px;
	padding-right: 80px;
}

.zahvat .zahvat_inner {
	position: relative;
	padding-left: 81px;
	padding-right: 350px;
}

.zahvat_decor_1 {
	position: absolute;
	width: 160px;
	height: 149px;
	background: url("../img/zahvat_1_decor_1.png") no-repeat left top;
	left: -157px;
	bottom: -35px;
}

.zahvat_decor_2 {
	position: absolute;
	width: 150px;
	height: 215px;
	background: url("../img/zahvat_1_decor_2.png") no-repeat left top;
	right: -113px;
	top: -28px;
}

.zahvat_decor_3 {
	position: absolute;
	width: 106px;
	height: 106px;
	background: url("../img/zahvat_2_decor_1.png") no-repeat left top;
	left: -91px;
	bottom: -53px;
}

.zahvat_decor_4 {
	position: absolute;
	width: 270px;
	height: 123px;
	background: url("../img/zahvat_2_decor_2.png") no-repeat left top;
	right: -46px;
	top: -95px;
}

.zahvat_decor_5 {
	position: absolute;
	width: 101px;
	height: 121px;
	background: url("../img/zahvat_3_decor_1.png") no-repeat left top;
	left: -71px;
	bottom: -61px;
}

.zahvat_decor_6 {
	position: absolute;
	width: 74px;
	height: 136px;
	background: url("../img/zahvat_3_decor_2.png") no-repeat left top;
	right: -52px;
	top: -89px;
}

.zahvat_name {
	display: table;
	height: 197px;
	font-size: 29px;
	color: #2D374A;
	font-weight: bold;
	line-height: 41px;
}

	.zahvat_name span {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}

	.zahvat_inner .btn_main {
		position: absolute;
		right: 85px;
		top: 50%;
		margin-top: -20px;
	}


.help {
	margin-top: 94px;
	padding-left: 20px;
	padding-right: 20px;
}

.help_inner {
	position: relative;
	overflow: hidden;
	margin-top: 34px;
}

.hi_bg {
	float: left;
	display: table;
	height: 629px;
	width: 52.5%;
}

	.hi_bg span {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}

	.hi_bg img {
		display: block;
		width: 100%;
	}


.hi_content {
	float: right;
	display: table;
	height: 629px;
}

.hi_content_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.hi_name {
	font-size: 25px;
	line-height: 32px;
	color: #62B271;
	font-weight: bold;
}

.hi_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 39px;
}

	.hi_list li {
		display: block;
		position: relative;
		font-size: 20px;
		color: #2D374A;
		font-family: 'Helvetica Neue';
		padding-left: 58px;
		background: url("../img/head_check_ico.png") no-repeat left 2px;
		min-height: 25px;
	}

		.hi_list li + li {
			margin-top: 36px;
		}


.zahvat2 {
	margin-top: 41px;
	background: #E7FDEB;
}

.client_main {
	background: url("../img/client_bg.jpg") no-repeat center bottom;
	padding-top: 97px;
	padding-bottom: 118px;
	padding-left: 20px;
	padding-right: 20px;
}

.client_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 42px;
}

	.client_list li {
		display: inline-block;
		vertical-align: top;
		margin-left: 29px;
		margin-right: 29px;
	}

	.client_list li span {
		display: table;
		width: 100%;
		height: 117px;
	}

	.client_list li span i {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}

	.client_list li img {
		display: inline-block;
		max-width: 100%;
	}


.client_about {
	margin-top: 107px;
}

	.client_about .wmain {
		background: #FFF;
		padding-top: 64px;
		padding-bottom: 81px;
		padding-left: 50px;
		padding-right: 50px;
		-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.26);
		        box-shadow: 0px 0px 16px rgba(0,0,0,0.26);
	}

	.ca_title {
		text-align: center;
		font-size: 28px;
		line-height: 35px;
		color: #364151;
		font-weight: bold;
	}

		.ca_title span {
			color: #69B277;
		}


	.ca_list {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		padding-left: 66px;
		padding-right: 66px;
		margin-top: 35px;
	}

		.ca_list li {
			display: block;
			position: relative;
			font-size: 23px;
			color: #2D374A;
			line-height: 26px;
			padding-left: 56px;
			background: url("../img/head_check_ico.png") no-repeat left 2px;
			min-height: 26px;
		}

			.ca_list li + li {
				margin-top: 20px;
			}

	.ca_title_inner {
		text-align: center;
		font-size: 28px;
		line-height: 35px;
		color: #69B277;
		font-weight: bold;
		margin-top: 50px;
	}

	.ca_list_ico {
		display: block;
		margin-top: 0;
		margin: 0;
		list-style: none;
		overflow: hidden;
		margin-top: 47px;
		padding-left: 69px;
		padding-right: 69px;
	}

	.ca_list_ico li {
		display: block;
		position: relative;
		float: left;
		width: 50%;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.ca_list_ico li + li + li {
		margin-top: 18px;
	}

	.cli_ico {
		-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.26);
		        box-shadow: 0px 0px 25px rgba(0,0,0,0.26);
		-webkit-border-radius: 50%;
		        border-radius: 50%;
	    background: #FFF;
	    width: 84px;
		height: 84px;
		position: absolute;
		left: 0;
		top: 17px;
	}

		.cli_ico span {
			display: table;
			width: 84px;
			height: 84px;
			text-align: center;
		}

		.cli_ico span i {
			display: table-cell;
			width: 100%;
			vertical-align: middle;
		}

		.cli_ico img {
			display: inline-block;
			max-width: 100%;
		}


	.cli_info {
		display: table;
		height: 118px;
		padding-left: 113px;
		font-size: 22px;
		color: #2D374A;
		line-height: 22px;
	}

		.cli_info span {
			display: table-cell;
			vertical-align: middle;
			width: 100%;
		}


.client_about .align_center {
	margin-top: 74px;
}

.about {
	margin-top: 112px;
	padding-left: 20px;
	padding-right: 20px;
}

.about_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 53px;
}

	.about_list li {
		display: block;
		float: left;
		width: 25%;
		display: table;
		height: 166px;
		margin-right: -1px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

		.about_list li + li {
			border-left: 1px solid #add8b5;
		}

		.about_list li:nth-child(5) {
			border-left: none;
		}

	.al_inner {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		text-align: center;
	}

	.about_list li + li + li + li + li {
		border-top: 1px solid #add8b5;
	}

	.al_num {
		font-size: 49px;
		color: #69B277;
		font-family: 'Helvetica Neue';
		line-height: 100%;
		white-space: nowrap;
	}

		.al_num span {
			color: #A7E4B3;
			display: inline-block;
			margin-left: 2px;
		}

		.al_name {
			font-size: 23px;
			color: #2D374A;
			line-height: 120%;
			margin-top: 8px;
		}


.about .tm span {
	color: #2D374A;
	font-size: 25px;
	line-height: 35px;
}

.offer {
	margin-top: 70px;
}

.offer .hi_bg {
	float: right;
	width: 48.5%;
}

.offer .hi_content {
	float: left;
	width: 45.5%;
}

.offer .help_inner {
	margin-top: 0;
}

.otz {
	background: url("../img/quest_bg.jpg") no-repeat center bottom;
	margin-top: 110px;
	padding-bottom: 167px;
	padding-left: 20px;
	padding-right: 20px;
}

.otz_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 59px;
}

.otz_list li {
	display: block;
	position: relative;
	padding-left: 254px;
	padding-right: 15px;
}

	.otz_list li:nth-child(2n) {
		padding-left: 0;
		padding-right: 250px;
	}

	.otz_list li + li {
		margin-top: 81px;
	}


.ol_ava {
	position: absolute;
	width: 158px;
	left: 34px;
	top: 0;
}

	.ol_ava img {
		display: block;
		width: 100%;
		position: relative;
		z-index: 50;
		-webkit-border-radius: 30px;
		        border-radius: 30px;
	}

	.ol_ava:before {
		content: "";
		display: block;
		position: absolute;
		background: url("../img/otz_img_decor_1.png");
		width: 201px;
		height: 60px;
		z-index: 10;
		left: -28px;
		bottom: -21px;
	}

	.otz_list li:nth-child(2n) .ol_ava {
		left: auto;
		right: 34px;
	}

		.otz_list li:nth-child(2n) .ol_ava:before {
			background: url("../img/otz_img_decor_2.png");
			width: 196px;
			height: 62px;
			left: -22px;
			bottom: -18px;
		}


	.ol_content {
		font-size: 18px;
		color: #2D374A;
		line-height: 35px;
	}

		.ol_content span {
			display: block;
			font-weight: bold;
			line-height: 120%;
			margin-top: 22px;
		}

.otz .align_center {
	margin-top: 100px;
}

.quest {
	background: #FFF;
	padding: 100px 48px 74px 48px;
	margin-top: 126px;
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.26);
    		box-shadow: 0px 0px 16px rgba(0,0,0,0.26);
}

.quest_title {
	text-align: center;
	font-size: 33px;
	color: #2D374A;
	font-weight: bold;
}

.quest_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 46px;
}

	.quest_list > li {
		display: block;
	}

		.quest_list > li + li {
			border-top: 1px dashed #78b953;
		}



	.ql_name {
		cursor: pointer;
		font-size: 22px;
		color: #2D374A;
		font-weight: bold;
		line-height: 120%;
		padding-top: 28px;
		padding-bottom: 28px;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}

	.ql_name:hover, .ql_act .ql_name {
		color: #4BA35C;
	}

	.ql_name, .ql_content {
		padding-left: 75px;
		padding-right: 75px;
	}

	.ql_content {
		font-size: 18px;
		color: #2D374A;
		line-height: 35px;
		padding-bottom: 30px;
		display: none;
	}

	.ql_content a {
		color: #74BF75;
	}


.quest .align_center {
	margin-top: 30px !important;
}

td.smi {
    border-top: 1px solid #dfe0e3;
    border-bottom: 1px solid #dfe0e3;
    height: 100px;
    background: url(../img/partners.jpg) no-repeat center;
    cursor: pointer;
}

table.footer td {
    color: #7a828f;
    font-size: 12px;
}

table.footer td {
    color:#7a828f;
    font-size:12px;
    }
td.td_footer {
    width:144px;
    line-height: 220%;
    }
td.td_footer a {
	color: #435065;
	font-size: 13px;
	font-family:  'PT Sans',Helvetica, sans-serif;
    text-decoration:none;
	}
td.td_footer a:hover {
	color: #a0a8b4;
    text-decoration:underline;
	}
.footer a {
    color: #506ca4;
    font-family: 'PT Sans',Helvetica, sans-serif;
    text-decoration: underline;
}

input.subscribe {
    border: 0;
    color: #afb4bc;
    font-size: 15px;
    width: 185px;
    height: 24px;
    padding-left: 12px;
    background: transparent;
    font-family: 'PT Sans',Helvetica, sans-serif;
}

a.bottom {
    color: #506ca4;
    font-size: 12px;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

table.footer td {
    color: #7a828f;
    font-size: 12px;
}

td.td_footer {
    width: 144px;
    line-height: 220%;
}

td.td_footer a {
    color: #435065;
    font-size: 13px;
    font-family: 'PT Sans',Helvetica, sans-serif;
    text-decoration: none;
}

div.bottom {
    font-size: 12px;
}

.footer td {
    color: #435065;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-size: 15px;
}

.footer {
	background: #F5F5F5;
}

.td_footer {
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.hl_nav_mobile {
	display: none;
}

.head_content {
	overflow: hidden;
}

.head_content_inner .align_center {
	padding-right: 0;
}

.head_content_inner {
	float: right;
	display: inline-block;
}


.head_content .btn_main {
	display: block;
	width: auto;
}

.pu_rgba {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 900;
	background: rgba(0,0,0,0.3);
	overflow: hidden;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
}

.pu_table {
	display: table;
	width: 100%;
	height: 100%;
}

.pu_cell {
	display: table-cell;
	width: 100%;
    text-align:center;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.pu_inner {
    display:inline-block;
	width: auto;
	background: #FFF;
	max-width: 600px;
	margin: 0 auto;
    z-index:1000;
}


.head_bg2 {
    width: 50.7%;
}



@media screen and (max-width: 1160px) {
	.zahvat_name span br {
		display: none;
	}

	.zahvat .zahvat_inner {
		padding-left: 30px;
		padding-right: 260px;
	}

	.zahvat_inner .btn_main {
		right: 0;
	}
}

@media screen and (max-width: 1100px) {
	.hi_content {
		width: 46%;
	}

	.hi_bg {
		width: 50%;
	}

	.hi_name br {
		display: none;
	}

	.help_inner {
		position: relative;
		z-index: 100;
	}


	td.smi {
		background-position: center center;
		-webkit-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}
}

@media screen and (max-width: 1080px) {
	.hi_content {
		height: auto;
		display: block;
		padding-bottom: 50px;
	}

	.hi_content_inner {
		display: block;
	}
}

@media screen and (max-width: 1060px) {
	.ca_list_ico {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ca_list {
		padding-left: 20px;
		padding-right: 20px;
	}

	.al_num {
		font-size: 36px;
	}

	.al_name {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 990px) {
	.what_list > li {
		width: 33.3333333333%;
	}

	.what_list > li + li + li + li {
		margin-top: 50px !important;
	}

	.what_list > li {
		padding-left: 15px;
	}

	.what_list {
		margin-left: -15px;
	}

	.ca_title br, .ca_title_inner br {
		display: none;
	}

	.al_name {
		font-size: 20px;
	}
}

@media screen and (max-width: 940px) {
	.five_step_list {
		background: rgba(255,255,255,0.4);
	}

	.zahvat_name {
		font-size: 26px;
		line-height: 120%;
	}

	.ca_list_ico li {
		float: none;
		width: auto;
	}

		.ca_list_ico li + li {
			margin-top: 20px !important;
		}

	.five_step_bg {
		width: 500px;
		left: 50%;
		margin-left: -250px;
		display: block;
		height: auto;
		top: auto;
		bottom: 0;
	}

		.five_step_bg span {
			display: block;
		}


	.five_step_content {
		padding-bottom: 400px;
	}
}

@media screen and (max-width: 880px) {
	.al_num {
		font-size: 28px;
	}

	.al_name br {
		display: none;
	}

	.al_name {
		font-size: 18px;
	}

	.about_list li {
		height: 118px;
	}
}

@media screen and (max-width: 860px) {
	.hl_right {
		display: none;
	}

	.hl_nav_mobile {
		display: block;
		float: right;
		width: 30px;
		height: 40px;
		margin-right: -10px;
		background: url("../img/nav_ico.png") no-repeat center center;
		position: relative;
		top: 3px;
	}

	.hl_top .wmain {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 49px;
		overflow: visible;
	}

	.hl_right {
		float: none;
		clear: both;
		background: #29364B;
		margin: 0;
		position: fixed;
		width: 100%;
		left: 0;
		z-index: 650;
		top: 60px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	table.footer > tbody > tr {
		display: block;
		overflow: hidden;
	}

	table.footer > tbody > tr > td {
		display: inline-block;
		vertical-align: top;
		width: 33.33333333333%;
		margin-right: -3px;
		padding-bottom: 30px !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	table.footer > tbody > tr > td {
		display: block;
		width: auto;
		margin: 0;
	}
}

@media screen and (max-width: 840px) {
	.white_fon > table, #form_registry > table {
		width: 100% !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#window_content, #window_content2 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
		#form_registry > table td + td {
			padding-right: 0;
			background: none !important;
		}
}

@media screen and (max-width: 820px) {
	.client_list li {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 780px) {
	.zahvat .zahvat_inner {
		padding-left: 0;
		padding-right: 0;
	}

	.zahvat_inner .btn_main {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 20px;
		z-index: 50;
	}

	.zahvat_name {
		display: block;
		height: auto;
		position: relative;
		z-index: 60;
	}

		.zahvat_name span {
			display: block;
		}


	.zahvat_inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.offer .hi_content {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 760px) {
	.head_title {
		text-align: center;
	}

	.header {
		padding-top: 110px;
	}

	.head_bg {
		width: 50%;
	}

	.head_title span {
		display: inline;
	}

	.five_step {
		margin-top: 17px;
	}

	.client_list {
		overflow: hidden;
	}

		.client_list li {
			display: block;
			float: left;
			width: 25%;
			margin-left: 0;
			margin-right: 0;
			padding-left: 15px;
			padding-right: 15px;
			text-align: center;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}


	.client_about {
		margin-top: 15px;
	}

	.client_main {
		padding-top: 67px;
	}

	.client_list {
		margin-top: 22px;
	}

	.td_footer {
		display: none !important;
	}
}

@media screen and (max-width: 720px) {
	.about_list li {
		width: 50%;
		border: none !important;
	}

	.about_list li + li + li {
		border-top: 1px solid #add8b5 !important;
	}

	.about_list li:nth-child(2n+2) {
		border-left: 1px solid #add8b5 !important;
	}

	.about {
		margin-top: 50px;
	}

	.ql_name, .ql_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.quest {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.quest .align_center {
		margin-top: 15px !important;
	}

	.ql_name {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.quest_list {
		margin-top: 16px;
	}
}

@media screen and (max-width: 680px) {
	.hl_nav {
		float: none;
	}

	.hl_nav li {
		float: none;
		margin: 0 !important;
	}

		.hl_nav li + li {
			margin-top: 0px !important;
		}


	.hl_user {
		margin-left: 0;
	}

	.hl_right {
		padding-bottom: 15px;
	}

	.hi_bg {
		float: none;
		position: absolute;
		width: 400px;
		left: 50%;
		margin-left: -200px;
		display: block;
		height: auto;
		bottom: 60px;
	}

		.hi_bg span {
			display: block;
		}

	.help_inner {
		padding-bottom: 300px;
		position: relative;
		overflow: hidden;
	}

	.hi_content {
		display: block;
		width: auto;
		height: auto;
	}

	.hi_content_inner {
		display: block;
	}

	.offer .hi_bg {
		width: 400px;
		left: 50%;
		margin-left: -200px;
		float: none;
	}

	.head_bg {
		width: 400px;
		left: 50%;
		margin-left: -200px;
	}

	.head_content_inner {
		display: block;
		float: left;
	}

	.head_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header .wmain {
		height: auto;
		padding-bottom: 45%;
	}

	.head_list > li br {
		display: none;
	}
}

@media screen and (max-width: 660px) {
	.ol_ava {
		width: 100px;
	}

	.ol_ava:before {
		left: -55px;
    	bottom: -25px;
		-webkit-transform: scale(0.7);
		   -moz-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		     -o-transform: scale(0.7);
		        transform: scale(0.7);
	}

	.otz_list li:nth-child(2n) .ol_ava:before {
		left: -49px;
		bottom: -22px;
	}

	.ol_ava img {
		-webkit-border-radius: 22px;
		        border-radius: 22px;
	}

	.ol_ava {
		left: 15px;
	}

	.otz_list li:nth-child(2n) .ol_ava {
		right: 15px;
	}

	.otz_list li {
		padding-left: 148px;
	}

	.otz_list li:nth-child(2n) {
		padding-right: 148px;
	}

	.ol_content {
		line-height: 26px;
	}

	.otz_list li + li {
		margin-top: 40px;
	}

	.otz .align_center {
		margin-top: 40px;
	}

	.quest {
		margin-top: 56px;
	}

	.otz {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 640px) {
	#form_registry > table td + td {
		display: none;
	}

	#form_registry > table td {
		display: block;
		width: auto;
	}

	.s13 label {
		overflow: hidden;
		display: block;
		vertical-align: top;
		line-height: 11px;
	}

	.s13 input[type="checkbox"] {
		margin-top: 0;
		vertical-align: top;
	}

	.white_fon + div + table {
		display: block;
		width: 100%;
	}

	.white_fon + div + table td {
		display: block;
	}

		.white_fon + div + table td + td {
			margin-top: 10px;
		}
}

@media screen and (max-width: 620px) {
	.what_list > li {
		width: 50%;
	}

	.what_list > li + li + li {
		margin-top: 30px !important;
	}

	.what_list {
		margin-top: 32px;
	}

	.what {
		padding-top: 80px;
	}

	.client_about .wmain {
		padding-left: 30px;
		padding-right: 30px;
	}

	.client_about .align_center {
		margin-top: 15px;
	}

	.client_main {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 580px) {
	.client_list li {
		width: 33.333333333333%;
	}

	.tm span br {
		display: none;
	}

	.ql_content {
		line-height: 26px;
	}
}

@media screen and (max-width: 540px) {
	.head_title, .head_title span {
		font-size: 26px;
		line-height: 120%;
	}

	.head_list > li {
		font-size: 20px;
		line-height: 26px;
	}

	.head_list {
		margin-top: 17px;
	}

	.head_list > li + li {
		margin-top: 14px;
	}

	.head_content_inner .align_center {
		margin-top: 26px;
	}

	.header .wmain {
		height: 430px;
	}

	.five_step_bg {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.five_step_content {
		padding-bottom: 80%;
	}
}

@media screen and (max-width: 520px) {
	.ca_title {
		font-size: 22px;
		line-height: 120%;
	}

	.ca_list {
		padding-left: 0;
		padding-right: 0;
	}

	.ca_list li {
		font-size: 22px;
	}

	.ca_title_inner {
		font-size: 24px;
		line-height: 120%;
	}

	.ca_list_ico {
		overflow: visible;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.what_list > li {
		display: block;
		width: auto;
		margin: 0 !important;
		padding-left: 0;
	}

	.what_list > li + li {
		margin-top: 30px !important;
	}

	.wl_name br {
		display: none;
	}

	.what_list {
		margin-left: 0;
	}

	.head_bg {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 460px) {
	.zahvat_decor_1, .zahvat_decor_2, .zahvat_decor_3, .zahvat_decor_4, .zahvat_decor_5, .zahvat_decor_6 {
		-webkit-transform: scale(0.5);
		   -moz-transform: scale(0.5);
		    -ms-transform: scale(0.5);
		     -o-transform: scale(0.5);
		        transform: scale(0.5);
	}

	.zahvat {
		padding-left: 40px;
		padding-right: 40px;
	}

	.zahvat_decor_2 {
		right: -85px;
		top: -68px;
	}

	.zahvat_decor_1 {
		left: -117px;
    	bottom: -55px;
	}

	.zahvat_decor_4 {
		right: -91px;
    	top: -65px;
	}

	.zahvat_decor_3 {
		left: -61px;
		bottom: -53px;
	}

	.zahvat_decor_5 {
		left: -52px;
	}

	.zahvat_decor_6 {
		right: -42px;
    	top: -59px;
	}

	.five_step {
		padding-bottom: 44px;
	}

	.hi_bg {
		bottom: 10px;
	}

	.help_inner {
		padding-bottom: 250px;
	}

	.client_list li {
		width: 50%;
	}

	.client_main {
		padding-top: 37px;
	}

	.otz_list {
		margin-top: 29px;
	}

	.otz {
		margin-top: 45px;
	}

	.ol_ava {
		width: 60px;
	}

	.ol_ava img {
		-webkit-border-radius: 12px;
		        border-radius: 12px;
	}

	.ol_ava:before {
		left: -74px;
    	bottom: -30px;
		-webkit-transform: scale(0.5);
		   -moz-transform: scale(0.5);
		    -ms-transform: scale(0.5);
		     -o-transform: scale(0.5);
		        transform: scale(0.5);
	}

	.otz_list li:nth-child(2n) .ol_ava:before {
	    left: -68px;
	    bottom: -29px;
	}

	.otz_list li {
		padding-left: 106px;
	}

	.otz_list li:nth-child(2n) {
		padding-right: 106px;
	}

	.ol_content {
		font-size: 16px;
		line-height: 22px;
	}

	.quest_title {
		font-size: 28px;
	}

	.ql_name {
		font-size: 18px;
	}

	.ql_name, .ql_content {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 440px) {
	.head_content_inner {
		padding-right: 0;
	}

	.head_content_inner .align_center {
		padding-right: 0;
		text-align: center;
	}

	.header {
		padding-right: 0;
	}

	.hi_bg {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.offer .hi_bg {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.zahvat {
		position: relative;
		z-index: 100;
	}
}

@media screen and (max-width: 420px) {
	.tm {
		font-size: 24px;
	}

	.tm span {
		font-size: 17px;
		margin-top: 8px;
	}

	.wl_ico {
		height: 90px;
	}

	.wl_ico img {
		max-height: 50px;
	}

	html body .what_list > li + li {
		margin-top: 15px !important;
	}

	.fsl_info span {
		font-size: 20px;
		line-height: 120%;
	}

	.fsl_ico img {
		max-width: 30px;
	}

	.fsl_ico span {
		width: 60px;
		height: 60px;
	}

	.fsl_info {
		height: 60px;
		padding-left: 80px;
	}

	.fsl_info span br {
		display: none;
	}

	.fsl_ico {
		top: 6px;
	}

	.five_step_content {
		margin-top: 10px;
	}

	.what {
		padding-bottom: 43px;
	}

	.hi_name {
		font-size: 20px;
		line-height: 130%;
	}

	.help {
		margin-top: 54px;
	}

	.hi_list li {
		font-size: 18px;
	}

	.hi_list li + li {
		margin-top: 18px;
	}

	.help_inner {
		padding-bottom: 70%;
	}

	.client_about .wmain {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.ca_list li {
		font-size: 20px;
		line-height: 120%;
		padding-left: 30px;
		background-position: left 5px;
		-webkit-background-size: 16px;
		     -o-background-size: 16px;
		        background-size: 16px;
	}

	.ca_title_inner {
		font-size: 20px;
	}

	.cli_ico, .cli_ico span {
		width: 60px;
		height: 60px;
	}

	.cli_ico span img {
		max-width: 32px;
	}

	.cli_info {
		padding-left: 75px;
		font-size: 18px;
		line-height: 120%;
	}

	.cli_ico {
		top: 0;
	}

	.cli_info {
		display: block;
		height: auto;
	}

		.cli_info span {
			display: block;
		}

	.ca_list_ico li {
		padding-right: 0;
	}

	.ca_list_ico {
		margin-top: 35px;
	}

	.ca_list_ico li + li {
		margin-top: 25px !important;
	}

	.about .tm span {
		font-size: 18px;
		line-height: 120%;
	}

	td.smi {
		height: 60px;
	}

	.white_fon > table, .white_fon > table td {
		display: block;
		text-align: left;
		width: 100%;
	}

	.white_fon > table td + td {
		margin-top: 10px;
	}

	.white_fon table input[type="text"], .white_fon table input[type="password"], .white_fon table select, .usual td, .usual tr, .usual, .usual tbody {
		display: block;
		width: 100% !important;
	}

	.usual {
		margin-top: -32px;
	}

	.in_reg_mail {
		display: block;
		margin-top: -32px;
	}

	.in_reg_mail + br + input {
		margin-top: -32px;
	}

	.white_fon #captcha, .white_fon #captcha2 {
		margin-left: 0 !important;
		margin-top: 10px;
		display: inline-block;
		vertical-align: top;
	}

	.head_content {
		overflow: visible;
	}

	.head_content_inner .align_center {
		position: relative;
		top: 180px;
	}

	.head_content .btn_main {
		width: 193px;
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		font-size: 16px;
	}

	.head_bg {
		width: 216px;
		margin-left: -108px;
		left: 50%;
		bottom: 103px;
	}

	.header .wmain {
		padding-bottom: 220px;
		height: auto;
	}

	.head_content_inner {
		float: none;
	}

}

@media screen and (max-width: 380px) {
	.head_title, .head_title span {
		font-size: 24px;
	}

	.head_list > li {
		font-size: 18px;
		line-height: 120%;
	}

	.head_list > li {
		padding-left: 30px;
		background-position: left 6px;
		-webkit-background-size: 15px;
		     -o-background-size: 15px;
		        background-size: 15px;
	}

	.zahvat_name {
		font-size: 20px;
	}

	.zahvat_inner .btn_main {
		padding-left: 25px;
		padding-right: 25px;
	}

	.hi_name {
		font-size: 18px;
	}

	.hi_list li {
		padding-left: 46px;
	}

	.help {
		margin-top: 34px;
	}

	.help_inner {
		margin-top: 16px;
	}

	.hi_list li {
		font-size: 16px;
	}

	.client_list li img {
		max-height: 60px;
	}

	.client_list li span {
		height: 80px;
	}

	.client_about .wmain {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ca_title {
		font-size: 18px;
	}

	.ca_list li {
		font-size: 18px;
	}

	.ca_list li + li {
		margin-top: 16px;
	}

	.client_about .align_center{
		margin-top: 22px;
	}

	.al_num {
		font-size: 22px;
	}

	.al_name {
		font-size: 14px;
	}

	.quest {
		padding-left: 15px;
		padding-right: 15px;
	}

	.head_title, .head_title span {
		font-size: 20px;
	}

	.head_list > li {
		font-size: 16px;
	}

	.head_content {
		padding-left: 18px;
		padding-right: 18px;
	}

	.header {
		padding-top: 87px;
	}

	.head_list > li + li {
		margin-top: 8px;
	}

	.head_list {
		margin-top: 13px;
	}

	.what {
		padding-top: 30px;
	}
}

@media screen and (max-width: 360px) {
	.about_list {
		margin-top: 22px;
	}

	.ol_content {
		line-height: 20px;
	}

	.ol_ava {
		width: 50px;
	}

	.ol_ava img {
		-webkit-border-radius: 8px;
		        border-radius: 8px;
	}

	.ol_ava:before {
		-webkit-transform: scale(0.4);
		   -moz-transform: scale(0.4);
		    -ms-transform: scale(0.4);
		     -o-transform: scale(0.4);
		        transform: scale(0.4);
	}

	.ol_ava {
		left: 0;
	}

	.otz_list li:nth-child(2n) .ol_ava {
		right: 0;
	}

	.otz_list li {
		padding-left: 75px;
		padding-right: 0;
	}

	.otz_list li:nth-child(2n) {
		padding-right: 75px;
	}

	.ol_content span {
		margin-top: 15px;
		font-size: 90%;
	}

	.ql_content {
		line-height: 22px;
	}

	#window_content, #window_content2 {
		padding: 0 !important;
	}

	.white_fon + div + table {
		padding: 20px;
		padding-top: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.window_top_name, .window_top_name2 {
		font-size: 26px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.window_top {
		height: auto !important;
	}
}

.window_top {
    background:#3a5489;
    height:90px;
    text-align:center;
} 

.window_top_name,.window_top_name2{
    color: #ffffff;
   	font-size: 32px;
    font-family:  'PT Sans',Helvetica, sans-serif;
    font-weight: bold;
    padding: 25px 0px 30px 0;
} 
#window_content,#window_content2{
    
	/*    min-width:360px;
      padding:30px 65px 30px 65px;
      background: #f5f5f5;
      
      overflow: auto;
      max-height: 400px;
      */
      text-align:left;
      background: #f5f5f5;
      width:auto;	  
	  margin: 0 auto;
	  position: relative;	  
	  padding:30px 65px 30px 65px;  
	  z-index: 10000;           
    }
#message,#message2,#message3,#message4,#message10, #message_err_inv, #registryMessage  {
    display:none;
    color:#e85538;
    font-size: 16px;
    text-align:center;
    background: #f5f0cc;
    padding:10px;
    margin-bottom: 10px;
    border: 1px solid #f5f0cc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
    -khtml-border-radius: 6px;
    border-radius: 6px;    
    }
    
.close{
    float:right;
    
    padding-right:20px;
    background: url(/images/close.png) no-repeat;
    width:17px; 
    height:17px;
    margin:20px 0 0 0;
    cursor:pointer;
} 
.white_fon {
    background: #ffffff;
    padding: 0 25px 20px 25px;
    border-bottom: solid 1px #d6d6d6;
    margin-bottom: 25px;
}
.pt16 {
    color: #7a828f;
    font-size: 16px;
    font-family: 'PT Sans',Helvetica, sans-serif;
}
.pt18 {
    color: #7a828f;
    font-size: 18px;
    font-family: 'PT Sans',Helvetica, sans-serif;
}
.s13 {
    font-size: 13px;
    color: #435065;
}
td {
    color: #435065;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-size: 15px;
}
select {
    border: 1px solid #cdcdcd;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-size: 17px;
    width: 360px;
    height: 33px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding-left: 5px;
    color: #435065;
}

input[type="text"], input[type="password"] {
    border: 1px solid #cdcdcd;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-size: 15px;
    width: 360px;
    height: 33px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding-left: 5px;
    color: #afb4bc;
}
input.pass125 {
    width: 125px;
}
input[type="checkbox"] {
    border: 1px solid #74bf75;
    margin: 3px 3px 3px 4px;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    }
input[type="radio"] {
    -webkit-appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
}
input[type="button"] {
    border: 1px solid #74bf75;
    background: #74bf75;
    color: #ffffff;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}
A {
    color: #506ca4;
    font-family: 'PT Sans',Helvetica, sans-serif;
    text-decoration: underline;
}
A.link18_506ca4 {
    color: #506ca4;
    font-size: 18px;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
#captcha, #captcha2 {
    border: 1px solid #b6bac1;
    background: #b6bac1;
    color: #ffffff;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 33px;
    padding: 4px 28px 4px 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
input.subscribe {
    border: 0;
    color: #afb4bc;
    font-size: 15px;
    width: 185px;
    height: 24px;
    padding-left: 12px;
    background: transparent;
    font-family: 'PT Sans',Helvetica, sans-serif;
}
.js-user-name:hover{cursor: pointer;}