#modal-credit {
	z-index: 1051;
}
.modal_callback__title {
	font-size: 1.4rem;
	font-weight: 400;
}
.modal_form__group {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	vertical-align: top;
	text-align: left;
}
.modal_form__label {
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
	float: left;
	width: 155px;
	margin: 10px 0 0;
	color: #2c2c2c;
}
.modal_form__field {
	float: left;
	width: calc(100% - 155px);
}
.modal_form__input {
	width: 100%;
	margin: 0;
}
.modal_form__button {
	/*width: 100%;*/
	margin-left: 155px;
}
.modal_form__label.req:after {
	content: '*';
	color: #ed4233;
}
.modal_form label.error {
	font-size: 1.2rem;
	font-weight: 400;
	position: absolute;
	top: 12px;
	right: 0;
	margin: 0;
	color: #ed4233;
}
.modal_form .checkbox label.error {
	display: none !important;
}
.modal_form__link {
	font-size: 1.2rem;
	color: #1f5ead;
}
.modal_form__social__link {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	background: url(../img/icons_social.png) no-repeat;
}
.modal_form__social__link + .modal_form__social__link {
	margin-left: 2px;
}
.modal_form__social__link.vk {
	background-position: 0 0;
}
.modal_form__social__link.fb {
	background-position: -20px 0;
}
.modal_form__social__link.tw {
	background-position: -40px 0;
}
.modal_form__social__link.ok {
	background-position: -60px 0;
}
.modal_form__social__link.mr {
	background-position: -80px 0;
}
.modal_form__social__link.gp {
	background-position: -100px 0;
}

.modal_form__checkbox {
	display: none !important;
}
.modal_form__check_label {
	font-size: 1.3rem;
	font-weight: 400;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	vertical-align: top;
	color: #000;
}
.modal_form__check_label .mark {
	line-height: 1;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #d1d1d1;
	background: #fff;
}
.modal_form__check_label .text {
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
}
.modal_form__checkbox:checked + .modal_form__check_label .mark:before {
	font-family: 'FontAwesome';
	font-size: 1.2rem;
	content: '\f00c';
	vertical-align: top;
	color: #000;
}

.modal_city__inner {
	text-align: center;
}
.modal_city__list {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	vertical-align: top;

	-webkit-columns: 3 auto;
	   -moz-columns: 3 auto;
	        columns: 3 auto;
}
.modal_city__item {
	margin: 0;
	padding: 0 20px;
}
.modal_city__link {
	font-size: 1.4rem;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #2c2c2c;
}
.modal_city__link:hover {
	color: #22a0ef;
}
.modal_city__link.active {
	color: #ed4233;
}
.modal_form__info {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #2c2c2c;
}

/*===================================*/
.choose_form {
	text-align: center;
}
.choose_form span.error {
	background: #ed7b6e;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px;
	display: block;
	margin-top: 10px;
}
.modal_form__inner_group {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
}

#credit-choose-form .modal_form__group {
	display: flex;
	flex-wrap: wrap;
}
#credit-choose-form .modal_form__inner_group {
	flex: 1 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
	margin: 0 5px 10px;
	border: 1px solid #d0e7f5;
	border-radius: 6px;
}
@media (max-width: 767px){
	#credit-choose-form .modal_form__inner_group{
		flex: 1 1 100%;
		max-width: 100%;
		margin: 0 0 10px;
	}
}

.cr_radio__input {
	display: none !important;
}
.cr_radio__input:disabled ~ .cr_radio__label {
	pointer-events: none;
	opacity: .1;
}
.cr_radio__label {
	/*display: block;*/
	cursor: pointer;
	text-align: center;
	opacity: .4;
	transition: opacity 150ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 81px;
}
.cr_radio__label:hover {
	opacity: 1;
}
.cr_radio__text {
	display: block;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 5px;
	flex: 1 1 100%;
	max-width: 100%;
}
.cr_radio__input:checked + .cr_radio__label {
	opacity: 1;
}
.credit_form + form {
	margin-left: 150px;
}
.cr_radio__img_pochta,
.cr_radio__img_sber,
.cr_radio__img_alfa,
.cr_radio__img_tinform {
	background-position: center !important;
}

.installment-labels {
	display: flex;
	margin-top: 6px;
}
.installment-label {
	flex: 1;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	cursor: pointer;
	outline: 0 !important;
	margin-right: 4px;
}
.installment-label:last-child {
	margin-right: 0;
}
.installment-label__input {
	display: none !important;
}
.installment-label__text {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	background-color: #f1f1f1;
	padding: 5px 6px;
}
.installment-label__input:checked + .installment-label__text {
	background-color: #ffdd2d;
}
/* resp
===================================*/
@media (max-width: 767px) {
	.modal_form__label {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}
	.modal_form__field {
		float: none;
		width: 100%;
	}
	.modal_form__button {
		margin: 0;
	}
	.modal_form__group {
		padding-top: 10px;
	}
	.modal_form label.error {
		top: 14px;
	}
	.modal_city__list {
		-webkit-columns: auto;
		   -moz-columns: auto;
		        columns: auto;
	}
	.credit_form + form {
		margin-left: 0;
	}
}

.modal-phone {
	max-width: 320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.modal-phone__wrap {

}
.modal-phone__item {
	margin-top: 10px;
}
.modal-phone__item:first-child {
	margin-top: 0;
}
.modal-phone__label {
	margin-bottom: 5px;
	font-size: 1rem;
	text-transform: uppercase;
}
.modal-phone__link {
	display: block;
	font-size: 2rem;
	line-height: 1.4;
	text-decoration: none !important;
}

#modal-links .modal-dialog {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	/*transform: translateY(-50%);*/
}
#modal-links .modal-links-autocomplete {
	width: 100%;
	font-size: 1.2rem;
	height: 30px;
	line-height: 16px;
	padding: 6px 5px;
	color: #2c2c2c;
	border: 1px solid #22a0ef;
	background-color: #fff;
	outline: 0;
}
#modal-links .modal-links-list {
	margin-top: 10px;
	padding: 10px;
	border: 1px dashed #e2e2e2;
}
#modal-links .modal-links-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #f5f5f5;
}
#modal-links .modal-links-item + .modal-links-item {
	margin-top: 5px;
}
#modal-links .modal-links-item__text {
	font-size: 1.2rem;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #e2e2e2;
	border-radius: 3px 0 0 3px;
	flex: 1;
	padding: 6px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#modal-links .modal-links-item__remove {
	display: inline-block;
	vertical-align: top;
	flex: 0 0 26px;
	max-width: 26px;
	text-align: center;
	outline: 0;
	border: 0;
	background-color: #e2e2e2;
	color: #5a5a5a;
	font-size: 1.2rem;
	padding: 8px 0;
	border-radius: 0 3px 3px 0;
}
#modal-links .modal-controls {
	margin-top: 10px;
}
#modal-links .modal-controls .button {
	margin-right: 5px;
}

.modal-body .button.tin-bank-form {
	margin-left: 150px;
	margin-top: -4px;
}
.modal-body #alfabank .modal_form__button {
	margin-left: 0;
}
.modal-body #pochtabanka,
.modal-body #sberbanka,
.modal-body .vsegdadabanka
{
	margin-top: 10px;

}
.processed__wrapper #pochtabanka,
.processed__wrapper #sberbanka,
.processed__wrapper .vsegdadabanka
{
	margin-left: 0px!important;
}
#credit-form-img {
	height: 50px;
	width: 146px;
	object-fit: contain;
}