html {
  scroll-behavior: smooth;
}

body {
	
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	background: #fff;
	
}

h1, h2, h3 {
	
	padding: 0;
	margin: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
		
}

h3 {
	
	text-align: center;
	
}

a {
	text-decoration: none;
	color: #1E3A8A;
	transition: .2s;
}

blockquote {
	
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	border: 0px solid orange;
	
}

.logo_ank {
	margin: 0;
}

/* ===== LOGO ===== */

.logo_ank a {
	display: flex;
	align-items: center;
	padding-left: 60px;
	min-height: 60px;
	font-size: 1.4rem;
	text-transform: uppercase;
	background: url(../files/e/tehn3.png) left center no-repeat;
}



.LnkH {
	
	color: #4BB6FC;
	
}

.LnkH:hover {
	
	color: #0598FA;
	
}

.top_top {
	width: 100%;
	background: #F3F3F3 url(../files/e/ptrn.png) repeat-x;
}


.site_top {	
	
	margin: 0 0 0px 0;
	width: 100%;	
	background: #1E3A8A; 				
	
}


.top_brick {
	
	padding: 0px;
	max-width: 1120px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	display: block;
	border: 0px solid green;

	
}



.site_logo {
    max-width: 1120px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap; /* разрешаем перенос */
    height: auto; /* убираем фиксированную высоту */
}



/* поиск */
.top_search {
    display: flex;
    align-items: center;
}

.top_search input {
	height: 36px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	font-size: 14px;
}

.top_search button {
	height: 36px;
	padding: 0 12px;
	border: none;
	background: #1E3A8A;
	color: white;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}

.head_a {
	
	
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;	
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;	
	align-items: center;
	box-sizing: border-box;
	border: 0px solid red;
		
	
}


.head_a li {	

	padding: 0px 5px 0px 5px;
	height: 50px;
	border: 0px solid red;	
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;		
	flex-shrink: 0;
    flex-grow: 1;
	cursor: pointer;
	
	
}

.head_a li a {
	
	padding: 5px 0 5px 0;
	border: 0px solid red;
	text-decoration: none;
	color: #fff;
	
}
	
.head_a li:hover {
	
	background: #BB8BFC;
	transition: 0.3s;
-webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6) inset;
-moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6) inset;
box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6) inset;
		
}

.head_a li:nth-child(8) {	
	
	display: none;
		
}


.head_a li:nth-child(9) a {	
	
	padding: 5px 5px 5px 33px;
	border: 0px solid red;
	background: url(../files/e/search4.png)  center left no-repeat; 
	
		
}

.head_a li:nth-child(9) a:hover {	

	border: 0px solid red;
	background: url(../files/e/search4.png)  center left no-repeat; 
	
	
}

#humb {
	display: flex;
	align-items: center;
	margin: 0px 5px 0px 0px;
	width: 30px;
	height: 30px;
	border: 0px solid blue;	
	position: relative;
	
}

#humb > span,
#humb > span::before,
#humb > span::after {
	
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-duration: .25s;
  
  
}



#humb > span::before {
	
  content: '';
  top: -8px;
  
}

#humb > span::after {
	
  content: '';
  top: 8px;
  
}

#tort {
	display: flex;
	align-items: center;
	margin: 0px 5px 0px 0px;
	width: 30px;
	height: 30px;
	border: 0px solid blue;	
	position: relative;
	
}

#tort > span,
#tort > span::before,
#tort > span::after {
	
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-duration: .25s;
  
}



#tort > span::before {
	
  content: '';
  top: -8px;
  
}

#tort > span::after {
	
  content: '';
  top: 8px;
  
}

#tort > span {
  transform: rotate(45deg);
}
#tort > span::before {
  top: 0;
  transform: rotate(0);
}
#tort > span::after {
  top: 0;
  transform: rotate(90deg);
}


.m_open {
	
	padding: 0 0px 20px 0;
	position: absolute;
	width: 100%;
	background: #1E3A8A;
	border: 0px solid red;
	box-sizing: border-box;
	display: none;
	list-style: none;
	opacity: 0.95;
-webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
-moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
	z-index: 9999;

}

.m_open a {	
	padding: 10px 10px 10px 30px;
	font-size: 18pt;
	display: block;
	text-decoration: none;
	color: #ffffff;   /* ← вот это главное */
}

.m_open a:hover {
	background: #3a0a6e;
}

.site_list {

	margin: 0 auto;
	max-width: 1120px;
	min-width: 800px;
	width: 100%;
	border: 0px solid orange;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	
}

.content_show {
	
	padding: 0 5px 0px 5px;
	width: 70%;
	border: 0px solid red;
	font-size: 110%;	
	
}

