@font-face {
    font-family: "IzhitsaRegular";
    src: url("/fonts/IzhitsaRegular.eot");
    src: url("/fonts/IzhitsaRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/IzhitsaRegular.woff") format("woff"),
    url("/fonts/IzhitsaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('/fonts/pt-sans-bold_allfont.ru-webfont.eot');
    src: url('/fonts/pt-sans-bold_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pt-sans-bold_allfont.ru-webfont.woff2') format('woff2'),
         url('/fonts/pt-sans-bold_allfont.ru-webfont.woff') format('woff'),
         url('/fonts/pt-sans-bold_allfont.ru-webfont.ttf') format('truetype'),
         url('/fonts/pt-sans-bold_allfont.ru-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pt_sansregular';
    src: url('pt-sans_allfont.ru-webfont.eot');
    src: url('/fonts/pt-sans_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pt-sans_allfont.ru-webfont.woff2') format('woff2'),
         url('/fonts/pt-sans_allfont.ru-webfont.woff') format('woff'),
         url('/fonts/pt-sans_allfont.ru-webfont.ttf') format('truetype'),
         url('/fonts/pt-sans_allfont.ru-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	-webkit-appearance: none;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #f66929;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
.b-link {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
}
.b-link:hover {
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
input[type="text"], input[type="password"], textarea, select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 18px;
	font-size: 14px;
	line-height: 34px;
	color: #bfbbb6;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	outline: 0;
}
.text strong{
	font-family: 'pt_sansregular'
}
textarea {height: 152px;}
table {width: 100%;}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
.text * {font-family: 'pt_sansregular', Arial, sans-serif;}
.text h1, .text h2, .text h3, .text h4, .text strong {font-family: 'pt_sansregular', cursive;}
.text ul {
	list-style-type: disc;
	padding: 18px 40px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-style: italic;}
.text p {margin-bottom: 9px;}
.text img {max-width: 100%;}
.text table {
	width: 100%!important;
	height: auto;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:nth-child(odd) {background: #eee;}
small{
	font-size: 80%;
}
/*********text********/
em, italic{
	font-family: 'pt_sansregular';
}
bold, b{
	font-family: 'pt_sansregular';
}
.f-left{
	float:left;
}
.f-right{
	float:right;	
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.t-center{
	text-align: center;
}
.m-top{
	margin-top: 30px;
}
.m-bottom{
	margin-bottom: 30px;
}
.m-right{
	margin-right: 30px;
}
.m-left{
	margin-left: 30px;
}
.p-top{
	padding-top: 30px;
}
.p-bottom{
	padding-bottom: 30px;
}
.p-bottom-b{
	padding-bottom: 60px;
}
.p-top-b{
	padding-top: 60px;
}
.p-right{
	padding-right: 30px;
}
.p-left{
	padding-left: 30px;
}
.r-img{
	vertical-align: middle;
	max-width: 100%;
}
.hidden {display: none;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
html {font: 100%/1.4 "pt_sansregular", sans-serif;}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #000;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1.25rem;
	font-family: 'pt_sansregular', cursive;
	margin-bottom: 1.25rem;
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
h1,
.h1 {
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	margin:40px 0px;
	font-family: 'pt_sansregular', cursive; 
}
h2,
.h2 {
	font-size: 1.475em;
}
.h2 {
	font-size: 1.975em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.fixed{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 99999;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* ??? ??? IE 6 ? 7 */
}
bold, .bold{
	font-family: 'pt_sansregular', sans-serif;
}
.txt-header .btn{
	font-family: 'pt_sansregular', sans-serif;	
}
.container {
	width: 1170px;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.head {
    max-width: 1920px;
    min-height: 720px;
    margin: 0 auto;
    position: relative;
}
.txt-header h2{
	color:#434345;
	line-height: 1.125;
	font-family: 'pt_sansbold';
	text-transform: uppercase;
	font-size: 64px;
}
.txt-header{
    width: 46%;
    position: absolute;
    left: 10%;
    color: #9b9b9b;
    top: 20%;
    line-height: 1.25;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
	text-align: left;
	font-family: 'IzhitsaRegular';
	text-shadow: red 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, red -1px -1px, black 0px -1px, black 1px -1px;
}
.book{
	color: #9b9b9b;
	line-height: 1.25;
    font-size: 24px;	
}
.txt_download {
	color: #fff;
	line-height: 1.25;
    font-size: 24px;	
}
.btn{
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn{
    position: relative;
    padding: 9px 30px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
}
.btn:hover{
	color:#fff;
	background-color: #e22f19;
    border-color: #e22f19;
}
.p-t-b{
	padding: 100px 0px;
}
.col-sm-6{
	width: 50%;
	float: left;
}
.book h2, .txt_download h2, .autor h2{
	font-family: 'pt_sansbold';
	color:#434345;
	line-height: 1.2;
    font-size: 45px;
}
.autor h2{
	margin-top: 0px;
}
.block-1.p-t-b{
	padding-bottom: 0px;
}
.txt_download h2{
	color:#fff;
}
.footer a{
	color:#ff0000;
	text-decoration: underline;
}
.footer{
	color:#fff;
	background: #191919;
}
.block-menu{
	text-align: right;
	padding: 20px 0px 20px;
	background: rgba(255, 255, 255, 0.6);
}
.block-menu li{
	display: inline-block;
}
.block-menu li a{
	padding-left: 20px;
	font-size: 18px;
	text-transform: uppercase;
}
.block-menu li a:hover{
	color:#ff0000;	
}
.block-menu li a.act{
	color:#ff0000;
}
.neq_1{
	min-height: 100px;
}
.txt_block_main{
	padding-top: 20px; 
}
#breadcrumbs{
	text-transform: uppercase;
}
.btn-block{
	text-align: center;
}
html,
body {
  height: 100%;
}
.wrapper {
  position: relative;
  min-height: 100%;
}
.content {
  padding-bottom: 100px;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
}
#contactForm label{
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.max-w{
	max-width: 400px;
	margin: 0 auto;
}
.bt{
	font-size: 20px;
	color:#fff;
}
.max-w-neq .bt{
	color:red;
}
#news a{
	text-decoration: underline;
}
#news h3{

}
#news a, #news .date{
	font-size: 16px;
}
.fl-l{
	float: left;
    margin-right: 20px;
}
.tabs{
	display:inline-block;
	width: 100%;
}
.tabs > div{
	padding-top:10px;
}
.tabs ul{
	margin:0px;
	padding:0px;
}
.tabs ul:after{
	content:"";
	display:block;
	clear:both;
	height:5px;
	background:red;
}
.tabs ul li{
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#e9eaeb;
	color:#707070;
}
.tabs ul li.active, .tabs ul li.active:hover{
	background:red;
	color:#fff;
}
.tabs ul li:hover{
	background:#d6d6d7;
}
.img{
	width: 100%;
	height:auto;
}
.col-sm-3{

	width: 25%;
	float: left;
}
.col-sm-3:nth-child(4n) + div{

}
.col-sm-3 img{
	vertical-align: bottom;
    padding: 7px;
	vertical-align: bottom;
}
.new-book{
	border:10px solid red;
	padding:20px;
	display: inline-block;
}