/*header,content,footer,div,a,menu,li,nav{
	outline:1px dotted red;
	}*/
/*начало шапки сайта, логотип, меню*/
a{
	color:#000;
	font-family: Arial;   /*"LatoRegular" */
}

html, body {
  height: 100%;
}

body{
	background-color:#FAFAFA !important;
/*  overflow-x:hidden;*/
}

.overflow_hidden {
  overflow: hidden;
}


header{
	height: 226px !important;       /* 256px !important;  */
	/*background:url(images/222.png) no-repeat;*/
}

#header_top{
	float: left;
	width: 100%;
	padding-left: 18px;
	padding-top: 15px;
  padding-bottom: 15px;
}

.site_title {
	font-size: 2.55em;     /* 2.55em; */
  margin: 34px 0px 0px 0px;
  font-family: Arial;               /*"LatoRegular";*/
  color: rgba(73,73,73,0.85);
  float:left;

  font-weight: bold;
  position: relative;
}

.site_title > p {
	font-size: 0.39em;
  margin: 0px 0px 0px 0px;
  font-family:  Arial;             /* "LatoRegular"; */
  color: #818181;
  float:left;
  line-height: 15px;
  font-weight: 100;
  position: relative;
} 

.menu ul {
	list-style: none;
	padding-left: 17px;
  margin-top: 45px;
  line-height: 17px;
  position: relative;
}
.menu ul li {
  padding-bottom: 15px;
}

.menu ul li a{
	font-size: 16px;
  font-weight: bold;
  color: #636363;
  font-family: Arial;      /*" LatoRegular" */;
  position: relative;
}

#agenda{
	margin-top: 9px;
  font-size: 13.5px;
  padding-left: 4px;
  position: relative;
}

#agenda ul{
	list-style:none;
	padding-left: 0px;
	margin: 0px;
}

#agenda ul li{
	font-weight:normal;
	padding-left:0px;
	font-family: Arial; /*" LatoRegular"; */
	color: #636363;
}

.lang{
	margin-top:42px;
}

.lang ul{
	list-style:none;
}

.lang ul li em{
	/*background:#E6E3E2;*/
  color:#5b5be8;
	border-radius: 2px;
	padding: 2px;   /* padding: 2px;  */
	font-weight: bold;
	font-family:  Arial;   /*"LatoRegular";*/
}

.lang ul li {
  padding-bottom: 10px;
}


.current{
	background-color:#BBBB2D;
	border-radius: 7px;
  width: 31px;
}

.lang ul li a{
	color:#636363;
	font-weight: bold;
	font-family: Arial;     /* "LatoRegular";  */
}
/*конец шапки сайта, меню*/

nav{
	height: 30px;
	padding-top: 5px !important; 
}

#menug{
	background-color:#E6E3E2;
  width: 100%;
  
  /*margin-top: 16px;     /* 36px;  */
  position: relative;
}

nav ul{
  list-style: none;
  margin: 0px;
 	padding-left: 0px;
}

.topmenu > li {
  float: left;
  position: relative;
  font-family: "FontAwesome";
}

.topmenu > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #636363;
  padding-left: 0px;
  padding-right: 35px;     /* 37px; */   /* 47px; */
}

.topmenu > li:hover > a, .submenu li:hover a {color: #000;}

.submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}

.submenu {
  background: #E6E3E2;
  position: absolute;
  left: -25px;
  top: 100%;
  z-index: 5;
  width: 100px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}

.submenu a {
  color: #636363;
  font-weight: bold;
  padding: 0px 31px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  padding-bottom: 3px;
}

.submenu li:last-child a {border-bottom: none;}

.topmenu > li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}

content, footer, #info, #archive{
	width:993px;
	margin:0 auto;
}

/*Начало центральный блок*/
.fon {
	background: url(images/fon_fon.jpg) no-repeat;
	height: 506px;
	width: 100%;
	background-size: cover;
  background-position: top center;
}

