

/* Start:/bitrix/templates/ruslombard_inform/components/lombard/evaluate-form/diskont/style.css?17574949127807*/
.evaluate-form__credit-warning {
	color: #acacac;
	font-family: 'HeadingPro-Regular';
	font-size: 12px;
	line-height: 13px;
	margin-top: 25px;
}

.evaluate-form__wrapper {
	width: 100%;
}

.evaluate-form {
	background: #52555c;
	width: 100%;
	display: flex;
	padding: 15px 25px 20px 50px;
	border-radius: 10px;
}

.evaluate-form__title {
	margin-top: -62px;
}

.evaluate-form__title-gray {
	font-size: 34px;
	font-weight: 600;
	color: #52555c;
	line-height: 49px;
}

.evaluate-form__title-white {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	line-height: 49px;
}

.evaluate-form__left-side {
	width: 345px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.evaluate-form__right-side {
	width: 100%;
	margin-left: 65px;
}

.evaluate-form__label {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	color: #fff;
}

.evaluate-form__field-wrapper {
	margin-bottom: 15px;
}

.evaluate-form__textinput {
	display: block;
	width: 100%;
	border-radius: 10px;
	background: #666970;
	border: none;
	outline: none;
	padding: 10px 15px;
	color: #fff;
	font-size: 28px;
}

.evaluate-form__textinput::placeholder {
	color: #b6b6b6;
}

.evaluate-form__textarea {
	display: block;
	resize: none;
	width: 100%;
	height: 85px;
	border-radius: 10px;
	background: #666970;
	color: #fff;
	border: none;
	outline: none;
	padding: 9px 17px;
	margin-bottom: 10px;
	font-size: 16px;
}

.evaluate-form__textarea::placeholder {
	color: #b6b6b6;
}

.evaluate-form__photo-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.evaluate-form__photo-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	cursor: pointer;
}

.evaluate-form__loader-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	cursor: pointer;
	flex-shrink: 0;
}

.evaluate-form__photos {
	display: flex;
	align-items: center;
	gap: 15px;
}

.evaluate-form__photos input {
	visibility: hidden;
	position: absolute;
	display: none;
}

.evaluate-form__loader-icon img {
	width: 100%;
}

.evaluate-form__photo-container img {
	width: 100%;
}

