div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.oglav{
	margin: 50px 0;
    width: 40%;
}
.section.instruction .img-center{margin: 0 auto;}
.section.instruction .oglav ul{
	list-style: none;
	margin-left: 0;
}
.instruction_important p{
	    display: flex;
    align-items: center;
}
.instruction_important p img{
	margin-right: 30px;
}
.section.instruction h3{
	margin: 20px 0;
    text-align: center;
}
.technical_requirements{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.section.instruction ul{
	list-style: unset;
	margin-left: 20px;
}
.technical_requirements table,.technical_requirements tr, .technical_requirements td{
	border:1px solid black;
}
.dual-table-tr, .dual-table-head{
	display: flex;
	padding: 5px 20px;
	color: #000000;
}
.dual-tabel-td{ min-width: 200px;}
.dual-table-head{
	background: #68c6e0;
}
.dual-table-tr:nth-child(2n) {
    background: #e5e8e9; /* Цвет фона */
   } 
.tip{
	display: flex;
	margin: 50px 0;
    border: 1px solid black;
    align-items: center;
    color:#000000;
}
.tip .text{background: #e5e8e9;border-left: 1px solid black;}
.tip div{padding: 10px;}
.dual-table.triple .dual-table-head, .dual-table.triple .dual-table-tr{
	justify-content: space-between;
}
.dual-table.triple .dual-tabel-td{width: 33%;}
.section.instruction h2{text-align: center;}
.section.instruction .big-photo{margin: 0 auto;}
@media screen and (max-width:768px){
	.oglav{width: 100%;}
	.dual-tabel-td {
	    min-width: 140px;
	}
	.tip img{width: 200px !important;}
	.dual-table.triple .dual-tabel-td{min-width: 120px;}
	.dual-table.triple{font-size: 0.8rem;}
}