

/* Start:/local/components/Nineseven/credit_zayavka/templates/new-credit-application/style.css?17168072334573*/
.sb-loan-app-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,-0,0,.5);
	z-index: 99;
	display: none;
	align-items: center;
	justify-content: center;
}

.sb-loan-app-modal-content {
	padding: 2em;
	background: white;
	max-width: 660px;
	border-radius: 1em;
	margin: 0 1em;
}

.sb-date-of-birth > label, .sb-phone-number > label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 0 2em;
	font-size: 0.8em;
	height: 100%;
	width: 50%;
	color: #a9a9a9;
	z-index: -1;
}

.sb-date-of-birth > input, .sb-phone-number > input {
	height: 100%;
	padding-left: calc(40% + 1em) !important;
	position: relative;
	background-color: rgba(0, 0, 0, 0)
}

input, select {
	font-size: 0.9em;
}

.sb-link-btn {
	border: none;
}

.sb-link-btn:disabled {
	background-color: #ccc;
	border: none;
}

.sb-link-btn:disabled:hover {
	background-color: #ccc;
	border: none;
}


.sb-credit-calc > .sb-left > .sb-item .sb-range[type=range] {
	height: 36px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}
.sb-range-st-1[type=range]:focus {
	outline: none;
}
.sb-range-st-1[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #C6C6C7;
	border: 0px solid #000000;
}
.sb-range-st-1[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 2px #000000;
	border: 6px solid #FFFFFF;
	height: 24px;
	width: 24px;
	border-radius: 24px;
	background: #FFD400;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -11px;
}
.sb-range-st-1[type=range]:focus::-webkit-slider-runnable-track {
	background: #C6C6C7;
}
.sb-range-st-1[type=range]::-moz-range-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #C6C6C7;
	border: 0px solid #000000;
}
.sb-range-st-1[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 2px #000000;
	border: 6px solid #FFFFFF;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	background: #FFD400;
	cursor: pointer;
}
.sb-range-st-1[type=range]::-ms-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
.sb-range-st-1[type=range]::-ms-fill-lower {
	background: #C6C6C7;
	border: 0px solid #000000;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #000000;
}
.sb-range-st-1[type=range]::-ms-fill-upper {
	background: #C6C6C7;
	border: 0px solid #000000;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #000000;
}
.sb-range-st-1[type=range]::-ms-thumb {
	margin-top: 1px;
	box-shadow: 0px 0px 2px #000000;
	border: 6px solid #FFFFFF;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	background: #FFD400;
	cursor: pointer;
}
.sb-range-st-1[type=range]:focus::-ms-fill-lower {
	background: #C6C6C7;
}
.sb-range-st-1[type=range]:focus::-ms-fill-upper {
	background: #C6C6C7;
}

/* --------- */

.sb-credit-calc {
	width: 100%;
	overflow: auto;
	display: flex;
	align-items: center;
}
.sb-credit-calc > .sb-left {
	width: 50%;
	float: left;
	padding: 30px 30px 30px 120px;
}
.sb-credit-calc > .sb-left > .sb-item {
	width: 100%;
	border: 1px solid #C6C6C7;
	position: relative;
	height: 75px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 40px;
}
.sb-credit-calc > .sb-left > .sb-item:last-child {
	margin-bottom: 0;
}
.sb-credit-calc > .sb-left > .sb-item .sb-range {
	position: absolute;
	bottom: -28px;
	left: 0;
}

.sb-credit-calc > .sb-left > .sb-item .sb-content {
	padding: 10px 20px 0 20px;
}

.sb-credit-calc > .sb-right {
	width: 50%;
	float: right;
	padding: 30px 120px 30px 30px;
}

.sb-credit-calc > .sb-right > .sb-content {
	padding: 50px;
	box-shadow: 0 0 5px #B8BDC9;
	border-radius: 15px;
}

.sb-loan-form-t1 {
	display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap;
	margin-top: 2em;
}


.sb-loan-form-t1 input, .sb-loan-form-t1 select {
	border: 1px solid #C6C6C7;
	border-radius: 1em;
	font-weight: bold;
	width: 100%;
}

.sb-loan-form-t1 input {
	padding: 1.5em 2em;
}

.sb-loan-form-t1 select {
	text-indent: 2em;
	height: 64px;
	color: #1C1C1E;
	background-color: #fff;
}

.sb-loan-form-t1-2 {
	width: calc(16.66666% - 1em)
}

.sb-loan-form-t1-4 {
	width: calc(33.33333% - 1em);
}

.sb-loan-form-t1-6 {
	width: calc(50% - 1em);
}

.sb-loan-form-t1-8 {
	width: calc(66.66666% - 1em);
}

.sb-loan-form-t1-10 {
	width: calc(83.33333% - 1em)
}

.sb-loan-form-t1-12 {
	width: 100%;
}

.sb-loan-legal-block > div > input {
	height: 14px;
	width: 14px;
}
/* End */
/* /local/components/Nineseven/credit_zayavka/templates/new-credit-application/style.css?17168072334573 */