.content_show h1 {
	
	margin: 20px 0 20px 0;
	font-size: 25pt;
	
}

.content_show h2 {
	
	font-size: 22pt;
	
}

.cat_sinopsis {
	
	margin: 0 0 20px 0;
	padding: 5px 10px 5px 10px;
	border: 0px solid red;
	background: #F5F5F5;
	
}


.sub_meta {
	
	margin: 0;
	padding: 0;
	border: 0px solid red;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 850px;
	width: 80%;
	font-size: 100%;
	
	
}

.sub_meta li {		
	
	
	font-size: 90%;
	margin: 0 22px 10px 0;
	padding: 0 2px 0px 22px;
	border: 0px solid purple;
	color: #BB8BFC;
	cursor: help;	
	
	
}

.sub_meta li:nth-child(1) {	
	
	background: url(../files/e/calendar.png) center left no-repeat; 
	
}

.sub_meta li:nth-child(2) {	

	background: url(../files/e/likes1.png) center left no-repeat; 
		
}

.sub_meta li:nth-child(3) {	
	
	background: url(../files/e/views3.png) center left no-repeat; 
	
}



.sub_meta li:nth-child(4) {	

	background: url(../files/e/watch.png) center left no-repeat; 
	
}

.fast_nav {
	
	width: 100%;
	max-width: 600px;
	list-style: none;
	padding: 20px 20px 20px 10px;
	background: #F7F7F7;
	border-left: 3px solid #1E3A8A;
	box-sizing: border-box;
	
}

.fast_nav li {
	
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(../files/e/arrow2.png) center left no-repeat; 
	
}

.fast_nav li:hover {
	
	background: url(../files/e/arrowh1.png) center left no-repeat; 
	
}

.fast_nav a {
	
	color: #3288D6;
	text-decoration: none;
	border-bottom: 1px dashed #3288D6;
	
	
}

.fast_nav span {
	
	display: block;
	padding: 0px 0 0 20px;
	font-weight: 700;
	
}

.cat_links {	
	
	padding: 0;
	margin: 0;	
	
}

.cat_links_pop {

	padding: 0 0 20px 0;
	margin: 0;	
	font-size: 90%;
	
}


.cat_links li {		

	display: flex;
		
	padding: 8px;
	margin: 0px 8px 18px 0;
	min-height: 100px;	
	list-style: none;
	border: 0px solid purple;
	overflow: hidden;
	cursor: pointer;
	
}

.cat_links_pop li  {		

	display: flex;		
	padding: 8px;
	margin: 0px 8px 8px 0;
	min-height: 50px;	
	list-style: none;
	border: 0px solid purple;
	overflow: hidden;
	cursor: pointer;
	
}

.cat_links li:hover a, .cat_links_pop li:hover a {
	
	color: #EA4224;
	
}

.cat_links_img {
	
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	min-width: 18%;
	height: 100%;	
	border: 0px solid red;
	overflow: hidden;	
	
}



.cat_links_text {
	
	padding: 0;
	margin: 0 0 0 8px;
	border: 0px solid red;
	overflow: hidden;
	
}

.cat_links p {
	
	padding: 8px 0 0 0;
	margin: 0;
	
}

.cat_links li img {
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	
}

.cat_links_pop li img {
	
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 15px;
	
}


.cat_links_text a {
	
	margin: 0px 0 0 0;
	color: #1E3A8A;

	font-weight: 900;
	text-decoration: none;
	display: block;
	border: 0px solid red;
	overflow: hidden;
	
}





.sample_r {
	
	width: 1120px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style:none;
	
}

.sample_r li img {
	
	padding: 0 10px 0 0;
	float: left;
	
}

.sample_r li {
	
	padding: 30px 0 0 0;
	margin: 0 10px 0 0;
	min-height: 70px;
	width: 300px;
	
}



.f_nblock {
	
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border: 0px solid red;
	
}

.p_p_div {
	
	width: 380px;
	margin: 12px auto;
	height: 400px;
	border: 0px solid red;
	
}

.sidebar {
	
	padding: 10px 0 0px 30px;
	border: 0px solid red;
	width: 30%;
	box-sizing: border-box;
	
}

.sidebar h2 {
	
	padding: 20px 0 10px 0;
	margin: 0 0 0 10px;
	
}

	

.float_left {
	
	font-size: 10pt;
	margin: 0 0 0 20px;
	width: 25%;
	float: left;
	font-weight: 700;
	line-height: 25px;
	display:block;
	
}

.float_right {
	
	padding: 4px 19px 0 39px;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	display:block;
	overflow:hidden;
		
}

