/* Text */
.modal-products {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 0.7em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:190%; margin:0 0 1em; }
h2 { font-size:150%; }
h3 { font-size:130%; font-weight: bold;}
h4 { font-size:120%;}
h5 
{ 
	border-bottom:1px solid #E5E5E5;
	font-size:140%;
	font-weight:normal;
	margin:0 0 1.1em;
	padding:0 0 1em;
}
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}
#workarea ul li:before { content:'\2014\a0'; }
#workarea li
{
	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">— </span>' + this.innerHTML :'' );
	text-indent:-1.35em;
	margin: 0.6em 0
}

#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}


table.data-table { width: 100%; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0}
table.data-table th { text-align: left;}
table.data-table td, table.data-table th { padding: 1em; font-size: 0.85em;}
table.data-table tr.alt-row { background-color: #F0F0F0; }

.zayavka-list {
	background-color: #ccccd3;
	/* border: solid 1px white; */
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
	padding: 25px;
	margin-right: 20px;
	gap: 10px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.color_link {
	color: #fff;
	background: #3A928E;
	width: max-content;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
}


.product-card {
	background-color: black; /* Цвет фона карточки */
	/* border: solid 1px white; */
	border-radius: 10px; /* Закругленные края */
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); Тень */
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
	padding: 25px; /* Отступы внутри карточки */
	margin-right: 20px; /* Отступ вокруг карточки */
	gap: 10px;
	display: flex;
	flex-direction: column;
	cursor: pointer;

}

.product-header {
	display: flex; /* Включаем flexbox для выравнивания элементов */
	align-items: center; /* Центрируем по вертикали */
	justify-content: space-between;
}
.product-header img {
	width: 30%;
	padding: 10px;
}

.product-title h3 {
	margin: 0; /* Убираем отступы у заголовка */
	color: white;
}

.product-description {
	margin: 10px 0; /* Отступы сверху и снизу у основного текста */
	height: 60px;
	color: white;
}

.product-rewards {
	margin-top: 10px; /* Отступ сверху у блока вознаграждений */
}

.modal-products {
	display: none; /* Скрыть модальное окно по умолчанию */
	position: fixed;
	z-index: 1; /* Сидит на самом верху */
	left: 0;
	top: 0;
	width: 100%; /* Ширина 100% */
	height: 100%; /* Высота 100% */
	overflow: auto; /* Прокрутка, если нужно */
	background-color: rgb(0, 0, 0); /* Черный фон с прозрачностью */
	background-color: rgba(0, 0, 0, 0.4); /* Черный фон с прозрачностью */
}

.modal-content-products {
	background-color: black;
	margin: 15% auto; /* 15% сверху и центрируем */
	padding: 20px;
	border: 1px solid #888;
	width: 60%; /* Ширина 80% */
}

.close-products {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-content-products h2 {
	text-align: center;
	color: white;
}

#request-form label {
	color: white;
}

.butt-button {
	display: flex;
	justify-content: center;
}

.butt-button button {
	background: #3A928E;
	color: white;
	border-radius: 7px;
	border: none;
	padding: 10px;
	width: 50%;
}

.close-products:hover,
.close-products:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#request-form {
	display: flex;
	flex-direction: column;
}

.product-title span {
	color: white;
	display: flex;
	height: 50px;
}

.product-rewards p {
	color: white;
}

.btn-sitecolor {
	color: #fff;
	background-color: #3A928E;
	border-color: #3A928E;
}

.btn-sitecolor2,
.btn-sitecolor2:focus {
	color: #fff;
	background-color: #3A928E;
	border-color: #3A928E;
	font-size: 11px;
}
.btn-sitecolor2:hover {
	color: black;
	background-color: #E5E5E5;
	border-color: #ccc;
}

.btn-mod {

	font-size: 11px;
}

#out_agent {
	margin: 0 2px 0 1px;
}

.user_logout {
	font-size: 11px;
	color: grey;
}
.user_logout:hover {
	color: white;
	text-decoration: none;
}
