/*
Author: RaftKorn
Author URI: http://artraft.net
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;height: 0px;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.error{
	color: #ff0000;
	}

label.error{
	display: block;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

/* END NULL */



/* BASE */

body {
	color: #121212;
	font-size: 17px;
	line-height: 27px;
	font-family: 'Lato';
	font-weight: 500;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #2a2a2a;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Lato';
	font-weight: 500;
	}

a {
	color: #045dae;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #f88929;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .title2, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 27px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #005bac;
	font-weight: 900;
	}
h1, .h1, .title{
	font-size: 57px;
	line-height: 59px;
	}
h2, .h2{
	font-size: 47px;
	line-height: 49px;
	text-transform: uppercase;
	}
h3, .h3{
	font-size: 37px;
	line-height: 39px;
	}
h4, .h4{
	font-size: 27px;
	line-height: 29px;
	}
h5, .h5{
	font-size: 23px;
	line-height: 27px;
	}
h6, .h6{
	font-size: 19px;
	line-height: 27px;
	}

.title_kd{
	padding: 11px 0;
	background: url('images/title_kd.png') no-repeat right center;
	}

.title_sp{
	padding: 1px 0;
	background: url('images/title_sp.png') no-repeat right center;
	}

.title2{
	padding: 0 0 8px 0;
	border-bottom: 2px solid #e6e6e6;
	color: #222;
	font-size: 20px;
	line-height: 24px;
	}

.title_left{
	float: left;
	}

.title_right{
	float: right;
	}


.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #009e21;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	color: #2e2e2e;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	}

.table tr th, .entry table tr th{
	background: #e5e0f9;
	border-bottom: 1px solid #e5e0f9;
	padding: 5px 15px;
	font-weight: 500;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #e5e0f9;
	padding: 12px 15px;
	}

.table2 {
	color: #282828 !important;
	font-weight: 300 !important;
	}

.table2 tr th, .table2 tr td {
	background: #f1eefb !important;
	border-bottom: 1px solid #fff !important;
	padding: 15px !important;
	text-align: left;
	}

.table2 tr:nth-child(2n) th, .table2 tr:nth-child(2n) td {
	background: #f5f5f5 !important;
	}

.table2 tr th {
	color: #6d6d6d !important;
	font-size: 18px !important;
	font-weight: bold !important;
	}


.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ol ul {
	margin: 5px 0 0 0;
	}

.entry ol > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 0 10px 0 65px;
	background: url('images/blockquote.png') no-repeat 18px 4px;
	color: #7b7a7a;
	font-weight: 500;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */



/* FORM */

