@charset "utf-8";
/* CSS Document */
#content-wrap{
float:left;
width:100%;
/*min-height:600px;*/
}
.wrap-box {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/* background-color: #EBEBEB; */
	padding-left: 10px;
	padding-right: 10px;
}
.top-dvd {
	font-family: Montserrat-SemiBold;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	background-color:#576A78 /*#2A6E9F*/;
	padding: 5px;
		line-height: 32px;
  margin-bottom: 1px;
-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 1);
box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 1);
}
.top-white {
	background-color:#576A78;
}
.clearOf .fa{
	font-size:20px;
	margin-right:8px;
}
.docFlex {
	display: flex;
	max-width: 835px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	/* width: 100%; */
	flex-direction: column;
	padding: 20px;
	padding-top: 0px;
	background-color:#576A78 /*#2a6e9f*/;
}
.close_news {
	width: 22px;
	float: right;
	height: 20px;

	font-family: "Arial Black", Gadget, sans-serif;
	color: #B1BAC7;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	font-size: 20px;
}
.close_news:hover
{
	color: #E1E4EA;
	background-color: #A4AEBD;
}
.form_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C1C7D0;
	width: 80px;
	text-align: right;
	margin-left: 100px;
	height: auto;
}

.dv_news {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding-right: 3px;
	padding-left: 3px;
	/* height: 220px; */
	margin-bottom: 20px;
	display: none;
	margin-top: 20px;
	box-shadow: 0.2 0.2 #eee;
	 box-shadow: 1px 2px 14px -1px rgba(0,0,0,0.47); 
	 -webkit-box-shadow: 1px 2px 14px -1px rgba(0,0,0,0.47); 
	-moz-box-shadow: 1px 2px 14px -1px rgba(0,0,0,0.47);
	/* border: solid 1px #d5d5d5; */
	border-radius: 10px;
	width: 90%;
}
form
{
/*	width: 600px;
	margin-right: auto;
	margin-left: auto;*/
	/*overflow: hidden;*/
}
.file-upload {
	display: flex;
	margin-top: 18px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.form-top {
	/*display: flex;*/
	flex-direction: row;
	 justify-content: center; 
	align-items: center;
	margin-top: 10px;
	/* margin-left: 20px; */
	display:none;
}

.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
	/*margin-top: -8px;*/
}
#upl {
	cursor: pointer;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 10px;
	text-align: center;
	padding-top: 4px;
}
#upl:hover
{
	color:#775E69
	
}
.txt_upl {
	color: #717171;
	font-family: Oswald-Light, "Courier New", Courier, monospace;
	font-size: 16px;
	/* padding-left: 5px; */
	/* float: left; */
	/* margin-top: 8px; */
	margin-right: 10px;
}
.upl_btn {
	width: 120px;
	/* height: 22px; */
	/* margin-left: 10px; */
	/* margin-bottom: 10px; */
	color: #333;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	text-align: center;
	float: left;
	margin-top: -8px;
}
#drop_box {
	position: absolute;
	left: 15px;
	top: 29px;
	width: 310px;
	height: 140px;
	z-index: 10;
	display: none;
	background-color: #f9f9f9;
	/*border: solid 1px #c6c6c6;*/
	border-radius: 8px;
-webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.95);
-moz-box-shadow:    0px 1px 8px 0px rgba(50, 50, 50, 0.95);
box-shadow:         0px 1px 8px 0px rgba(50, 50, 50, 0.95);
}

.main_send_but {
	color: #FFF;
	cursor: pointer;
	outline: none;
	text-align: center;
	margin-top: 8px;
	background-color: #D55757;
	border-radius: 5px;
	font-family: Exo2-Regular, Arial, Helvetica, sans-serif;
	line-height: 100%;
	border: 1px solid #717171;
	margin-bottom: 8px;
	padding: 8px;
	width: 100px;
}
.main_send_but:hover
{
	background-color:#DA8787;
}
textarea {
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #f2f2f2 !important;
	outline: none;
	height: 100px;
	padding: 5px;
	width: 88%;
	color: #727272;
	font-size: 16px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-ms-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	margin-top: 18px;
}
textarea:focus {
	background: #FFFFFF !important;
}
.form-bot {
	display: flex;
	width: 100%;
	flex-direction: column;
	/* align-content: center; */
	align-items: center;
	justify-content: center;
}
.form-mid {
	display: flex;
	margin-top: 18px;
	align-items: center;
	justify-content: center;
}

