.change-color-link{
  font-size: 1em;
  padding: 6px 0px;
  line-height: 1;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease; /* Время изменения цвета */
}

.change-color-link:hover{
  color: #0D86D5; /* Меняем цвет ссылки */
}

div.uSocial-Share {
	margin-left: -4px;
}

div.uscl-up-arrow.uscl-up-arrow--right {
	margin-right: -30px;
}

div.col-sm-2 {
	margin-top: -3px;
}

.ellipsis {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.full_width {
	width: 100%
}

.full_height {
	height: 100%
}

.alignV {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.alignV_inset {
	display: table-cell;
	vertical-align: middle
}

.dib {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.dib[class*="col-"] {
	float: none;
	margin-right: -4px
}

.list {
	list-style: none;
	padding: 0;
}

@media only screen and (min-width:768px) {
	.list {
		margin: 0 0 56px
	}
}

@media only screen and (max-width:768px) {
	.list {
		margin: 0 0 25px
	}
}

.list li {
	padding: 3px 0
}

.list-inline {
	margin: 30px 0 55px;
	display: inline-block;
}

@media only screen and (max-width:600px) {
	.list-inline {
		margin: 10px 0 35px
	}
}

@media only screen and (max-width:500px) {
	.list-inline {
		margin: 0 0 25px;
		text-align: left
	}
}

.list-inline li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	color: #fff;
	font-size: 20px;
}

@media only screen and (max-width:768px) {
	.list-inline li {
		margin: 0 10px;
		font-size: 18px
	}
}

@media only screen and (max-width:600px) {
	.list-inline li {
		font-size: 15px
	}
}

@media only screen and (max-width:500px) {
	.list-inline li {
		margin: 10px 0;
		display: block
	}
}

.list-inline.circle li {
	position: relative;
}

.list-inline.circle li:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background: #fff
}

.list_2 {
	padding: 30px 0 30px 50px;
	list-style-type: none;
}

@media only screen and (max-width:768px) {
	.list_2 {
		padding: 0
	}
}

.list_2 li {
	padding: 7px 0 7px 40px;
	background: url("../img/check.png") 0 center no-repeat;
	font-family: 'Open Sans', Helvetica, Arial, sens-serif;
}

@media only screen and (min-width:500px) {
	.list_2 li {
		font-size: 18px
	}
}

@media only screen and (max-width:500px) {
	.list_2 li {
		font-size: 14px
	}
}

.btn_1 {
	display: inline-block;
	padding: 13px 35px;
	border: 0;
	font: 300 18px 'Open Sans', Helvetica, Arial, sens-serif;
	color: #fff;
	background-color: #0e86d6;
	border-radius: 30px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

.btn_1:hover,
.btn_1:active,
.btn_1:focus {
	background: #2ba2f1;
	color: #fff;
	text-decoration: none
}

.btn_2 {
	display: inline-block;
	padding: 13px 35px;
	border: 2px solid #fff;
	font: 300 18px 'Open Sans', Helvetica, Arial, sens-serif;
	background: #fff;
	color: #0e86d6;
	border-radius: 40px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.btn_2:hover,
.btn_2:active,
.btn_2:focus {
	background: #70cd6a;
	color: #fff;
	text-decoration: none
}

.table_mod {
	display: table;
	width: 100%;
	height: 100%;
}

.table_mod_row {
	display: table-row
}

.table_mod_cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: none
}

.bg_fill {
	background: #0e86d6;
	color: #fff;
}

.bg_fill_lite {
	background: #fbfbfc
}

.no_p {
	padding: 0 !important
}

.no_pb {
	padding-bottom: 0 !important
}

.no_mb {
	margin-bottom: 0 !important
}

.color_1 {
	color: #0e86d6
}

html,
body {
	height: 100%
}

img {
	max-width: 100%
}

a {
	color: #222;
}

a:active,
a:focus,
a:hover {
	color: #909191;
	text-decoration: none;
}

input:focus,
button:focus,
select:focus {
	outline: none !important
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 300 14px/1.3 'Open Sans', Helvetica, Arial, sens-serif;
	word-break: break-word;
	background: #ACE5EE;
}

@media only screen and (max-width:1285px) {
	.wrapper {
		overflow-x: hidden
	}
}

.header {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 78px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #ad1;
}

.header-inset {
	position: relative;
	min-width: 300px;
	max-width: 1240px;
	margin: 0 auto;
	font: 300 18px 'Open Sans', Helvetica, Arial, sens-serif;
	color: #000;
	background-color: #ad1;
	height: 68px
}

@media only screen and (max-width:1199.8px) {
	.header-inset .table_mod_cell {
		position: static
	}
	.header-inset .table_mod_cell:nth-of-type(2) {
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (max-width:850px) {
	.header-inset .table_mod_cell {
		color: #000
	}
}

.header .marker-ico {
	margin: 0 7px
}

.header a:hover {
	text-decoration: none;
	color: #0e86d6
}

@media only screen and (max-width:500px) {
	.header_city {
		display: none
	}
}

body:not(.main_page) {
	padding-top: 72px;
}

body:not(.main_page) .header {
	position: fixed;
	left: 0;
	top: 0
}

.log_in .glyphicon {
	margin-right: 5px;
	color: #0e86d6
}

@media only screen and (max-width:1199.8px) {
	.nav {
		position: absolute;
		left: 0;
		top: 100%;
		background: #ad3;
		width: 100%;
		text-align: center;
		display: none;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	}
}

.nav_item {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}

@media only screen and (min-width:250px) and (max-width:650px) {
	.nav_item {
		display: block
	}
}

@media only screen and (min-width:651px) {
	.nav_item:hover .sub_menu {
		/*display:block*/
	}
}

.nav_item .sub_menu.active {
	display: block
}

.nav_item>a {
	display: inline-block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media only screen and (min-width:850px) {
	.nav_item>a {
		padding: 25px 15px;
		font-weight: bold;
	}
}

@media only screen and (min-width:650px) and (max-width:850px) {
	.nav_item>a {
		padding: 25px 7px;
		font-weight: bold;
	}
}

@media only screen and (min-width:250px) and (max-width:650px) {
	.nav_item>a {
		padding: 15px;
		font-weight: bold;
	}
}

.nav_item>a:hover,
.nav_item>a:active,
.nav_item>a:focus {
	text-decoration: none;
	color: #0e86d6
}

.nav_item .glyphicon {
	color: #0e86d6;
	font-size: 13px;
	vertical-align: baseline;
	margin-left: 7px
}

@media only screen and (max-width:850px) and (min-width:250px) and (max-width:650px) {
	.nav {
		text-align: left;
		padding: 0 0 15px
	}
}

.logo img {
	margin-top: 0px
}

@media only screen and (max-width:1199.8px) {
	.logo {
		position: absolute;
		left: 50%;
		top: 0;
		width: 151px;
		height: 100%;
		line-height: 73px;
		margin-left: -75.5px;
	}

	.burger {
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 100%;
	}

	.burger-ico {
		position: absolute;
		left: 15px;
		top: 50%;
		width: 30px;
		height: 3px;
		background: #222;
		border-radius: 10px;
		cursor: pointer;
		margin-top: 0;
	}

	.burger-ico:before {
		content: '';
		position: absolute;
		left: 0;
		top: -10px;
		width: 30px;
		height: 3px;
		background: #222;
		border-radius: 10px
	}

	.burger-ico:after {
		content: '';
		position: absolute;
		left: 0;
		top: 10px;
		width: 30px;
		height: 3px;
		background: #222;
		border-radius: 10px
	}
}

.sub_menu {
	display: none;
}

@media only screen and (min-width:650px) {
	.sub_menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 7;
		width: 100%;
		padding: 0;
		background: #ad1;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		text-align: left;
		font-size: 16px
	}
}

@media only screen and (max-width:650px) {
	.sub_menu {
		font-size: 18px;
		padding-left: 20px
	}
}

.sub_menu>a {
	display: block;
	padding: 10px 15px;
	line-height: 1.2;
	font-weight: bold;
}

@media only screen and (min-width:650px) {
	.sub_menu>a:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1)
	}
}

.content {
	position: relative;
	min-width: 300px;
	max-width: 1240px;
	margin: 0 auto;
}

.content-inset {
	font: 300 17px 'Open Sans', Helvetica, Arial, sens-serif;
}

@media only screen and (min-width:768px) {
	.content-inset {
		padding: 70px 15px
	}
}

@media only screen and (max-width:768px) {
	.content-inset {
		padding: 39px 15px
	}

	.content-inset [class*="col-sm"] {
		margin-bottom: 30px
	}
}

.form-control {
	border-radius: 0;
	border-color: #909191;
	margin-bottom: 20px;
	height: 45px;
	color: #222;
	font-size: 16px
}

.title {
	margin: 0 0 20px;
	font-weight: 300;
}

@media only screen and (min-width:850px) {
	.title {
		font-size: 40px
	}
}

@media only screen and (max-width:500px) {
	.title {
		font-size: 25px
	}
}

.title_2 {
	margin: 20px 0;
	font-size: 22px;
	color: #373a3c;
}

@media only screen and (max-width:500px) {
	.title_2 {
		font-size: 18px;
		margin: 10px 0
	}
}

.subtitle {
	margin-bottom: 50px;
	color: #727272;
	font-weight: 300;
	line-height: 1.4;
}

@media only screen and (min-width:850px) {
	.subtitle {
		font-size: 20px
	}
}

@media only screen and (max-width:850px) {
	.subtitle {
		font-size: 18px
	}
}

.text {
	font-size: 15px;
	color: #757c81
}

.text_2 {
	font: 300 16px/1.9 'Open Sans', Helvetica, Arial, sens-serif;
	color: rgba(255, 255, 255, 0.8)
}

@media only screen and (min-width:500px) {
	.hint_img {
		height: 70px
	}
}

@media only screen and (max-width:500px) {
	.hint_img {
		height: 50px
	}
}

.offers_block {
	font-size: 0
}

.offers_item {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	height: 175px;
	width: 33.33%;
	padding: 50px 100px 0 4%;
	border: 1px solid #e1e1e1;
	color: #a6aaad;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

@media only screen and (max-width:850px) {
	.offers_item {
		background-position: center 30px !important;
		text-align: center;
		padding: 100px 0 0;
		background-size: 50px 50px !important
	}
}

@media only screen and (min-width:500px) and (max-width:850px) {
	.offers_item {
		font-size: 15px
	}
}

@media only screen and (max-width:650px) {
	.offers_item {
		width: 50%
	}
}

@media only screen and (max-width:500px) {
	.offers_item {
		font-size: 13px
	}
}

.offers_item:hover,
.offers_item:focus,
.offers_item:active {
	z-index: 2;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	text-decoration: none
}

.offers_item_title {
	font-size: 22px;
	margin-bottom: 5px;
	color: #373a3c;
}

@media only screen and (min-width:500px) and (max-width:850px) {
	.offers_item_title {
		font-size: 19px
	}
}

@media only screen and (max-width:500px) {
	.offers_item_title {
		font-size: 15px
	}
}

.offer_ico_1 {
	background: url("../img/credits.svg") 85% center no-repeat
}

.offer_ico_2 {
	background: url("../img/microzaimi.svg") 85% center no-repeat
}

.offer_ico_3 {
	background: url("../img/cards.svg") 85% center no-repeat
}

.offer_ico_4 {
	background: url("../img/podbor.svg") 85% center no-repeat
}

.offer_ico_5 {
	background: url("../img/history.svg") 85% center no-repeat
}

.offer_ico_6 {
	background: url("../img/ipoteka.svg") 85% center no-repeat
}

@media only screen and (max-width:800px) {
	.text_group_left {
		width: 60%
	}

	.text_group_left br {
		display: none
	}

	.text_group_left .btn_1 {
		margin-top: 15px
	}
}

@media only screen and (max-width:600px) {
	.text_group_left {
		width: 100%
	}
}

.book_bg {
	background: #333 url("../img/book.png") 98% -180px no-repeat;
	color: #fff;
	padding-left: 5%;
	padding-right: 5%;
}

@media only screen and (max-width:1150px) {
	.book_bg {
		background-position: 150% -180px !important
	}
}

@media only screen and (max-width:991px) {
	.book_bg {
		background-position: 120% center !important;
		background-size: 50%
	}
}

@media only screen and (max-width:600px) {
	.book_bg {
		background-image: none
	}
}

@media only screen and (min-width:768px) {
	.men_bg {
		background: url("../img/men.png") 10% bottom no-repeat;
		padding-left: 35%
	}
}

@media only screen and (min-width:500px) and (max-width:768px) {
	.men_bg {
		padding-left: 10%;
		padding-right: 10%
	}
}

@media only screen and (max-width:500px) {
	.men_bg {
		padding-left: 5%;
		padding-right: 5%
	}
}

.review_title {
	margin-bottom: 13px;
	font-size: 18px
}

.review_subtitle {
	margin-bottom: 13px;
	font-size: 16px;
	color: #90a0a0;
}

.review_subtitle .marker-ico {
	margin-right: 10px
}

.review_text {
	font: 300 16px/1.6 'Open Sans', Helvetica, Arial, sens-serif;
}

@media only screen and (max-width:500px) {
	.review_text {
		font-size: 14px
	}
}

.custom_carousel {
	margin-bottom: 20px;
}

@media only screen and (min-width:500px) {
	.custom_carousel_grid [class*="col-"] {
		padding-left: 80px;
		padding-right: 80px
	}
}

@media only screen and (max-width:500px) {
	.custom_carousel_grid {
		padding: 0 5%
	}
}

.custom_carousel .carousel-inner .item {
	min-height: 235px
}

.custom_carousel .carousel-indicators {
	top: 100%;
	z-index: 8;
}

.custom_carousel .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background: #aaa;
}

.custom_carousel .carousel-indicators li.active {
	background: #0e86d6
}

.marker-ico {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 20px;
	background: url("../img/pin.svg") 0 0 no-repeat
}

.footer {
	background: #333;
	color: #fff;
}

.footer .content-inset {
	font: 300 14px/1.7 'Open Sans', Helvetica, Arial, sens-serif;
	color: rgba(255, 255, 255, 0.75);
}

@media only screen and (max-width:768px) {
	.footer .content-inset {
		padding-top: 40px;
		padding-bottom: 0
	}
}

@media only screen and (min-width:500px) {
	.footer .content-inset {
		padding: 60px 69px 50px 70px
	}
}

@media only screen and (max-width:500px) {
	.footer .content-inset {
		padding: 30px 5% 0;
	}
}

.footer a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: none
}

@media only screen and (min-width:768px) {
	.footer_text_h {
		min-height: 50px
	}
}

@media only screen and (max-width:768px) {
	.footer_text_h {
		min-height: 50px
	}
}

.footer_lighten .footer {
	background: #fafaf8;
}

.footer_lighten .footer .content-inset {
	color: #222
}

.footer_lighten .footer a {
	color: #338ecd
}

@media only screen and (min-width:500px) and (max-width:768px) {

	.footer_mob_grid>[class*="col-"]:nth-of-type(1),
	.footer_mob_grid>[class*="col-"]:nth-of-type(2) {
		padding-left: 25%
	}
}

@media only screen and (max-width:500px) {

	.footer_mob_grid>[class*="col-"]:nth-of-type(1),
	.footer_mob_grid>[class*="col-"]:nth-of-type(2) {
		padding-left: 120px
	}
}

@media only screen and (max-width:768px) {
	.footer_mob_cp {
		position: absolute;
		left: 10px
	}

	.footer_mob_text {
		opacity: .5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50)
	}
}