.tit-ser{
	font-size: 3.19em;
  font-family: Arial;          /*"LatoRegular";  */
  font-weight: 100;
  color: #F2F1F0;
  float:left;
  padding-top: 110px;
  padding-left: 110px; 
}

/*Начало форма поиска книг*/
.search {
	margin-top: 30px;   /* 30px; */
}
/*----------------------------------------------------------------*/
                    /* Расширенный поиск */   /* Код не используется */
 /* .search>a{  */      
  font-family: Arial;   /* "LatoRegular"; */
  font-weight: 100;
  color: #454545;   /* white */         /*#A2A2A2; */
  float: right;
  font-size: 24px;
  /*padding-right: 6px;    /*  42px;  */
  /*padding-bottom: 20px;*/
  margin-right: 18px;
  margin-left: 18px;
  margin-bottom: 23px;
/*} */

.search>a:hover{
  /*color: white;  /* #A2A2A2; */*/
}

.search a .arrow {
  background:url(images/ar.png) no-repeat 0 center;
  position: absolute;
  width: 20px;
  height: 12px;
  padding-top: 21px;
}
/*----------------------------------------------------------------*/




/*#advanced_search:hover {
  color: white;
}*/

.btn_adv_search {
  padding: 0px 0px 0px 15px;
  font-size: 24px;
  border: 1px solid #ccc; /*рамка*/
  background:#eaeaea; /*фон*/
  padding: 5px 10px 5px 10px; /*отступы внутри*/
  border-radius: 20px;
  text-decoration: none !important;
}

.btn_adv_search #advanced_search {     /* Это id  .search>a   */
  display: block; 
  text-align: center;
  height: 100%;
  text-decoration: none !important; /*убрать подчеркивание ссылки*/
  /*padding: 0px 0px 0px 18px;*/
  cursor: pointer; 
}

.btn_adv_search:hover {
  background: #de5b6e;
  box-shadow:0 5px 0 rgba(0,0,0,0.1), inset 0 0 2px rgba(255,255,255,0.3); 
  transition: all 500ms ease; 
} 

.btn_adv_search:hover #advanced_search {
   color: white;
}



.elcop{                     /* Электронная версия   */
	font-family: Arial;   /* "LatoRegular";no-repeat/ */
  font-weight: 100;
  color: #337ab7; /*#3640d6;  */  /* #1e263d; */ /* #454545;  */   /* white; */  /* #A2A2A2;  */
  float: left;
  font-size: 20px;
  padding-top: 5px;   /* отступ сверху */
  padding-left: 30px;
  cursor: pointer; 
  /*padding-right: 8px;*/
  /*padding-top: 20px;*/
}

.elcop:hover {
  color: white;
}

.search>input[type="checkbox"]{
	margin-top: 24px;
}

#find_button_author {
  margin-top: 15px;
  margin-top: 5px;
}

#find_button_keywords {

}

#find_button_repository {

}
/*
#src_author, #src_name {
	font-family: "LatoRegular";
  margin-bottom: 15px;
  padding: 10px 10px 10px;
  width: 256px;
  height:36px;
  background: white;
  text-indent:10px;
  overflow: hidden;
  border-radius: 6px;
}

#src_author:before, #src_name:before {
  content: '';
  position: absolute;
  overflow:hidden;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  float:left;
}

#src_author input[type=text], #src_author input[type=password], #src_name input[type=text], #src_name input[type=password] {
  width: 278px;
  border-radius: 20px;
}
*/

input[type=text].form-control, .form-control {
  font-family:  Arial;  /*"LatoRegular"; */
  margin-bottom: 15px;
  padding: 10px 10px 10px;
  width: 286px;       /* 256px; */
  height: 42px;        /* 36px;  */
  background: white;
  text-indent: 10px;
  overflow: hidden;
  border-radius: 6px;
}

