body {
		font-weight: normal!important;
}
a.mega-menu-link {
font-weight: 700!important;
}
#wptb-table-id-8508 > table {
	width: 100%!important;	
}
#wptb-table-id-8571 > table {
			width: 100%!important;
}
#wptb-table-id-8596 > table {
		width: 100%!important;
}
#wptb-table-id-8717 > table{
		width: 100%!important;
}
.relative {
position: relative;
}

.rborder {
	box-shadow:0 4px 5px 5px rgba(0,0,0,0.15);
}
.rounded {
		border-radius: 5px;
}
.m5-flex-wrapped {
		display: flex;
		flex-flow: row wrap;
		gap: 3rem;
}

/*  14/04/2026 ===== АДАПТИВНЫЕ ИЗОБРАЖЕНИЯ (под ширину текста) ===== */
.entry-content p {
    max-width: 800px;      /* комфортная ширина для чтения */
    margin-left: auto;
    margin-right: auto;
}
.entry-content img {
    max-width: 100%;       /* картинка не шире родительского блока */
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}