/* WEBFORM */
.view-product-list__webform-order,
.page-product-description__form {
    position: fixed;
    background-color: rgb(0 0 0 / 60%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.view-product-list__webform-order form,
.page-product-description__form form {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	width: 267px;
	position: relative;
}

.form-zakaz-tovara__title {
	font-size: 24px;
	font-family: 'Gilroy Semibold';
	text-transform: uppercase;
	color: #000;
	grid-column: 1/5;
	width: 270px;
	line-height: normal;
}

.form-zakaz-tovara__title p {
	margin: 0;
}

.form-zakaz-tovara__name {
	width: 100%;
}

.form-zakaz-tovara__name input,
.form-zakaz-tovara__phone input {
	padding: 0 5px;
	background: none;
	font-size: 16px;
	font-family: 'Gilroy';
	border: none;
	border-bottom: 2px solid rgb(0 0 0 / 50%);
	outline: none;
	width: 258px;
	display: block;
	color: #000;
	height: 32px;
}

.form-zakaz-zapchasti__name input:focus,
.form-zakaz-zapchasti__phone input:focus {
	border-bottom: 2px solid #950A21;
	color: #000;
	font-family: 'Gilroy Medium';
}

.form-zakaz-zapchasti__name input:focus::placeholder,
.form-zakaz-zapchasti__phone input:focus::placeholder {
	color: #000;
}

.form-zakaz-zapchasti__buttons {
	
}

.form-zakaz-zapchasti__terms {
	margin-top: 0;
}

.webform-submission-zakaz-zapchasti-add-form .form-submit {
	width: 150px;
	margin: 0;
	background-color: #950A20;
	border: none;
	color: #fff!important;
	font-family: 'Gilroy Semibold';
	cursor: pointer;
	font-size: 18px;
	display: inline-block;
	padding: 10px 20px;
	height: fit-content;
}

.page-product-description__form-close {
	width: fit-content;
	height: auto;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 10px;
}

.form-zakaz-tovara__bottom-text {
	font-size: 14px;
	color: #888;
	grid-column: 1/5;
	width: 270px;
	line-height: normal;
}

.form-zakaz-tovara__bottom-text p {
	margin: 0;
}

[role="alert"] {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 30px 0 0;
  font-size: 14px;
}

.view-product-list__webform-order .form-submit {
	margin: 0;
	background-color: #950A20;
	border: none;
	padding: 10px;
	color: #fff;
	font-family: 'Gilroy';
	cursor: pointer;
	font-size: 16px;
	width: 269px;
	border-radius: 10px;
}