.evaluate-form__loaded-photo {
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.evaluate-form__loaded-photos-wrapper {
	display: flex;
	gap: 15px;
	align-items: center;
}

.evaluate-form__submit {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 162px;
	flex-shrink: 0;
	height: 52px;
	padding: 1.5rem 3.125rem;
	background-color: #ffed00;
	border: none;
	border-radius: 50px;
	box-shadow: 0 8px 10px #00000040;
	color: #000;
	font-weight: 500;
	overflow: hidden;
	font-size: 19px;
	transition: .5s background-color ease;
	cursor: pointer;
}

.evaluate-form__submit span {
	position: absolute;
	line-height: 0;
}

.evaluate-form__submit .submit {
	top: 50%;
	transform: translateY(-50%);
}

.evaluate-form__submit span i {
	transform-origin: center center;
}

.evaluate-form__submit .loading {
	top: 100%;
	transform: translateY(0%);
	font-size: 24px;
	color: #fff;
}

.evaluate-form__submit .success {
	display: none;
	color: #fff;
}

.evaluate-form__submit:hover {
	background-color: #f6f6f6;
}

.evaluate-form__submit-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.evaluate-form__suitcase {
	position: relative;
	width: 345px;
	height: 270px;
	overflow: hidden;
	margin-bottom: -20px;
}

.evaluate-form__suitcase img	{
	width: 100%;
}

.evaluate-form__suitcase-text-big {
	font-size: 39px;
	font-weight: 600;
	color: #fff;
}

.evaluate-form__suitcase-text-small {
	font-size: 29px;
	font-weight: 600;
	color: #fff;
}

.evaluate-form__suitcase-text {
	position: absolute;
	left: 67px;
	bottom: 112px;
}

.evaluate-form__loader-area {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
}

@keyframes loading {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes scale {
	0% {
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
/* submit button animation end */
@media (max-width: 1379px) {
	.evaluate-form {
		padding: 5px 15px 10px 25px;
	}

	.evaluate-form__left-side {
		width: 220px;
	}

	.evaluate-form__title {
		margin-top: -52px;
	}

	.evaluate-form__suitcase {
		width: 220px;
		height: unset;
		margin-bottom: unset;
	}

	.evaluate-form__suitcase-text {
		left: 31px;
		bottom: 88px;
	}

	.evaluate-form__right-side {
		width: 100%;
		margin-left: 30px;
	}

	.evaluate-form__field-wrapper {
		margin-bottom: 10px;
	}

	.evaluate-form__label {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.evaluate-form__textinput {
		padding: 4px 10px;
		font-size: 14px;
	}

	.evaluate-form__loaded-photo {
		width: 45px;
		height: 45px;
	}

	.evaluate-form__loader-icon {
		height: 45px;
		width: 45px;
	}

	.evaluate-form__suitcase-text-big {
		font-size: 29px;
	}

	.evaluate-form__suitcase-text-small {
		font-size: 19px;
	}
}

@media (max-width: 1023px) {
	.evaluate-form__loader-icon {
		width: 29px;
		height: 29px;
	}

	.evaluate-form__suitcase {
		width: 180px;
		height: unset;
		margin-bottom: unset;
	}

	.evaluate-form__loaded-photo {
		width: 30px;
		height: 30px;
	}

	.evaluate-form__left-side {
		width: 180px;
	}

	.evaluate-form__right-side {
		width: 100%;
		margin-left: 30px;
	}

	.evaluate-form__title-gray {
		font-size: 16px;
		line-height: 24px;
	}

	.evaluate-form__title-white {
		font-size: 16px;
		line-height: 24px;
	}

	.evaluate-form__title {
		margin-top: -28px;
	}

	.evaluate-form__suitcase-text-big {
		font-size: 23px;
	}

	.evaluate-form__suitcase-text-small {
		font-size: 13px;
	}

	.evaluate-form__suitcase-text {
		left: 31px;
		bottom: 72px;
	}

	.evaluate-form {
		padding: 5px 15px 10px 25px;
	}

	.evaluate-form__label {
		margin-bottom: 5px;
		font-size: 10px;
	}

	.evaluate-form__textinput {
		padding: 4px 10px;
		font-size: 14px;
	}

	.evaluate-form__field-wrapper {
		margin-bottom: 10px;
	}

	.evaluate-form__textarea {
		font-size: 10px;
		height: 55px;
		padding: 5px 10px;
	}

	.evaluate-form__photo-container {
		height: 29px;
		width: 29px;
	}

	.evaluate-form__submit {
		width: 83px;
		height: 27px;
		padding: 0;
		font-size: 13px;
		margin-top: -5px;
	}
}

@media (max-width: 767px) {
	.evaluate-form__loader-icon {
		width: 35px;
		height: 35px;
	}

	.evaluate-form__loaded-photo {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 543px) {
	.evaluate-form {
		flex-direction: column;
		background: #F5F4F4;
		padding: 10px 20px;
		border-radius: 0;
	}

	.evaluate-form__title {
		margin-top: 0;
	}

	.evaluate-form__title-gray {
		color: #52555C;
		font-size: 21px;
	}

	.evaluate-form__title-white {
		font-size: 21px;
		color: #e20000;
	}

	.evaluate-form__left-side {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.evaluate-form__suitcase {
		width: 175px;
		flex-shrink: 0;
		height: 115px;
		overflow: hidden;
		margin-top: -20px;
		margin-right: 10px;
	}

	.evaluate-form__suitcase-text {
		left: 31px;
		bottom: 32px;
	}

	.evaluate-form__suitcase-text-big {
		font-size: 21px;
	}

	.evaluate-form__right-side {
		margin-left: 0;
		margin-top: -25px;
	}

	.evaluate-form__label {
		font-size: 14px;
		color: #1d1d1b;
	}

	.evaluate-form__textinput {
		background: #dcd8d8;
		font-size: 17px;
		color: #000;
	}

	.evaluate-form__textinput::placeholder {
		color: #828489;
	}

	.evaluate-form__textarea {
		font-size: 11px;
		background: #dcd8d8;
		height: 70px;
		color: #000;
	}

	.evaluate-form__textarea::placeholder {
		color: #828489;
	}

	.evaluate-form__photo-container {
		height: 36px;
		width: 36px;
	}

	.evaluate-form__submit {
		width: 103px;
		height: 33px;
		font-size: 14px;
		margin-top: -5px;
	}
}
/* End */
/* /bitrix/templates/ruslombard_inform/components/lombard/evaluate-form/diskont/style.css?17574949127807 */