.title_btn {
	display: block;
	text-align: center;
	height: 20px;
	cursor: pointer;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: rgb(180, 177, 158);
	/* background-color: #903E3E66; */
	padding: 5px;
	line-height: 18px;
	border: solid 1px #aaa98b;
	border-radius: 5px;
	/* font-style: italic; */
}

.title_btn:hover{
	background-color: #CBCBCB66;
}
	
#not {
	color: #999999;
	
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	height: 45px;
	width: 120px;
	display: block;
	/* margin-top: -40px; */
	/* padding-top: 7px; */
	line-height: 44px;
}



.upl_btn:hover
{
	box-shadow: 0 1px 2px rgba(12,50,102,0.77);
	box-shadow: 0 1px 2px rgba(12,50,102,0.77);
	color:#EB2427;
}


/*.targ_link:focus
{
	-webkit-box-shadow: inset -1px 1px 14px -6px rgba(20,110,201,1);
-moz-box-shadow: inset -1px 1px 14px -6px rgba(20,110,201,1);
box-shadow: inset -1px 1px 14px -6px rgba(20,110,201,1);
}*/

#targ_link::placeholder {
    font-size: 12px;
}
/*input::placeholder {
    font-size: 11px;
}*/

.close
{
	width: 22px;
	float: right;
	height: 20px;
	background-color: #ABBFD3;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #CFDBE7;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 5px;
}
.close:hover
{
	color: #E9EEF3;
	background-color: #BCCDDE;
}
label {
	font-family: Oswald-Light, "Courier New", Courier, monospace;
	color: #818181;
	font-size: 16px;
	line-height: 12px;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); */
	font-weight: lighter;
	/* margin-left: 5px; */
}
input[type="text"] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 5px;
	background-color: #f2f2f2 !important;
	border: 1px solid #DDDDDD;
	height: 28px;
	width: 80%;
	font-size: 14px;
	color: #7d7d7d;
	border-radius: 8px;
}
input[type="text"]:focus {
	background: #FFFFFF !important;
}

.flex-closed {
	display: flex;
	justify-content: flex-end;
	padding: 8px;
}
.user:focus
{
/*-webkit-box-shadow: inset -1px 1px 14px -6px rgba(20,110,201,1);*/
/*-moz-box-shadow: inset -1px 1px 14px -6px rgba(20,110,201,1);*/
/*box-shadow: inset -1px 1px 14px -6px rgba(20,110,201,1);*/
	background-color: #FFF;
	/*border: 1px solid rgba(180,1,4,0.69);*/
}
#targ_link {
	width: 304px;
	margin-left: 10px;
}
.txt_upl_low {

	font-size: 16px;
	/* float: left; */
	/* margin-top: -8px; */
	margin-left: 15px;
}
.text_date_sel {
	/* color: #666; */

	font-size: 14px!important;
	/* float: left; */
	/* margin-top: -8px; */
	margin-left: 15px;
}

.upload_color{
	background-color:rgb(53, 251, 160);
	color:#909090;
}
#hd-inf {
	font-family: Montserrat-SemiBold, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-right: 10px;
}
.btn-holder {
	width: 100%;
	text-align: center;
	/* margin: 10px; */
	background-color:#ff9306 /*#56b8f6*/;
	height: 5px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 1);
	margin-left: auto;
	margin-right: auto;
}
.show-bt {
	width: 150px;
	background-color: #E94013;
	font-size: 16px;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.51);
	-moz-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.51);
	box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.51);
}
.show-bt:hover{
	cursor:pointer;
	background-color:#D45D13;
}
/*---------------------------------------------------------------------------------------------*/
.news_wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 98%;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.79);
	box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.79);
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.form_holder
{
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7797BB;
	padding-right: 3px;
	padding-left: 3px;
	height: 185px;
	display: none;
	margin-top: -12px;
	margin-bottom: 5px;
}
.resiver
{
	background-color: #FFF;
	background-repeat: repeat;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	display: none;
	margin-bottom: 10px;
	min-height:100px;
}
/*.view_com
{
	font-size:14px;
	text-decoration:none;
	float: right;
	margin-right: 10px;
	color: #845437;	
}*/
.close_comments
{
	width: 22px;
	float: right;
	height: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #94B6D8;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	font-size: 18px;
	-moz-transform: scaleX(1.4);
	-o-transform:  scaleX(1.4);
	-webkit-transform:scaleX(1.4);
	transform: scaleX(1.4);
}
.close_comments:hover
{
	color: #CDDDED;
}
.author {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #E16204;
	float: right;
	/* margin-top: 4px; */
	font-style: italic;
}
.date_time {
	/* font-family: Montserrat-SemiBold, Georgia, "Times New Roman", Times, serif; */
	font-size: 16px;
	color: #959595;
	/*margin-right: 320px;*/
}
.news_wrapper h1 {
	font-size: 20px;
	color: #DE5959;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Oswald-Light;
}
.all_content {
display: flex;
	padding: 5px;
/*justify-content: space-between;*/
}
.result {
	padding-top: 20px;
}
.us_img
{
   /* width: 350px;*/
	margin-left:8px;
} 
.us_img img {
	/*width:250px;*/
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.79);
	box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.79);
	width: 250;
}