.hero_block {
	height: 430px;
	background: url("../img/family.jpg") center bottom no-repeat;
}

@media only screen and (min-width:500px) and (max-width:850px) {
	.hero_block {
		height: 390px;
		padding-top: 50px
	}
}

@media only screen and (min-width:300px) and (max-width:500px) {
	.hero_block {
		height: 340px;
		background-size: 140%;
		padding: 40px 5% 0
	}
}

@media only screen and (max-width:500px) {
	.hero_block {
		height: 200px;
		background: none
	}
}

.hero_block .title {
	line-height: 1.2;
}

@media only screen and (max-width:600px) {
	.hero_block .title br:not(.on_500) {
		display: none
	}
}

@media only screen and (max-width:500px) {
	.hero_block .title {
		font-size: 18px
	}
}

@media only screen and (max-width:500px) {
	.hero_block .subtitle {
		display: none
	}
}

@media only screen and (min-width:500px) {
	.on_500 {
		display: none
	}
}

.credit_panel {
	position: relative;
	z-index: 2;
	background: #0e86d6;
	padding: 0 30px;
	color: #fff;
}

@media only screen and (min-width:850px) and (max-width:992px) {
	.credit_panel {
		padding: 0 2%
	}
}

@media only screen and (min-width:500px) and (max-width:850px) {
	.credit_panel {
		padding: 30px 10% 50px;
		margin-top: 70px
	}
}

