/* CSS Document */

/*ШАБЛОН ТЕКСТА С РАМКАМИ И ОБТЕКАНИЕМ*/
.content #text {
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	/*height:262px;/*высоту поставил когда два блока идут друг за другом с малым наполнением текста происходит наезд одного блока на другой АНТИТЕРРОРИСТИЧЕСКАЯ ДЕЯТЕЛЬНОСТЬ*/
}
.content #foto_box_full {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}
.content #foto_box_full img {
	width: 100%;
	margin: 0 auto;
}
.content #foto_box_722, .content #foto_box_722 img {/*горизонтальная рамка c шириной 722*/
	width:722px;	
	margin: 0 auto;
	border: 2px solid #dbe2e6;
}
.content #foto_box_375, .content #foto_box_375 img {/*горизонтальная рамка c шириной 375*/
	width:375px;
    margin: 3px 15px 0px 3px;
	border: 2px solid #dbe2e6;
}
.float_left {
    float: left;
}
.content .center, .content .center img {/*горизонтальная рамка c шириной 375*/
	width:375px;
    margin: 0 auto;
	border: 2px solid #dbe2e6;
}
.content #foto_box_250, .content #foto_box_250 img {/*горизонтальная рамка c шириной 250*/
	width:250px;
	float:left;
	margin: 3px 15px 0px 3px;
	border: 2px solid #dbe2e6;
}
.content #video_box {/*МЕЖНАЦИОНАЛЬНЫЕ И МЕЖЭТНИЧЕСКИЕ ОТНОШЕНИЯ*/
	width:300px;
	float:left;
	/*margin-top:8px;
	margin-left:8px;*/
	margin: 5px 15px 0px 5px;
	border: 2px solid #dbe2e6;
}
.content #text text {/*обтекание текстом*/
	white-space: normal;
	float: left;
	margin: 15px;
}
.cyrilic li:nth-child(1)::before { content: 'а) '; }
.cyrilic li:nth-child(2)::before { content: 'б) '; }
.cyrilic li:nth-child(3)::before { content: 'в) '; }
.cyrilic li:nth-child(4)::before { content: 'г) '; }
.cyrilic li:nth-child(5)::before { content: 'д) '; }
.cyrilic li:nth-child(6)::before { content: 'и) '; }
.cyrilic li:nth-child(7)::before { content: 'к) '; }
.cyrilic li:nth-child(8)::before { content: 'л) '; }

@media screen and (max-width: 1400px) {
    iframe {
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
	.content #foto_box_375, .content #foto_box_375 img {
		text-align: center;
		max-width: 330px;
	}
}

.ul_dash {
    list-style: none;
}

.ul_dash li:before {
    content:  "- ";
}