.online_last {
	
	padding: 0;
	margin: 1em 0 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	
}

.icON {
	
	width: 100px;
	padding: 6px;
	margin: 22px auto;
	text-align: center;
	font-weight: 500;
	font-size: 13pt;
	color: #000;
	border: 1px solid #C0C0C0;
	background: #3EC0FF;
	display: block;
	border-radius: 5px;

	
}

.uF {
	
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: 700;
	font-size: 15pt;
	color: #9D9997;
	
}

.brief_txt {
	
	
	margin: 10px auto;
	padding: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 12pt;
	color: #4E4E4E;
	line-height: 24px;
	border: 0px solid red;
	
}

.name_content_div {
	
	margin: 1em 0px 10px 0;
	padding: 18px 0 18px 0px;
	border-bottom: 1px solid #F3F3F3;
	font-size: 14pt;
	font-weight: normal;
	color: #808080;
	text-transform: uppercase;

}
	
.name_content_div h1 {
	
	text-align: center;
	font-size: 14pt;
	
}


.ll_cat {
	
	padding: 0;
	margin: 20px 0 20px 0;
	width: 95%;
	display: block;
	overflow: hidden;
	list-style:none;
	
}

.ll_cat li {
	
	padding: 10px;
	width: 188px;
	min-height: 150px;
	text-align: center;
	float: left;
		
}

.ll_cat li img {
	
	margin: 0 0 0px 10px;
	
}

.gL {
	
	font-size: 13pt;
	margin: 0 0 20px 0;
	display:block;
	border-bottom: 1px solid #567EC0;
	color: #4E4E4E;
	text-decoration: none;
	
}

.gL:hover {
	
	color: #000;
	
}

.catIND {
	
	padding: 0;
	margin: 30px auto;
	width: 90%;
	display: block;
	overflow: hidden;
	list-style:none;
	border: 0px solid red;
}

.catIND li {
	
	padding: 10px;
	width: 200px;
	min-height: 150px;
	float: left;
	word-wrap: break-word;
	
}

.catIND li img {
	
	margin: 0 0 0px 10px;
	float: left;
	border-radius: 50px;
	
}

.link_c_o {
	
	font-size: 14pt;
	margin: 15px 0 20px 90px;
	display:block;
	color: #808080;
	line-height: 20px;	
	
}

.link_c_o:hover {
	
	color: #000;
	
}

.publics_open {
	
	padding: 0;
	margin: 15px 0 20px 0;
	width: 95%;
	display: block;
	overflow: hidden;
	list-style:none;

	
}
.publics_el {
	
	padding: 10px;
	width: 205px;
	min-height: 150px;
	display:inline-block;
	box-sizing: inherit;
	overflow:hidden;
	vertical-align:top;
	
}

.commL {
	
	display: block;
	
}

.link_c_o_g {
	
	font-size: 12pt;
	margin: 15px 0 20px 0px;
	display:block;
	border: 0px solid red;
	color: #00BBEA;
	line-height: 20px;
	
	
}


.go_to_limit {
	
	margin: 0px;
	padding: 10px;
	border: 0px solid #8CC1FD;
	overflow: hidden;
	border-radius: 2px;
	color: #567EC0;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	
}


.p_right {
	
	float: right;
	
}

.p_left {

	float: left;
	
}

.p_center_p {	
	
	margin: 0px 0 0 0;
	position: relative;
	
}

.p_center {	


position: absolute;
  left: 50%;
	top: 0;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
	
}

.p_right:hover, .p_left:hover, .p_center:hover {
	
	background: ;
	
}


/* seleb */



.sIN {
	
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
	
}


.sINFO_a, .sINFO_aSel {
	
	margin: 10px;
	padding: 5px;
	font-size: 13pt;
	overflow: hidden;
	float: left;
	text-align: center;
	text-shadow: 1px 1px 1px #00CCFF;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	
}

.sINFO_a:hover  {
	
	background: #C0C0C0;
	
}

.sINFO_aE {
	
	background: #808080;
	
}

.sINFO_aCurr {
	
	background: #C0C0C0;
	
}


.site_bottom {
	
	margin: 0 auto;
	padding: 0 0px 20px 0;
	width: 100%;
	border-top: 1px solid #E1E1E1;
	background: #fff;
	
}

.footer-div {
	
	margin: 0px auto;
	width: 100%;
	max-width: 1055px;
	min-height: 80px;
	overflow: hidden;
	text-align: center;
	
}

.footer-div a {
	
	color: #1E3A8A;
	
}	
	
.footer-div p {
	
	padding: 10px 0 0 0;
	font-size: 11pt;
	color: #1E3A8A;
	text-align: left;
	
}