@media only screen and (min-width:300px) and (max-width:500px) {
	.credit_panel {
		padding: 30px 5%
	}
}

@media only screen and (max-width:500px) {
	.credit_panel {
		margin-top: 0
	}
}

.credit_panel_content.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	z-index: 9;
}

.credit_panel_content.fixed .credit_panel {
	margin: 0 auto;
	max-width: 1240px;
	min-width: 300px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.credit_panel_small {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.75)
}

.credit_panel_middle {
	margin-bottom: 5px;
	font-size: 23px;
	color: #fff
}

.credit_panel_big {
	font-size: 36px
}

.credit_panel_select {
	background: 0;
	border: 0;
	width: 100%;
	padding: 0 0 12px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 0 !important;
	font-size: 21px;
}

.credit_panel_select~.dropdown-menu {
	width: 100%;
	border-radius: 0;
	padding: 5px 0;
	background: #0e86d6;
	border: 0;
}

.credit_panel_select~.dropdown-menu>li>a {
	padding: 5px 12px;
	font-size: 16px;
	color: #fff;
}

.credit_panel_select~.dropdown-menu>li>a:hover {
	background: #2ba2f1
}

@media only screen and (min-width:992px) and (max-width:1050px) {
	.credit_panel_row .credit_panel_middle {
		font-size: 20px
	}
}

@media only screen and (min-width:850px) and (max-width:992px) {
	.credit_panel_row .credit_panel_small {
		font-size: 14px
	}

	.credit_panel_row .credit_panel_middle {
		font-size: 18px
	}

	.credit_panel_row .credit_panel_big {
		font-size: 30px
	}

	.credit_panel_row .credit_panel_select {
		font-size: 23px
	}

	.credit_panel_row .btn_2 {
		font-size: 18px
	}
}

@media only screen and (max-width:850px) {
	.credit_panel_row .credit_panel_middle {
		margin-left: 10px
	}

	.credit_panel_row>[class*="col-"] {
		margin-bottom: 40px;
		width: 100%;
	}

	.credit_panel_row>[class*="col-"].percent_col {
		display: none
	}

	.credit_panel_row>[class*="col-"]:first-child .credit_panel_middle {
		padding: 10px 0;
		text-align: center;
		margin-bottom: 10px
	}

	.credit_panel_row>[class*="col-"]:last-child {
		margin-bottom: 0
	}

	.credit_panel_row>[class*="col-"]:nth-last-of-type(1n+1):not(.percent_col) {
		text-align: center;
	}

	.credit_panel_row>[class*="col-"]:nth-last-of-type(1n+1):not(.percent_col) .credit_panel_small {
		text-align: left
	}
}

@media only screen and (min-width:850px) and (max-width:992px) {
	.credit_panel_row>[class*="col-"]:last-child {
		padding-left: 15px
	}
}

@media only screen and (min-width:850px) {
	.credit_panel_row .custom_range .slider .slider-handle {
		width: 30px;
		height: 30px;
		top: -13px
	}

	.credit_panel_row .btn-group {
		width: 100%
	}

	.credit_panel_row .credit_panel_select {
		text-align: left
	}

	.credit_panel_row .btn_2 {
		padding-top: 12px;
		padding-bottom: 12px
	}
}

@media only screen and (max-width:500px) {
	.credit_panel_row>[class*="col-"] {
		margin-bottom: 20px
	}

	.credit_panel_row .btn_2 {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 21px
	}
}

@media only screen and (max-width:370px) {
	.credit_panel_row .credit_panel_middle {
		font-size: 18px
	}
}

.credit_panel .credit_notification {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	background: #0b6bab;
	text-align: left;
	text-shadow: none !important;
}

@media only screen and (max-width:500px) {
	.credit_panel .credit_notification {
		padding: 0 0 0 5%
	}
}

@media only screen and (max-width:449px) {
	.credit_panel .credit_notification {
		padding: 0 0
	}
}

@media only screen and (min-width:500px) {
	.credit_panel .credit_notification {
		padding: 0 0 0 10%
	}
}

.credit_panel .credit_notification .percent_rate {
	font-size: 37px !important
}

@media only screen and (min-width:449px) {
	.credit_panel .credit_notification .credit_info_block {
		min-height: auto !important;
		padding-top: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: box;
		display: flex;
		-webkit-box-align: center;
		-o-box-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-o-box-pack: start;
		justify-content: flex-start;
		height: 70px;
		text-shadow: none
	}
}

@media only screen and (max-width:500px) {
	.credit_panel .credit_notification .probability {
		font-size: 13px !important
	}
}

@media only screen and (min-width:850px) {
	.credit_panel .finance_form {
		display: none
	}
}

.percent_col {
	padding: 15px 0;
	background: #fe0;
	line-height: 1.2;
}

@media only screen and (max-width:850px) {
	.percent_col_parent {
		display: none
	}
}

.percent_col .credit_panel_big {
	line-height: 1;
	margin-bottom: 5px;
	color: #222
}

.percent_col .credit_panel_small {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.3;
	color: #222;
	margin-bottom: 0
}

.percent_col .g_credit_hint {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-o-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-o-box-pack: center;
	justify-content: center;
	height: 90px;
	padding: 0 5px;
	margin-bottom: 0
}

select.credit_panel_select {
	width: 85%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../img/angle_down.png") right 30% no-repeat
}

.open .credit_panel_select {
	box-shadow: none !important
}

.slider .tooltip-main {
	display: none
}

.custom_range {
	height: 3px;
	margin-bottom: 23px;
}

.custom_range .ui-widget-content {
	position: relative;
	height: 25px;
	cursor: pointer;
}

.custom_range .ui-widget-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	height: 3px;
	width: 100%;
	background: #4fa4dc
}

.custom_range .ui-widget-content .ui-state-default {
	width: 25px;
	height: 25px;
	top: 0;
	background: #fff;
	box-shadow: none;
	margin-left: -15px;
	position: absolute;
	z-index: 2;
	background: #fff;
	border-radius: 100%;
	outline: none;
	cursor: pointer;
	border: 2px solid #0e86d6
}

.custom_range .ui-widget-header {
	background: #c2dae6;
	box-shadow: none;
	height: 3px;
	position: relative;
	top: 11px
}

.special_offer_header {
	position: relative;
}

@media only screen and (min-width:992px) {
	.special_offer_header {
		padding-right: 340px;
		margin: 30px 0
	}

	.special_offer_header:after {
		content: '';
		position: absolute;
		right: 60px;
		top: 50%;
		width: 273px;
		height: 186px;
		margin-top: -93px;
		background: url("../img/card.png") right center no-repeat
	}
}

@media only screen and (max-width:768px) {
	.special_offer_header {
		text-align: center
	}
}

.special_offer_header .title {
	margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
	.special_offer_header .title {
		font-size: 36px
	}
}

.special_offer_header .subtitle {
	color: #222;
}

@media only screen and (min-width:992px) {
	.special_offer_header .subtitle {
		font-size: 21px
	}
}

@media only screen and (max-width:992px) {
	.special_offer_header .subtitle {
		margin-bottom: 0
	}
}

@media only screen and (max-width:500px) {
	.special_offer_header .subtitle br {
		display: none
	}
}

.credit_form {
	position: relative;
	background: #0e86d6;
	color: #fff;
}

@media only screen and (min-width:500px) {
	.credit_form {
		margin-bottom: 30px;
		padding: 100px 50px 40px
	}
}

@media only screen and (max-width:500px) {
	.credit_form {
		margin-bottom: 15px;
		padding: 100px 20px 30px
	}
}

.credit_form .form-group {
	margin-bottom: 50px
}

.credit_form .credit_panel_small {
	margin-bottom: 10px
}

.credit_form .credit_panel_middle {
	margin-bottom: 5px
}

.credit_form .credit_notification {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-shadow: none !important;
	background: #70cd6a;
	padding: 5px 0 0;
}

.credit_form .credit_notification.green {
	background: #70cd6a;
}

.credit_form .credit_notification.green .credit_hint {
	background: #60c85a
}