/* Цвет подсказывающего текста */
 /* input[type="text"].form-control, .form-control::-moz-placeholder { color: #454545; }
  input[type="text"].form-control, .form-control::-webkit-input-placeholder { color: #454545 }
  input[type="text"].form-control, .form-control:-ms-input-placeholder { color: #454545; }
  input[type="text"].form-control, .form-control::-ms-input-placeholder { color: #454545; }
  input[type="text"].form-control, .form-control::placeholder { color: #454545; }*/

/*  Шрифт подсказывающего текста */
input[type="text"].form-control, .form-control::placeholder { font-size: 18px; }



input[type=text].form-control:before, .form-control:before {
  content: '';
  position: absolute;
  overflow:hidden;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  float:left;
}

.ui-autocomplete{
  max-height: 300px;
  max-width: 500px;
  overflow-y: auto;
  /* отменим горизонтальный скролл */
  overflow-x: hidden;
  /* добавим padding для учета вертикального скролла */
  padding-right: 20px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 2px solid;
  border-color: #948F8F #B3AFAF #B9B8B8;
  border-radius: 2px;
  outline: 0px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #1DAD18;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit]{
  
 	background-color: #3c2a26;  /* rgb(60, 42, 38); */
  color: #22a65a;
  border-color: #22a65a;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  padding: 7px 12px;
  float: right;
  margin-top: 12px;
  /*margin-right: 24px;*/
}

input[type=submit]:hover, input[type=submit]:active{
	background-color: rgb(60, 42, 38);
  color: #62E859;
  border-color: #62E859;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  padding: 7px 12px;
  float: right;
  margin-top: 12px;
  /*margin-right: 24px;*/
}

.temkat{
	background-color:  #E6E3E2;
	position: relative;
  z-index: -1;  /* -1;  */
  width: 100%;
  margin: 0;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #636363;
  font-family: Arial;   /* "LatoRegular"; */
  text-align: center;
  padding-top:  5px;
}
/*Конец формы поиска книг*/

/*Начало тематический каталог*/
#cat{
	padding-left: 22px;
	position: relative;
	margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px !important;
	}

#cat ul{
	list-style: none;
	margin-bottom: .5em;
}

#cat ul li a{
	font-weight: bold;
	padding-left: 0px;
  color: #454545;    /*Изначально #636363 */
}

#cat ul ul li a{
	font-weight: normal;
}

.cat_position{
	width: 90%;
	margin: 1em 5%;
}

.cat_position ul{
	margin: 0
}

.forms{
	display: inline-block;
	float: left;
  padding: 15px !important;
  margin-left: -15px !important;
  /*border: 1px solid red;    */
  background-color: #efefef; 
}

.forms .elcopy, .koldoc{
	font-family: Arial;    /*"LatoRegular";*/
  font-weight: 100;
  color: rgba(78, 75, 75, 0.93);
  float: left; 
}

.koldoc {
  padding-right: 5px;
}

.forms>a>key{
	font-family: Arial;  /*"LatoRegular";*/
  font-weight: 100;
  color: #A2A2A2;
  float:left;
}

 .forms button {
  background-color: rgba(60, 42, 38, 0);
  color: #8A8484;
  border-color: #8A8484;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  padding: 7px 12px;
  float: right;
  margin-top: 12px;
  margin-right: 24px;
  font-family: Arial;  /*"LatoRegular";*/
}

 .forms button:active, .forms button:hover{
  background-color: rgba(60, 42, 38, 0);
  color: #4C4B4B;
  border-color: #4C4B4B;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  padding: 7px 12px;
  float: right;
  margin-top: 12px;
  margin-right: 24px;
}

.button_link {
  outline: none;
  background-color: rgb(239, 239, 239);
  color: #333;
  border-color: rgb(118, 118, 118);
  border-radius: 4px;
  border-width: 1px;
  border-style: outset;
  padding: 1px 6px;
  display: inline-block;
  margin: 0em;
}

.button_link:hover {
  background-color: rgb(210, 210, 210);
}

.button_link:active {
  background-color: rgb(250, 250, 250);
}

