	/* 
html,d span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
} */
h1, h2, h4, h5, h6 {
	font-family: 'my_font_text';
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
	margin: 0 0 0 -0.05em;
	padding: 0.5em 0;
}
h1{
	color:#34496E;
}
h2 a{
	color:#34496E;
	font-weight: bold;
}
h2 a:hover{
	color: #067670;
	text-decoration: none;
}

h3{
	padding: 7px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;	margin: 0;
	color:#34496E;
/*
	font-size:30px;
	font-weight: bold;
*/
}
h4{
	font-size: 26px;
	padding: 9px 10px 9px 0;
	position: relative;
	z-index: 1;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e0e4e6;
	color: #5bd2a0
}
h5{
	font-size: 26px;
	color:#fff;
}
table tr td{
	min-width:150px;
}



@font-face {
font-family: Monitorica-BoldItalic;
font-display:swap;
/* font-weight:bold; */
src: url("../css/TYA9Genh.otf") format("opentype");
}
@font-face {
font-family: my_font;
font-display:swap;
/* font-weight:bold; */
src: url("../css/eKMZl9kf.ttf") format("opentype");
}
@font-face {
font-family: test_read;
font-display:swap;
/* font-weight:bold; */
src: url("../css/BadScript-Regular.ttf") format("opentype");
}
@font-face {
font-family: Segoe-Print;
font-display:swap;
/* font-weight:bold; */
src: url("../css/MhXRm2Rv.ttf") format("opentype");
}
/*
@font-face {
font-family: Segoe-Prints;
font-display:swap;
src: url("../css/7LtaitSB.ttf") format("opentype");
}
*/
@font-face {

font-family: my_font_text;
font-display:swap;
/* font-weight:bold; */
src: url("../css/5TDULah5.otf") format("opentype");
}
textarea{
	font-size: 11px;
	color: #333!important;
	padding-left: 15px;
	padding-top: 10px;
	width: 50%;
	background: #f3f3f3;
	border: none;
	height: 250px;
}

/* tabs */
 

/*------header-------*/
a {
	font-family: 'my_font_text',Sans-Serif;
	color: #333;
	text-decoration: none;
}
*:hover:before, *:hover:after {
-webkit-transition: all 125ms linear;
-moz-transition: all 125ms linear;
-o-transition: all 125ms linear;
-ms-transition: all 125ms linear;
transition: all 125ms linear;
}
*:before, *:after {
smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
-o-transition: all 250ms linear;
-ms-transition: all 250ms linear;
transition: all 250ms linear;
}

/*
a:hover{
	color: #b09e27;
	text-decoration: none;
	-webkit-transition: all 125ms linear;
	-moz-transition: background-color 125ms linear;
	-o-transition: background-color 125ms linear;
	-ms-transition: background-color 125ms linear;
	transition: all 125ms linear;
}
*/


