

/* Start:/bitrix/templates/new-design/components/custom/evaluate-form/diskont-inner/style.css?17564757628508*/
.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 25px;
	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: 280px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

.evaluate-form__label {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 24px;
	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;
	line-height: 1;
}

.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;
	line-height: 22px;
}

.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__photo-container input {
	visibility: hidden;
	position: absolute;
	display: none;
}

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

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

.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;
	margin-top: -10px;
}

.evaluate-form__submit-wrapper .evaluate-form__field-wrapper {
	width: 100%;
	margin: 0;
}

.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__photos {
	display: flex;
	align-items: center;
	gap: 15px;
}

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

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

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

.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__loader-icon img {
	width: 100%;
}

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

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

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

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

.evaluate-form__suitcase-text {
	position: absolute;
	left: 55px;
	bottom: 133px;
}

.evaluate-form__result-wrapper .arcticmodal-close {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 1) url(/bitrix/templates/new-design/components/custom/evaluate-form/diskont-inner/images/close.svg) center center no-repeat;
	background-size: 25px;
	position: absolute;
	top: -26px;
	right: 0px;
	cursor: pointer;
	z-index: 1;
}

.evaluate-form__result-wrapper {
	position: relative;
	background: #fff;
	padding: 20px;
	text-align: center;
}

.evaluate-form__result-header {
	display: block;
	font-size: 22px;
}

.evaluate-form__result-message {
	display: inline-block;
	max-width: 400px;
	margin: 10px 0 0;
	padding: 20px;
	border-radius: 15px;
	background: #e53329;
	color: #fff;
	font-size: 15px;
}

.evaluate-form__result-icon {
	display: inline-block;
	width: 150px;
	height: 110px;
	margin: 0 0 -20px;
	background: url(/bitrix/templates/new-design/components/custom/evaluate-form/diskont-inner/images/pv-success-icon.svg) center center no-repeat;
	background-size: contain;
}

@keyframes loading {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes scale {
	0% {
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
/* submit button animation end */

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

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

	.evaluate-form__suitcase {
		width: 250px;
		height: 220px;
	}

	.evaluate-form__left-side {
		width: 250px;
		justify-content: unset;
	}

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

	.evaluate-form__title-gray {
		font-size: 23px;
		line-height: 29px;
	}

	.evaluate-form__title-white {
		font-size: 23px;
		line-height: 29px;
	}

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

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

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

	.evaluate-form__suitcase-text {
		left: 45px;
		bottom: 96px;
	}

	.evaluate-form {
		padding: 20px 20px 20px 40px;
	}

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

	.evaluate-form__textinput {
		padding: 8px 10px;
		font-size: 18px;
	}

	.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: 115px;
		height: 37px;
		padding: 0;
		font-size: 16px;
		margin-top: -5px;
	}
	/*.evaluate-form {
		padding: 15px 15px 20px 15px;
	}

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

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

	.evaluate-form__suitcase {
		width: 220px;
	}

	.evaluate-form__suitcase-text {
		left: 36px;
		bottom: 160px;
	}

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

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

	.evaluate-form__photos {
		gap: 10px;
	}

	.evaluate-form__loaded-photos-wrapper {
		gap: 10px;
	}*/
}

@media (max-width: 1023px) {

}

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

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

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

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

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

	.evaluate-form__suitcase {
		width: 165px;
		flex-shrink: 0;
		height: 100px;
		overflow: hidden;
		margin: 0;
	}

	.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: -40px;
		z-index: 1;
	}

	.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/new-design/components/custom/evaluate-form/diskont-inner/style.css?17564757628508 */