.button_help {
  cursor: help;
  position: relative;
  outline: none;
  border-style: none;
  display: inline-block;
  font-size: medium;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  background-color: inherit;
  top: 1px;
  /*
  position: relative;
  outline: none;
  display: inline-block;
  background-color: rgb(0, 255, 255);
  color: #333;
  border-color: rgb(118, 118, 118);
  border-radius: 100%;
  border-width: 1px;
  border-style: outset;
  padding: 0px 7px;
  margin: 1px;
  */
}

.button_help:hover {
}

.button_help:active {

}

.button_help:before,
.button_help:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.4s ease;
}

.button_help:after {
  font-family: "LatoRegular";
  position: absolute;
  pointer-events: none;
  content: attr(data-help);
  outline: none;
  background-color: #99b9f7; /*#a3c9f7;*/   /*rgb(128, 255, 255);*/
  color: #333;
  border-color: rgb(118, 118, 118);
  border-radius: 8px 8px 8px 0px;
  border-width: 1px;
  border-style: outset;
  padding: 1px 6px;
  margin: 1px;
  top: -85px;
  left: 15px;
  width: 250px;
  /*
  position: absolute;
  pointer-events: none;
  content: attr(data-help);
  outline: none;
  background-color: rgb(0, 255, 255);
  color: #333;
  border-color: rgb(118, 118, 118);
  border-radius: 8px;
  border-width: 1px;
  border-style: outset;
  padding: 1px 6px;
  margin: 1px;
  top: -65px;
  left: -10px;
  width: 225px;
  */
}
/*
.button_help:before {
  position: absolute;
  pointer-events: none;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgb(118, 118, 118) transparent transparent transparent;
  top: 1px;
  right: 6px;
}
*/

/*.button_help:focus::before,*/
.button_help:hover::after {
  opacity: 1;
  transform: translateY(-10px);
}

.keyword{
	float:left;
	display:inline-block;
	padding: 12px;
  padding-left: 0px;
  margin: 15px;
  margin-left: 45px !important;
}

.keyword b {
	color:#676363 !important;
}

.keyword a{
	color:#676363 !important;
	font-weight:bold;
}

.tit{
	font-size: 2.19em;
  font-family: Arial;    /*"LatoRegular";*/
  font-weight: 100;
  color: #ededed; /*#B9B9B9;*/
  float:left;
  padding-top: 16px;
  text-align: center;
  width: 100%;
}

#footer{
	background-color:  #c7c5c5 /*#E6E3E2*/;
	width: 100%;
	font-family: Arial;  /* "LatoRegular"; */
	color: #636363;
}

.fon2 {
	background-color: rgba(218, 218, 218, 0.32);
}

.font { 
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin: 15px;
}

.navig{
	padding: 10px 131px 0;
	float: left;
	width: 100%;
	background: url(images/fon2.jpg) no-repeat ;
	height: 136px;
	background-size: cover;
  background-position: top center;
  /*overflow: hidden;*/
}

.kroxi, .kroxi>a, font>a{
	color: #36200f /*#38200e*/ !important;   /* #4a260c  */  /*#522403*/   /* #A2A2A2*/ 
	padding-top: 30px;
  font-size: 16px !important;
	font-family: Arial;   /* "LatoRegular"; */
  font-weight: bold;
}

font{
  font-size: 16px;
   font-weight: bold;
}

.kroxi>a:hover{
	color:#F0F0F0;
}

.update{
	padding-left: 144px;
	font-weight: bold;
  color: #636363;
  padding-bottom: 12px;
}

.update p{
	padding:0px;
	margin:0px;
}

.dwnl_soft{   
	font-size: 14px;
  padding-left: 51px;
  padding-top: 15px;
  color: #494949;
}

.external{
  /*padding-top: 15px;     /* 27.09.2021 */
  margin-bottom: -20px ;
}

.external li {
	list-style:none;
}

.external li a{
	font-family: Arial    /* "LatoRegular"; */
  color: #494949;
	font-size:14px;
}

