.search_box {

	position: relative;
	width: 100%;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 15px;
}

.search_box input[type="text"] {

	display: block;
	width: 100%;
	height: 43px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	border: 1px solid #ffffff;
	outline: none;
	overflow: hidden;
	border-radius: 21px;
	background-color: rgb(255, 255, 255);
	text-indent: 15px;
	font-size: 16px;
	color: #222;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);

}

.search_box input[type="submit"] {

	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/search_icon.png) 0 0 no-repeat;
	position: absolute;
	top: 13px;
	right: 16px;

}


/* Стили для плашки с результатами */

.search_result {
	top: 100%;
	left: 0;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 10px 10px 21px 21px;

}

.search_result a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
}


.search_result a:hover {
    text-decoration: none; /* Убираем подчеркивание */
    color: rgb(0, 0, 0); /* Цвет ссылки при наведении на нее курсора мыши */  
    background: #e5e3eb; /* Цвет фона */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: fit-content;
   }




/*  */
/*  */
/*  */
/* Страница Search */
.search_box2 {

	position: relative;
	width: 100%;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 15px;
}

.search_box2 input[type="text"] {

	display: block;
	width: 100%;
	height: 43px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	border: 1px solid #ffffff;
	outline: none;
	overflow: hidden;
	border-radius: 21px;
	background-color: rgb(255, 255, 255);
	text-indent: 15px;
	font-size: 16px;
	font-family: Arial;
	color: #222;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);

}

.search_box2 input[type="submit"] {

	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/search_icon.png) 0 0 no-repeat;
	position: absolute;
	top: 13px;
	right: 16px;

}



/* Стили для плашки с результатами */

.search_result2 {
	top: 100%;
	left: 0;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 10px 10px 21px 21px;

}

.search_result2 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
}
/*  */
/*  */
/*  */



#request_list{
	margin-bottom: 5px;
}


#main_page_logo{
	margin-top: 200px;
}

#link_result_div{

	width: 100%;

	color: black;
}


#savol{
	margin:7px;
	text-align:center;
}



#ans1{
color:black;
}



.rpcontainer {
	width: 100%;
	margin: auto;


}


#search_box-result{
	z-index: 1000;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}


#logo_search_page{
	width: 110%;
	margin-top: 19px;
}


/* .sp_margin_div{
	margin-right: 30px;
} */

.text_icon_sp{
	font-size: 14px;
	font-family: sans-serif;
	color: #5f6368;
	margin-top: 3px;
	padding-right: 23px;

}

.span_icon_sp{
	display: inline-block;

}

.link_icon_sp{
	text-decoration: none;

}

.link_result_info{
	font-size: 14px;
	line-height: 1.3;
	color: #202124;
	font-style: normal;
	font-family: arial,sans-serif;
	text-decoration: none;

}

#lr_title{
	font-size: 20px;
	font-family: arial,sans-serif;
	line-height: 1.3;
	font-weight: normal;
	color: #1a0dab;
	padding-top: 5px;
}

#lr_description{
	line-height: 1.58;
	text-align: left;
	word-wrap: break-word;
	color: #4d5156;
	font-weight:normal;
	margin-top: -4px;

}

#link_result_row{
	/* margin-bottom: -10px; */
}

.empty_left_sp{
	margin-right: 20px;
}


#foteh_result_text{
font-family: arial;
font-size: 19px;
background-color: #b0ebff61;
border-radius: 5px;
margin-bottom: 46px;
text-align: left;
padding-left: 15px;
padding-right: 15px;
padding-top:11px;
padding-bottom: 1px;
}

#ttResult{
	text-align: center;
}

.somonaBtn{
	border-color: #cddaf5;
}

.somonaBtn a{
	text-decoration: none;
}



table.GeneratedTable {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #2a344c;
	border-style: solid;
	color: #000000;
  }
  
  table.GeneratedTable td, table.GeneratedTable th {
	border-width: 2px;
	border-color: #2a344c;
	border-style: solid;
	padding: 3px;
  }
  
  table.GeneratedTable thead {
	background-color: #fbe693;
  }

/* БЕГУШАЯ СТРОКА */
  * {
	margin: 0;
	padding: 0; }
  
  *,
  ::after,
  ::before {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }
  
  a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s; }
	a:hover {
	  text-decoration: none; }
  
  /*-----------------------------
	  News Ticker
  ------------------------------*/
  .acme-news-ticker {
	background: #fff;
	position: relative;
	height: auto;
	/* border: 1px solid #1974d2; */
	margin-top: 45px; }
	@media (min-width: 768px) {
	  .acme-news-ticker {
		margin-top: 0; } }
	.acme-news-ticker-label {
	  background: #1974d2;
	  padding: 10px;
	  width: auto;
	  float: left;
	  margin-right: 15px;
	  line-height: normal;
	  height: 100%;
	  color: #fff; }
	  @media (max-width: 575px) {
		.acme-news-ticker-label {
		  position: absolute;
		  top: -45px; } }
	.acme-news-ticker-box {
	  height: 100%;
	  padding-top: 10px;
	  overflow: hidden; }
	  @media (max-width: 575px) {
		.acme-news-ticker-box {
		  padding-left: 10px;
		  padding-right: 120px; } }
	  .acme-news-ticker-box ul {
		width: 100%;
		list-style-type: none !important;
		padding: 0;
		margin: 0; }
		.acme-news-ticker-box ul li a {
		  text-decoration: none; }
	.acme-news-ticker-controls {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  position: absolute;
	  height: 100%;
	  right: 0;
	  top: 0; }
	  .acme-news-ticker-controls button {
		height: 100%;
		background: #f6f6f6;
		padding: 0;
		width: 40px;
		border-color: #eeeeee;
		border-style: solid;
		border-width: 0 0 0 1px;
		cursor: pointer;
		display: inline-block; }
		.acme-news-ticker-controls button:hover {
		  background: #eeeeee; }
		.acme-news-ticker-controls button.acme-news-ticker-arrow {
		  margin: 0;
		  display: inline-block;
		  position: relative; }
		  .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
			border-color: #999;
			border-bottom-style: solid;
			border-bottom-width: 2px;
			border-right-style: solid;
			border-right-width: 2px;
			content: '';
			display: inline-block;
			height: 8px;
			left: 50%;
			position: absolute;
			top: 50%;
			width: 8px; }
		.acme-news-ticker-controls button.acme-news-ticker-pause {
		  position: relative;
		  display: inline-block; }
		  .acme-news-ticker-controls button.acme-news-ticker-pause:before {
			position: absolute;
			content: "";
			width: 10px;
			height: 10px;
			border-color: #999;
			border-style: solid;
			border-width: 0 2px 0;
			-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
			left: 50%;
			top: 50%; }
	  .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
			-ms-transform: translate(-50%, -50%) rotate(135deg);
				transform: translate(-50%, -50%) rotate(135deg); }
	  .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
		-webkit-transform: translate(-50%, -50%) rotate(315deg);
			-ms-transform: translate(-50%, -50%) rotate(315deg);
				transform: translate(-50%, -50%) rotate(315deg); }
	  .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
		-webkit-transform: translate(-50%, -50%) rotate(225deg);
			-ms-transform: translate(-50%, -50%) rotate(225deg);
				transform: translate(-50%, -50%) rotate(225deg); }
	  .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
		-webkit-transform: translate(-50%, -50%) rotate(405deg);
			-ms-transform: translate(-50%, -50%) rotate(405deg);
				transform: translate(-50%, -50%) rotate(405deg); }
  
  /*# sourceMappingURL=style.css.map */



/* `sm` применяется к устройствам x-small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	#main_logo {
		width: 90%;
		margin-bottom: 20px;
	}

	#search_box{
		width: 100%;
		margin-bottom: 25px;
		margin-top: 7px;
	}

#logo_search_page{
		display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 60%;
		margin-top: 7px;
}

.text_icon_sp{
	font-size: 12px;
	font-family: sans-serif;
	color: #5f6368;
	margin-top: 3px;
	padding-right: 15px;

}

footer{
	position: fixed;
	bottom: 0;
}

#MarqueDivRP{
	width: 100%;
}

.acme-news-ticker-box {
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 0px;
}


#main_page_logo{
	margin-top: 123px;
}

.rp_main_tabs{
 width: 100%!important;
}

}
/* END */


#footer_text_rp{
	color: #70757a;

}


/* `md` применяется к небольшим устройствам medium (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {}

/* `lg` применяется к устройствам среднего размера large (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {}

/* `xl` применяется к большим устройствам (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {}

/* `xxl` применяется к устройствам x-large (большие рабочие столы, менее 1400 пикселей) */
@media (max-width: 1399.98px) {}