.avt_text {
	padding-left: 18px;
	padding-right: 10px;
	color: #444;
	font-size: 16px;
}
.flex-comments {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-top: 10px; */
	/* padding-bottom: 15px; */
	/* text-align: center; */
}
	
	
	.flex-comments a {
	display: block;
	text-decoration: none;
	background-color: #677486;
	outline: none;
	border: none;
	cursor: pointer;
	color: #F8F8F8;
	font-family: Hortensia;
	font-size: 16px;
	padding: 7px;
	/* border-radius: 50%; */
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.flex-comments a:hover
{
	background-color:#45576C;
}
hr {
	width: 95%;
	color: #c5c5c54d;
}
.docFlex-bottom {
	display: flex;
	max-width: 874px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	/* width: 100%; */
	flex-direction: column;
	/* padding: 20px; */
	padding-top: 0px;
	background-color: #576a78;
}
.loading
{
	background-color: #F8F9FA;
	height: 250px;
	/*width: 800px;*/
	background-image: url(../images/bar-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.rem-wrapper{
display:flex;
flex-direction:row;
justify-content:flex-end;	
}
.rem-wrapper a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	/* width: 20px; */
	/* height: 20px; */
	color: #B6B6B6;
	text-align: center;
	line-height: 19px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 2px 4px;
	font-size: 22px;
}
.rem-wrapper a:hover{
	background-color:#B1080B;
	cursor:pointer;
	color:#FFFFFF;
	font-size: 25px
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
input[type="date"] {
	outline: none;
	padding: 5px;
	background-color: #535a5e;
	/*border: 1px solid #DDDDDD;*/
	border:none;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 0px 0px 0 8px !important;
}

::-webkit-calendar-picker-indicator{
    background-color: #ffffff!important;
    padding: 5px!important;
    cursor: pointer!important;
    border-radius: 3px!important;
	color:#FDFDFD;
}
-moz-calendar-picker-indicator{
	  background-color: #ffffff!important;
    padding: 5px!important;
    cursor: pointer!important;
    border-radius: 3px!important;
	color:#FDFDFD;
	
}
.select-date {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	/* margin-left: 20px; */
	width: 80%;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
#rss-lenta {
	/* display: flex; */
	/* flex-direction: column; */
	overflow: hidden;
	height: 5px;
	/* margin-left: auto; */
	width: 60%;
	margin-top:8px
}
#rss-lenta ul {
	/* width: 300px; */
	height: 40px;
	padding: 0px;
	list-style: none;
}

#rss-lenta ul li {
	display: flex;
	justify-content: space-between;
	padding-left: 8px;
	
	align-items: center;
	height: 40px;
}
.rss-feed {
	/* display: flex; */
	/* flex-direction: row; */
	/* justify-content: space-between; */
	margin-top: 0px;
	/* background-color: #5788a7; */
	align-items: center;
	padding: 10px;
	text-align: center;

}
.feed_title {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #fff;
	background-color: #9b0d6a;
	}
#rss-lenta a {
	outline: none;
	color: #FCFCFC;
	text-decoration: none;
	font-size: 14px;
	transition: all .2s linear;
	display: block;
	background-color: #E4571F;
	height: 100%;
	line-height: 42px;
	padding-left: 8px;
	padding-right: 5px;
}
#rss-lenta a:hover{
	background-color:#E62E18;
	
}
#parserror {
	color: #EDEDED;
	align-items: center;
	height: 34px;
	background-color: #D90306;
}
.icon-wrap {
	width: 16.6%;
}
.hidden{
opacity:0;
}
.visible{
opacity:1;
}
.removeComment{
transition: all .5s ease 0s;	
font-family: Garamond, "Apple Garamond";	
}
#lock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: hsla(0, 0%, 0%, 0.75);
	border-radius: 10px;
	color: #E6A713F0;
	/* font-family: "CormorantSC-Medium"; */
	font-size: 30px;
	text-align: center;
	/* padding-top: 20px; */
}
#entry{
	text-decoration: none;
	color:#DB0407;
}
#entry:hover{
	color:#C6CB04;
	text-decoration: underline;
}