.copy{
	font-size:96%;
}
.spisok-cat>dl{
	padding: 0px;
  margin: 0px;
  font-family: "LatoRegular";
}
.spisok-cat>dl>dt{
  padding-top: 10px;
  font-weight: bold;
}
.spisok-cat>dl>dd{
	border-bottom:1px solid;
	border-color: #D4D2D2;
  margin: 0px;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
hr{
  margin: 0px !important;
  border-top: 1px solid #D4D2D2 !important;
}
.search-lup{
	background:url(images/111.png) no-repeat;
	width:61px;
	height:60px;
	display: inline-block;
	margin-top: 12px;
}
.res{
	margin-top: 33px;
  text-align: right;
  font-family: "LatoRegular";

}
.pages{
	text-align:center;
	font-family: "LatoRegular";
}
.pages>p{
	font-width:14px;
}
.pages>p>a{
	font-size: 18px;
}
.current-page{
	    font-size: 23px;
}
.arr1{
background:url(images/ar.png) no-repeat;
width:20px;
height:14px;
}
.arr2{
background:url(images/ar2.png) no-repeat;
}
.tit1{
	font-size: 2.19em;
  font-family: Arial;   /*"LatoRegular";*/
  font-weight: 100;
  color: #ededed;     /* #B9B9B9;*/
  float: left;
  padding-top: 16px;
  text-align: left;
  width: 100%;
  padding-left: 67px;
}
.tit2{
	font-size: 1.82em;     /* 1.88em; */
  font-family: Arial;  /*"LatoRegular";*/
  font-weight: 100;
  color: #ededed;   /* #B9B9B9; */
  float: left;
  padding-top: 16px;
  text-align: left;
  width: 100%;
  /*padding-left: 10px;     /* 67px; */*/
}
.nothing{
	padding-left: 109px;
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: "LatoRegular";
}
.text1{
  display: inline-block;
	margin-top: 20px;
	font-family: "Arial"; /*"LatoRegular";*/
	font-size: 16px;
	padding-left: 23px;
}
.text1>p{
	text-indent: 1.5em;
	text-align: justify;
	color: #494949;
}
.text2{
	font-family: "LatoRegular";
	font-size: 15px;
	color: #494949;
	
}
.text2>tr>td{
	width: 242px !important;
}
.text3{
	font-family: "LatoRegular";
	font-size: 15px;
	color: #494949;
	
}
.text3>tr>td{
  padding-right: 19px;
}
.text4{
	
	font-family: "LatoRegular";
	font-size: 15px;
	color: #494949;
	
}
.text4>tr>td{
  padding-right: 30px;
}

.headline{
	font-weight:bold;
}
.arrd{
	margin:0 0 0 5px;
}
.hr-vir{

}
.vir{
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 15px;
}
.align{
	padding-left:21px;
}
th{
	font-weight: 100;
}

#info_fon {
  background: url(images/fon_bottom.jpg) no-repeat;
  width: 100%;
  height: 172px;
  background-size: cover; /*contain;    /* cover;  */
  background-position: top center;

  /*background-position: top center;*/
  /*width: 100%;
  height: 200px;
  background: url('../images/fon_footer.jpg') 0 0/ contain;*/
}

.download_warning {
  background-color:#E6E3E2;
  position: relative;
  width: 100%;
  margin: 0;
  height: 35px;  /* 24% */    /* 35px */
  font-size: 15px;

  font-weight: bold;
  color: #636363;
  font-family: Arial;   /* "LatoRegular"; */
  text-align: center;
  padding-top: 5px;
}

#footer_sites_name {
    
}

#footer_copyright {
   /*font-family:  Arial;  */
  width: 100%; 
  padding: 0 0 10px 0;  
  color: #1a1818;
  text-align: center;
}

.presentation_name {
  display: inline-block;
  margin-top: 10px;
 /* display: flex;
  flex-direction: column;*/
}

.presentation_name_margin {
  margin-bottom: 20px;
}


/* *** START ***  Прижатие футера к низу  (страницы кроме главной и все что не /cat...-> там другая верстка) */

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#layer {
  flex: 1 0 auto;
}
/* + html, body {height: 100% ;} */
/* *** END ***  Прижатие футера к низу  */


/***** START **** hamburger menu **********************************/

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  /*left: 0;*/
  right: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  /*left: 20px;*/
  right: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  /*z-index: 1;*/
  z-index: 10;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  overflow: auto; 
  top: 0;
  /*left: -100%;*/
  right: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 70px 0;

  list-style: none;

  background-color:  #eee6fc; /*#ebe1fc; */  /*#e2d7f5;*/ /*#f5ebdc;*/   /*#ECEFF1;*/
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
  z-index: 9;
  opacity: 94%;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color:  #CFD8DC;
}

/***** END **** hamburger menu **************************************** */




/* *** START **** @media ************* @media ************ @media ******** */

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
  .download_warning {
      height: 9%; 
    }
   /* *** START *** Блок названий */
  .navig{
    padding: 2px 15px 0;
  }
  /* .tit1 {
    font-size: 1.50em;
    padding-left: 0px;   
  }
   .tit2 {
    font-size: 1.50em;
    padding-left: 0px;   
  }*/
   .tit1 {
    text-align: center;
    font-size: 1.80em;
    padding-top: 0px; 
    padding-left: 0px;   
    margin-top: 5px;
    margin-bottom: 5px;
  }
   .tit2 {
    text-align: center;
    font-size: 1.7em;
    padding-top: 0px; 
    padding-left: 0px;
    margin-top: 5px; 
    margin-bottom: 5px;  
  }
  /* *** END *** Блок названий */
}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
  #menug {
    /*height: 30%;*/
	 display: none;
  }
  header{
    height: 14em !important;  /* 20% */
  }
 /* #header_top {
    height: 20% !important;  
  }*/
  .site_title {
    margin-left: 30px;
  }
  #footer_copyright {
    margin: 10px 0px 7px 5px; 
  }
  .download_warning {
    height: 11%; 
  }
  /* *** START *** Блок названий */
/*  .navig{
    padding: 2px 15px 0;
  }
   .tit1 {
    font-size: 1.50em;
    padding-left: 0px;   
  }
   .tit2 {
    font-size: 1.50em;
    padding-left: 0px;   
  }*/
    /* *** START *** Блок названий */
  .navig{
    padding: 0px 0px 0px 4px;
    background: url(images/fon2.jpg) no-repeat ;
    height: 136px;
    background-size: cover;
    background-position: top center;
  }
  .tit1 {
    text-align: center;
    font-size: 1.60em;
    padding-top: 0px; 
    padding-left: 0px;   
    margin-top: 5px;
    margin-bottom: 5px;
  }
   .tit2 {
    text-align: center;
    font-size: 1.50em;
    padding-top: 0px; 
    padding-left: 0px;
    margin-top: 5px; 
    margin-bottom: 5px;  
  }
  .kroxi, .kroxi>a, font>a{
    padding-top: 50px;
    font-size: 14px !important;
  }
  font {
    font-size: 14px !important;
  }
  .fon {
    background: url(images/fon.jpg) no-repeat;
    height: 606px;
    /*width: 100%;*/
    background-size: cover;
    background-position: top center;
  }
   .btn_adv_search {
    margin-bottom: 30px;
  }
   /* *** END *** Блок названий */
}


/* Small Devices, Tablets */
@media (max-width : 767px) {
  #footer_copyright {
    margin: 10px 0px 7px 5px; 
  }
 .temkat {
    /*display: none;*/
 }
 .container > #cat {
   /*background: green;*/
 }
  header{
    height: 23em !important;   /* 20%  */  
  }
  #logo {
    margin-left: 30px;
    margin-top: 20px;
  }
   .download_warning {
    height: 16%; 
  }
  #menug {
    display: none;
  }
  .hr-vir{
    display: none;
  }
    /* *** START *** Блок названий */
  .navig{
    padding: 0px 0px 0px 4px;
    background: url(images/fon2.jpg) no-repeat ;
    height: 136px;
    background-size: cover;
    background-position: top center;
}
  .tit1 {
    text-align: center;
    font-size: 1.40em;
    padding-top: 0px; 
    padding-left: 0px;   
    margin-top: 5px;
    margin-bottom: 5px;
  }
   .tit2 {
    text-align: center;
    font-size: 1.40em;
    padding-top: 0px; 
    padding-left: 0px;
    margin-top: 5px; 
    margin-bottom: 5px;  
  }
   .kroxi, .kroxi>a, font>a {
    padding-top: 30px;
    font-size: 14px !important;
  }
  font {
    font-size: 14px !important;
  }
  .fon {
    background: url(images/fon.jpg) no-repeat;
    height: 806px;
    /*width: 100%;*/
    background-size: cover;
    background-position: top center;
  }

  .btn_adv_search {
    margin-bottom: 30px;
  }
  /* *** END *** Блок названий */

 /*  .temkat {
   margin-top: 30%;
 }*/
}
/* Extra Small Devices, Phones */
@media (max-width : 480px) {
  header{
    height: 26em !important;   /* 20%  */  
  }
  .download_warning {
    height: 15%; 
  }
  #footer_copyright {
    margin: 10px 0px 7px 5px; 
  }
  /*.temkat {
   margin-top: 30%;
 }*/
  .download_warning {
    height: 22%; 
  }
   #menug {
    display: none;
  }
  /* *** START *** Блок названий */
  .navig{
    padding: 0px 0px 0px 0px;
  }
  .tit {
    font-size: 1.40em;
    padding-left: 0px;   
  }
  .tit1 {
    font-size: 1.30em;
    padding-left: 0px;   
  }
   .tit2 {
    font-size: 1.30em;
    padding-left: 0px;   
  }
    /* *** END *** Блок названий */
  .site_title {
    font-size: 1.7em;     /* 2.55em; */
    margin: 50px 10px 0px -1px;
  }
  .site_title > p {
    font-size: 0.46em;
    /*margin: 0px 0px 0px 0px;*/
   } 
  .menu {
    margin-left: -40px;
  }
  .menu ul li a{
    font-size: 14px;
  }
  .lang{
    margin-top: 42px;
    margin-left: -20px;
    padding: 0 0 0 0px;
  }
  .tit-ser{
    font-size: 2.0em;
    padding-left: 70px; 
  }
  #logo {
    margin-left: -1px;
  }
  .btn_adv_search {
  /*padding: 0px 0px 0px 15px;*/
    font-size: 20px;
  }
  .fon {
    background: url(images/fon.jpg) no-repeat;
    height: 806px;
    /*width: 100%;*/
    background-size: cover;
    background-position: top center;
  }
  #find_button_keywords {
      margin-right: -50px;
  }
  #find_button_repository {
      margin-right: -50px;
  }
  input[type=text]#src_keywords {
    margin-top: 20px;
    margin-left: -20px;
  }
  input[type=text]#src_repository {
    margin-left: -20px;
  }
  iframe {
    width: 100%;
  }
  .presentation_name {
    margin-left: 10px !important;
    font-size: 18px !important;
    text-align: center;
    /*font-weight: bold;*/
  }
}

@media (min-width : 992px) {     /* 768px   */
.hamburger-menu {
    display: none;
  }
}


@media (min-width : 1200px) {
  
   /* *** START *** Блок названий */
   .tit1 {
    text-align: center;
    font-size: 1.80em;
    padding-top: 0px; 
    padding-left: 0px;   
    margin-top: 5px;
    margin-bottom: 5px;
  }
   .tit2 {
    text-align: center;
    font-size: 1.7em;
    padding-top: 0px; 
    padding-left: 0px;
    margin-top: 5px; 
    margin-bottom: 5px;  
  }
  /* *** END *** Блок названий */
}
/* *** END **** @media ************* @media ************ @media ******** */