button {
	color: white;
	background:#2f5bd8;
	padding:10px 14px;
	border-radius:10px;
	font-weight:600;
	cursor: pointer;
	border: 0;
	margin-top:16px;
	max-width:225px;
	font-family: Roboto;
}
.truba {
	margin-bottom:16px;
	font-size:28px;
}
.fiting {
	margin-bottom:16px;
}
.fiting small {
	color:#6b7280;
}
.techonologia {
	color:#6b7280;
}
.info {
	display:flex;
	flex-direction:column;
}
.zagolovok {
	display:flex;
	flex-direction:row;
	margin-top:20px;
	margin-bottom:20px;
	align-items:center;
	background:white;
	border-radius:10px;	
	box-shadow:0 6px 18px rgba(16,24,40,0.1);
}
.zagolovok-name {
	display:flex;
	flex-direction:column;
}
li {
	display:inline-block;
	margin-right:12px;
}
body {
	font-family:Roboto;
	color:black;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}
.product {
	display:flex;
	flex-direction:row;
}
.svyaz>button {
	font-size:15px;
	margin-left:16px;
	background:transparent;
	border:1px solid #000000;
	color:black;
}
.katalog {
	margin-top:10px;
}
.filter {
	margin-top:10px;
}
.filter small {
	color:#6b7280;
}
.tpm {
	background:#2f5bd8;
	padding:18px;
	color:white;
	border-radius:10px;
	width: 15px;
	height: 15px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:15px;
	margin:15px;
}
.info {
	display:flex;
	flex-direction:row;
}
.info img {
	width:400px;
	height:220px;
	border-radius:10px;
	object-fit:cover;
	object-position:85% center;
}
.info1 {
	display:flex;
	flex-direction:column;
}
.vse {
	max-width:1100px;
}
.ruki {
	background:white;
	border-radius:12px;
	box-shadow:0 6px 18px rgba(16,24,40,0.1);
}
.flex {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap; 
	gap:10px;
}
.card {
	background:white;
	border-radius:12px;
	display:flex;
	flex-direction:column;
	max-width:320px;
	padding:14px;
	gap:10px;
	box-shadow:0 6px 18px rgba(16,24,40,0.1);
	margin-top:10px;
}
.zakazat>button {
	background:transparent;
	border:1px solid #000000;
	color:blue;
	display:flex;
	flex-direction:row;
}
.right {
	display:flex;
	flex-direction:row;
	gap:10px;
	margin-top:auto;
}
.about {
	background:white;
	display:flex;
	flex-direction:column;
	gap:15px;
	max-width:600px;
}
.filter1 {
	display:flex;
	flex-direction:row;
	gap:16px;
	margin-top:20px;
}
.proizvodstvo {
	display:flex;
	flex-direction:column;
	gap:5px;
	border:1px solid #e1e1e1;
	border-radius:10px;
	padding:12px;
	margin-bottom:25px;
}
.sertifikacia {
	display:flex;
	flex-direction:column;
	gap:5px;
	border:1px solid #e1e1e1;
	border-radius:10px;
	padding:12px;
	margin-bottom:25px;
}
.hahaha1 {
	display:flex;
	flex-direction:row;
	gap:10px;
}
.contacts u {
	color:blue;
}

.otdel {
	display: flex;
	flex-direction:column;
}
.contactform {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:10px;
}
.contactform input {
	border-radius:10px;
	padding:8px;
	border:1px solid #e1e1e1;
}
.otdel>b {
	margin-bottom:10px;
}
.message {
	grid-column:1/-1;
	height:50px;
}
.copyright {
	display:flex;
	justify-content:center;
	margin:15px;
	color:#6b7280;
}
input.search {
	border:0;
	background:#f3f4f6;
	outline:0
}
.search1 {
	background:#f3f4f6;
	padding:10px;
	border-radius:999px;
	display:flex;
	align-items:center;
	margin-left:auto;
	border: 1px solid #e1e1e1;
	gap:5px;
	width:250px;
}
.tambovpol {
	color:#6b7280;
	font-size:15px;
}
.contacts1 {
	color:#6b7280;
	display:flex;
	gap:10px;
	flex-direction:column;
}
.contacts ul {
	color:#6b7280;
	padding:0;
	display:flex;
	gap:10px;
	flex-direction:column;
}
.contacts {
	padding:10px;
}
.card img {
	height:350px;
	object-fit:contain;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.45);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.modal-content {
	position: relative;
	background: #ffffff;
	padding: 20px 24px;
	border-radius: 12px;
	max-width: 800px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.modal-content h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.modal-close {
	position: absolute;
	right: 18px;
	top: 12px;
	font-size: 26px;
	line-height: 26px;
	cursor: pointer;
	color: #444;
}

#exportBtn {
	background: #16a34a;
	color: white;
	padding: 8px 14px;
	border-radius: 10px;
	font-weight: 600;
	border: 0;
	cursor: pointer;
	margin-top: 0;
	margin-right: 20px;
	white-space: nowrap;
}

#exportBtn:hover {
	filter: brightness(0.95);
}

#modalBody {
	white-space: pre-line;
}