body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
/* 	background-color:#f2f2f2; */
	margin:0;
	padding:0;
}
body p{
	font-family: 'Open Sans', sans-serif;
	color: #444;
	word-wrap: break-word;
	margin: 0 0 1.5em;
}
header a {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Segoe-Print', sans-serif;
	vertical-align: baseline;
}
header{
	width:100%;
	height:80px !important;
	background:#fff !important;
	padding-top:23px;
	box-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
	border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.header_top_menu {
	width:100%;

}
.logo_top_menu{
	padding-top: 7px;
	float:left;
	padding-left:30px;
}
.header_top_menu ul {
margin-bottom: 5px;
	display:block;
	float:right;
	margin-right:150px;
	
}
.header_top_menu ul li {
	list-style: none !important;
	float:left;
	padding-left:30px;
	
}
li a {
	color: #56646f;
	font-weight:bold;
	font-family: 'my_font_text';

}



/*----footer---------*/
footer {
	
	box-shadow: 2px -1px 1px rgba(150, 150, 150, 1);
	border-radius:3px;
/* 	//width:1200px; */
	display:inline-block;
	height:70px;
	margin-top:10px;
	background-color:#fff;
}
.footer_left_column{
	padding: 20px 10px 10px 10px;
	width:300px;
	float:left;
	height:100%;
}
.footer_right_column{
	width: 265px;
	float:right;
	height:100%;
}
.footer_central_column{
	float:left;
	width:600px;
}
.footer_central_column p{
	text-align:center;
	font-family: Open Sans;
	font-size:12px;
	color: #666;
}
.footer_info{
	box-shadow: 2px -1px 1px rgba(150, 150, 150, 1);
	border-radius:3px;
	margin-top:10px;
	background-color:#fff;	}
/*-----------content--------*/
.content_wrap{
	width:1200px;
	margin:0 auto;
	}
.recent{
	width:100%;
	margin-top:30px;
}
.separator{
	
	display: block;
	font-size: 1.15em;
	text-align: center;
	margin: 0 0 0px;
}
.separator span{
	/*font-weight:bold;*/
	display: table;
	color: #56646f;
	line-height: 1em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: 'Segoe-Prints';
}
.separator span:before, .separator span:after {
	content: '';
	display: table-cell;
	width: 50%;
	background: url('../images/file.png') center center repeat-x;
	background-size: 5px;
	}
.single_book_in_list{
	border-radius:5px;
	margin-left:15px;
	margin-right: 15px;
	max-height: 365px;
/* 	margin-top:50px; */
/* 	float: left; */
	padding-bottom: 25px;
	background: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color:#1a3842 !important;
	box-shadow: 3px 1px 17px #888888;
}
.single_book_in_list_bt{
	border-radius:5px;
	padding-bottom: 25px;
	background: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color:#1a3842 !important;
	box-shadow: 3px 1px 17px #888888;
}
.book_picture{
	position: relative;
	display: block;
	width: 262px;
	overflow: hidden;
}
.view view-first{
	position: relative;
	display: block;
	width: 262px;
	overflow: hidden;
}
a.book_pic_link{
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;	
}
/* .book_name {
	max-height: 4.15em;
	line-height: 1.375em;
	font-size: 1.215em;
	font-weight: bold;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0.4em;
	padding: 0;
} */
.book_name, .book_author{
	margin:10px 0 0 0;
}
.book_name a{
	max-height: 4.15em;
	font-size: 1.215em;
	/* font-weight: bold; */
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0.4em;
	padding: 0;
	line-height: 1.375em;
	font-family: 'Segoe-Prints';
}
.book_author a{
	max-height: 4.15em;
	font-size: 1em;
	/* font-weight: bold; */
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0.4em;
	padding: 0;
	line-height: 1.375em;
	font-family: 'my_font';
}
.book_desc{
	margin:5px 0 0 0;
	font-family: 'my_font_text';
}
.book_desc:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2em;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.book_desc_div{
	-webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
   box-sizing: inherit; 
	position: relative;
	max-height: 80px;
	overflow: hidden;
	margin-bottom: 1.3em;
}
.book_all_text_info{
	letter-spacing: 1px;
	float:left;
	padding: 0 5px 0 5px;
}
.book_read_but{
	color: #56646f;
	font-size: 11px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 0 25px;
	padding: 4px 10px;
	border: 1px solid #DDD;
}
.book_read_but:hover{
	border: 1px solid #b09e27;
	color: #56646f;
}
/*--------------------------анимированая херня-----------------------*/
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0,0.6);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view {
   width: 100%;
   height: 180px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 180px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   position: relative;
   color: #fff;
   padding: 10px 25px 9px;
	text-align: left;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.mask p a{

	color:#fff;
}
.mask p a:hover{
	text-decoration:underline;
	/* color:#b09e27; */
}
/*------------------------конец анимированой-----------------------------*/
.sidebar{
	float: right;
	background: transparent;
	z-index: 2;
	padding-top: 30px;
}
.sidebar_categories{
	padding: 20px;
	padding-bottom: 50px;
	border-bottom: 1px groove #DDD;
}
.sidebar h3 {
	font-weight:bold;
	text-transform: uppercase;
	font-family: 'my_font_text';
	text-align: center;
	letter-spacing: 0.1em;
	white-space: nowrap;
	margin-left: 0;
	margin-bottom: 1em;
	padding-top: 0;
}
.sidebar  h3 span{
	display: table;

}
.sidebar h3 span:before,
.sidebar h3 span:after{
	content: '';
	display: table-cell;
	width: 50%;
	margin-left: 10px;
	background: url('../images/file.png') center center repeat-x;
	background-size: 5px;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*
.sidebar ul li{
	padding: 0.6em 0;
	border-top: 1px solid rgba(0,0,0,0.07);
}
*/
.sidebar ul li:first-child{
	padding-top: 0;
	border-top: none;
}
.sidebar a{
	font-size: 15px;
	color: #34496E;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: all 250ms linear;
}
.sidebar a:hover {
	color: #1a3842;
	text-decoration: none;
	-webkit-transition: all 125ms linear;
	-moz-transition: background-color 125ms linear;
	-o-transition: background-color 125ms linear;
	-ms-transition: background-color 125ms linear;
	transition: all 125ms linear;
}
.sidebar_categories ul li span{
	float: right;
	position: relative;
	right: 5px;
	font-size: 12px;
}
.sidebar_popular{
	padding: 20px;
	margin-top: 40px;
	padding-bottom: 40px;
	background: #2C3E51;
	border-radius: 4px;
}
.sidebar_popular h3{
	color: #FFF;
	margin-bottom: 15px;
}
.sidebar_popular_single_book{
	padding: 15px 0 14px;
}
.sidebar_popular_single_book img{
	float: left;
	width: 50px;
	height: 70px;
	margin: 0 15px 0 0;
}
.sidebar_popular_single_book_text a{
	color:#fff;
	display: table;
	line-height: 1.575em;
	padding-bottom: 2px;
}
.sidebar_popular_single_book_text a:hover{
	color: rgba(255,255,255,0.6);
}
.sidebar_popular_single_book_text p{
	margin:0;
	opacity: 0.6;
	color:#fff;
}
.sidebar_popular h3 span:before,
.sidebar_popular h3 span:after{
	content: '';
	display: table-cell;
	width: 50%;
	margin-left: 10px;
	background: url('../images/white_line.png') center center repeat-x;
	background-size: 5px;
}
.sidebar_tags {
	min-height: 75px;
	margin-bottom: 40px;
	padding: 20px;
	border-bottom: 1px groove #DDD;
}
.sidebar_tags_content{
	display: inline-block;
}
.sidebar_tags_content a{
	position: relative;
	display: inline-block;
	float: left;
	color: #FFF;
	line-height: 1em;
	text-decoration: none !important;
	white-space: nowrap;
	margin: 0 10px 5px 0;
	padding: 0.5em 5px 0.5em 1em;
	background: #1a3842;
}
.sidebar_tags_content a:hover{
	color:#fff;
	background-color:#5bd2a0;
}
.sidebar_tags_content a:hover:before {
	border-color: transparent transparent transparent #5bd2a0;
}
.sidebar_tags_content a:before{
	position: absolute;
	content: '';
	top: 50%;
	right: -0.45em;
	margin-top: -1em;
	border-style: solid;
	border-width: 1em 0 1em 0.5em;
	border-color: transparent transparent transparent #1a3842;
}
.sidebar_tags_content a:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 4px;
	background: #FFF;
	opacity: 0.85;
	z-index: 2;
}
/*----------------------------conntent--------------------------------*/

.main_content{
	box-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
	margin: 30px 0 0 0;
	padding: 30px 20px 30px 30px;
	background-color: #ffffff;
	float: left;
}
.main_content_genre{
	box-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
	margin: 30px 0 0 0;
	padding: 30px 20px 30px 30px;
	background-color: #ffffff;

}
.main_content_book img{
	margin: 0 120px 20px 10px;
	float:left;
	max-width:300px;
	max-height:375px;
}
.main_content_book h1,h2{
	font-family:'Segoe-Prints';
}
.main_content_book h2{
	display:initial;
}
.main_content_book h3{
	font-family:'my_font_text';
}
.main_content_book a:hover h2{
	webkit-transition: all 125ms linear;
	-moz-transition: background-color 125ms linear;
	-o-transition: background-color 125ms linear;
	-ms-transition: background-color 125ms linear;
	transition: all 125ms linear;
	color:#b09e27;
}
.main_content_book .book_read_but{
	padding-top: 20px;
	font-weight: bold;
	padding-left: 37px;
	font-size: 25px;
	border: none;
	background-color: #b09e27;
	color: #fff;
	width: 120px;
	height: 50px;
	float: right;
	display: inline-block;
	margin: -3px 0px 53px 700px;
	font-family: my_font;
	-webkit-box-shadow: 5px 5px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 5px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 5px 6px 0px rgba(50, 50, 50, 0.75);
	border-radius: 3px;
}
.main_content_book .book_read_but:active{

-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.75);
}
.main_content_book p{
	padding-bottom: 35px;

}
.main_content_book .book_read_but:hover{
	/* font-size:27px; */
}
.description_line{
	margin-top: 15px;
	width:100%;
/* 	height:70px; */
	border-top: 3px solid #5bd2a0;
}
/*
.description_line:hover{
	border-top: 3px solid #b09e27;
}
*/
.admin_wrap{
	width:1200px;
	margin:0 auto;
}
.tabs input{
	margin-left: 20px;
	position: absolute;
	left: 200px;
}
.admin_links{
	float: left;
	width: 400px;
	height: 100px;
	font-size: 30px;
}
#ya-site-form0 {
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    top: 20px;
    max-width: 350px;
    right: -698px;
}
.books_list{
	display:block;
	height:440px;
}
.tabs_contact{
	margin-left:30px;
}
.tabs_contact textarea{
	background:#fff;
}
.tabs_contact input{
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #333!important;
	padding-left: 5px;
	width: 25%;
/* 	border: none; */
	height: 40px;
}
.error_message{
	color:#d0661e;
}
table.gsc-search-box {
	width: 86% !important;
}
table tr td {
	min-width:100%;
}
.error_wrap{
	margin-top:200px;
	width:100%;
	height:450px;
}
.error_left_side{
	width:50%;
	border-right: solid 1px #e8e8e8;
	float:left;
}
.error_right_side{
	float:left;
	width:48%;
}
.error_image{
	text-align:center;
}
.error_image img{
	display: inline-block;
	margin-bottom: 20px;
}
.error_right_inner{
	text-align: left;
	max-width: 270px;
	margin: 0 auto;
	font-family:'my_font_text';
	font-size: 13px;
	line-height: 22px;
}
.error_right_inner p{
	font-size:15px;
}
.error_button{
	padding-top: 6px;
	font-weight: bold;
	padding-left: 15px;
	font-size: 19px;
	border: none;
	background-color: #b09e27;
	color: #fff;
	width: 120px;
	height: 34px;
	float: right;
	display: inline-block;
	margin: 0px 135px 0px 0;
	font-family: my_font;
	-webkit-box-shadow: 5px 5px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 5px 5px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 5px 5px 6px 0px rgba(50, 50, 50, 0.75);
	border-radius: 3px;
}
.error_button:hover{
	color:#fff;
}
.error_search{
	text-align: left;
	max-width: 270px;
	margin: 0 auto;
	font-family:'my_font_text';
	font-size: 13px;
	line-height: 22px;
	padding-top:75px;
}
.gsc-control-cse {
padding-top: 5px !important;
width:350px !important;
max-height: 30px;
font-family: Arial, sans-serif;
border-color: #FFFFFF;
background-color: #FFFFFF;
}
.read_page{
/*
	font-family: Verdana;
	font-size:12px;
	line-height: 1.5;

	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	padding:10px 10px 10px 10px;
	background-color:#fff;
 	margin-top:20px; */
	margin-bottom:20px;
	margin-left: 10px;
}
.pagination{
	margin-bottom: 0px;
	font-size:25px;
}
.read_pagination{
	text-align: right;
	margin-bottom: 20px;
	font-size: 14px;
}
.genre_left_div{
	float:left;
	width:50%;
}
.genre_right_div{
	width:40%;
	float:left;
}
.main_content_genre h1{
		font-weight:bold;
	font-family:'Tahoma';
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}
.main_content_genre h2{
	font-weight:bold;
	font-family:'Tahoma';
}
.sort_by_p {
	/*font-weight:bold;*/
	display: table;
	color: #56646f;
	line-height: 1em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: 'Segoe-Prints';
}

.bt-ul-nav{
	margin-top: 10px;
}
.bt-header-container{
	min-height: 80px !important;
	background: #fff !important;
	padding-top: 23px;
	box-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bt-header-menu{
/* 	background: white; */
}
.bt-header-container .row h2{
	margin-left: 50px;
}

.article_banner_img{
	/*text-align: center;  proverit pozhe*/
	margin-top: 100px;
	max-width: 100%;
	margin-bottom: 50px;
}

.article_item_pic{
	float:left;
	margin-right: 50px;
	max-width: 20%;
}
.row{
	margin-top: 50px;
}

#gdpr-cookie-message {
		z-index: 777;
        position: fixed;
        right: 30px;
        bottom: 30px;
        max-width: 375px;
        background-color: #5bd2a0;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        margin-left: 30px;
        font-family: system-ui;
    }
    #gdpr-cookie-message h4 {
        color: #34496E;
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
        color: #34496E;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color: #34496E;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: ##34496E;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: #34496E;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: white;
        color: #34496E;
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: white;
        color: #34496E;
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }
