body, table, p, ul, li, td, th {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
}

.content_block {
	margin-bottom: 30px;
}

.content_block_img {
	background: #ffffff;
	padding: 10px;
	text-align: center;
	border: 1px solid #f6d382;
	border-radius: 10px;
}

.content_block_img img {
	width: auto;
	max-width: 100%;
}

.content_block_img_title {
	margin-top: 5px;
	font-weight: bold;
}

.content_block_img_descr {
	margin-top: 5px;
	color: #708090;
}

.video {
	width: 600px;
	margin-right: 40px;
	float: left;
}

@media screen and (max-width: 1023px) {
.video {
	width: 100%;
	margin-right: 0;
	float: none;
}	

.content_block_video_descr {
	margin-top: 10px;
}

}

.video_player {
	width: auto;
	margin-right: 0px;
	float: none;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 56.25%; /* 56.25% задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}

.video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.imageslist_bg {
	padding: 5px 0;
	background: url(/images/fi_listik.png) no-repeat 25% 0, url(/images/fi_listik.png) no-repeat 75% bottom;
}

.imageslist_block {
	display: grid;
	grid-gap:0;
	grid-template-columns: 1fr 1fr;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #fece62;
}

.imgl_bl1 {
	grid-template-areas: "imageslist_descr imageslist_img";
}

.imgl_bl2 {
	grid-template-areas: "imageslist_img imageslist_descr";
}

.imageslist_block:last-child {
	border-width: 1px 0 1px 0;
}

.imageslist_descr {
	padding: 20px;
	grid-area: imageslist_descr;
}

.imageslist_descr h3 {
	padding-top: 0;
	margin-top: 0;
}

.imageslist_img {
	grid-area: imageslist_img;
}

.imageslist_img img {
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	max-width: 100%;
}

img, a img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


h1, .ash1 {
	margin: 0 0 40px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #633d12;
	padding: 0 0 15px 0;
   background: url(/images/pr.svg) no-repeat left bottom;
}


h2 {
	font-size: 22px;
	padding: 0;
	margin: 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #633d12;
}

h3 {
	font-size: 20px;
	padding: 0;
	margin: 15px 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #633d12;
}

h4 {
	font-size: 18px;
	padding: 0;
	margin: 10px 0;
}

h5 {
	font-size: 16px;
	padding: 0;
	margin: 10px 0;
}

h6 {
	font-size: 15px;
	padding: 0;
	margin: 10px 0;
}


a {
	color: #850505;
}


a:hover {
	
}

a:visited {
	
}

ul {

}

li {

}

td, th {
	vertical-align: top;
	text-align: left;
}

.border_table {
	border-collapse: collapse;
	background: white;
}

.w100 {
	width: 100%;
}

.border_table td, .border_table th{
	padding: 5px 10px;
	border: #633d12 solid 1px;
}

.border_table th {
	background: #f6d382;
	color: #633d12;
}

.border_table caption {
	font-weight: bold;
	margin-bottom: 10px;
}


.no_border_table {
	border-collapse: collapse;
	border: none;
	background: white;
}

.no_border_table th {
	background:#f3e4bd;
	border: none;
}

.no_border_table caption {
	font-weight: bold;
	margin-bottom: 10px;
}

.no_border_table  td, .no_border_table th{
	padding: 10px;
	border: none;
}


@media screen and (max-width: 800px) {

body, table, p, ul, li, td, th {
	font-size: 14px;
}


h1, .ash1 {
	margin: 0 0 25px 0;
	font-size: 24px;
}


h2 {
	font-size: 20px;
	margin: 20px 0;
}

h3 {
	font-size: 18px;
	margin: 15px 0;
}

h4 {
	font-size: 16px;
	margin: 10px 0;
}

h5 {
	font-size: 15px;
	margin: 10px 0;
}

h6 {
	font-size: 14px;
	margin: 10px 0;
}


.adaptive_table, .adaptive_table tbody, .adaptive_table tr, .adaptive_table td {
	display: block;
	height: auto;
	overflow: hidden;
}

.adaptive_table th {
	display: none;
}

.adaptive_table td {
	border-width: 1px 1px 0 1px;
	width: auto;
}

.adaptive_table tr td:last-child {
	border-width: 1px;
}

.adaptive_table tr {
	margin-bottom: 10px;
}

.adaptive_table tr td:first-child {
	background: #f3e4bd;
	font-weight: bold;
}

.adaptive_table td:before {
	display: block;
	float: left;
	margin-right: 10px;
	width: 40%;
	content: attr(title);
	font-weight: bold;
}

.no_border_table  td, .no_border_table th{
	padding: 5px;
}

.border_table td, .border_table th{
	padding: 5px;
}

.content_block_img {
	padding: 0 0 10px 0;
}





.imageslist_block {
	display: block;
}

.imageslist_descr {
    padding: 10px 0;
}

.imageslist_img {
	padding-top: 10px;
}

}


@media screen and (max-width: 480px) {

.border_table {
	border-collapse: collapse;
	width: 100%;
}



}