.found-it-cheaper__shell {
	z-index: 1;
	position: relative;
	max-width: 448px;
}

.popup-window.found-it-cheaper,
.found-it-cheaper__final-result {
	padding: 32px;
	border-radius: 8px;
	border: 1px solid #EBEDF1;
	background: #FFF;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	font-family: "Gotham Pro", sans-serif;
}

.found-it-cheaper {
	font-family: "Gotham Pro", sans-serif;
}

.found-it-cheaper__title {
	color: #111827;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.found-it-cheaper__product-info {
	display: flex;
	gap: 16px;
	margin-bottom: 5px;
}

.found-it-cheaper__product-info .product-info__product-image {
	width: 100px;
}

.found-it-cheaper__product-info .product-info__name {
	overflow: hidden;
	color: #111920;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 12px;
}

.found-it-cheaper__product-info .product-info__price-container {
	color: #E85231;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
	display: flex;
	gap: 10px;
}

.found-it-cheaper__product-info .product-card-count {
	padding: 0 10px;
	width: auto;
	display: inline-flex;
}

.found-it-cheaper__product-info .product-card-count__btn {
	flex-shrink: 0;
	width: auto;
	height: auto;
}

.found-it-cheaper__product-info .product-card-count__btn svg {
	width: auto;
	height: auto;
}

.found-it-cheaper__product-info .product-card-count__num {
	width: 35px;
}

.product-info__price-container span {
	color: #949BAE;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.found-it-cheaper__block-field {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-bottom: 32px;
}

.found-it-cheaper__field-radio {
	display: flex;
	gap: 32px;
	margin-bottom: 7px;
}

.order-material__item-radio-button input {
	display: none;
}

.order-material__item-radio-label {
	display: flex;
	font-size: 18px;
	color: #8A8E90;
	align-items: center;
	cursor: pointer;
	gap: 16px;
}

.order-material__item-radio-button input:checked~label span {
	border: 5px solid #E85231;
}

.order-material__item-radio-label>span {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	flex: none;
	border: 2px solid #C4C4C4;
	border-radius: 50%;
}

.order-material__item-radio-text {
	flex-shrink: 0;
}

.found-it-cheaper__name-field,
.found-it-cheaper__field-captcha {
	position: relative;
}

.found-it-cheaper__name-field>input,
.found-it-cheaper__field-captcha>input,
.found-it-cheaper__field-textarea>textarea {
	width: 100%;
	height: 52px;
	padding: 0 13px;
	outline: none;
	font-size: 18px;
	border: 2px solid #EBEDF1;
	background: #FFF;
	font-family: "Gotham Pro", sans-serif;
	transition: .2s ease-out;
	border-radius: 4px;
	background: transparent;
	position: relative;
	z-index: 1;
}

.found-it-cheaper__field-textarea>textarea {
	padding: 20px;
	min-height: 100px;
	max-height: 150px;
}

.found-it-cheaper__name-field>.form-error-field {
	border-color: #DA0000;
}

.found-it-cheaper__field-captcha>input:active,
.found-it-cheaper__field-captcha>input:focus,
.found-it-cheaper__field-captcha>input:focus-within,
.found-it-cheaper__field-textarea>textarea:active,
.found-it-cheaper__field-textarea>textarea:focus,
.found-it-cheaper__field-textarea>textarea:focus-within {
	border-color: #E3000B;
	color: #000000;
}

.found-it-cheaper__name-field.found-it-cheaper__field-not-empty>input {
	color: #000;
	border-color: #000;
	margin-top: 28px;
}

.found-it-cheaper__name {
	position: absolute;
	padding: 14px 16px;
	width: 100%;
	z-index: 0;
	color: #9299A5;
	font-size: 16px;
	transition: .2s ease-out;
	top: 0;
	line-height: 24px;
}

.found-it-cheaper__field-not-empty .found-it-cheaper__name {
	top: -16px;
	padding-left: 0;
}

.found-it-cheaper__name-field>.form-error {
	color: #DA0000;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}

.found-it-cheaper__field-submit {
	margin-top: 4px;
}

.found-it-cheaper__field-submit>input {
	color: #fff;
	font-size: 18px;
	padding: 0 24px;
	border-radius: 4px;
	background: #E85231;
	height: 52px;
	width: 100%;
	border: none;
	cursor: pointer;
}

.found-it-cheaper__name-field>.found-it-cheaper__text-name,
.found-it-cheaper__field-captcha>.found-it-cheaper__text-name {
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #383838;
}

.found-it-cheaper__field-captcha>img {
	margin: auto;
}

#form-result {
	padding: 48px;
	border-radius: 20px;
	border: 1px solid #EBEDF1;
	background: #FFF;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	width: 512px;
}

.form-result__icon-block {
	padding: 25px;
	border-radius: 100px;
	background-color: #FFEBE7;
	margin-bottom: 37px;
}

.form-result__shell {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*gap: 40px;*/
	font-family: "Gotham Pro";
}

.form-result__information-block {
	display: flex;
	flex-direction: column;
	gap: 22px;
	align-items: center;
}