.credit_form .credit_notification.yellow {
	background: #ffdc00;
}

.credit_form .credit_notification.yellow .credit_hint {
	background: #edcd00
}

.credit_form .credit_notification.red {
	background: #e36d37;
}

.credit_form .credit_notification.red .credit_hint {
	background: #e16026
}

.credit_form_header {
	font-size: 13px;
}

.credit_form_header .percent_rate {
	font-size: 36px;
	padding-right: 10px
}

.credit_form .credit_hint {
	padding: 7px 0;
	font-size: 12px;
	background: #60c85a
}

.credit_banner {
	padding: 40px 20px;
	text-align: center;
	color: #fff;
	background: #57636b;
}

@media only screen and (min-width:500px) {
	.credit_banner {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:500px) {
	.credit_banner {
		margin-bottom: 15px
	}
}

.credit_banner_title {
	margin-bottom: 40px;
}

@media only screen and (min-width:500px) {
	.credit_banner_title {
		font-size: 30px
	}
}

@media only screen and (max-width:500px) {
	.credit_banner_title {
		font-size: 23px
	}
}

.question_mark {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	font-size: 56px;
	color: #57636b;
	margin-bottom: 40px;
	background: #f0c02f
}

html body .feeds {
	padding: 0;
	list-style-type: none;
}

@media only screen and (min-width:500px) {
	html body .feeds {
		margin: 0 0 30px
	}
}

@media only screen and (max-width:500px) {
	html body .feeds {
		margin: 0 0 15px
	}
}

html body .feeds_item {
	position: relative;
	border: 1px solid #d8d8d8;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 400;
}

@media only screen and (min-width:768px) {
	html body .feeds_item {
		font-size: 14px;
		padding: 30px 0 30px 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1150px) {
	html body .feeds_item {
		padding: 30px 0 30px 15px
	}
}

@media only screen and (min-width:500px) and (max-width:768px) {
	html body .feeds_item {
		font-size: 17px;
		padding: 0 20% 30px
	}
}

@media only screen and (max-width:500px) {
	html body .feeds_item {
		font-size: 15px
	}
}

@media only screen and (min-width:400px) and (max-width:500px) {
	html body .feeds_item {
		padding: 0 10% 30px
	}
}

@media only screen and (max-width:400px) {
	html body .feeds_item {
		padding: 0 5% 30px
	}
}

html body .feeds_item:not(:last-child) {
	border-bottom: 0
}

html body .feeds_item:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	border-color: transparent;
	z-index: 2;
}

html body .feeds_item:hover+.feeds_item {
	border-top-color: transparent
}

html body .feeds_item_row {
	width: 100%;
}

@media only screen and (min-width:768px) {
	html body .feeds_item_row {
		display: table
	}
}

@media only screen and (min-width:769px) {
	html body .feeds_item_col {
		text-align: center;
		display: table-cell;
		vertical-align: middle
	}

	html body .feeds_item_col:not(:first-child):not(:last-child) {
		min-width: 113px
	}

	html body .feeds_item_col:first-child {
		width: 182px;
		text-align: left;
	}

	html body .feeds_item_col:first-child img {
		min-width: 100px
	}
}

@media only screen and (min-width:992px) and (max-width:1150px) {
	html body .feeds_item_col:first-child {
		width: 120px;
		padding-right: 10px
	}
}

@media only screen and (max-width:768px) {
	html body .feeds_item_col:not(:first-child):not(:last-child) {
		min-height: 60px;
		text-align: right;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #d8d8d8
	}

	html body .feeds_item_col:first-child,
	html body .feeds_item_col:last-child {
		text-align: center
	}
}

html body .feeds_item_th {
	color: #9c9898;
	font-weight: 300;
}

@media only screen and (min-width:768px) {
	html body .feeds_item_th {
		margin-bottom: 13px;
		font-size: 12px
	}
}

@media only screen and (max-width:768px) {
	html body .feeds_item_th {
		margin-bottom: 9px;
		float: left;
		text-align: left;
		line-height: 1.7
	}
}

@media only screen and (min-width:500px) and (max-width:768px) {
	html body .feeds_item_th {
		font-size: 14px
	}
}

@media only screen and (max-width:500px) {
	html body .feeds_item_th {
		font-size: 12px
	}
}

html body .carma_btn {
	display: inline-block;
	border-radius: 30px;
	background: #0e86d6;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	text-align: center;
	border: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	font-weight: 300;
}

@media only screen and (min-width:992px) and (max-width:1150px) {
	html body .carma_btn {
		padding: 10px 15px;
		font-size: 14px
	}
}

@media only screen and (min-width:1150px) {
	html body .carma_btn {
		padding: 10px 30px
	}
}

@media only screen and (max-width:768px) {
	html body .carma_btn {
		padding: 15px 30px;
		margin-top: 15px
	}
}

@media only screen and (min-width:400px) and (max-width:768px) {
	html body .carma_btn {
		min-width: 300px
	}
}

@media only screen and (max-width:450px) {
	html body .carma_btn {
		width: 90%
	}
}

html body .carma_btn:hover,
html body .carma_btn:active,
html body .carma_btn:focus {
	color: #fff;
	text-decoration: none;
	background: #7ad07a
}

.finance_form .credit_carma_form {
	font-size: 15px;
}

@media only screen and (min-width:992px) {
	.finance_form .credit_carma_form {
		padding: 50px 0
	}
}

.finance_form .credit_carma_form .step {
	border: 0;
	background: #fff
}

@media only screen and (min-width:500px) {
	.finance_form .credit_carma_form .money_slider_wrap {
		padding-top: 30px;
		padding-left: 50px;
		padding-right: 50px
	}
}

@media only screen and (max-width:500px) {
	.finance_form .credit_carma_form .money_slider_wrap {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px
	}
}

.finance_form .credit_carma_form .slider_notation {
	color: #767676;
}

.finance_form .credit_carma_form .slider_notation #money_box,
.finance_form .credit_carma_form .slider_notation #term_box {
	color: #0e86d6;
	margin-left: 10px;
	font-size: 21px
}

.finance_form .credit_carma_form .slider_section {
	border-bottom: 0;
	padding-bottom: 20px;
}

.finance_form .credit_carma_form .slider_section .ui-widget-header {
	background: #0e86d6;
	box-shadow: none
}

.finance_form .credit_carma_form .slider_section .ui-widget-content {
	background: 0;
	height: 21px;
	box-shadow: none;
	cursor: pointer;
}

.finance_form .credit_carma_form .slider_section .ui-widget-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 100%;
	height: 3px;
	background: #c2dae6
}

.finance_form .credit_carma_form .slider_section .ui-widget-content .ui-state-default {
	width: 21px;
	height: 21px;
	top: 0;
	background: #fff;
	box-shadow: none;
	border: 3px solid #0e86d6;
}

.finance_form .credit_carma_form .slider_section .ui-widget-content .ui-state-default:after {
	display: none
}

.finance_form .credit_carma_form .slider_section .ui-slider-horizontal .ui-slider-range {
	top: 9px;
	height: 3px
}

.finance_form .credit_carma_form .slider_row {
	padding-right: 0
}

.finance_form .credit_carma_form .meter_list {
	display: none
}

.finance_form .credit_carma_form .start_point,
.finance_form .credit_carma_form .end_point {
	font-size: 16px
}