.form_title{
	padding: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

.form_line{
	padding: 0 0 16px 0;
	position: relative;
	}

.form_line2{
	padding: 0 0 26px 0;
	}

.form_line_cb{
	padding: 0 0 22px 0;
	}

.form_line_cb2{
	margin: 0 0 11px 0;
	}

.form_line_cb2.error{
	border-bottom: 1px solid #ff0000;
	}

.form_line_cb2 a{
	color: #67ca32;
	text-decoration: underline;
	}

.form_line_cb2 a:hover{
	color: #7155d7;
	text-decoration: none;
	}

.form_inp_cb{
	padding: 21px 0 0 0;
	}

.form_col2_1{
	float: left;
	width: 294px;
	}

.form_col2_2{
	float: left;
	width: 252px;
	}

.form_col3_1, .form_col3_2{
	float: left;
	width: 192px;
	}

.form_col3_3{
	float: left;
	width: 162px;
	}

label{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	}

.lab{
	display: block;
	padding: 0 0 5px 0;
	color: #7a7a7a;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	}

.form_line .lab{
	position: absolute;
	top: 12px;
	left: 20px;
	padding: 0;
	}

.label_line{
	padding: 0 20px 0 0;
	}

.inp, .inp2, .inp3, .inp4, .inp5{
	box-sizing: border-box;
	width: 100%;
	height: 61px;
	padding: 29px 19px 13px 19px;
	background: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	-webkit-appearance: none;
	color: #121212;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 121px;
	padding: 29px 19px 13px 19px;
	background: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	-webkit-appearance: none;
	color: #121212;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	vertical-align: bottom;
	}

input.error, textarea.error{
	border: 1px solid #ff0000;
	}

.form_sub {
	position: relative;
	}

.form_sub3 {
	padding: 0 0 25px 0;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	height: 78px;
	padding: 24px 42px 20px 42px;
	border: 0;
	border-bottom: 4px solid #c15a00;
	background: #f88929;
	border-radius: 6px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 27px;
	line-height: 31px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	}

.btn:hover{
	background-color: #005bac;
	border-color: #05437b;
	color: #fff;
	text-decoration: none;
	}


.btn_s2 {
	height: 48px;
	padding: 15px 18px 11px 18px;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	}

.btn_s3 {
	height: 48px;
	padding: 13px 18px 11px 18px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	}

.btn_c2{
	background-color: #005bac;
	}
.btn_c2:hover{
	background-color: #f88929;
	}

.btn_c3{
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	color: #045dae;
	}
.btn_c3:hover{
	background-color: #f3f3f3;
	color: #045dae;
	}

.btn_c4{
	background-color: #f88929;
	}
.btn_c4:hover{
	background-color: #005bac;
	}

.btn_c4{
	background-color: #000;
	border-color: #7b7a7a;
	}
.btn_c4:hover{
	background-color: #7b7a7a;
	border-color: #7b7a7a;
	color: #000;
	}


.btn_i1{
	padding-left: 38px;
	background-image: url('images_new/btn_i1.png');
	background-repeat: no-repeat;
	background-position: 16px center;
	}

.btn_i2{
	padding-left: 43px;
	background-image: url('images_new/btn_i2.png');
	background-repeat: no-repeat;
	background-position: 14px center;
	}


.form_sub {
	text-align: center;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
	height: 122px;
	padding: 10px 0;
	background: url('images_new/header.jpg') no-repeat center top;
	}

.logo{
	float: left;
	width: 262px;
	height: 65px;
	padding: 33px 0 0 0;
	}

.logo img{
	vertical-align: bottom;
	}

.top_log{
	float: right;
	padding: 37px 0 0 0;
	}

.top_log .btn{
	margin: 0 0 0 2px;
	}

.top_oz{
	float: right;
	padding: 37px 4px 0 0;
	}


.show_nav{
	display: none;
	width: 48px;
	height: 48px;
	margin: 0 0 0 10px;
	position: relative;
	cursor: pointer;
	vertical-align: bottom;
	}

.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #045dae;
	border-radius: 3px;
	position: absolute;
	top: -9px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.show_nav span{
	top: 21px;
	}

.show_nav:before {
	top: 6px;
	}

.show_nav:after {
	top: 36px;
	}

.show_nav.open span{
	display: none;
	}

.show_nav.open:before{
	transform: rotate(45deg);
	top: 21px;
	}

.show_nav.open:after{
	transform: rotate(-45deg);
	top: 21px;
	}

@media (min-width: 761px) {
.nav_top{
	display: block !important;
	}
}

.nav_top{
	float: left;
	padding: 52px 0 0 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	}

.nav_top ul li{
	display: inline;
	padding: 0 0 0 22px;
	}

.nav_top ul li a{
	color: #3c3c3c;
	}

.nav_top ul li a:hover, .nav_top ul li.active a {
	color: #f88929;
	}


/* END HEADER */


/* POSTS */

.zaim_form_bg {
	padding: 37px 0 73px 0;
	background: url('images_new/header.jpg') no-repeat center -142px;
	}

.zaim_form_bg .title {
	margin: 0 0 7px 0;
	text-align: center;
	}

.zaim_form_tt {
	margin: 0 0 82px 0;
	color: #9a9a9a;
	font-size: 33px;
	line-height: 35px;
	text-align: center;
	}

.zaim_form{
	max-width: 1075px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #cfdae5;
	box-shadow: 0px 0px 27px rgba(4, 93, 174, 0.04);
	border-radius: 45px;
	}

.zaim_form_top{
	padding: 44px 64px 36px 64px;
	}

.zaim_form_sel1{
	float: left;
	width: 442px;
	}

.zaim_form_sel2{
	float: right;
	width: 442px;
	}

.zaim_form_lab{
	padding: 0 0 19px 0;
	color: #868484;
	font-size: 17px;
	line-height: 33px;
	text-align: center;
	}

.zaim_form_lab > span{
	margin: 0 0 0 5px;
	border-bottom: 1px dashed #000;
	color: #3c3c3c;
	font-size: 31px;
	}

#first_zaim {
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	}

.zaim_form_bot {
	padding: 37px 0 38px 62px;
	background: linear-gradient(to top, #fff, #eef7ff);
	border-radius: 0 0 45px 45px;
	}

.zaim_form_infos{
	float: right;
	width: 632px;
	padding: 14px 0 0 0;
	}

.zaim_form_infos_l{
	float: left;
	width: 300px;
	}

.zaim_form_infos_r{
	float: right;
	width: 277px;
	}

.zaim_form_inf {
	padding: 0 0 10px 0;
	color: #7f7f7f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	}

.zaim_form_inf_l {
	float: left;
	width: 163px;
	}

.zaim_form_inf_r {
	float: left;
	color: #151515;
	font-weight: bold;
	}

.zaim_form_sub {
	float: left;
	}


.home_about {
	max-width: 1040px;
	margin: 0 auto 86px auto;
	padding: 67px 48px 62px 48px;
	border: 2px dashed #4788c4;
	border-radius: 40px;
	color: #3c3c3c;
	text-align: center;
	}

.home_about_t {
	padding: 0 0 6px 0;
	font-size: 28px;
	line-height: 30px;
	}

.home_about_e {
	padding: 0 0 30px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	}

.potrebs_t {
	padding: 0 0 30px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	}

.potrebs{
	max-width: 800px;
	margin: 0 auto;
	}

.potreb{
	float: left;
	width: 150px;
	padding: 134px 25px 0 25px;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}

.potreb span {
	display: block;
	color: #8f8e8e;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	}

.potreb:before {
	content: " ";
	display: block;
	width: 107px;
	height: 107px;
	background: #e8f4ff;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	}

.potreb1:before {
	background: #e8f4ff url('images_new/potreb1.png') no-repeat center center;
	}
.potreb2:before {
	background: #e8f4ff url('images_new/potreb2.png') no-repeat center center;
	}
.potreb3:before {
	background: #e8f4ff url('images_new/potreb3.png') no-repeat center center;
	}
.potreb4:before {
	background: #e8f4ff url('images_new/potreb4.png') no-repeat center center;
	}


.uluchs{
	padding: 0 0 81px 0;
	}

.uluchs_t{
	float: left;
	width: 410px;
	padding: 0 0 80px 0;
	color: #3c3c3c;
	font-size: 31px;
	line-height: 33px;
	font-weight: 400;
	}

.uluchs_t span{
	display: block;
	padding: 3px 0 0 0;
	color: #005bac;
	font-size: 47px;
	line-height: 49px;
	font-weight: 900;
	text-transform: uppercase;
	}

.uluchs_e{
	float: right;
	width: 735px;
	padding: 6px 0 80px 0;
	}

.uluchs_steps{
	padding: 24px 0 65px 0;
	}

.uluchs_step{
	float: left;
	width: 192px;
	height: 107px;
	padding: 43px 41px 0 41px;
	margin: 0 32px 0 0;
	border: 1px solid #cfdae5;
	position: relative;
	color: #121212;
	line-height: 21px;
	}

.uluch4{
	margin: 0;
	}

.uluchs_step:before {
	content: " ";
	display: block;
	width: 12px;
	height: 21px;
	background: url('images_new/uluchs_step.png') no-repeat;
	position: absolute;
	top: 65px;
	right: -24px;
	}

.uluch4:before{
	display: none;
	}

.uluch1 {
	background: url('images_new/uluch1.jpg') no-repeat right 22px bottom;
	}
.uluch2 {
	background: url('images_new/uluch2.jpg') no-repeat right 8px bottom;
	}
.uluch3 {
	background: url('images_new/uluch3.jpg') no-repeat right 7px bottom;
	}
.uluch4 {
	background: url('images_new/uluch4.jpg') no-repeat right 5px bottom;
	}

.uluchs_step_t{
	display: block;
	height: 48px;
	padding: 0 25px;
	background: #005bac;
	border-radius: 24px;
	position: absolute;
	left: 20px;
	top: -25px;
	color: #fff;
	font-size: 23px;
	line-height: 48px;
	font-weight: bold;
	}

.uluch4 .uluchs_step_t{
	background: #f47d17;
	}

.uluchs_step_e{
	padding: 0 0 16px 0;
	color: #828282;
	font-size: 14px;
	line-height: 18px;
	}

.uluchs_step_l{
	float: left;
	width: 80px;
	padding: 0 0 6px 0;
	font-weight: 400;
	}

.uluchs_step_r{
	float: left;
	padding: 0 0 6px 0;
	font-weight: bold;
	}


.uluchs_li{
	float: left;
	width: 31.33%;
	padding: 41px 1% 0 1%;
	background: url('images_new/uluchs_li.png') no-repeat center top;
	color: #121212;
	text-align: center;
	}



.stoim{
	padding: 44px 0 42px 0;
	color: #252525;
	}

.stoim_t{
	padding: 0 0 36px 0;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	}

.stoim_e{
	padding: 0 70px 15px 70px;
	line-height: 22px;
	text-align: center;
	}

.stoim_e span{
	color: #009e21;
	font-weight: bold;
	}

.stoim_ras{
	padding: 0 0 15px 177px;
	background: url('images/stoim_ras.png') no-repeat 0px 5px;
	}

.stoim_ras_t{
	padding: 0 0 30px 0;
	font-size: 40px;
	line-height: 44px;
	}

.stoim_ras span{
	font-weight: bold;
	}

.stoim_ras_t span{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ffdd80;
	font-weight: 300;
	}

.stoim_ok{
	padding: 36px 200px 62px 0;
	background: url('images/stoim_ok.png') no-repeat right 0px;
	}

.stoim_vop{
	padding: 26px 125px 0 125px;
	border-top: 1px solid #ffdd80;
	text-align: center;
	font-style: italic;
	}

.stoim_vop a {
	color: #48a425;
	font-weight: bold;
	}

.stoim_vop a:hover {
	color: #ecaf0c;
	}



.home_info {
	max-width: 1188px;
	padding: 70px 450px 73px 130px;
	margin: 0 0 91px 0;
	background: #f47d17 url('images_new/home_info.png') no-repeat right center;
	position: relative;
	border-radius: 173px;
	color: #fff;
	}

.home_info:before {
	content: " ";
	display: block;
	width: 372px;
	height: 311px;
	background: url('images_new/home_info_img.png') no-repeat center center / cover;
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translateY(-50%);
	}

.home_info_t {
	font-size: 39px;
	line-height: 39px;
	font-weight: 900;
	}

.home_info_st {
	padding: 0 0 32px 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: 900;
	}

.home_info_e {
	padding: 0 0 35px 0;
	color: #ffecb8;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	}

.home_info_i {
	padding: 3px 0 1px 48px;
	background: url('images_new/home_info_i.png') no-repeat 0px center;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	}


.preims{
	padding: 0 0 77px 0;
	}

.preims_t{
	padding: 0 0 33px 0;
	color: #333334;
	font-size: 47px;
	line-height: 49px;
	font-weight: bold;
	text-align: center;
	}

.preims_e{
	width: 730px;
	margin: 0 auto 67px auto;
	color: #747474;
	line-height: 24px;
	text-align: center;
	}

.preim{
	float: left;
	width: 29.33%;
	padding: 171px 2% 74px 2%;
	position: relative;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	}

.preim:before {
	content: " ";
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	}

.preim1:before{
	background: #e8f4ff url('images_new/preim1.png') no-repeat center center;
	}
.preim2:before{
	background: #e8f4ff url('images_new/preim2.png') no-repeat center center;
	}
.preim3:before{
	background: #e8f4ff url('images_new/preim3.png') no-repeat center center;
	}
.preim4:before{
	background: #e8f4ff url('images_new/preim4.png') no-repeat center center;
	}
.preim5:before{
	background: #e8f4ff url('images_new/preim5.png') no-repeat center center;
	}
.preim6:before{
	background: #e8f4ff url('images_new/preim6.png') no-repeat center center;
	}


.home_map {
	margin: 0 0 115px 0;
	background: url('images_new/home_map.png') no-repeat right center;
	}

.home_map_t {
	padding: 0 0 48px 0;
	color: #3c3c3c;
	font-size: 31px;
	line-height: 33px;
	font-weight: 400;
	}

.home_map_t span{
	display: block;
	padding: 3px 0 0 0;
	color: #005bac;
	font-size: 47px;
	line-height: 49px;
	font-weight: 900;
	text-transform: uppercase;
	}

.home_map ul {
	display: block;
	width: 615px;
	}

.home_map ul li {
	float: left;
	display: block;
	width: 30%;
	padding: 0 3.33% 5px 0;
	color: #333334;
	font-size: 16px;
	line-height: 20px;
	}


.home_text {
	padding: 56px 0 20px 0;
	border-top: 1px solid #cad2d9;
	text-align: center;
	}


.poluch {
	padding: 20px 0 72px 0;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	}

.poluch_go {
	padding: 0 0 40px 0;
	}

.poluch span {
	color: #005bac;
	font-weight: 900;
	}



.bg_w{
	max-width: 1950px;
	margin: 0 auto;
	background: #fff;
	}

.home_slider {
	padding: 132px 0 0 0;
	margin: 0 0 73px 0;
	position: relative;
	color: #4d4d4d;
	}

.slide {
	height: 566px;
	}

.slide_img {
	text-align: right;
	}

.slide_img img {
	display: inline;
	border: 5px solid #f2f2f2;
	border-radius: 5px;
	vertical-align: bottom;
	}

.slide_t {
	width: 510px;
	position: absolute;
	top: 70px;
	left: 0px;
	font-size: 50px;
	line-height: 52px;
	font-weight: 800;
	}

.slick-dots {
	padding: 0;
	margin: 0;
	}

.slider .slick-dots {
	display: block;
	position: absolute;
	right: 35px;
	bottom: 75px;
	}

.slick-dots li {
	display: inline-block;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	}

.slick-dots li button {
	display: inline-block;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	background: #7257d7;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	}

.slick-dots li button:hover, .slick-dots li.slick-active button {
	background: #64cc2f;
	}


.podderj{
	height: 110px;
	padding: 27px 0 0 155px;
	background: url('images/podderj.png') no-repeat;
	position: absolute;
	left: 0px;
	bottom: 40px;
	z-index: 500;
	}

.podderj_v {
	padding: 0 0 5px 0;
	font-size: 25px;
	line-height: 27px;
	font-weight: 400;
	}

.podderj_t {
	font-size: 54px;
	line-height: 56px;
	}



#content {
	padding: 26px 0;
	}

.breadc {
	padding: 0 0 20px 0;
	color: #606060;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	text-transform: uppercase;
	}

.breadc .sep {
	padding: 0 4px;
	}

.breadc a {
	color: #606060;
	}

.breadc a:hover {
	color: #7155d7;
	}


#posts {
	float: left;
	width: 910px;
	padding: 0 25px 0 0;
	border-right: 1px solid #cbcbcb;
	}

.post_list {
	padding: 0 0 33px 0;
	margin: 0 0 33px 0;
	border-bottom: 1px solid #d8d6d6;
	}

.post_list_img {
	padding: 0 0 16px 0;
	}

.post_list_img img {
	vertical-align: bottom;
	}

.post_list_d {
	padding: 0 0 11px 0;
	color: #7c7c7c;
	font-weight: 300;
	text-transform: uppercase;
	}

.post_list_t {
	padding: 0 0 19px 0;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	}

.post_list_t a {
	color: #000;
	}

.post_list_t a:hover {
	color: #67ca32;
	}

.post_list_e {
	padding: 0 0 13px 0;
	}

.post_list_m{
	float: left;
	}

.post_list_soc{
	float: right;
	padding: 16px 0 0 10px;
	}


.p_nav {
	padding: 0 0 10px 0;
	}

.p_nav a, .p_nav span {
	float: left;
	display: block;
	width: 32px;
	height: 29px;
	margin: 0 10px 0 0;
	background: #e2e2e2;
	border: 5px solid #f0f9ea;
	border-radius: 5px;
	color: #1c1a1a;
	font-size: 16px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
	}

.p_nav a:hover, .p_nav span {
	background: #7155d7;
	color: #fff;
	}


.post {
	padding: 0 0 10px 0;
	}

.post_img {
	padding: 0 0 16px 0;
	}

.post_img img {
	vertical-align: bottom;
	}

.rask_info_l{
	float: left;
	width: 870px;
	}

.rask_info_r{
	float: right;
	width: 300px;
	}

.rask_info_r img{
	margin: 0 0 30px 0;
	vertical-align: bottom;
	}


.pa_abouts {
	padding: 0 0 40px 0;
	}

.pa_abouts .title {
	text-align: center;
	}

.pa_about{
	float: left;
	width: 23%;
	padding: 134px 1% 0 1%;
	color: #000;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	}

.pa_about1{
	background: url('images/pa_about1.png') no-repeat center top;
	}
.pa_about2{
	background: url('images/pa_about2.png') no-repeat center top;
	}
.pa_about3{
	background: url('images/pa_about3.png') no-repeat center top;
	}
.pa_about4{
	background: url('images/pa_about4.png') no-repeat center top;
	}


.pa_slider{
	margin: 0 auto 43px auto;
	}

.pa_slide{
	height: 360px !important;
	padding: 32px 0 65px 0;
	}

.pa_slide1{
	background: #f0f0f0 url('images/pa_slide1.jpg') no-repeat center center;
	background-size: cover;
	}
.pa_slide2{
	background: #f0f0f0 url('images/pa_slide2.jpg') no-repeat center center;
	background-size: cover;
	}
.pa_slide3{
	background: #f0f0f0 url('images/pa_slide3.jpg') no-repeat center center;
	background-size: cover;
	}

.pa_slide_e{
	padding: 0 100px 0 0;
	color: #5a5959;
	}

.pa_slider .slick-dots{
	width: 1200px;
	margin: 0 auto !important;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 300;
	text-align: left;
	}

.pa_preims{
	padding: 0 0 9px 0;
	}

.pa_preims .title {
	padding: 0 0 38px 0;
	text-align: center;
	}

.pa_preim{
	float: left;
	width: 29%;
	padding: 186px 2% 0 2%;
	color: #858484;
	line-height: 24px;
	text-align: center;
	}

.pa_preim1{
	background: url('images/pa_preim1.png') no-repeat center top;
	}
.pa_preim2{
	background: url('images/pa_preim2.png') no-repeat center top;
	}
.pa_preim3{
	background: url('images/pa_preim3.png') no-repeat center top;
	}

.pa_preim_t{
	padding: 0 0 10px 0;
	color: #010101;
	font-size: 26px;
	line-height: 32px;
	}



.ph_hows{
	padding: 33px 0 40px 0;
	color: #fff;
	background: url('images/ph_hows.jpg') no-repeat center center;
	background-size: cover;
	}

.ph_hows .content {
	text-align: center;
	}

.ph_hows .title {
	padding: 0 0 22px 0;
	color: #fff;
	}

.ph_how{
	float: left;
	width: 23%;
	padding: 0 1% 50px 1%;
	font-size: 18px;
	line-height: 18px;
	}

.ph_how_n {
	width: 53px;
	height: 53px;
	margin: 0 auto 20px auto;
	background: #fff;
	border: 6px solid #856ce1;
	border-radius: 50%;
	color: #010101;
	font-size: 30px;
	line-height: 53px;
	}

.ph_hows_inf{
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	font-style: italic;
	}


.ph_uslow_bg{
	margin: 0 0 37px 0;
	background: url('images/ph_uslow.jpg') no-repeat center center;
	background-size: cover;
	}

.ph_uslow{
	padding: 53px 305px 50px 52px;
	color: #010101;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	}

.ph_uslow .title {
	padding: 0 0 22px 0;
	}


.ph_risk {
	padding: 0 50px 35px 136px;
	background: url('images/ph_risk.png') no-repeat 40px 8px;
	font-style: italic;
	font-weight: 500;
	}

.ph_km {
	padding: 0 0 20px 0;
	color: #010101;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	}

.ph_time {
	padding: 0 50px 35px 83px;
	margin: 0 auto;
	background: url('images/ph_time.png') no-repeat 0px 0px;
	color: #010101;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	}

.ph_time span {
	font-weight: bold;
	}


.pk_top {
	padding: 0 0 40px 0;
	text-align: center;
	}

.pk_cards{
	padding: 32px 0 36px 0;
	background: url('images/pk_cards.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	}

.pk_cards .title{
	padding: 0 0 10px 0;
	color: #fff;
	text-align: center;
	}

.pk_card{
	float: left;
	width: 23%;
	padding: 0 1% 36px 1%;
	text-align: center;
	}

.pk_info{
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	}

.pk_steps{
	padding: 34px 0;
	text-align: center;
	}

.pk_steps .title{
	padding: 0 0 30px 0;
	}

.pk_step{
	float: left;
	width: 29%;
	padding: 0 2%;
	color: #575757;
	line-height: 18px;
	}

.pk_step_n {
	width: 53px;
	height: 53px;
	margin: 0 auto 20px auto;
	background: #fff;
	border: 6px solid #856ce1;
	border-radius: 50%;
	color: #010101;
	font-size: 30px;
	line-height: 53px;
	}


.pk_what {
	padding: 35px 0 27px 0;
	background: url('images/pk_what.jpg') no-repeat center center;
	background-size: cover;
	}

.pk_what .title{
	padding: 0 0 7px 0;
	}

.pk_what_e{
	padding: 0 0 46px 0;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	}

.pk_what ol {
	display: block;
	padding: 0;
	margin: 0 !important;
	counter-reset: myCounter;
	}

.pk_what ol li {
	display: block;
	min-height: 34px;
	padding: 14px 0 0 73px !important;
	margin: 0 0 20px 0 !important;
	list-style: none !important;
	position: relative;
	color: #3b3b3b;
	font-size: 20px;
	line-height: 20px;
	}

.pk_what ol li:before {
	counter-increment: myCounter;
	content: counters(myCounter, "");
	display: block;
	width: 43px;
	height: 43px;
	background: #fff;
	border: 5px solid #856ce1;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	color: #010101;
	font-size: 24px;
	line-height: 43px;
	text-align: center;
	}

.pk_sec{
	padding: 43px 0 22px 80px;
	background: url('images/ph_risk.png') no-repeat 0px 34px;
	color: #7b7a7a;
	font-weight: 500;
	font-style: italic;
	}


.docs{
	padding: 20px 0;
	}

.doc{
	float: left;
	width: 220px;
	min-height: 88px;
	padding: 14px 20px 11px 60px;
	background: url('images/doc.png') no-repeat;
	}

.doc a{
	color: #9a9a9a;
	}

.doc a:hover{
	color: #7155d7;
	}


.pp_top{
	padding: 0 0 40px 0;
	}

.pp_then {
	padding: 35px 0 27px 0;
	background: url('images/pp_then.jpg') no-repeat center center;
	background-size: cover;
	}

.pp_then .content{
	text-align: center;
	}

.pp_then .title{
	padding: 0 0 2px 0;
	}

.pp_then_e{
	padding: 0 0 45px 0;
	color: #5a5959;
	line-height: 28px;
	}

.pp_preim{
	float: left;
	width: 29%;
	padding: 145px 2% 0 2%;
	color: #282626;
	line-height: 24px;
	font-weight: 300;
	font-style: italic;
	}

.pp_preim1{
	background: url('images/pp_preim1.png') no-repeat center top;
	}
.pp_preim2{
	background: url('images/pp_preim2.png') no-repeat center top;
	}
.pp_preim3{
	background: url('images/pp_preim3.png') no-repeat center top;
	}

.pp_preim_t{
	padding: 0 0 22px 0;
	color: #010101;
	font-size: 26px;
	line-height: 28px;
	font-style: normal;
	font-weight: bold;
	}

.pp_text{
	padding: 43px 0 40px 0;
	}

.pp_text .title{
	padding: 0 0 20px 0;
	text-align: center;
	}

.pp_18{
	min-height: 82px;
	padding: 0 0 0 111px;
	background: url('images/pp_18.png') no-repeat;
	}

.pp_18_t{
	padding: 0 0 10px 0;
	color: #67ca32;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	}


.pp_info{
	float: left;
	width: 360px;
	height: 500px;
	padding: 55px 20px 12px 20px;
	color: #b2b2b2;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	}

.pp_info1{
	background: url('images/pp_info1.jpg') no-repeat center center;
	background-size: cover;
	}

.pp_info2{
	color: #202020;
	}

.pp_info3{
	background: url('images/pp_info3.jpg') no-repeat center center;
	background-size: cover;
	}

.pp_info_t{
	height: 99px;
	color: #b2b2b2;
	font-size: 24px;
	line-height: 28px;
	}

.pp_info2 .pp_info_t{
	color: #202020;
	}

.pp_info_ico{
	height: 225px;
	}

.pp_info1 .pp_info_ico{
	background: url('images/pp_info_ico1.png') no-repeat center top;
	}
.pp_info2 .pp_info_ico{
	background: url('images/pp_info_ico2.png') no-repeat center 5px;
	}
.pp_info3 .pp_info_ico{
	background: url('images/pp_info_ico3.png') no-repeat center 15px;
	}

.pp_bot{
	padding: 45px 0 20px 0;
	text-align: center;
	}


.reg_top{
	margin: 0 0 25px 0;
	background: #eceeeb;
	border-radius: 5px;
	}

.reg_top_t{
	padding: 25px 20px 24px 20px;
	background: #ffba00;
	border-bottom: 1px solid #cf9700;
	border-radius: 5px 5px 0 0;
	color: #171717;
	font-size: 26px;
	line-height: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	}

.reg_top_pad{
	padding: 55px 60px 90px 60px;
	text-align: center;
	}

.reg_top_e{
	padding: 0 0 45px 0;
	color: #010101;
	font-size: 24px;
	line-height: 30px;
	}

.reg_top_steps{
	height: 110px;
	margin: 0 35px;
	position: relative;
	}

.reg_top_steps:before {
	content: " ";
	display: block;
	width: 100%;
	height: 5px;
	background: #c4c6c4;
	position: absolute;
	top: 31px;
	left: 0px;
	}

.reg_top_step{
	width: 171px;
	position: absolute;
	top: 0px;
	color: #797979;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	}

.reg_top_step1{
	left: -53px;
	}
.reg_top_step2{
	margin-left: -85px;
	left: 50%;
	}
.reg_top_step3{
	right: -53px;
	}

.reg_top_step.active {
	color: #282828;
	}

.reg_top_step.selected {
	color: #49ad14;
	}

.reg_top_step span{
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin: 0 auto 8px auto;
	background: #c4c6c4;
	color: #fff;
	font-size: 26px;
	line-height: 65px;
	font-weight: bold;
	}

.reg_top_step.active span, .reg_top_step.selected span{
	background: #ffba00;
	color: #171717;
	}


.reg_l{
	float: left;
	width: 620px;
	padding: 0 0 20px 0;
	}

.reg_r{
	float: right;
	width: 546px;
	padding: 0 0 20px 0;
	}

.reg_info{
	padding: 0 0 30px 0;
	color: #acacac;
	}

.reg_info span {
	color: #010101;
	}

.reg_info_doc{
	padding: 0 0 50px 0;
	text-align: center;
	}

.reg_info_doc img {
	vertical-align: bottom;
	}

.reg_dog_info{
	padding: 52px 120px 52px 60px;
	margin: 0 0 26px 0;
	background: #eceeeb url('images/reg_dog_info.png') no-repeat 90% center;
	border-radius: 5px;
	color: #4b4b4b;
	font-size: 20px;
	font-weight: 300;
	}

.reg_bot{
	padding: 36px 60px 18px 60px;
	margin: 0 0 25px 0;
	background: #eceeeb;
	border-radius: 5px;
	}

.reg_bot_sog{
	float: left;
	width: 470px;
	}

.reg_sub{
	float: right;
	padding: 10px 0;
	}

.reg_sub2{
	float: right;
	padding: 4px 0 22px 0;
	}

.reg_log{
	padding: 0 0 15px 0;
	color: #333;
	font-weight: 400;
	text-align: center;
	}

.reg_log a{
	color: #66b74e;
	text-decoration: underline;
	}

.reg_log a:hover{
	color: #7155d7;
	text-decoration: none;
	}


.reg_sms_tel{
	padding: 0 0 40px 0;
	color: #333;
	font-weight: 400;
	}

.reg_sms_tel span{
	font-weight: bold;
	}

.reg_sms_tel a {
	margin: 0 0 0 10px;
	color: #66b74e;
	text-decoration: underline;
	}

.reg_sms_tel a:hover{
	color: #7155d7;
	text-decoration: none;
	}

.form_line_inf{
	padding: 9px 0 0 0;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	}

.form_line_inf span {
	font-weight: bold;
	}

.form_line_inf a{
	color: #969696;
	text-decoration: underline;
	}

.form_line_inf a:hover{
	color: #7155d7;
	text-decoration: none;
	}

.form_line_inf2{
	padding: 14px 0 0 0;
	color: #333;
	font-weight: 300;
	}

.form_line_inf3{
	padding: 12px 0 0 0;
	color: #333;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	}

.form_line_inf4{
	padding: 8px 0 0 0;
	color: #dc0707;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	}


.log_form{
	width: 253px;
	margin: 0 auto;
	}


.pdoc_logo{
	float: left;
	padding: 0 0 60px 0;
	}

.pdoc_logo img{
	vertical-align: bottom;
	}

.pdoc_r{
	float: right;
	padding: 0 0 60px 0;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	}

.pdoc_pech {
	padding: 5px 0 0 0;
	}

.pdoc_pech img{
	vertical-align: bottom;
	}

.pdoc_t {
	padding: 0 0 11px 0;
	color: #000;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	}

.pdoc_st {
	padding: 0 0 20px 0;
	color: #7c7c7c;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	}

.pdoc {
	color: #000;
	font-weight: 300;
	line-height: 24px;
	}

.pdoc table {
	font-weight: 300;
	}

/* END POSTS */



/* OFFICE */

#content_office {
	padding: 0 0 40px 0;
	}

.office_menu{
	float: left;
	width: 240px;
	background: #f1f3f0;
	font-weight: 500;
	}

.office_user{
	padding: 17px 10px 16px 10px;
	background: #67ca32;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	}

.office_user_img{
	padding: 0 0 11px 0;
	}

.office_user_img img{
	vertical-align: bottom;
	border-radius: 50%;
	}

.office_user_name{
	min-height: 36px;
	}

.office_menu ul li{
	display: block;
	border-bottom: 1px solid #fff;
	}

.office_menu ul li a{
	display: block;
	padding: 15px 20px 15px 54px;
	color: #505050;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	}

.office_nav1 a{
	background: url('images/office_nav1.png') no-repeat 20px 16px;
	}
.office_nav1 a:hover, .office_nav1.active a{
	background: url('images/office_nav1.png') no-repeat 20px -34px;
	}

.office_nav2 a{
	background: url('images/office_nav2.png') no-repeat 19px 13px;
	}
.office_nav2 a:hover, .office_nav2.active a{
	background: url('images/office_nav2.png') no-repeat 19px -37px;
	}

.office_nav3 a{
	background: url('images/office_nav3.png') no-repeat 15px 13px;
	}
.office_nav3 a:hover, .office_nav3.active a{
	background: url('images/office_nav3.png') no-repeat 15px -37px;
	}

.office_nav4 a{
	background: url('images/office_nav4.png') no-repeat 15px 14px;
	}
.office_nav4 a:hover, .office_nav4.active a{
	background: url('images/office_nav4.png') no-repeat 15px -36px;
	}

.office_nav5 a{
	background: url('images/office_nav5.png') no-repeat 16px 13px;
	}
.office_nav5 a:hover, .office_nav5.active a{
	background: url('images/office_nav5.png') no-repeat 16px -37px;
	}

.office_nav6 a{
	background: url('images/office_nav6.png') no-repeat 16px 14px;
	}
.office_nav6 a:hover, .office_nav5.active a{
	background: url('images/office_nav6.png') no-repeat 16px -36px;
	}

.office_nav7 a{
	background: url('images/office_nav7.png') no-repeat 16px 18px;
	}
.office_nav7 a:hover, .office_nav5.active a{
	background: url('images/office_nav7.png') no-repeat 16px -32px;
	}
	
.office_nav8 a{
	background: url('images/office_nav8.png') no-repeat 16px 18px;
	}
.office_nav0 a:hover, .office_nav5.active a{
	background: url('images/office_nav8.png') no-repeat 16px -32px;
	}

.office_menu ul li a:hover, .office_menu ul li.active a{
	background-color: #67ca32;
	color: #fff;
	}


.office_cont{
	float: right;
	width: 930px;
	padding: 38px 0 0 0;
	}

.office_info{
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #f1f3f0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	}

.office_info_lim{
	float: left;
	width: 220px;
	height: 74px;
	padding: 24px 0 0 118px;
	background: url('images/office_info_lim.png') no-repeat;
	}

.office_info_proc{
	float: left;
	width: 220px;
	height: 74px;
	padding: 24px 0 0 118px;
	background: url('images/office_info_proc.png') no-repeat;
	}

.office_info_l{
	float: left;
	color: #848484;
	}

.office_info_l span{
	color: #010101;
	font-size: 18px;
	font-weight: bold;
	}

.office_info_r{
	float: left;
	padding: 0 0 0 14px;
	}

.office_info_r a{
	color: #9cd080;
	text-decoration: underline;
	}

.office_info_r a:hover{
	color: #7155d7;
	text-decoration: none;
	}

.office_info_go{
	float: left;
	padding: 19px 0 0 0;
	}


.add_card_top{
	padding: 27px 50px 25px 50px;
	margin: 0 0 50px 0;
	background: #f1f3f0;
	color: #414141;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	text-align: center;
	}

.add_card_top_t{
	padding: 0 0 27px 0;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	}

.add_card{
	float: left;
	width: 341px;
	height: 223px;
	margin: 69px 0 0 0;
	background: url('images/add_card.png') no-repeat;
	position: relative;
	}

.add_card_lab{
	display: none;
	padding: 0 0 4px 0;
	text-transform: uppercase;
	}

.add_card input{
	width: 142px;
	height: 20px;
	padding: 4px 5px;
	margin: 0;
	background: none;
	border: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	}

.add_card_num{
	position: absolute;
	top: 89px;
	left: 28px;
	}

.add_card_name{
	position: absolute;
	top: 148px;
	left: 28px;
	}
.add_card_name input{
	width: 257px;
	}

.add_card_date{
	position: absolute;
	top: 89px;
	left: 238px;
	}
.add_card_date input{
	width: 63px;
	text-align: center;
	}

.add_card_cvc{
	position: absolute;
	top: 89px;
	left: 359px;
	}
.add_card_cvc input{
	width: 32px;
	text-align: center;
	}

.add_card_r{
	float: right;
	width: 560px;
	}

.add_card_rules{
	padding: 20px 10px 5px 10px;
	margin: 0 0 30px 0;
	border: 1px solid #c0e9ab;
	font-weight: 500;
	}

#show_card_rules{
	margin: 0 0 15px 0;
	color: #6dc733;
	font-size: 24px;
	line-height: 31px;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
	}

#show_card_rules:hover {
	color: #7155d7;
	text-decoration: none;
	}

#card_rules{
	display: none;
	margin: 0 0 15px 0;
	}


.add_card_varn{
	padding: 25px 20px 18px 20px;
	background: #efefef;
	color: #4c4b4b;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	}

.add_card_varn_t{
	padding: 0 0 14px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	}

.add_card_varn_go{
	padding: 10px 0 0 0;
	}


.tek_zaim{
	padding: 0 0 13px 0;
	color: #67ca32;
	font-weight: 500;
	}

.tek_zaim_info{
	padding: 0 0 22px 0;
	color: #767676;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	}

.tek_zaim_info span {
	color: #555353;
	}

.tek_zaim_bot{
	padding: 21px 28px;
	background: #f1f3f0;
	color: #767676;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	}

.tek_zaim_bot span {
	color: #323030;
	}

.tek_zaim_bot .tek_zaim_bot_voz {
	color: #67ca32;
	}

.dog_down{
	padding: 1px 20px 1px 0;
	margin: 0 0 0 8px;
	background: url('images/dog_down.png') no-repeat right center;
	text-decoration: underline;
	}

.dog_down:hover{
	text-decoration: none;
	}


.office_dans{
	float: left;
	width: 48%;
	padding: 0 4% 45px 0;
	font-size: 14px;
	font-weight: 500;
	}

.office_dans2{
	padding: 0 0 45px 0;
	}

.office_dan_t{
	padding: 0 0 25px 0;
	color: #474747;
	font-size: 24px;
	line-height: 28px;
	}

.office_dan_l{
	float: left;
	width: 45%;
	padding: 0 5% 2px 0;
	color: #acacac;
	}

.office_dan_r{
	float: left;
	width: 50%;
	padding: 0 0 2px 0;
	font-weight: 400;
	color: #555353;
	font-style: italic;
	}

.office_dan_r a{
	color: #67ca32;
	text-decoration: underline;
	}

.office_dan_r a:hover{
	color: #7155d7;
	text-decoration: none;
	}


.office_doc{
	padding: 20px;
	margin: 0 0 30px 0;
	background: #f0f0f0;
	color: #323232;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	}

.office_doc_t{
	padding: 0 0 17px 0;
	color: #393838;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	}

.office_doc_img{
	float: left;
	max-width: 300px;
	padding: 0 0 25px 0;
	}

.office_doc_img img{
	border: 1px solid #444;
	vertical-align: bottom;
	}

.office_doc_e{
	float: left;
	width: 500px;
	padding: 0 0 25px 30px;
	}

.office_doc_inf{
	display: inline-block;
	margin: 25px 0 0 0;
	padding: 4px 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	color: #404040;
	}

.office_doc_inf:before {
	content: " ";
	display: block;
	width: 13px;
	height: 11px;
	background: url('images/office_doc_inf.png') no-repeat;
	position: absolute;
	top: -11px;
	left: 34px;
	}

.office_doc_upl{
	float: left;
	}

.office_doc_upl_inf{
	float: left;
	padding: 3px 0 0 30px;
	font-style: italic;
	}


.office_pog_l{
	float: left;
	width: 450px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	}

.office_pog_r{
	float: right;
	width: 450px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	}

.office_pog_title{
	display: inline-block;
	padding: 0 0 17px 0;
	margin: 0 0 17px 0;
	border-bottom: 1px solid #dbdbdb;
	color: #5c5c5c;
	font-size: 24px;
	line-height: 28px;
	}

.office_pog_title span{
	color: #8a72e4;
	font-weight: bold;
	}

.office_pog_inf{
	padding: 0 0 20px 0;
	color: #565656;
	}

.office_pog_inf span{
	color: #333;
	font-weight: bold;
	}

.office_pog_vo{
	padding: 0 0 30px 0;
	color: #242424;
	font-weight: bold;
	}

.office_pog_vo span{
	color: #565656;
	font-weight: 500;
	}

.office_pog_chast_l{
	float: left;
	padding: 0 10px 30px 0;
	color: #333;
	font-size: 18px;
	line-height: 55px;
	font-weight: 400;
	}

.office_pog_chast_i{
	float: left;
	padding: 0 0 30px 0;
	}

.office_pog_pars{
	padding: 19px 0;
	margin: 0 0 17px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	}

.office_pog_par{
	width: 290px;
	padding: 8px 0;
	border-bottom: 1px solid #dbdbdb;
	color: #666;
	font-size: 14px;
	line-height: 19px;
	}

.office_pog_par_l{
	border: 0;
	}

.office_pog_par b{
	color: #000;
	font-weight: 500;
	}

.office_pog_par span{
	float: right;
	color: #8a72e4;
	font-weight: bold;
	}

.office_pog_card_l{
	padding: 0 0 5px 0;
	color: #333;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	}

.office_pog_card_d{
	font-weight: 400;
	}

.office_pog_card_d a{
	color: #50aa20;
	text-decoration: underline;
	}

.office_pog_card_d a:hover{
	color: #7155d7;
	text-decoration: none;
	}


.office_cards{
	margin: 0 0 20px 0;
	border-top: 1px solid #dbdbdb;
	}

.office_card{
	padding: 20px 0;
	border-bottom: 1px solid #dbdbdb;
	color: #333;
	font-size: 20px;
	line-height: 24px;
	}

.office_card_img{
	float: left;
	width: 128px;
	}

.office_card_num{
	float: left;
	width: 230px;
	padding: 15px 0 0 27px;
	}

.office_card_sro{
	float: left;
	width: 170px;
	padding: 15px 0 0 20px;
	}

.office_card_inf{
	float: left;
	width: 319px;
	padding: 0 0 0 14px;
	}

.office_card_del{
	padding: 5px 0 0 0;
	}

.office_card_t{
	font-size: 16px;
	font-weight: 300;
	}

.office_card_t a{
	color: #6dc733;
	text-decoration: underline;
	}

.office_card_t a:hover{
	color: #7155d7;
	text-decoration: none;
	}

.office_pogas_proc{
	padding: 20px 0 0 0;
	}


.office_zaim{
	padding: 25px 40px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	}

.office_zaim_l{
	float: left;
	width: 380px;
	}

.office_zaim_t{
	float: left;
	padding: 0 0 20px 0;
	color: #4d4d4d;
	font-size: 24px;
	line-height: 28px;
	}

.office_zaim_sel{
	float: right;
	padding: 0 0 20px 0;
	color: #a7a7a7;
	font-size: 21px;
	line-height: 28px;
	}

#first_credit_info{
	padding: 0 0 25px 0;
	}

.office_zaim_sel_inp{
	padding: 0 0 30px 0;
	}

.office_zaim_r{
	float: right;
	width: 340px;
	}

.office_zaim_inf{
	padding: 0 0 17px 0;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	}

.office_zaim_inf b{
	color: #000;
	font-weight: 500;
	}

.office_zaim_inf > span {
	float: right;
	color: #8a72e4;
	font-weight: bold;
	}

.office_zaim_sub{
	text-align: center;
	}


.office_sms_info{
	padding: 12px 0 43px 82px;
	background: url('images/sms.png') no-repeat;
	color: #555353;
	font-size: 14px;
	font-weight: 400;
	}

.office_odob_sum{
	padding: 0 0 30px 0;
	color: #474747;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	}

.office_odob_sum span{
	padding: 0 0 0 10px;
	color: #67ca32;
	font-weight: bold;
	}


.office_back{
	padding: 26px 30px;
	background: #eceeeb;
	border-radius: 4px;
	}


.office_status_rasm_bg{
	padding: 0 500px 0 0;
	background: url('images/office_status_rasm.jpg') no-repeat right top;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	}

.office_status_rasm{
	padding: 0 0 23px 0;
	color: #acacac;
	}

.office_status_rasm span{
	color: #8a72e4;
	}

.office_status_rasm_t{
	padding: 0 0 17px 0;
	color: #494545;
	}

.office_status_rasm_obn{
	width: 198px;
	height: 100px;
	margin: 0 auto 30px auto;
	background: #f1f3f0;
	border: 1px solid #e5e7e3;
	color: #565656;
	font-size: 60px;
	line-height: 100px;
	font-weight: bold;
	text-align: center;
	}

.office_status_rasm_go{
	padding: 0 0 50px 0;
	}

.office_status_dojd{
	color: #565656;
	font-weight: 500;
	}


.office_status_ok{
	padding: 183px 0 10px 0;
	background: url('images/office_status_ok.jpg') no-repeat center top;
	color: #333;
	font-weight: 500;
	text-align: center;
	}

.office_status_ok_t{
	padding: 0 0 10px 0;
	color: #6dc733;
	font-size: 60px;
	line-height: 64px;
	font-weight: 400;
	}

.office_status_ok_e{
	padding: 0 0 20px 0;
	}


.office_status_no{
	padding: 177px 0 10px 0;
	background: url('images/office_status_no.jpg') no-repeat center top;
	color: #333;
	font-weight: 500;
	text-align: center;
	}

.office_status_no_t{
	padding: 0 0 10px 0;
	color: #971111;
	font-size: 60px;
	line-height: 64px;
	font-weight: 400;
	}

.office_status_no_go {
	font-weight: 400;
	}

.office_status_no_go a{
	color: #6dc733;
	text-decoration: underline;
	}

.office_status_no_go a:hover{
	color: #7155d7;
	text-decoration: none;
	}



.office_dogov_ok{
	padding: 0 0 20px 0;
	color: #67ca32;
	}

.office_dogov_sms{
	padding: 0 0 38px 68px;
	background: url('images/office_dogov_sms.png') no-repeat;
	color: #000;
	font-weight: 500;
	}

.office_dogov_l{
	float: left;
	width: 450px;
	}

.office_dogov_l .inp2{
	width: 410px;
	}

.office_dogov_r{
	float: right;
	width: 450px;
	}

.office_dogov_inf{
	padding: 0 0 20px 0;
	margin: 0 0 22px 0;
	border-bottom: 1px solid #dbdbdb;
	color: #565656;
	font-weight: 500;
	}

.dogovor_show {
	font-size: 15px;
	font-weight: 300;
	}

.dogovor_show a{
	color: #6dc733;
	text-decoration: underline;
	}

.dogovor_show a:hover{
	color: #7155d7;
	text-decoration: none;
	}

.hide_dogovor{
	display: none;
	padding: 0 0 14px 0;
	}

.office_dogov_bc{
	float: left;
	width: 30%;
	padding: 6px 3% 34px 0;
	color: #333;
	}

.office_dogov_bc span{
	color: #8a72e4;
	}


.office_zaim_ok{
	padding: 0 0 25px 40px;
	background: url('images/office_zaim_ok.png') no-repeat 0px 4px;
	color: #67ca32;
	font-weight: 500;
	}

.office_zaim_ok_inf{
	padding: 16px 0 33px 75px;
	background: url('images/office_zaim_ok_inf.png') no-repeat 3px 0px;
	color: #5d5d5d;
	font-weight: 400;
	}

.office_zaim_ok_inf2{
	padding: 16px 0 40px 75px;
	background: url('images/office_zaim_ok_inf2.png') no-repeat;
	color: #5d5d5d;
	font-weight: 400;
	}

.office_zaim_ok_inf2 a{
	color: #6dc733;
	text-decoration: underline;
	font-style: italic;
	}

.office_zaim_ok_inf2 a:hover{
	color: #7155d7;
	text-decoration: none;
	}


.office_hist{
	padding: 40px 30px;
	margin: 0 0 20px 0;
	border: 1px solid #ececec;
	}

.office_hist_top{
	min-height: 48px;
	padding: 14px 35px 12px 87px;
	background: url('images/office_hist_top.png') no-repeat;
	position: relative;
	cursor: pointer;
	}

.office_hist_top:before {
	content: " ";
	display: block;
	width: 26px;
	height: 17px;
	background: url('images/office_hist_top_show.png') no-repeat;
	position: absolute;
	top: 28px;
	right: 0px;
	}

.office_hist_sum{
	padding: 0 0 7px 0;
	color: #383838;
	font-weight: 500;
	}

.office_hist_num{
	color: #989090;
	font-size: 14px;
	line-height: 18px;
	}

.office_hist_cont {
	display: none;
	padding: 0 0 0 38px;
	overflow: hidden;
	}

.office_hist_li{
	padding: 36px 0 0 41px;
	position: relative;
	color: #5f5f5f;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	}

.office_hist_li:before {
	content: " ";
	display: block;
	width: 2px;
	height: 60px;
	background: #d8d8d8;
	position: absolute;
	top: -12px;
	left: 0px;
	}

.office_hist_li:after {
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background: #d8d8d8;
	position: absolute;
	top: 48px;
	left: 0px;
	}

.office_hist_li span {
	margin: 0 0 0 12px;
	padding: 2px 0 2px 30px;
	color: #565555;
	font-weight: 500;
	}

.office_hist_stat1 {
	background: url('images/office_hist_stat1.png') no-repeat 0px center;
	}
.office_hist_stat2 {
	background: url('images/office_hist_stat2.png') no-repeat 0px center;
	}
.office_hist_stat3 {
	background: url('images/office_hist_stat3.png') no-repeat 0px center;
	}
.office_hist_stat4 {
	background: url('images/office_hist_stat4.png') no-repeat 0px center;
	}


.reg_vars {
	padding: 20px 0;
	color: #3b2c2c;
	}

.reg_vars_esia {
	float: left;
	width: 400px;
	padding: 0 50px 0 169px;
	background: url('images/reg_vars_esia.png') no-repeat 0px 0px;
	}

.reg_vars_site {
	float: left;
	width: 400px;
	padding: 0 0 0 137px;
	background: url('images/reg_vars_site.png') no-repeat 0px 0px;
	}

.reg_vars_t {
	padding: 0 0 17px 0;
	font-weight: bold;
	}

.reg_vars ul {
	display: block;
	padding: 0 0 19px 0;
	}

.reg_vars ul li {
	display: block;
	padding: 0 0 5px 29px;
	background: url('images/reg_vars_li.png') no-repeat 0px 2px;
	font-size: 16px;
	font-weight: 400;
	}

/* END OFFICE */



/* SIDEBARS */

#sidebar{
	float: right;
	width: 240px;
	}

.zaim_form_sb_pos{
	position: relative;
	}

.zaim_form_sb{
	width: 200px;
	padding: 17px 20px 14px 20px;
	background: #ededed;
	color: #4d4d4d;
	font-weight: 300;
	}

.zaim_form_sb_pos.fix .zaim_form_sb {
	position: fixed;
	top: 10px !important;
	}

.zaim_form_sb_t{
	padding: 0 0 20px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	}

.zaim_form_sb_line{
	padding: 0 0 17px 0;
	}

.zaim_form_sb_lab{
	padding: 0 0 5px 0;
	}

.zaim_form_sb_lab span{
	padding: 0 0 5px 0;
	font-weight: bold;
	}

.zaim_form_sb_first{
	padding: 0 0 17px 0;
	font-size: 16px;
	}

.widget{
	padding: 0 0 10px 0;
	}

.widget_title{
	padding: 0 0 5px 0;
	font-weight: bold;
	}

/* END SIDEBARS */


/* FOOTER */

footer {
	padding: 48px 0 0 0;
	background: #1a1a1a;
	color: #cbcaca;
	}

footer a {
	color: #fff;
	}

.footer a:hover, .active > a{
	color: #f88929;
	}

.bot_l{
	float: left;
	width: 263px;
	padding: 0 0 69px 0;
	}

.logo_bot{
	padding: 0 0 40px 0;
	}

.logo_bot img{
	vertical-align: bottom;
	}

.bot_tel{
	padding: 0 0 5px 0;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 900;
	}

.bot_time{
	padding: 0 0 68px 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	}

.copy{
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	}

.nav_bots{
	float: right;
	padding: 12px 0 0 0;
	}

.nav_bot{
	float: left;
	width: 232px;
	padding: 0 0 0 80px;
	margin: 0 0 69px 0;
	position: relative;
	}

.nav_bot:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	background: #3d3d3d;
	position: absolute;
	top: 0px;
	left: 20px;
	}

.nav_bot:first-child:before {
	display: none;
	}

.nav_bot_t{
	padding: 0 0 32px 0;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	}

.nav_bot ul li{
	display: block;
	padding: 0 0 5px 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	}


.bot{
	padding: 25px 0;
	background: #000;
	}

.bot_copy{
	float: left;
	width: 775px;
	font-size: 11px;
	line-height: 16px;
	}

.bot_copy p{
	margin: 0;
	}

.bot_idk{
	float: left;
	padding: 8px 0 0 30px;
	}

.bot_zv{
	float: right;
	padding: 8px 0 0 0;
	}

/* END FOOTER */



/* MODAL */

.modal_win{
	display: none;
	width: 465px;
	padding: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0px 0px 27px rgba(4, 93, 174, 0.04);
	color: #7a7a7a;
	font-weight: 400;
	text-align: left;
	}

#modal_oz{
	background: #fff url('images_new/modal_tel.png') no-repeat right 89px top 45px;
	}

.modal_close {
	display: block;
	width: 24px;
	height: 24px;
	background: url('images_new/close.png') no-repeat;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}

.modal_close:hover {
	transform: rotate(360deg);
	}

.modal_mask {
	width: 100%;
	height: 100%;
	opacity: 0.86;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background: #050a11;
	display: none;
	}

.modal_oz_t{
	padding: 0 180px 31px 0;
	color: #005bac;
	font-size: 49px;
	line-height: 44px;
	font-weight: 900;
	}

.modal_oz_e{
	padding: 0 0 32px 0;
	color: #7a7a7a;
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	}

/* END MODAL */

/*----------- MODAL OFFICE --------------*/

.status_modal{
	/*float: right;*/
	margin: auto;
	width: 325px;
	padding: 12px 173px 10px 21px;
	/*margin: 0 0 30px 0;*/
	background: url('../images/status_modal.jpg') no-repeat right center;
	border: 1px solid #1daaf1;
	border-radius: 8px;
}


.status_modal_t{
	padding: 0 0 10px 0;
	color: #35353f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	}

.status_modal_t span{
	color: #1daaf1;
	}

.status_modal_btn{
	display: block;
	width: 158px;
	height: 35px;
	background: #1ab46c;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	}

.status_modal_btn:hover{
	background: #198f58;
	}

.status_modal_sog{
	padding: 8px 0 0 0;
	color: #282829;
	font-size: 12px;
	line-height: 14px;
	}

/*----------- /MODAL OFFICE --------------*/
