
.card__main .product-reserve {
	margin: 0 0 20px !important;
    width: 100%;
    margin-top: 10px !important;
}
.product-reserve__button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
    width: 100%;
	border: #8D8C8B 1px solid;
	font-size: 18px;
	text-transform: uppercase;
	padding: 19px 20px 16px !important;
}
.product-reserve__button:hover {
	background: #1B1918;
	color: #fff;
}
.modal.popup {
    display: none;
    position: fixed !important;
    z-index: 200 !important;
    left: 0 !important;
    top: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}
.modal.popup .close {
	font-family: Times New Roman;
	cursor: pointer;
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -15px;
}
.modal-product {
	display: flex;
	align-items: center;
	margin: 0 0 35px !important;
}
.modal-product__pic {
	flex: none;
	width: 79px;
	margin: 0 20px 0 0;
}
.modal-product img {
	width: 79px;
	height: 79px;
	object-fit: cover;
}
.modal-product__text p {
	font-size: 24px !important;
	margin: 0 0 6px;
	color: #333 !important;
}
.modal-product__text span {
	font-size: 14px;
	color: #A0A0A0;
}
.modal.popup textarea {
	height: 91px;
}
.modal-content form p {
    color: #6C6C6C;
    font-family: Forum;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	margin: 14px 0;
}
.modal-content p a {
    color: #000;
	text-decoration: underline;
}

@media (max-width: 425px) {
	.product-reserve__button {
		max-width: none;
	}
	.modal-product__text p {
		font-size: 20px !important;
	}
}