.list_arts {

	padding: 0;
	margin: 0;	
	border: 0px solid red;
	list-style: none;
	
}

.list_arts ul {
	
	padding: 0;
	margin: 0;
	background: none;
	
}

.list_arts ul li {
	
	vertical-align:top;
	width: 250px;
	padding: 0;
	margin: 0 0 20px 0;
	border: 0px solid red;
	background: none !important;
	display: inline-block;
		
}

.list_arts ul li img {
	
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	background: url(../images/e/sl.gif) center center no-repeat;
		
}

.list_arts ul li:hover a {
	
	color: #214B7C;
		
}

.art_div {
	
	margin: 0 auto;
	width: 850px;
	overflow: hidden;
	border: 0px solid green;
	font-size: 110%;
	
}

.art_div h1 {
	
	margin: 20px 0 20px 0;
	color: #325185;
	
}



.look {
	
	font-size: 120%;
	background: #F7F7F7;
  
}

.look::before {
	
	content: "“";
	font-size: 100pt;
	font-family: sans-serif;
	color: #1E3A8A;
}


.o_top {
	
	margin: 10px 0 0 0;
	padding: 10px;
	width: 500px;
	list-style: none;
	border: 0px solid red;
	overflow: hidden;
	font-size: 80%;
	background: #DADADA;
	border-radius: 5px;
	
}

.o_top li {
	
	margin: 10px 0 0 0;
	border: 0px solid red;
		
}

.o_top li a  {
	
	margin: 10px 0 0 0;
	text-decoration: none;
	border-bottom: 1px dashed #000;
		
}

.o_top a:hover  {
	
	text-decoration: none;
	border-bottom: 1px dashed #4E4E4E;
	
		
}

.art_div ul {
	
	margin: 0;
	padding: 0;
	border: 0px solid red;
	list-style: none;
	
}

.art_div ul li {
	
	padding: 10px 0px 10px 25px;
	background: url(../images/e/hm.png) left center no-repeat;
	
}


.in_center_700 {
	
	padding: 5px 0 5px 0;
	margin: 0 auto;

	border: 0px solid red;
	overflow: hidden;	
	
}

.in_center_700 img {
	
	width: 100%;
	height: auto;
	max-width: 700px;	
	
}

.in_center_700 p, .in_content_248 p, .inr_content_248 p {
	
	font-style: italic;
	text-align: center;
	font-size: 80%;
	
}


.div_img_content {
	
	display: block;
	margin: 0 auto;
	clear: both;
	border-radius: 10px;
	
}

.in_content_248 {
	
	margin: 15px 15px 5px 5px;
	padding: 5;
	width: 248px;
	float: left;
	
}

.inr_content_248 {
	
	margin: 15px 15px 5px 15px;
	padding: 5;
	width: 248px;
	float: right;
	
}

#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 32px;
	height: 32px;	
	background: url(../files/e/gototop.png) 50% 50% no-repeat;
	border-radius: 50%;
	opacity: 0.5;
}
#scroll_top:hover {
 	opacity: 1;
}

@media screen and (max-width: 824px) {
	
    .site_logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
	
    .top_search {
        width: 100%;
    }

    .top_search input {
        flex: 1;
        width: 100%;
    }
	
	.logo_ank a {

		margin: 0 auto;
		
	}
	

	
	.head_a {
		
		width: auto;
		overflow: hidden;		
		
	}	
	
	.head_a li:nth-child(1) {
		
		display: none;		
		
	}
	.head_a li:nth-child(2) {
		
		display: none;		
		
	}
	.head_a li:nth-child(3) {
		
		display: none;		
		
	}
	.head_a li:nth-child(4) {
		
		display: none;		
		
	}
	.head_a li:nth-child(5) {
		
		display: none;		
		
	}

	.head_a li:nth-child(6) {
		
		display: none;		
		
	}	
	
	.head_a li:nth-child(7) {
		
		display: none;		
		
	}	
	
	.head_a li:nth-child(8) {
		
		display: flex;		
		
	}
	

	
	.sub_meta {
		
		width: 250px;
		flex-direction: column;
	
		
	}
	

	.site_list {
		
		min-width: 300px;
		flex-direction: column;
		
	}
	
	.content_show {
		
		width: auto;
		
	}
	
	.sidebar {
		
		padding: 10px 0 0px 5px;
		width: auto;
		
	}
	
	.sidebar h2 {
	
		padding: 10px 0 5px 0;	
	
	}
	
	.site_bottom {
		
		padding: 5px;
		width: auto;		
		
	}
	
	.footer-div {
		
		width: auto;		
		
	}

}