@media only screen and (min-width:500px) {
	.finance_form .credit_carma_form .form_body {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media only screen and (max-width:500px) {
	.finance_form .credit_carma_form .form_body {
		padding-left: 20px;
		padding-right: 20px
	}
}

.finance_form .credit_carma_form .form_body .form_section_head {
	color: #333;
	margin: 30px 0;
}

@media only screen and (min-width:500px) {
	.finance_form .credit_carma_form .form_body .form_section_head {
		font-size: 18px
	}
}

@media only screen and (min-width:500px) {
	.finance_form .credit_carma_form .form_body .form_label_block {
		font: 18px/1.2 'Open Sans', Helvetica, Arial, sens-serif
	}
}

@media only screen and (max-width:500px) {
	.finance_form .credit_carma_form .form_body .form_label_block {
		font-weight: 300
	}
}

.finance_form .credit_carma_form .form_body .form_input_block {
	border: 0;
	border-bottom: 2px solid #dadada;
	line-height: 1.2;
	border-radius: 0;
	padding-left: 15px;
}

@media only screen and (min-width:500px) {
	.finance_form .credit_carma_form .form_body .form_input_block {
		font-size: 16px
	}
}

@media only screen and (max-width:500px) {
	.finance_form .credit_carma_form .form_body .form_input_block {
		font-size: 14px
	}
}

.finance_form .credit_carma_form .form_body .form_block {
	margin-bottom: 30px;
}

.finance_form .credit_carma_form .form_body .form_block.invalid .form_input_block {
	border: 0;
	border-bottom: 2px solid #d13f19
}

.finance_form .credit_carma_form .btn_gold {
	background: #0e86d6;
	border: 0;
	text-shadow: none;
	color: #fff;
	font-size: 20px;
	min-width: 250px;
	font-weight: 300;
}

.finance_form .credit_carma_form .btn_gold:hover,
.finance_form .credit_carma_form .btn_gold:active,
.finance_form .credit_carma_form .btn_gold:focus {
	background: #2ba2f1
}

.finance_form .credit_carma_form .drop_list {
	border: 0;
	border-bottom: 2px solid #dadada
}

.finance_form .credit_carma_form .credit_notification {
	background: #0e86d6;
	text-shadow: none;
	overflow: hidden;
}

@media only screen and (min-width:992px) {
	.finance_form .credit_carma_form .credit_notification {
		border-radius: 10px 10px 0 0;
		padding-left: 50px
	}
}

@media only screen and (min-width:500px) and (max-width:992px) {
	.finance_form .credit_carma_form .credit_notification {
		padding-left: 50px
	}
}

@media only screen and (max-width:500px) {
	.finance_form .credit_carma_form .credit_notification {
		padding-left: 15px
	}
}

@media only screen and (max-width:450px) {
	.finance_form .credit_carma_form .credit_notification {
		padding-left: 0
	}
}

.finance_form .credit_carma_form .credit_notification .percent_rate {
	padding-top: 0
}

.finance_form .credit_carma_form .credit_notification .probability {
	line-height: 1.2;
	padding-left: 0;
}

@media only screen and (min-width:992px) {
	.finance_form .credit_carma_form .credit_notification .probability {
		font-size: 16px
	}
}

@media only screen and (min-width:500px) and (max-width:992px) {
	.finance_form .credit_carma_form .credit_notification .probability {
		font-size: 14px
	}
}

.finance_form .credit_carma_form .credit_notification .credit_hint {
	line-height: 1.2;
}

@media only screen and (min-width:992px) {
	.finance_form .credit_carma_form .credit_notification .credit_hint {
		font-size: 20px
	}
}

@media only screen and (min-width:500px) and (max-width:992px) {
	.finance_form .credit_carma_form .credit_notification .credit_hint {
		font-size: 18px
	}
}

@media only screen and (min-width:450px) {
	.finance_form .credit_carma_form .credit_notification .credit_info_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: box;
		display: flex;
		-webkit-box-align: center;
		-o-box-align: center;
		align-items: center
	}
}

@media only screen and (min-width:992px) {
	.finance_form .credit_carma_form .credit_notification .credit_info_block {
		min-height: 110px
	}
}

@media only screen and (min-width:500px) and (max-width:992px) {
	.finance_form .credit_carma_form .credit_notification .credit_info_block {
		min-height: 90px
	}
}

.finance_form .credit_carma_form .credit_notification .credit_info_block:not(.percent_rate) {
	padding-top: 0
}

.finance_form .credit_carma_form .form_head {
	background: none;
	padding-top: 0;
	border-bottom: 0;
}

@media only screen and (min-width:500px) {
	.finance_form .credit_carma_form .form_head {
		padding-left: 50px
	}
}

@media only screen and (max-width:992px) {
	.finance_form .credit_carma_form .form_head {
		margin-top: 30px
	}
}

@media only screen and (min-width:650px) {
	.finance_form .credit_carma_form .form_head .form_header {
		font-size: 30px
	}
}

@media only screen and (max-width:450px) {
	.finance_form .credit_carma_form .form_head .form_header {
		font-size: 17px
	}
}

@media only screen and (min-width:650px) {
	.finance_form .credit_carma_form .form_head .form_subheader {
		font-size: 17px
	}
}

@media only screen and (max-width:450px) {
	.finance_form .credit_carma_form .form_head .form_subheader {
		font-size: 12px
	}
}

.finance_form_header {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0b6bab;
	z-index: 2;
	text-align: center;
}

.finance_form_header .subtitle {
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-o-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-o-box-pack: center;
	justify-content: center;
	height: 100%
}

@media only screen and (max-width:500px) {
	.finance_form_header {
		display: block
	}
}

.credit_carma_aside {
	padding-top: 50px
}

.hint_item {
	text-align: center;
	margin-bottom: 50px;
}

.hint_item img {
	margin-bottom: 20px
}

.hint_item_title {
	margin-bottom: 15px;
	font-size: 18px
}

.hint_item_text {
	color: #737e84;
	font-size: 16px
}

@media only screen and (min-width:500px) and (max-width:1270px) {
	.page_content {
		padding: 0 30px
	}
}

@media only screen and (max-width:500px) {
	.page_content {
		padding: 0 15px
	}
}

.color_switcher.green {
	background: #70cd6a
}

.color_switcher.yellow {
	background: #f0c02f
}

.color_switcher.red {
	background: #e36d37
}

@media only screen and (min-width:850px) {
	.space_between {
		display: -webkit-box;
		display: -ms-flexbox;
		display: box;
		display: flex;
		-webkit-box-pack: justify;
		-o-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-o-box-align: baseline;
		align-items: baseline
	}
}

.pages {
	line-height: 1.2;
}

.pages ol,
.pages ul {
	line-height: 1.6;
	font-size: 17px;
	margin-bottom: -12px;
}

.pages ol li,
.pages ul li {
	margin: 0 0 15px
}

.pages p {
	line-height: 1.6
}

.section {
	padding: 10px 30px;
	margin: 30px 0;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
	margin-top: 0
}

.error_page {
	padding: 120px 0;
	font-size: 17px;
	text-align: center;
}

.error_page b {
	display: block;
	font-size: 72px
}

.error_page p {
	margin-top: 30px;
}

.error_page p a {
	color: #0074d9
}

@media only screen and (max-width:850px) and (max-width:350px) {
	.logo {
		width: 121px;
		margin-left: -60.5px;
	}
}

@media only screen and (min-width:450px) {
	.finance_form .form_line {
		zoom: 1;
	}

	.finance_form .form_line:before,
	.finance_form .form_line:after {
		content: "";
		display: table
	}

	.finance_form .form_line:after {
		clear: both
	}

	.finance_form .form_line .form_cell_12 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 100%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_12:before,
	.finance_form .form_line .form_cell_12:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_12:after {
		clear: both
	}

	.finance_form .form_line .form_cell_12:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_11 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 91.41666666666666%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_11:before,
	.finance_form .form_line .form_cell_11:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_11:after {
		clear: both
	}

	.finance_form .form_line .form_cell_11:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_10 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 82.83333333333334%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_10:before,
	.finance_form .form_line .form_cell_10:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_10:after {
		clear: both
	}

	.finance_form .form_line .form_cell_10:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_9 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 74.25%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_9:before,
	.finance_form .form_line .form_cell_9:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_9:after {
		clear: both
	}

	.finance_form .form_line .form_cell_9:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_8 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 65.66666666666666%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_8:before,
	.finance_form .form_line .form_cell_8:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_8:after {
		clear: both
	}

	.finance_form .form_line .form_cell_8:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_7 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 57.083333333333336%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_7:before,
	.finance_form .form_line .form_cell_7:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_7:after {
		clear: both
	}

	.finance_form .form_line .form_cell_7:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_6 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 48.5%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_6:before,
	.finance_form .form_line .form_cell_6:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_6:after {
		clear: both
	}

	.finance_form .form_line .form_cell_6:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_5 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 39.91666666666667%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_5:before,
	.finance_form .form_line .form_cell_5:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_5:after {
		clear: both
	}

	.finance_form .form_line .form_cell_5:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_4 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 31.33333333333333%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_4:before,
	.finance_form .form_line .form_cell_4:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_4:after {
		clear: both
	}

	.finance_form .form_line .form_cell_4:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_3 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 22.75%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_3:before,
	.finance_form .form_line .form_cell_3:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_3:after {
		clear: both
	}

	.finance_form .form_line .form_cell_3:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_2 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 14.166666666666664%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_2:before,
	.finance_form .form_line .form_cell_2:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_2:after {
		clear: both
	}

	.finance_form .form_line .form_cell_2:last-child {
		margin-right: 0%
	}

	.finance_form .form_line .form_cell_1 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 5.583333333333332%;
		margin-left: 0%;
		margin-right: 3%;
	}

	.finance_form .form_line .form_cell_1:before,
	.finance_form .form_line .form_cell_1:after {
		content: '';
		display: table
	}

	.finance_form .form_line .form_cell_1:after {
		clear: both
	}

	.finance_form .form_line .form_cell_1:last-child {
		margin-right: 0%
	}
}