.form-result__title {
	color: #111827;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}

.form-result__decription {
	color: #5A616C;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
}

.form-result__button {
	border-radius: 4px;
	background-color: #E85231;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	color: #FFF;
	font-size: 18px;
	transition: .2s ease-out;
	padding: 15px 0 17px;
	margin-top: 41px;
}

.form-result__button:hover {
	background-color: #d1725d;
}

#form-result .popup-window-close-icon {
	right: 15px;
	top: 10px;
}

#form-result .popup-window-close-icon:after {
	width: 17px;
	height: 17px;
}

.catalog-basket__products.catalog-basket__empty {
	border: 1px solid #E83838;
	border-radius: 6px 0px 0px 6px;
}

.found-it-cheaper__result_false .found-it-cheaper__message {
	color: #db0000;
	margin-bottom: 10px;
}

.found-it-cheaper__result_false>.found-it-cheaper__shell {
	border: 1px solid #db0000;
	border-radius: 5px;
}

.found-it-cheaper__result_success>.found-it-cheaper__shell {
	border: 1px solid #00ab00;
	border-radius: 5px;
}

.found-it-cheaper__agreement .main-user-consent-request-announce {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #8A8E90;
	line-height: normal;
}

.found-it-cheaper__agreement .main-user-consent-request-announce::before {
	content: "";
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 16px;
	display: inline-block;
	flex: none;
	cursor: pointer;
	transition: 0.1s ease-out;
	border: 2px solid #e8e8e8;
}

.found-it-cheaper__agreement input:checked+.main-user-consent-request-announce::before {
	background-color: #E85231;
}

.found-it-cheaper__agreement a {
	color: #5A616C;
	font-size: 14px;
	line-height: 20px;
}

.found-it-cheaper__final-result {
	width: 512px;
}

.found-it-cheaper__final-result .popup-window-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.found-it-cheaper__icon {
	padding: 22px;
	border-radius: 50%;
	display: inline-flex;
	margin-bottom: 40px;
}

.popup-window.found-it-cheaper__succesfull .found-it-cheaper__icon {
	background: rgba(232, 82, 49, 0.10);
}

.found-it-cheaper__description {
	color: #5A616C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
	max-width: 300px;
	text-align: center;
}

.found-it-cheaper__close-button {
	display: flex;
	padding: 14px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 4px;
	background-color: #E85231;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	transition: .2s ease-out;
}

.found-it-cheaper__close-button:hover {
	background-color: #ef7b62;
}

.found-it-cheaper__agreement input {
	display: none;
}

.found-it-cheaper__failure .found-it-cheaper__icon {
	background: #F1F2F4;
}

/* TODO (min-width:1201px) */
@media (min-width:1201px) {}

/* TODO (max-width:1200px) */
@media (max-width:1200px) {}

/* TODO (min-width:992px) and (max-width:1200px) */
@media (min-width:992px) and (max-width:1200px) {}

/* TODO (min-width:992px) */
@media (min-width:992px) {}

/* TODO (max-width:991px) */
@media (max-width:991px) {}

/* TODO (min-width:768px) and (max-width:991px) */
@media (min-width:768px) and (max-width:991px) {}

/* TODO (min-width:768px) */
@media (min-width:768px) {}

/* TODO (max-width:767px) */
@media (max-width:767px) {}

/* TODO (min-width:576px) and (max-width:767px) */
@media (min-width:576px) and (max-width:767px) {}

/* TODO (min-width:576px) */
@media (min-width:576px) {}

/* TODO (max-width:575px) */
@media (max-width:575px) {}

/* TODO (max-width:500px) */
@media (max-width:500px) {}

/* TODO (max-width:450px) */
@media (max-width:450px) {
	.popup-window.found-it-cheaper {
		padding: 22px 20px 23px;
		border-radius: 8px;
		border: 1px solid #EBEDF1;
		background: #FFF;
		box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
		font-family: "Gotham Pro", sans-serif;
		width: 100%;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
		max-width: 100%;
	}

	.found-it-cheaper__title {
		text-align: center;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 27px;
	}

	.found-it-cheaper__product-info {
		margin-bottom: 0px;
	}

	.found-it-cheaper__field-radio {
		flex-direction: column;
		gap: 12px;
		margin: 0;
	}

	.order-material__item-radio-label {
		font-size: 14px;
		line-height: 23px;
		gap: 8px;
	}

	.order-material__item-radio-label>span {
		width: 18px;
		height: 18px;
	}

	.found-it-cheaper__block-field {
		gap: 24px;
	}

	.found-it-cheaper__field-text {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.found-it-cheaper__name-field>input {
		height: 51px;
	}

	.found-it-cheaper__name {
		padding: 12px 16px;
	}

	.found-it-cheaper__field-submit>input {
		height: 48px;
		font-size: 16px;
	}

	.found-it-cheaper__agreement a {
		font-size: 12px;
		line-height: 150%;
	}

	.found-it-cheaper__final-result {
		width: auto;
		margin: 0 20px;
		left: 0 !important;
		right: 0 !important;
		padding: 32px 20px 20px;
	}

	.found-it-cheaper__final-result .found-it-cheaper__title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 12px;
	}

	.found-it-cheaper__final-result .found-it-cheaper__description {
		font-size: 16px;
		margin-bottom: 32px;
	}
}