@media only screen and (max-width:450px) {
	.finance_form .btn {
		display: block;
		width: 100%
	}

	.finance_form .label_empty {
		display: none !important
	}

	.finance_form .mobile_centered {
		text-align: center
	}

	.finance_form .credit_notification {
		text-align: center
	}

	.finance_form .credit_info_block,
	.finance_form .percent_rate,
	.finance_form .credit_hint {
		padding: 5px !important;
		min-height: 1px !important;
		text-align: center
	}

	.finance_form .credit_hint {
		padding: 10px 0 !important;
		font-size: 12px !important;
		line-height: 15px !important;
	}

	.finance_form .credit_hint:after {
		display: none !important
	}

	.finance_form .probability {
		display: none
	}

	.finance_form .percent_rate_hint,
	.finance_form .percent_rate {
		display: inline-block !important;
		text-align: left
	}
}

.animated,
.finance_form .form_input_hint,
.finance_form .slideOutDown {
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.finance_form .form_input_hint {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

.finance_form .slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideOutDown {
	from {
		opacity: 1;
		-ms-filter: none;
		-webkit-filter: none;
		filter: none;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		opacity: 1;
		-ms-filter: none;
		-webkit-filter: none;
		filter: none;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.finance_form .btn {
	display: inline-block;
	margin: 0;
	background: transparent;
	padding: 17px 50px;
	vertical-align: top;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer
}

.finance_form .btn_gold {
	background: #f0a600;
	background: -webkit-linear-gradient(top, #fecf00, #f0a600);
	background: linear-gradient(to bottom, #fecf00, #f0a600);
	border: 1px solid #ed9100;
	border-bottom-width: 3px;
	color: #464649;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	margin: 10px 0;
}

.finance_form .btn_gold:hover {
	background: -webkit-linear-gradient(top, #ffd728, #f3b100);
	background: linear-gradient(to bottom, #ffd728, #f3b100);
	border-color: #f79c0d;
	text-decoration: none
}

.finance_form .btn_gold:focus,
.finance_form .btn_gold:active {
	background: #f3b401;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
	border-color: #ed9100;
	outline: 0
}

.finance_form .btn_blue {
	background: #1e5799;
	background: -webkit-linear-gradient(top, #0986e5, #1e5799);
	background: linear-gradient(to bottom, #0986e5, #1e5799);
	color: #fff;
	padding: 7px 50px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #173e69;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.finance_form .btn_green {
	background: -webkit-linear-gradient(top, #4ba614, #018c00);
	background: linear-gradient(to bottom, #4ba614, #018c00);
	display: block;
	border: 1px solid #096d04;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.finance_form .btn_green:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(top, #469b15, #038602);
	background: linear-gradient(to bottom, #469b15, #038602)
}

.finance_form .btn_green:active,
.finance_form .btn_green:focus {
	text-decoration: none;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4)
}

.finance_form .checkbox_block {
	padding: 10px 0;
	text-align: center;
}

.finance_form .checkbox_block .form_checkbox:not(:checked),
.finance_form .checkbox_block .form_checkbox:checked {
	position: absolute;
	left: -9999px
}

.finance_form .checkbox_block label a {
	text-decoration: underline
}

.finance_form .checkbox_block .form_checkbox:not(:checked)+label,
.finance_form .checkbox_block .form_checkbox:checked+label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.finance_form .checkbox_block .form_checkbox+label:before,
.finance_form .checkbox_block .form_checkbox+label:after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 1
}

.finance_form .checkbox_block .form_checkbox:not(:checked)+label:before {
	top: 2px;
	width: 19px;
	height: 19px;
	border: 1px solid #ddd;
	border-radius: 3px
}

.finance_form .checkbox_block .form_checkbox:not(:checked)+label:after {
	top: 2px;
	width: 19px;
	height: 19px;
	border: 1px solid #eee;
	z-index: 0
}

.finance_form .checkbox_block .form_checkbox:checked+label:before {
	content: '✓';
	color: #fff;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 1.5
}

.finance_form .checkbox_block .form_checkbox:checked+label:after {
	top: 2px;
	width: 19px;
	height: 19px;
	border: 1px solid #3b7928;
	background-color: #429a27;
	z-index: 0;
	border-radius: 3px
}

.finance_form .checkbox_block .form_checkbox:disabled:not(:checked)+label:before,
.finance_form .checkbox_block .form_checkbox:disabled:checked+label:before {
	top: 2px;
	box-shadow: none;
	background-color: #444;
	width: 19px;
	height: 19px;
	border: 3px solid #444;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0)
}

.finance_form .checkbox_block .form_checkbox:disabled+label {
	color: #555
}

.finance_form .checkbox_block .form_checkbox:disabled:not(:checked)+label:hover:before {
	border-color: #444
}

.finance_form .checkbox_block .form_checkbox:not(:checked)+label:hover:before {
	border-color: #666
}

.finance_form .radio_block {
	display: inline-block;
	padding: 10px 0;
	position: relative;
}

.finance_form .radio_block:not(:last-child) {
	margin-right: 20px
}

.finance_form .radio_block .form_radio:not(:checked),
.finance_form .radio_block .form_radio:checked {
	position: absolute;
	left: -9999px
}

.finance_form .radio_block .form_radio:not(:checked)+label,
.finance_form .radio_block .form_radio:checked+label {
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.finance_form .radio_block .form_radio+label:before,
.finance_form .radio_block .form_radio+label:after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: 0.01s ease-in;
	transition: 0.01s ease-in
}

.finance_form .radio_block .form_radio:not(:checked)+label:before {
	top: 2px;
	width: 19px;
	height: 19px;
	border: 1px solid #ddd;
	border-radius: 100px
}

.finance_form .radio_block .form_radio:not(:checked)+label:after {
	top: 2px;
	width: 19px;
	height: 19px;
	border: 0;
	z-index: 0
}

.finance_form .radio_block .form_radio:checked+label:before {
	top: 6px;
	left: 4px;
	width: 11px;
	height: 11px;
	border-radius: 100px;
	background: #fff
}

.finance_form .radio_block .form_radio:checked+label:after {
	top: 2px;
	width: 19px;
	height: 19px;
	border: 1px solid #70cd6a;
	background-color: #70cd6a;
	z-index: 0;
	border-radius: 100px
}

.finance_form .radio_block .form_radio:disabled:not(:checked)+label:before,
.finance_form .radio_block .form_radio:disabled:checked+label:before {
	top: 0;
	box-shadow: none;
	background-color: #444;
	width: 19px;
	height: 19px;
	border: 1px solid #444
}

.finance_form .radio_block .form_radio:disabled+label {
	color: #555
}

.finance_form .radio_block .form_radio:disabled:not(:checked)+label:hover:before {
	border-color: #444
}

.finance_form .radio_block .form_radio:not(:checked)+label:hover:before {
	border-color: #666
}

.finance_form .drop_list_block {
	position: relative;
}

.finance_form .drop_list_block.active .drop_list_wrap {
	display: block
}

.finance_form .drop_list {
	border: 2px solid #e3e3e3;
	height: 40px;
	line-height: 36px;
	padding: 0 15px;
	border-radius: 3px;
	background-color: #fefefe;
	width: 100%;
	font-size: 16px;
	color: #000;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.finance_form .drop_list span[data-pay] {
	display: none
}

.finance_form .drop_list .pay_icon {
	position: static;
	display: inline-block;
	margin-right: 10px;
}

.finance_form .drop_list .pay_icon.pay_cash_i {
	background-position: 105px 0
}

.finance_form .drop_list .pay_icon.pay_card_i {
	background-position: -30px 0
}

.finance_form .drop_list .pay_icon.pay_qiwi_i {
	background-position: -75px 0
}

.finance_form .drop_list .pay_icon.pay_yad_i {
	background-position: 15px 0
}

.finance_form .drop_list .pay_icon.pay_ps_i {
	background-position: 60px 0
}

.finance_form .drop_list .pay_icon.pay_be_i {
	background-position: 30px 0
}

.finance_form .drop_list .pay_icon.pay_home_i {
	background-position: 0 0
}

.finance_form .drop_list .pay_icon.pay_mob_i {
	background-position: 75px 0
}

.finance_form .drop_list:after {
	display: block;
	content: "";
	width: 15px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	background-image: url("//s3-eu-west-1.amazonaws.com/static.leadia.ru/forms/paydayru/arrowdown.gif");
	background-repeat: no-repeat;
	background-position: 0 0
}

.finance_form .drop_list:hover {
	background-color: #fcfcfc
}

.finance_form .drop_list_wrap {
	display: none;
	border-radius: 3px;
	padding: 10px;
	position: absolute;
	bottom: 42px;
	right: 0;
	background: #fff;
	z-index: 1;
	width: 100%;
	min-width: 260px;
	box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3)
}

.finance_form .drop_list_content {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto
}

.finance_form .drop_list_line {
	zoom: 1
}

.finance_form .drop_list_line:before,
.finance_form .drop_list_line:after {
	content: "";
	display: table
}

.finance_form .drop_list_line:after {
	clear: both
}

.finance_form .drop_list_item {
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.finance_form .drop_list_item.form_center {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
	border: 0;
	min-height: auto;
}

.finance_form .drop_list_item.form_center:before,
.finance_form .drop_list_item.form_center:after {
	content: '';
	display: table
}

.finance_form .drop_list_item.form_center:after {
	clear: both
}

.finance_form .drop_list_item.form_center:hover {
	background: none
}

.finance_form .drop_list_item:hover,
.finance_form .drop_list_item.active {
	background-color: rgba(0, 0, 0, 0.03);
	color: #000;
}

.finance_form .drop_list_item:hover .pay_icon.pay_cash_i,
.finance_form .drop_list_item.active .pay_icon.pay_cash_i {
	background-position: 105px 0
}

.finance_form .drop_list_item:hover .pay_icon.pay_card_i,
.finance_form .drop_list_item.active .pay_icon.pay_card_i {
	background-position: -30px 0
}

.finance_form .drop_list_item:hover .pay_icon.pay_qiwi_i,
.finance_form .drop_list_item.active .pay_icon.pay_qiwi_i {
	background-position: -75px 0
}

.finance_form .drop_list_item:hover .pay_icon.pay_yad_i,
.finance_form .drop_list_item.active .pay_icon.pay_yad_i {
	background-position: 15px 0
}

.finance_form .drop_list_item:hover .pay_icon.pay_ps_i,
.finance_form .drop_list_item.active .pay_icon.pay_ps_i {
	background-position: 60px 0
}

.finance_form .drop_list_item:hover .pay_icon.pay_be_i,
.finance_form .drop_list_item.active .pay_icon.pay_be_i {
	background-position: 30px 0
}

.finance_form .drop_list_item:hover .pay_icon.pay_home_i,
.finance_form .drop_list_item.active .pay_icon.pay_home_i {
	background-position: 0 0
}

.finance_form .drop_list_item:hover .pay_icon.pay_mob_i,
.finance_form .drop_list_item.active .pay_icon.pay_mob_i {
	background-position: 75px 0
}

.finance_form .drop_list_item.active {
	border-left: 3px solid #329238;
	background-color: rgba(0, 0, 0, 0.03)
}

.finance_form .drop_list_item .payment_label {
	display: block;
	background: transparent;
	margin-bottom: 1px;
	font-size: 14px;
	padding: 10px 10px 10px 35px;
	position: relative;
	line-height: 1.2;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.finance_form .drop_list_item .payment_label input[type=checkbox] {
	display: none
}

.finance_form .pay_icon {
	background-image: url("//s3-eu-west-1.amazonaws.com/static.leadia.ru/forms/paydayru/pay_sprite.png");
	display: block;
	position: absolute;
	top: 10px;
	left: 8px;
	width: 15px;
	height: 15px;
}

.finance_form .pay_icon.pay_cash_i {
	background-position: 105px -45px
}

.finance_form .pay_icon.pay_card_i {
	background-position: -30px -45px
}

.finance_form .pay_icon.pay_qiwi_i {
	background-position: -75px -45px
}

.finance_form .pay_icon.pay_yad_i {
	background-position: 15px -45px
}

.finance_form .pay_icon.pay_ps_i {
	background-position: 60px -45px
}

.finance_form .pay_icon.pay_be_i {
	background-position: 30px -45px
}

.finance_form .pay_icon.pay_home_i {
	background-position: 0 -45px
}

.finance_form .pay_icon.pay_mob_i {
	background-position: 75px -45px
}

.finance_form .form_body .form_block.invalid .form_label_block,
.finance_form .form_body .form_block.invalid .radio_head {
	color: #ff0600
}

.finance_form .form_body .form_block.invalid .form_input_block {
	background-color: rgba(255, 6, 0, 0.1);
	border: 2px solid #ff0600;
	color: #d13f19;
}

.finance_form .form_body .form_block.invalid .form_input_block::-webkit-input-placeholder {
	color: #d13f19
}

.finance_form .form_body .form_block.invalid .form_input_block:-moz-placeholder {
	color: #d13f19
}

.finance_form .form_body .form_block.invalid .form_input_block::-moz-placeholder {
	color: #d13f19
}

.finance_form .form_body .form_block.invalid .form_input_block:-ms-input-placeholder {
	color: #d13f19
}

.finance_form .form_body .form_block.invalid .form_input_block:focus {
	outline: rgba(255, 6, 0, 0.4) auto 2px;
	border-color: #ff0600;
	background-color: rgba(255, 6, 0, 0.1)
}

.finance_form .form_body .form_block.invalid .form_input_hint {
	background: -webkit-linear-gradient(top, #fb6662, #e01c17);
	background: linear-gradient(to bottom, #fb6662, #e01c17);
	color: #fff
}

.finance_form .form_body .form_block.invalid .radio_block label {
	color: #d13f19
}

.finance_form .form_body .form_block.invalid .radio_block .form_radio:not(:checked)+label:before,
.finance_form .form_body .form_block.invalid .radio_block .form_radio:checked+label:after {
	border-color: #d13f19;
	background-color: rgba(255, 6, 0, 0.1)
}

.finance_form .form_body .form_block.invalid .checkbox_block label,
.finance_form .form_body .form_block.invalid .checkbox_block a {
	color: #d13f19
}

.finance_form .form_body .form_block.invalid .checkbox_block .form_checkbox:not(:checked)+label:before {
	border-color: #d13f19
}

.finance_form .form_body .form_block.invalid .checkbox_block .form_checkbox:checked+label:after {
	background: #d13f19;
	border-color: rgba(255, 6, 0, 0.1)
}

.finance_form .gm-err-autocomplete {
	background-position: 97% center;
	background-size: contain
}

.finance_form .form_body .progress_lead {
	padding: 40px 0
}

.finance_form .form_body .progress_lead_head {
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px
}

.finance_form .form_body .progress_lead_subhead {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px
}

.finance_form .form_body .progress_container {
	text-align: center
}

.finance_form .form_body input.dial {
	color: #525255 !important;
	font-weight: normal !important;
	font-size: 32px !important
}

.finance_form .form_body .partners_list {
	padding: 0 5px;
}

.finance_form .form_body .partners_list .partners_item {
	background: #fff;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	border: 2px solid #e3e3e3;
}

.finance_form .form_body .partners_list .partners_item .partners_image {
	text-align: center;
}

.finance_form .form_body .partners_list .partners_item .partners_image .partners_img {
	max-width: 100%;
	height: auto
}

.finance_form .form_body .partners_list .partners_item .partners_money,
.finance_form .form_body .partners_list .partners_item .partners_percent {
	padding-bottom: 10px;
}

.finance_form .form_body .partners_list .partners_item .partners_money .partners_money_head,
.finance_form .form_body .partners_list .partners_item .partners_percent .partners_money_head {
	color: #999;
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 0;
	text-align: center
}

.finance_form .form_body .partners_list .partners_item .partners_money .partners_money_text,
.finance_form .form_body .partners_list .partners_item .partners_percent .partners_money_text {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase
}

.finance_form .form_body .partners_list .partners_item .partners_go {
	padding-top: 20px;
}

.finance_form .form_body .partners_list .partners_item .partners_go .partners_link {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 10px 0
}

.finance_form .form_body .partners_list .partners_item .partners_hint {
	text-align: center;
	border-top: 1px dashed #d1d1d1;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #000
}

.finance_form .ui-slider {
	position: relative;
	text-align: left
}

.finance_form .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none
}

.finance_form .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.finance_form .ui-slider.ui-state-disabled .ui-slider-handle,
.finance_form .ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.finance_form .ui-slider-horizontal {
	height: .8em
}

.finance_form .ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.finance_form .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.finance_form .ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.finance_form .ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.finance_form .slider_range {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	border-radius: 7px 7px 0 0;
	overflow: hidden;
	position: relative;
	top: -70px
}

.finance_form .slider_head {
	background: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: linear-gradient(to bottom, #fff, #f2f2f2);
	padding: 15px;
	border-bottom: 2px dashed #dcdcde;
	position: relative;
}

.finance_form .slider_head .slider_head_title {
	font-size: 23px;
	text-transform: uppercase;
	color: #574869;
	text-align: center;
	position: relative
}

.finance_form .label_slider {
	position: absolute;
	top: 100px;
	right: -91px
}

.finance_form .slider_section {
	background: #fff;
	border-bottom: 2px dashed #dcdcde;
	margin-bottom: 15px;
	padding-bottom: 15px
}

.finance_form .slider_row {
	padding-right: 20px
}

.finance_form .money_slider_wrap {
	position: relative;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 10px
}

.finance_form .slider_notation {
	margin: 0 0 10px 0;
	font-size: 16px;
}

.finance_form .slider_notation #money_box,
.finance_form .slider_notation #term_box {
	font-size: 19px;
	color: #574469
}

.finance_form .amount_btn {
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0;
	margin-top: 38px;
}

.finance_form .amount_btn:focus {
	background: -webkit-linear-gradient(top, #ffd728, #f3b100);
	background: linear-gradient(to bottom, #ffd728, #f3b100);
	border-color: #f79c0d;
	box-shadow: none
}

.finance_form .amount_btn i.fa {
	text-shadow: none;
	vertical-align: baseline;
	line-height: 30px
}

.finance_form .meter_list {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0
}

.finance_form .meter_item {
	display: block;
	float: left;
	width: 10%;
	height: 10px;
	position: relative;
}

.finance_form .meter_item:after {
	display: block;
	content: "";
	width: 2px;
	height: 8px;
	background: #e0dfdf;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px
}

.finance_form .extreme_points {
	color: #b7b7b7;
	padding-top: 6px;
}

.finance_form .extreme_points .start_point {
	float: left;
	position: relative
}

.finance_form .extreme_points .end_point {
	float: right;
	position: relative
}

.finance_form .slider_section {
	margin-bottom: 20px;
	padding: 20px 0 45px 0;
}

.finance_form .slider_section .ui-widget-header {
	background: #fed000;
	box-shadow: inset 0 1px 0 #cba600;
	border-radius: 50px
}

.finance_form .slider_section .ui-widget-content {
	background: #ebedf4;
	box-shadow: inset 0 1px 1px #bcbec3;
	border: none;
	height: 9px;
	border-radius: 100px
}

.finance_form .slider_section .ui-state-default,
.finance_form .slider_section .ui-widget-content .ui-state-default,
.finance_form .slider_section .ui-widget-header .ui-state-default {
	background: #fff;
	border: 1px solid #e3e5eb;
	outline: none;
	border-radius: 100px;
	height: 30px;
	top: -10px;
	width: 30px;
	cursor: pointer;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1)
}

.finance_form .slider_section .ui-slider-horizontal .ui-slider-handle {
	margin-left: -15px
}

.finance_form .slider_section .ui-slider-handle:after {
	content: "";
	display: block;
	background: #fed000;
	border: 1px solid #cba600;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 7px;
	left: 7px;
	border-radius: 50%
}

.finance_form .credit_notification {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.finance_form .credit_notification .credit_info_block {
	color: #fff;
	min-height: 93px;
	padding-top: 20px
}

.finance_form .credit_notification .percent_rate {
	text-align: center;
	font-size: 40px;
	line-height: 40px
}

.finance_form .credit_notification .percent_rate_hint {
	display: none;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px
}

.finance_form .credit_notification .probability {
	font-size: 13px;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 26px
}

.finance_form .credit_notification .credit_hint {
	font-size: 16px;
	line-height: 18px;
	padding-left: 30px;
	position: relative;
}

.finance_form .credit_notification .credit_hint:after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent transparent
}

.finance_form .credit_notification.green {
	background: #70cd6a;
}

.finance_form .credit_notification.green .credit_hint {
	background: #60c85a;
}

.finance_form .credit_notification.green .credit_hint:after {
	display: block;
	border-color: transparent transparent transparent #70cd6a
}

.finance_form .credit_notification.yellow {
	background: #f0c02f;
}

.finance_form .credit_notification.yellow .credit_hint {
	background: #efba1c;
}

.finance_form .credit_notification.yellow .credit_hint:after {
	display: block;
	border-color: transparent transparent transparent #f0c02f
}

.finance_form .credit_notification.red {
	background: #e36d37;
}

.finance_form .credit_notification.red .credit_hint {
	background: #e16026;
}

.finance_form .credit_notification.red .credit_hint:after {
	display: block;
	border-color: transparent transparent transparent #e36d37
}

.finance_form {
	font-family: 'Open Sans', Helvetica, Arial, sens-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
}

.finance_form .step {
	background: #f7f7f7;
	border: 2px solid #d5dde9
}

.finance_form * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100;
	text-size-adjust: 100
}

.finance_form a {
	color: #3886d7;
	text-decoration: none;
}

.finance_form a:hover {
	text-decoration: underline
}

.finance_form .form_head {
	text-align: center;
	padding: 20px;
	background: -webkit-linear-gradient(top, #f9f9f9, #efefef);
	background: linear-gradient(to bottom, #f9f9f9, #efefef);
	border-bottom: 2px solid #d5dde9;
}

.finance_form .form_head .form_header {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 7px
}

.finance_form .form_head .form_subheader {
	font-size: 14px;
	line-height: 1.3
}

.finance_form .form_head .form_subheader_mark {
	color: #f65a5a;
	font-weight: bold
}

.finance_form .form_body {
	padding: 0 15px;
}

.finance_form .form_body .form_section_head {
	color: #74a3c7;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px
}

.finance_form .form_body .form_block {
	position: relative;
	margin-bottom: 15px;
}

.finance_form .form_body .form_block.centered {
	text-align: center
}

.finance_form .form_body .form_label_block,
.finance_form .form_body .radio_head {
	display: block;
	margin-bottom: 10px;
	color: #474c51
}

.finance_form .form_body select.form_input_block {
	padding: 0 0 0 5px
}

.finance_form .form_body .form_input_block {
	border: 2px solid #e3e3e3;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #fefefe;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-family: inherit;
}

.finance_form .form_body .form_input_block:focus {
	outline: #fed500 auto 2px;
	border-color: #dcdac0;
	background-color: #fffef5
}

.finance_form .form_body .form_input_block[disabled] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
	-ms-filter: none;
	-webkit-filter: none;
	filter: none
}

.finance_form .form_body .form_input_hint {
	position: absolute;
	bottom: 43px;
	left: 1%;
	width: 98%;
	color: #4a0263;
	padding: 10px;
	background: #d8d8d8;
	background: -webkit-linear-gradient(top, #f8f8f8, #d8d8d8);
	background: linear-gradient(to bottom, #f8f8f8, #d8d8d8);
	border: 1px solid #ccc
}

.finance_form .form_body .success_block {
	max-width: 365px;
	margin: auto;
	padding-top: 10px;
}

.finance_form .form_body .success_block .success_block_title {
	font-size: 18px;
	text-align: center;
	line-height: 1.4
}

.finance_form .form_body .success_block .success_sign {
	display: block;
	color: #fff;
	background-color: #339e0e;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 25px auto
}

.finance_form .form_body .success_block .success_block_subtitle {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px
}

.finance_form .form_body .view_full_vitrine {
	text-align: center;
	padding-bottom: 20px;
}

.finance_form .form_body .view_full_vitrine .view_full_link {
	margin: 0
}

/*# sourceMappingURL=main.css.map */