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

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

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px 'Open Sans', sans-serif;
	height: 100%;
}

/*.wrapper {
    max-width: 1920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    margin: 0 auto;
}*/
.wrapper {
  max-width: 1920px;
  min-width: 1000px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

a {
	color: #3a4dff;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

.global-inner{
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.rel{
	position: relative;
}
/*hover window
----------------------------------------------------------------------------*/
.modal-window {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: rgba(0,0,0,0.3);
}
.modal-window > .form-block {
    width: 100%;
    margin-top: 150px;
    padding: 0;
    text-align: center;
    position: relative;
}
.modal-window > .form-block > .form-item {
    display: none;
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #641315;
    background: #ffffff;
    position: relative;
}
.modal-window > .form-block .close-box {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 6px;
    right: 6px;
    background: url("images/close-ico.png") no-repeat;
    cursor: pointer;
}
.modal-window > .form-block p.title-form {
    color: #641315;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 25px;
}

/* Header
-----------------------------------------------------------------------------*/
/*.header {
	height: 170px;
	background: #FFE680;
}*/
.header {
height: 170px;
/*background: #FFE680;*/
position: relative;
    /*overflow: hidden;*/
    z-index: 2800;
}


/*.header .contacts{
	height: 45px;
	background: url(images/bg/header_top.jpg) center top no-repeat;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.83);
	box-shadow: 1px 1px 5px rgba(0,0,0,.83);
	position: relative;
	z-index: 2;
}*/
.header .contacts {
width: 100%;
height: 45px;
background: url(images/bg/header_top.jpg) center top no-repeat;
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.83);
box-shadow: 1px 1px 5px rgba(0,0,0,.83);
position: fixed;
z-index: 10;
/*left: 0px;*/
}

.header .contacts .tels{
	float: left;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5c0709;
	font-size: 0;
	line-height: 45px;
}

.header .contacts .tels > .item{
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	font-size: 18px;
	min-height: 26px;
}

.header .contacts .tels > .item:first-child{
	/*padding-left: 43px;
	background: url(images/tel.png) left 10px no-repeat;*/
}
.header .contacts .tels > .item .fax-ico {
    display: inline-block;
    width: 27px;
    height: 21px;
    margin-left: 10px;
    margin-bottom: -5px;
    background: url(images/fax.png) no-repeat left -2px;
}
.header .contacts .tels > .item .mail-ico {
    display: inline-block;
    width: 27px;
    height: 18px;
    margin-left: 24px;
    margin-bottom: -3px;
    background: url(images/mail.png) no-repeat left bottom;
    cursor: pointer;
}
.header .contacts .tels > .item .tel-ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    margin-bottom: -7px;
    background: url(images/tel.png) no-repeat left bottom;
}
.header .contacts .tels > .item .service-ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    margin-bottom: -7px;
    background: url(images/service.png) no-repeat left bottom;
}
.header .contacts .search{
	float: right;
	margin-top: 8px;
}

.header .contacts .tels > .item > a{
	color: #5c0709;
	text-decoration: none;
}

.header .contacts .tels > .item > a:hover{
	text-decoration: underline;
}

.header .contacts .tels > .item:last-child > a{
	padding-left: 37px;
	min-height: 26px;
	display: inline-block;
	background: url(images/mail.png) left 13px no-repeat;
}

.header .contacts .tels > .item:nth-child(2){
	/*margin-right: 39px;*/
}


.header .contacts .tels > .item:last-child{
	margin-right: 0;
}

.header .contacts .search input[type=text]{
	height: 27px;
	background: url(images/zoom.png) 8px center no-repeat,
				url(images/bg/s_input.png) left top repeat-x;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px #fff, inset 1px 2px 3px rgba(0,0,0,.75);
	box-shadow: 1px 1px #fff, inset 1px 2px 3px rgba(0,0,0,.75);
	border: none;
	padding-left: 32px;
	line-height: 27px;
	color: #9b9b9d;
	width: 244px;
	box-sizing: border-box;
}

/*.header .logo-menu{
	height: 127px;
	background: url(images/bg/bg_border.png) left 114px repeat-x,
				url(images/bg/header_top2.jpg) left top repeat-x;
				
	-webkit-box-shadow: 2px 3px 43px rgba(0,0,0,.8);
	box-shadow: 2px 3px 43px rgba(0,0,0,.8);
	position: relative;
	z-index: 1;
}*/

.header .logo-menu {
width: 100%;
height: 127px;
background: url(images/bg/bg_border.png) left 114px repeat-x,
 url(images/bg/header_top2.jpg) left top repeat-x;
-webkit-box-shadow: 2px 3px 43px rgba(0,0,0,.8);
box-shadow: 2px 3px 43px rgba(0,0,0,.8);
position: fixed;
z-index: 2;
top: 45px;
}

.header > .logo-menu .logo{
	position: absolute;
	left: 31px;
	top: 11px;
}

.header > .logo-menu .head-menu{
	position: absolute;
	right: 37px;
	top: 0;
}

.header > .logo-menu .head-menu > ul{
	display: table;
	vertical-align: middle;
	height: 114px;
	width: 630px;
}

.header > .logo-menu .head-menu > ul > li{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.header > .logo-menu .head-menu > ul > li > a{
	display: inline-block;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,.75);
	padding: 0 21px;
	text-decoration: none;
	line-height: 114px;
}

.header > .logo-menu .head-menu > ul > li > a:hover{
	background-color: rgba(51,4,6,.49);
	-webkit-box-shadow: 1px 1px rgba(255,255,255,.21), inset 3px 4px 5px rgba(0,0,0,.26);
	box-shadow: 1px 1px rgba(255,255,255,.21), inset 3px 4px 5px rgba(0,0,0,.26);
}

/* Slider */

.slider{
	height: 387px;
	background: url(images/bg/setka.jpg) center top no-repeat;
}

.slider .flexslider{
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
}

.slider .flexslider ul.slides > li img{
	width: auto;
}

.slider .flexslider .flex-direction-nav .flex-prev{
	left: 0;
	width: 35px;
	height: 61px;
	margin-top: -30px;
	top: 50%;
	background: url(images/sld_left.png) no-repeat;
}

.slider .flexslider .flex-direction-nav .flex-next{
	right: 0;
	width: 35px;
	height: 61px;
	margin-top: -30px;
	top: 50%;
	background: url(images/sld_right.png) no-repeat;
}

.slider .flexslider ul.slides > li > .item{
	position: relative;
	background: url(images/bg/light.png) -90px center no-repeat;
	height: 387px;
}

.slider .flexslider ul.slides > li > .item > img{
	float: left;
	margin-left: 91px;
	margin-top: 79px;
	position: relative;
}

.slider .flexslider ul.slides > li > .item > .desc{
	float: right;
	width: 485px;
	margin-top: 55px;
	margin-right: 81px;
}

.slider .flexslider ul.slides > li > .item > .desc > p{
	margin-bottom: 10px;
}

.slider .flexslider ul.slides > li > .item > .desc > p.ttl{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fd9f04;
	text-shadow: 1px 2px 4px rgba(0,0,0,.75);
	font-size: 37px;
	line-height: normal;
}

.slider .flexslider ul.slides > li > .item > .desc > p.sub-ttl{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,.6);
	font-size: 23px;
	line-height: normal;
}

.slider .flexslider ul.slides > li > .item > .desc > .txt{
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,.75);
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}

.slider .flexslider ul.slides > li > .item > .desc > .cost{
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,.75);
	font-size: 43px;
	line-height: normal;
	margin-bottom: 12px;
}

.slider .flexslider ul.slides > li > .item > .desc > .cost > span{
	font-family: 'als_rublregular';
}

.slider .flexslider ul.slides > li > .item > .desc > a.link{
	display: inline-block;
	line-height: 29px;
	text-align: center;
	width: 129px;
	font-family: 'Cuprum', sans-serif;
	color: #6e060c;
	font-size: 16px;
	
	background: #fea700;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTY3MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea700 0%, #f9671c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
	background: -webkit-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -o-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -ms-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: linear-gradient(to bottom,  #fea700 0%,#f9671c 100%);
	filter: none;
	
	font-size: 16px;
	color: #6e060c;
	font-family: 'Cuprum', sans-serif;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	border-top: 2px solid #ffe1a9;
	border-left: 2px solid #fc8b17;
	border-right: 3px solid #975606;
	border-bottom: 3px solid #975606;
}

body.inner .slider{
	height: 218px;
	overflow: hidden;
}

body.inner .flexslider .flex-direction-nav .flex-prev,
body.inner .flexslider .flex-direction-nav .flex-next
{
	top: 29%;
}

body.inner .slider .flexslider ul.slides > li > .item > .desc{
	margin-top: 20px;
}

body.inner .slider .flexslider ul.slides > li > .item > .desc > p.ttl{
	font-size: 28px;
}


body.inner .slider .flexslider ul.slides > li > .item > .desc > p.sub-ttl{
	font-size: 18px;
}

body.inner .slider .flexslider ul.slides > li > .item > .desc > .txt{
	line-height: 20px;
}

body.inner .slider .flexslider ul.slides > li > .item > .desc{
	width: 698px;
	margin-right: 0;
	overflow: hidden;
}

body.inner .slider .flexslider ul.slides > li > .item > img{
	/*max-width: 18%;*/
    width: 176px;
    height: 158px;
	margin-top: 38px;
}

body.inner .slider .flexslider ul.slides > li > .item > .desc > .cost{
	font-size: 29px;
}

body.inner .slider .flexslider ul.slides > li > .item > .desc > .cost{
	float: left;
}

body.inner .slider .flexslider ul.slides > li > .item > .desc > a.link{
	float: right;
	font-size: 13px;
	line-height: 23px;
	width: 106px;
	margin-right: 70px;
}

body.inner .slider .flexslider ul.slides > li > .item{
	background: url(images/bg/light.png) -90px 70% no-repeat;
}

body.inner .header > .logo-menu .head-menu{
	right: 0;
}

/* -- Slider -- */


.manufacters{
	height: 98px;
	background: #bdbdbd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bdbdbd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #bdbdbd 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #bdbdbd 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #bdbdbd 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #bdbdbd 0%,#ffffff 100%);
	filter: none;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.83);
	box-shadow: 1px 1px 5px rgba(0,0,0,.83);
	position: relative;
}

.manufacters ul{
	font-size: 0;
	text-align: right;
	float: right;
}

.manufacters > .global-inner > div{
	display: inline-block;
	height: 98px;
	line-height: 116px;
	float: left;
	display: inline-block;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #282a2d;
	width: 138px;
	text-align: center;
	background: url(images/separ.png) right top repeat-y;
}

.manufacters  > .global-inner > div > span{
	line-height: normal;
	display: inline-block;
}

.manufacters ul > li{
	display: inline-block;
	vertical-align: top;
	/* line-height: 139px; */
	font-size: 16px;
	text-align: center;
	width: 145px;
	height: 98px;
	margin-right: 25px;
}

.manufacters ul > li:after{
	display: inline-block;
    vertical-align: middle;
    height: 147%;
    width: 0px;
	content: "";
}

.manufacters ul > li img{
	display: inline-block;
}

.manufacters ul > li:first-child,
.manufacters ul > li:last-child
{
	position: relative;
	top: -5px;
}

.manufacters ul > li:last-child{
	margin-right: 0;
}

.manufacters ul > li > span{
	line-height: normal;
	display: inline-block;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #282a2d;
}

/*.hits{
	min-height: 650px;
	background: url(images/bg/hits.jpg);
	text-align: center;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.55);
	box-shadow: 1px 2px 3px rgba(0,0,0,.55);
}*/
.hits {
  min-height: 650px;
  background: url(images/bg/hits.jpg);
  text-align: center;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.55);
  box-shadow: 1px 2px 3px rgba(0,0,0,.55);
  overflow: hidden;
}

.hits > .global-inner {
    position: relative;
}

.hits > .global-inner > p.ttl{
	font-family: 'magistralcbold';
	font-size: 47px;
	/* font-weight: bold; */
	color: #b9080e;
	padding-top: 42px;
	margin-bottom: 24px;
}

.hits > .global-inner > p.note {
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #282a2d;
	margin-bottom: 44px;
}

.hits > .global-inner > .navigation-left,
.hits > .global-inner > .navigation-right {
    display: block;
    position: absolute;
    bottom: 0;
    width: 61px;
    height: 450px;
    cursor: pointer;
}
.hits > .global-inner > .navigation-left {
    left: -61px;
    background: url("images/sld-hit_left.png") no-repeat 50% 50%;
}
.hits > .global-inner > .navigation-right {
    right: -61px;
    background: url("images/sld-hit_right.png") no-repeat 50% 50%;
}
.hits > .global-inner > .hits-slider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.hits > .global-inner > .hits-slider > ul{
	font-size: 0;
	text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.hits > .global-inner > .hits-slider > ul > li{
	display: table-cell;
	vertical-align: top;
}

.hits > .global-inner > .hits-slider > ul > li > .wrapper-hit {
    display: block;
    width: 236px;
    margin-right: 10px;
    min-height: 100px;
    overflow: hidden;
    position: relative;
}

.hits > .global-inner > .hits-slider > ul > li:last-child{
	margin-right: 0;
}

.hits > .global-inner > .hits-slider > ul > li > .wrapper-hit:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 236px;
	height: 5px;
	background: url(images/bg/hit_top.jpg) no-repeat;
	z-index: 3;
}

.hits > .global-inner > .hits-slider > ul > li .thumb{
	line-height: 0;
	position: relative;
}

.hits > .global-inner > .hits-slider > ul > li .thumb:after{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 236px;
	height: 33px;
	background: url(images/ugol.png) no-repeat;
	content: "";
	z-index: 3;
}

.hits > .global-inner > .hits-slider > ul > li .descr{
	background: #cc0a15;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMGExNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTAyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cc0a15 0%, #7a020a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0a15), color-stop(100%,#7a020a));
	background: -webkit-linear-gradient(top,  #cc0a15 0%,#7a020a 100%);
	background: -o-linear-gradient(top,  #cc0a15 0%,#7a020a 100%);
	background: -ms-linear-gradient(top,  #cc0a15 0%,#7a020a 100%);
	background: linear-gradient(to bottom,  #cc0a15 0%,#7a020a 100%);
	filter: none;
	
	min-height: 267px;
	position: relative;
	text-shadow: 1px 1px 3px rgba(0,0,0,.75);
	line-height: normal;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 19px;
	color: #fff;
}

.hits > .global-inner > .hits-slider > ul > li .descr:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg/break.png);
	content: "";
	z-index: 2;
}

.hits > .global-inner > .hits-slider > ul > li .descr:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #000;
	opacity: .51;
}

.hits > .global-inner > .hits-slider > ul > li .descr > p.ttl{
	font-family: 'Cuprum', sans-serif;
	line-height: 22px;
	font-size: 20px;
	color: #fff;
	z-index: 4;
	position: relative;
	padding-top: 26px;
	min-height: 44px;
}

.hits > .global-inner > .hits-slider > ul > li .descr > p.ttl > a{
	color: #fff;
	text-decoration: none;
}

.hits > .global-inner > .hits-slider > ul > li .descr > p.ttl > a:hover{
	text-decoration: underline;
}

.hits > .global-inner > .hits-slider > ul > li .descr > .txt{
	text-align: left;
	position: relative;
    height: 114px;
	z-index: 4;
	margin-bottom: 19px;
    overflow: hidden;
}

.hits > .global-inner > .hits-slider > ul > li .descr > a.more-link{
	display: inline-block;
	line-height: 25px;
	text-align: center;
	width: 119px;
	font-family: 'Cuprum', sans-serif;
	color: #6e060c;
	font-size: 16px;
	background: #fea700;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTY3MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea700 0%, #f9671c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
	background: -webkit-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -o-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -ms-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: linear-gradient(to bottom,  #fea700 0%,#f9671c 100%);
	filter: none;
	color: #6e060c;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	border-top: 2px solid #ffe1a9;
	border-left: 2px solid #fc8b17;
	border-right: 3px solid #975606;
	border-bottom: 3px solid #975606;
	position: relative;
	z-index: 4;
	text-shadow: none;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	/* padding: 0 0 99px; */
}

.content p.ttl{
	text-align: center;
	color: #b9080e;
    font-family: "magistralcbold";
    font-size: 47px;
    margin-bottom: 24px;
    padding-top: 42px;
	margin-bottom: 25px;
}

.content p.sub-ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #540002;
	margin-bottom: 35px;
	text-align: center;
}

.content .text{
	padding: 0 24px;
	padding-top: 38px;
	border-top: 2px solid #a60b0f;
	line-height: 24px;
	color: #282a2d;
}

.content .text > .another{
	padding-left: 40px;
}

.content .text > .another > .thumb-img{
	float: right;
	text-align: left;
	margin-top: 45px;
}

.content .text > .another > .thumb-img > span{
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #90060d;
	display: inline-block;
	padding-left: 100px;
}

.content .text  p.sub-ttl3{
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #90060d;
	padding-left: 40px;
}

.content .text > .another > ul{
	margin-bottom: 48px;
}

.content .text > .another > ul > li{
	display: block;
	margin-bottom: 1px;
	background: url(images/circle.png) 5px 8px no-repeat;
	padding-left: 25px;
}

.content .text > .links{
	margin-bottom: 56px;
}

.content .text > .links > a{
	display: inline-block;
	vertical-align: top;
	margin-right: 38px;
}

.content .text > .links > a:last-child{
	margin-right: 0;
}

.content .text > .links > a.simple{
	line-height: 44px;
	text-align: center;
	padding: 0 66px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #94060e;
	border: 1px solid #a60b0f;
	text-decoration: none;
}

.content .text > .links > a.simple:hover{
	text-decoration: underline;
}

.content .text > .links > a.hard{
	width: 231px;
	height: 46px;
	background: url(images/bg/link_hard.png) no-repeat;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 46px;
	text-decoration: none;
}

.content .text > .links > a.hard:hover{
	text-decoration: underline;
}


.center{
	text-align: center;
}

.articles{
	height: 480px;
	background: url(images/bg/setka3.jpg) center top no-repeat;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.89), inset 2px 3px 16px rgba(47,0,2,.75);
	box-shadow: 1px 2px 3px rgba(0,0,0,.89), inset 2px 3px 16px rgba(47,0,2,.75);
	position: relative;
}

.articles .left{
	float: left;
	width: 195px;
	margin-top: 50px;
}

.articles .left > p.ttl,
.articles .right > p.ttl
{
	font-family: 'Cuprum', sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.75);
}

.articles .left > ul > li{
	display: block;
	margin-bottom: 12px;
	color: #fff;
}

.articles .left > ul > li > a{
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,.75);
	padding-left: 25px;
	background: url(images/circle2.png) left 5px no-repeat;
	display: inline-block;
}

.articles .left > ul > li > a:hover{
	background: url(images/circle2_h.png) left 5px no-repeat;
}

.articles .left > ul > li > a:hover{
	text-decoration: underline;
}

.articles .right{
	float: right;
	width: 705px;
	margin-right: 20px;
	margin-top: 50px;
	text-align: justify;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.75);
	line-height: 22px;
}

.articles .right > .txt > .thumb-img{
	float: left;
	line-height: 0;
	padding: 8px;
	background: #181715;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4MTcxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #181715 0%, #373737 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#181715), color-stop(100%,#373737));
	background: -webkit-linear-gradient(top,  #181715 0%,#373737 100%);
	background: -o-linear-gradient(top,  #181715 0%,#373737 100%);
	background: -ms-linear-gradient(top,  #181715 0%,#373737 100%);
	background: linear-gradient(to bottom,  #181715 0%,#373737 100%);
	filter: none;
	-webkit-box-shadow: 2px 3px 4px rgba(0,0,0,.52);
	box-shadow: 2px 3px 4px rgba(0,0,0,.52);
	margin-right: 18px;
}
.articles .center {
    clear: both;
    padding-top: 28px;
}
.articles .links > a.simple {
    display: inline-block;
    line-height: 29px;
    text-align: center;
    width: 129px;
    font-family: 'Cuprum', sans-serif;
    color: #6e060c;
    font-size: 16px;
    background: #fea700;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fea700 0%, #f9671c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
    background: -webkit-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: -o-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: -ms-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: linear-gradient(to bottom, #fea700 0%,#f9671c 100%);
    filter: none;
    font-size: 16px;
    color: #6e060c;
    font-family: 'Cuprum', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.68);
    box-shadow: 1px 2px 3px rgba(0,0,0,.68);
    border-top: 2px solid #ffe1a9;
    border-left: 2px solid #fc8b17;
    border-right: 3px solid #975606;
    border-bottom: 3px solid #975606;
}
.news{
	padding-bottom: 45px;
	background: #e7e7e7;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.55);
	box-shadow: 1px 2px 3px rgba(0,0,0,.55);
	position: relative;
}

.news > .global-inner > p.ttl{
	text-align: center;
	color: #b9080e;
    font-family: "magistralcbold";
    font-size: 47px;
    margin-bottom: 24px;
    padding-top: 42px;
	margin-bottom: 25px;
}


.news p.note, .news div.note p{
	color: #282a2d;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 44px;
	text-align: center;
}

.news ul{
	font-size: 0;
}

.news ul > li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 480px;
}

.news ul > li > .item{
	font-size: 0;
}

.news ul > li > .item > .thumb,
.news ul > li > .item > .desc
{
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
	margin-bottom: 50px;
}

.news ul > li > .item > .desc{
	width: 307px;
	font-size: 14px;
	color: #626262;
	margin-right: 0;
}

.news ul > li > .item > .thumb{
	line-height: 0;
	outline: 2px solid #a51b1d;
}

.news ul > li > .item > .desc > p.date{
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #94060e;
	margin-bottom: 7px;
}

.news ul > li > .item > .desc > p.ttl{
	font-weight: bold;
	text-decoration: underline;
	color: #505a86;
	font-size: 14px;
	margin-bottom: 7px;
}

.news ul > li > .item > .desc > p.ttl > a{
	color: #505a86;
}

.news ul > li > .item > .desc > p.ttl > a:hover{
	text-decoration: none;
}

.news ul > li > .item > .desc > p:last-child{
	margin-bottom: 0;
}

.news  a.all,
.wp-polls a.all{
	display: inline-block;
	background: #fff;
	line-height: 44px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #94060e;
	text-decoration: none;
	padding: 0 67px;
	border: 1px solid #a60b0f;
}
.wp-polls a.all {
    margin-bottom: 20px;
}

.news  a.all:hover{
	text-decoration: underline;
}

.konkurs{
	background: #fff;
}

.konkurs > .global-inner > p.ttl{
	text-align: center;
	color: #b9080e;
    font-family: "magistralcbold";
    font-size: 47px;
    margin-bottom: 24px;
    padding-top: 42px;
	margin-bottom: 25px;
}


.konkurs p.note{
	color: #282a2d;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 44px;
	text-align: center;
}

.konkurs .order{
	font-size: 0;
	margin-bottom: 64px;
}
.konkurs .order p,
.konkurs .order p span{
    display: inline-block;
    margin: 0;
    position: relative;
}
.konkurs .order p.second-line {
    margin-top: 10px;
}
.konkurs .order form {
    text-align: center;
}
.konkurs .order input,
.konkurs .order .mask-wrapper
{
	box-sizing: border-box;
	width: 190px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	line-height: 33px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #8c8c8c;
	border: 1px solid #c4c4c4;
	padding: 0 13px;
	height: 33px;
}

.konkurs .order .mask-wrapper{
	padding: 0;
	border: none;
}
.konkurs .order div.wpcf7 img.ajax-loader {
    position: absolute;
    bottom: -16px;
    right: 0;
}


.konkurs .order .mask-wrapper .fileInputText {
   position: relative;
   cursor: pointer;
   /* width: 133px; */
   /* top: 3px; */
    box-sizing: border-box;
    width: 190px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    line-height: 33px;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    color: #8c8c8c;
    border: 1px solid #c4c4c4;
    padding: 0 13px;
    height: 33px;
}

.konkurs .order .custom-file-input {
   /* width: 252px; */
   opacity: 0;
   filter: alpha(opacity=0);
   position: relative;
   top: -33px;
   z-index: 99999;
   cursor: pointer;
   height: 33px;
    display: none;
}

.konkurs .order input[type=submit]{
	margin-right: 0;
	line-height: 32px;
	text-align: left;
	padding-left: 15px;
	background: url(images/bg/f_submit.jpg) repeat-x;
	border: none;
	color: #fff;
}
.konkurs .order div.wpcf7-response-output {
    font-size: 12px;
}
.konkurs .order .captcha-b {
    width: 188px;
    height: 27px;
    border: 1px solid #c4c4c4;
    text-align: center;
    padding-top: 4px;
    margin-right: 6px;
    display: block;
    float: left;
    font-size: 11px;
    color: #000000;
}

.konkurs .votes > p.ttl,
.konkurs .wp-polls > p.ttl,
.konkurs .wp-polls > form > p.ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 31px;
	font-style: italic;
	color: #92060e;
	position: relative;
	text-align: center;
	margin-bottom: 61px;
    display: none;
}

.konkurs .votes > p.ttl > span,
.konkurs .wp-polls > p.ttl > span,
.konkurs .wp-polls > form > p.ttl > span{
	background: #fff;
	padding: 0 30px;
	display: inline-block;
	position: relative;
}

.konkurs .votes > p.ttl:before,
.konkurs .wp-polls > p.ttl:before,
.konkurs .wp-polls > form > p.ttl:before{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #dddddd;
	top: 50%;
	margin-top: -1px;
	content: "";
	left: 0;
}

.konkurs .votes > ul,
.konkurs .wp-polls > ul,
.konkurs .wp-polls > form ul.vote-ul-table,
.content .catalog > .text .wp-polls > ul{
	font-size: 0;
	margin-bottom: 38px;
}

.konkurs .votes > ul > li,
.konkurs .wp-polls > ul > li,
.konkurs .wp-polls > form ul > li,
.content .catalog > .text .wp-polls > ul > li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 237px;
	margin-right: 10px;
    text-align: center;
}
.content .catalog > .text .wp-polls > ul > li p{
    font-size: 14px;
}
.konkurs .wp-polls > form ul > li {
    text-align: center;
}
.konkurs .wp-polls p.viev-result{
    text-align: center;
}
.konkurs .wp-polls p.viev-result a {
    color: #cb0a15;
    text-decoration: none;
}
.konkurs .wp-polls > p.viev-result a:hover {
    text-decoration: underline;
}

.konkurs .votes > ul > li:last-child,
.konkurs .wp-polls > ul > li:last-child,
.konkurs .wp-polls > form ul > li:last-child,
.content .catalog > .text .wp-polls > ul > li:last-child{
	margin-right: 0;
}

.konkurs .votes > ul > li > p.ttl,
.konkurs .wp-polls > ul > li > p.ttl,
.content .catalog > .text .wp-polls > ul > li > p.ttl,
.konkurs .wp-polls > form ul > li > p.ttl{
	color: #cb0a15;
	font-weight: bold;
	text-transform: uppercase;
	color: #cb0a15;
	margin-bottom: 12px;
}

.konkurs .votes > ul > li > .thumb,
.konkurs .wp-polls > ul > li > .thumb,
.content .catalog > .text .wp-polls > ul > li > .thumb,
.konkurs .wp-polls > form ul > li > .thumb{
	line-height: 0;
	background: #cc0a15;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMGExNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YjA1MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cc0a15 0%, #8b050d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0a15), color-stop(100%,#8b050d));
	background: -webkit-linear-gradient(top,  #cc0a15 0%,#8b050d 100%);
	background: -o-linear-gradient(top,  #cc0a15 0%,#8b050d 100%);
	background: -ms-linear-gradient(top,  #cc0a15 0%,#8b050d 100%);
	background: linear-gradient(to bottom,  #cc0a15 0%,#8b050d 100%);
	filter: none;
	padding: 4px;
	margin-bottom: 21px;
}
.konkurs .wp-polls > form ul > li input{
    display: none;
}

.konkurs .votes > ul > li a.vote,
.konkurs .wp-polls > ul > li a.vote,
.konkurs .wp-polls > ul > li span.vote,
.content .catalog > .text .wp-polls > ul > li a.vote,
.konkurs .wp-polls > form ul > li label{
	display: inline-block;
	line-height: 28px;
	padding: 0 24px;
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #92060e;
	border: 1px solid #94060f;
	text-decoration: none;
    cursor: pointer;
}

.konkurs .votes > ul > li a.vote:hover,
.konkurs .wp-polls > ul > li a.vote:hover,
.content .catalog > .text .wp-polls > ul > li a.vote:hover,
.konkurs .wp-polls > form ul > li label:hover{
	text-decoration: underline;
}

.konkurs .votes > .vote-results > p.ttl,
.konkurs .wp-polls > .vote-results > p.ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #92060e;
}

.konkurs .votes > .vote-results > p.stats,
.konkurs .wp-polls > .vote-results > p.stats{
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #92060e;
	margin-bottom: 58px;
}

.konkurs .votes > .vote-results > ul,
.konkurs .wp-polls > .vote-results > ul{
	width: 600px;
	position: relative;
    text-align: left;
    list-style: none;
    float: none;
    margin: 0;
    padding: 0;
}

.konkurs .votes > .vote-results > ul > li,
.konkurs .wp-polls > .vote-results > ul > li{
	display: block;
	margin-bottom: 13px;
	font-size: 14px;
	color: #484546;
    text-align: left;
    background-image: none;
    padding: 0;
}

.konkurs .votes > .vote-results > ul > li:last-child,
.konkurs .wp-polls > .vote-results > ul > li:last-child{
	margin-bottom: 22px;
}

.konkurs .votes > .vote-results > ul > li > .pollbar,
.konkurs .wp-polls > .vote-results > ul > li > .pollbar{
	background-image: url(images/bg/pollbg.gif);
    border: 1px solid #c8c8c8;
    font-size: 6px;
    height: 8px;
    line-height: 8px;
    margin: 1px;
	margin-top: 3px;
}
.konkurs .img_vote {
    display: none;
}
.wp-polls .winner-name {
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #92060e;
    padding-top: 12px;
}
.wp-polls .winner-name > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #484546;
    font-style: normal;
}
.text .wp-polls {
    border-bottom: 2px solid #8b0208;
    margin-bottom: 22px;
}

.gray-block{
	background: #ecf0f6;
	height: 36px;
}

.content .catalog{
	font-size: 0;
}

.content .catalog > .sidebar,
.content .catalog > .text{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
}

.content .catalog > .sidebar{
	width: 225px;
	margin-right: 24px;
}

.content .catalog > .text{
	width: 731px;
	border: none;
	padding: 0;
}

.content .catalog > .sidebar > ul.production{
	margin-bottom: 25px;
}

.content .catalog > .sidebar > ul.production > li{
	display: block;
	background: url(images/bg/sidebar_li.png);
	border-bottom: 1px solid #4f0407;
	line-height: 14px;
}

.content .catalog > .sidebar > ul.production > li:last-child{
	border-bottom: none;
}

.content .catalog > .sidebar > ul.production > li > a{
	display: inline-block;
	width: 100%;
	padding: 19px 0;
	padding-left: 34px;
	padding-right: 12px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #fff;
	background: url(images/down.png) 10px center no-repeat;
	text-decoration: none;
	box-sizing: border-box;
}

.content .catalog > .sidebar > ul.production > li.expand > a{
	background: url(images/up.png) 10px center no-repeat;
	color: #fc9707;
}

.content .catalog > .sidebar > ul.production > li > ul{
	padding: 20px 0 0;
	box-sizing: border-box;
	background: url(images/bg/sidebar_ul.jpg);
	-webkit-box-shadow: inset 1px 1px 6px rgba(52,0,3,.76);
	box-shadow: inset 1px 1px 6px rgba(52,0,3,.76);
	display: none;
}
.content .catalog > .sidebar > ul.production > li.current-menu-ancestor > ul {
    display: block;
}

.content .catalog > .sidebar > ul.production > li > ul > li{
	display: block;
	padding-bottom: 20px;
	position: relative;
}

/*.content .catalog > .sidebar > ul.production > li > ul > li:last-child{
	margin-bottom: 0;
}*/

.content .catalog > .sidebar > ul.production > li > ul > li > a{
	padding: 0 15px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	line-height: normal;
}
.content .catalog > .sidebar > ul.production > li > ul > li.current-menu-item > a,
.content .catalog > .sidebar > ul.production > li > ul > li > a:hover{
	background: url(images/arrow.png) left top no-repeat;
	color: #fc9707;
}

.content .catalog > .sidebar > ul.production > li > ul > li > ul{
	box-sizing: border-box;
	background: url(images/bg/sidebar_ul.jpg);
	padding: 20px 0 7px;
	position: absolute;
	top: -18px;
	right: -200px;
	width: 200px;
	display: none;
	z-index: 10;
}

.content .catalog > .sidebar > ul.production > li > ul > li:hover > ul{
	display: block;
}

.content .catalog > .sidebar > ul.production > li > ul > li > ul > li{
	display: block;
	padding-bottom: 13px;
}

/*.content .catalog > .sidebar > ul.production > li > ul > li > ul > li:last-child{
	margin-bottom: 0;
}*/

.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > a{
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	width: 100%;
}

.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > a:hover{
	color: #fc9707;
	background: url(images/arrow_s.png) left top no-repeat;
}
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul,
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul ul{
    box-sizing: border-box;
    background: url(images/bg/sidebar_ul.jpg);
    padding: 20px 0 7px;
    position: absolute;
    /*top: -18px;*/
    margin-top: -35px;
    right: -200px;
    width: 200px;
    display: none;
    z-index: 10;
}
.content .catalog > .sidebar > ul.production > li > ul > li:hover > ul > li:hover > ul,
.content .catalog > .sidebar > ul.production > li > ul > li:hover > ul > li ul > li:hover > ul{
    display: block;
}
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul > li,
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul ul > li{
    display: block;
    padding-bottom: 13px;
}
/*.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul > li:last-child,
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul ul > li:last-child{
    margin-bottom: 0;
}*/
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul > li > a,
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul ul > li > a{
    padding: 0 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'Cuprum', sans-serif;
    font-size: 15px;
    width: 100%;
}
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul > li > a:hover,
.content .catalog > .sidebar > ul.production > li > ul > li > ul > li > ul ul > li > a:hover {
    color: #fc9707;
    background: url(images/arrow_s.png) left top no-repeat;
}


.content .catalog > .sidebar > ul.production > li > ul > li:hover{
}

.content .catalog > .sidebar > ul.production > li > ul > li:hover > a{
	color: #fc9707 !important;
	background: url(images/arrow.png) left top no-repeat;
}

.content .catalog > .sidebar > ul.custom1 > li {
    background: none;
    border: none;
}
.content .catalog > .sidebar > ul.custom1 > li > a {
    font-family: 'Cuprum', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;

    color: #560005;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.68);
    box-shadow: 1px 2px 3px rgba(0,0,0,.68);
    border-top: 2px solid #ffe1a9;
    border-left: 2px solid #fc8b17;
    border-right: 3px solid #975606;
    border-bottom: 3px solid #975606;
    background: url(images/down-c1.png) 10px center no-repeat, #fea700;
    background: url(images/down-c1.png) 10px center no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(images/down-c1.png) 10px center no-repeat, -moz-linear-gradient(top, #fea700 0%, #f9671c 100%);
    background: url(images/down-c1.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
    background: url(images/down-c1.png) 10px center no-repeat, -webkit-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: url(images/down-c1.png) 10px center no-repeat, -o-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: url(images/down-c1.png) 10px center no-repeat, -ms-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: url(images/down-c1.png) 10px center no-repeat, linear-gradient(to bottom, #fea700 0%,#f9671c 100%);
}
.content .catalog > .sidebar > ul.custom1 > li.expand > a {
    color: #560005;
    background: url(images/up-c1.png) 10px center no-repeat, #fea700;
    background: url(images/up-c1.png) 10px center no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(images/up-c1.png) 10px center no-repeat, -moz-linear-gradient(top, #fea700 0%, #f9671c 100%);
    background: url(images/up-c1.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
    background: url(images/up-c1.png) 10px center no-repeat, -webkit-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: url(images/up-c1.png) 10px center no-repeat, -o-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: url(images/up-c1.png) 10px center no-repeat, -ms-linear-gradient(top, #fea700 0%,#f9671c 100%);
    background: url(images/up-c1.png) 10px center no-repeat, linear-gradient(to bottom, #fea700 0%,#f9671c 100%);
}
.content .catalog > .sidebar > ul.custom1 > li > ul {
    margin: 0 2px;
}
.content .catalog > .sidebar > ul.custom1 > li > ul > li > ul {
    width: 250px;
    right: -250px;
}

.content .catalog > .sidebar > a.link{
	display: inline-block;
	line-height: 39px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	background: #fea700;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTY3MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea700 0%, #f9671c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
	background: -webkit-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -o-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -ms-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: linear-gradient(to bottom,  #fea700 0%,#f9671c 100%);
	filter: none;
	color: #560005;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	border-top: 2px solid #ffe1a9;
	border-left: 2px solid #fc8b17;
	border-right: 3px solid #975606;
	border-bottom: 3px solid #975606;
	position: relative;
	z-index: 4;
	text-shadow: none;
	width: 98%;
	font-style: italic;
	margin-bottom: 23px;
	font-weight: bold;
}

.content .catalog > .sidebar > a.link:hover{
	text-decoration: underline;
}

.content .catalog > .sidebar > .news-block{
	margin-bottom: 30px;
}

.content .catalog > .sidebar > .news-last-block{
    margin-bottom: 97px;
}

.content .catalog > .sidebar > .news-block > p.ttl{
	text-align: center;
	background: url(images/bg/news.jpg) left top repeat-x;
	height: 48px;
	line-height: 48px;
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 0;
	margin-bottom: 0;
}
.content .catalog > .sidebar > .news-block > p.ttl a {
    color: #fff;
    text-decoration: none;
}

.content .catalog > .sidebar > .news-block > ul{
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	box-sizing: border-box;
	text-align: left;
}

.content .catalog > .sidebar > .news-block > ul > li{
	display: block;
	/* margin-bottom: 28px; */
	border-bottom: 1px solid #dedede;
	padding: 0 10px;
	padding-right: 17px;
}

.content .catalog > .sidebar > .news-block > ul > li:last-child{
	margin-bottom: 0;
	/* 	padding-bottom: 23px; */
}

.content .catalog > .sidebar > .news-block > ul > li > p.date{
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #94060e;
	margin-bottom: 7px;
	padding-top: 28px;
}

.content .catalog > .sidebar > .news-block > ul > li > p.ttl{
	padding: 0;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #505a86;
	line-height: normal;
	text-align: left;
	margin-bottom: 16px;
}

.content .catalog > .sidebar > .news-block > ul > li > p.ttl > a{
	color: #505a86;
}

.content .catalog > .sidebar > .news-block > ul > li > .txt{
	margin-bottom: 25px;
	font-size: 13px;
	color: #626262;
	line-height: 20px;
}

.content .catalog > .sidebar > .news-block > a.link{
	display: block;
	line-height: 49px;
	text-align: center;
	width: 223px;
	position: relative;
	left: 1px;
	outline: 1px solid #dedede;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #8c070e;
}

.content .catalog > .sidebar > .news-block > a.link:hover{
	text-decoration: none;
}

.content .catalog > .text > .breadcrumbs{
	font-size: 0;
	margin-top: 29px;
	margin-bottom: 29px;
}
.content .catalog > .text > .breadcrumbs ul {
    display: table;
}
.content .catalog > .text > .breadcrumbs ul > li {
    display: table-cell;
}
.content .catalog > .text > .breadcrumbs ul > li a,
.content .catalog > .text > .breadcrumbs ul > li span{
    display: inline-block;
    vertical-align: top;
    /*font-size: 12px;*/
    font-size: 10px;
    color: #747474;
    border-top: 1px solid #dcd4d4;
    border-bottom: 1px solid #dcd4d4;
    line-height: 23px;
    padding: 0 14px;
    text-decoration: none;
    position: relative;
}
.content .catalog > .text > .breadcrumbs ul > li a:hover {
    text-decoration: underline;
}
.content .catalog > .text > .breadcrumbs ul > li:first-child a {
    border-left: 1px solid #dcd4d4;
}
.content .catalog > .text > .breadcrumbs ul > li a:after {
    position: absolute;
    right: -4px;
    top: 0;
    width: 8px;
    height: 23px;
    background: url(images/b_arrow.png) no-repeat;
    content: "";
}
.content .catalog > .text > .breadcrumbs ul > li span {
    background: #dad5d4;
}
.content .catalog > .text > .breadcrumbs ul > li span:before {
    position: absolute;
    left: -8px;
    top: 0;
    width: 11px;
    height: 23px;
    content: '';
    background: url(images/span_before.png) no-repeat;
}
.content .catalog > .text > .breadcrumbs ul > li span:after {
    content: "";
    position: absolute;
    right: -9px;
    top: -1px;
    width: 9px;
    height: 25px;
    background: url(images/span_after.png) no-repeat;
}

.content .catalog > .text > .breadcrumbs > a,
.content .catalog > .text > .breadcrumbs > span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #747474;
	border-top: 1px solid #dcd4d4;
	border-bottom: 1px solid #dcd4d4;
	line-height: 23px;
	padding: 0 14px;
	text-decoration: none;
	position: relative;
}

.content .catalog > .text > .breadcrumbs > a:hover{
	text-decoration: underline;
}

.content .catalog > .text > .breadcrumbs > a:first-child{
	border-left: 1px solid #dcd4d4;
}

.content .catalog > .text > .breadcrumbs > a:after{
	position: absolute;
	right: -4px;
	top: 0;
	width: 8px;
	height: 23px;
	background: url(images/b_arrow.png) no-repeat;
	content: "";
}

.content .catalog > .text > .breadcrumbs > span{
	background: #dad5d4;
}

.content .catalog > .text > .breadcrumbs > span:before{
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 11px;
	height: 23px;
	content: "";
	background: url(images/span_before.png) no-repeat;
}

.content .catalog > .text > .breadcrumbs > span:after{
	content: "";
	position: absolute;
	right: -9px;
	top: -1px;
	width: 9px;
	height: 25px;
	background: url(images/span_after.png) no-repeat;
}

body.inner .content p.ttl{
	text-align: left;
	padding: 0;
}

.content .catalog > .text > p.ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #72030a;
	padding-bottom: 26px;
	border-bottom: 3px solid #8b0208;
}

.content .catalog > .text > ul.cat-list{
	display: block;
}
.content .catalog > .text > ul.cat-list:after {
    display: block;
    content: '';
    clear: both;
}
.content .catalog > .text > ul.cat-list > li{
	display: block;
	/*margin-bottom: 32px;*/
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 38px;
	margin-bottom: 49px;
	position: relative;
}
.content .catalog > .text > ul.cat-list > li.category-box {
    display: inline-block;
    /*width: 150px;*/
height: 215px;
    float: left;
    border-bottom: none;
    margin-bottom: 0;
}
.content .catalog > .text > ul.cat-list > li.search {
    padding-bottom: 10px;
    margin-bottom: 0;
    border: 0;
}
.content .catalog > .text > ul.cat-list > li > a {
    font-family: "magistralcbold", Arial, sans-serif;
    color: #505a86;
}

.content .catalog > .text > ul.cat-list > li:last-child{
	/* border-bottom: 0; */
	margin-bottom: 0;
}

.content .catalog > .text > ul.cat-list > li > .desc{
	font-size: 14px;
	color: #2c2c2c;
	margin-bottom: 19px;
}
.content .catalog > .text > ul.cat-list > li.category-box .desc {
    width: 141px;
    height: 147px;
    margin-right: 52px;
    border: 1px solid #dedede;
}
.content .catalog > .text > ul.cat-list > li.category-box:hover .desc {
    border: 1px solid #8b0208;
}
.content .catalog > .text > ul.cat-list > li.category-box:nth-child(4n) .desc {
    margin-right: 0;
}

.content .catalog > .text > ul.cat-list > li > .desc img{
	float: left;
	margin-right: 18px;
	border: 1px solid #dedede;
}
.content .catalog > .text > ul.cat-list > li.category-box .desc img {
    float: none;
    border: none;
    margin-right: 0;
margin: 0px!important;

}
.content .catalog > .text > ul.cat-list > li.category-box p.cat-title {
    display: block;
    width: 141px;
    margin: 0;
    padding: 4px 0 0;
    text-align: center;
text-indent:0px!important;
}

.content .catalog > .text > ul.cat-list > li > .desc > p.ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #2c2c2c;
	margin-bottom: 22px;
}
.content .catalog > .text > ul.cat-list > li > .desc > p.ttl > a {
    color: #2c2c2c;
    text-decoration: none;
}

.content .catalog > .text > ul.cat-list > li > table{
	border: none;
	border-collapse: collapse;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #373737;
	width: 100%;
}

.content .catalog > .text > ul.cat-list > li > table td{
	padding: 8px 12px;
	background: #f2f2f2;
	text-align: left;
	vertical-align: top;
}

.content .catalog > .text > ul.cat-list > li > table > tbody > tr:first-child{
	font-weight: bold;
	color: #82636a;
	height: 59px;
	overflow: hidden;
}

.content .catalog > .text > ul.cat-list > li > table > tbody > tr:nth-child(2) > td{
	padding-top: 20px;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr:nth-child(2) > td{
	padding-top: 5px;
}

.content .catalog > .text > ul.cat-list > li > table > tbody > tr:last-child > td{
	padding-bottom: 20px;
}

.content .catalog > .text > ul.cat-list > li > table.first > tbody > tr:last-child > td{
	padding-bottom: 5px;
}

/* .content .catalog > .text > ul.cat-list > li > table.first > tbody > tr:last-child > td{
	padding-bottom: 20px;
} */

.content .catalog > .text > ul.cat-list > li > table.extend{
	display: none;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody{
	display: block;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr:first-child{
	height: auto;
}

.content .catalog > .text > ul.cat-list > li > table > tbody > tr:first-child > td{
	background: url(images/bg/table_top.jpg) left top repeat-x;
	padding: 10px 12px;
	color: #fff;
	font-size: 14px;
}

.content .catalog > .text > ul.cat-list > li > table td > a{
	color: #780001;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr:first-child > td{
	background: #f2f2f2;
	color: #373737;
	font-size: 16px;
	font-weight: normal;
}

.content .catalog > .text > ul.cat-list > li > table.extend td{
	background: #f2f2f2;
	text-align: left;
}

.content .catalog > .text > ul.cat-list > li > a.all-serial{
	display: inline-block;
	line-height: 29px;
	text-align: center;
	font-size: 12px;
	background: #fea700;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTY3MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea700 0%, #f9671c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
	background: -webkit-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -o-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -ms-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: linear-gradient(to bottom,  #fea700 0%,#f9671c 100%);
	filter: none;
	color: #560005;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	border-top: 2px solid #ffe1a9;
	border-left: 2px solid #fc8b17;
	border-right: 3px solid #975606;
	border-bottom: 3px solid #975606;
	z-index: 4;
	text-shadow: none;
	padding: 0 11px;
	
	position: absolute;
	right: 0;
	bottom: -15px;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr:last-child > td{
	padding-bottom: 20px;
}

.content .catalog > .text > ul.cat-list > li > a.all-serial:before{
	position: absolute;
	left: -12px;
	top: 0;
	width: 10px;
	height: 29px;
	background: #fff;
	content: "";
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr > td:nth-child(1){
	width: 98px;
	box-sizing: border-box;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr > td:nth-child(2){
	width: 172px;
	box-sizing: border-box;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr > td:nth-child(3){
	width: 138px;
	box-sizing: border-box;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr > td:nth-child(4){
	width: 100px;
	box-sizing: border-box;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr > td:nth-child(5){
	width: 71px;
	box-sizing: border-box;
}

.content .catalog > .text > ul.cat-list > li > table.extend > tbody > tr > td:nth-child(6){
	width: 152px;
	box-sizing: border-box;
}

.content .catalog > .text > .desc-block{
	line-height: 20px;
	margin-bottom: 47px;
	margin-top: 67px;
}

body.inner .content p.sub-ttl {
	text-align: left;
	margin-bottom: 18px;
}

.content .catalog > .text > .desc-block > p.ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #72030a;
	padding-bottom: 26px;
	border-bottom: 3px solid #8b0208;
}

.content .catalog > .text > .desc-block > p.sub-ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	font-style: italic;
	text-align: left;
	color: #821920;
	font-weight: bold;
}

.content .catalog > .text > .desc-block > ul{
	margin-bottom: 46px;
}

.content .catalog > .text > .desc-block > ul > li{
	display: block;
	margin-bottom: 18px;
	padding-left: 25px;
	background: url(images/list.png) 6px 7px no-repeat;
}

.content .catalog > .text > .desc-block > ul > li:last-child{
	margin-bottom: 0;
}

.content .catalog > .text > .desc-block a{
	text-decoration: underline;
	color: #821920;
	font-family: 'Cuprum', sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

.content .catalog > .text > .desc-block a:hover{
	text-decoration: none;
}

.content .catalog > .text > .desc-block span.im{
	font-family: 'Cuprum', sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #821920;
	font-weight: bold;
}

.content .catalog > .text > .product-item{
	font-size: 0;
}

.content .catalog > .text > .product-item > .thumb,
.content .catalog > .text > .product-item > .descr
{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.content .catalog > .text > .product-item > .thumb{
	width: 249px;
	margin-right: 17px;
	line-height: 0;
}

.content .catalog > .text > .product-item > .thumb img.brend-img {
    max-width: 248px;
    max-height: 80px;
}


.content .catalog > .text > .product-item > .descr{
	width: 463px;
	line-height: 22px;
}

.content .catalog > .text > .product-item > .thumb img.mini{
	border: 1px solid #cbcbcb;
	display: block;
	margin-bottom: 25px;
}

.content .catalog > .text > .product-item > .descr > p.ttl-list{
	font-family: 'Cuprum', sans-serif;
	font-size: 25px;
	color: #8b0208;
}

.content .catalog > .text > .product-item > .descr > p.ttl-list > span{
	display: inline-block;
	padding-bottom: 21px;
	border-bottom: 7px solid #8b0208;
}

.content .catalog > .text > .product-item > .descr table{
	border: none;
	border-collapse: collapse;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #000;
	width: 100%;
	margin-bottom: 52px;
}

.content .catalog > .text > .product-item > .descr table td{
/*	padding: 5px 0;*/
	padding: 5px 5px;
}

.content .catalog > .text > .product-item > .descr > ul{
	padding-top: 6px;
	padding-bottom: 65px;
}

.content .catalog > .text > .product-item > .descr > ul > li{
	display: block;
	padding-left: 32px;
	background: url(images/list2.png) left top no-repeat;
	margin-bottom: 12px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #000;
}

.content .catalog > .text > .product-item > .descr > ul > li:last-child{
	margin-bottom: 0;
}

.content .catalog > .text > .product-item > .descr > .request{
	font-size: 16px;
	font-family: 'Cuprum', sans-serif;
}

.content .catalog > .text > .product-item > .descr .request > p.ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 25px;
	color: #8b0208;
	margin-bottom: 36px;
}

.content .catalog > .text > .product-item > .descr .request input[type=text],
.content .catalog > .text > .product-item > .descr .request input[type=tel],
.content .catalog > .text > .product-item > .descr .request input[type=email]
{
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	padding: 5px 14px;
	font-size: 16px;
	color: #8c8c8c;
	width: 298px;
	margin-bottom: 16px;
	font-family: 'Cuprum', sans-serif;
}

.content .catalog > .text > .product-item > .descr .request textarea{
	padding: 5px 14px;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	width: 471px;
	font-family: 'Cuprum', sans-serif;
	height: 171px;
	max-width: 471px;
	margin-bottom: 20px;
	font-size: 16px;
}

.content .catalog > .text > .product-item > .descr .request input[type=submit]{
	font-size: 16px;
	display: inline-block;
	/* line-height: 39px; */
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	color: #6e060c;
	font-size: 16px;
	
	background: #fea700;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTY3MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea700 0%, #f9671c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea700), color-stop(100%,#f9671c));
	background: -webkit-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -o-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: -ms-linear-gradient(top,  #fea700 0%,#f9671c 100%);
	background: linear-gradient(to bottom,  #fea700 0%,#f9671c 100%);
	filter: none;
	
	color: #6e060c;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	box-shadow: 1px 2px 3px rgba(0,0,0,.68);
	border-top: 2px solid #ffe1a9;
	border-left: 2px solid #fc8b17;
	border-right: 3px solid #975606;
	border-bottom: 3px solid #975606;
	padding: 0 33px;
	font-style: italic;
	height: 39px;
}

.content .catalog > .text > .txt{
	line-height: 28px;
	margin-bottom: 70px;
}
.content .catalog > .text .note {
    color: #282a2d;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 44px;
    text-align: center;
}
.content .catalog > .text .wp-pols {
    width: 100%;
}

.content .catalog > .text > .txt > p.sub-ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 25px;
	color: #72030a;
	font-style: normal;
	line-height: normal;
	margin-bottom: 9px;
	color: #94060e;
}

.content .catalog > .text > .txt > p.sub-ttl2{
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	color: #94060e;
	margin-bottom: 9px;
}

.content .catalog > .text > .txt > p.sub-ttl3{
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	color: #94060e;
	margin-bottom: 9px;
	font-style: normal;
	text-align: left;
	padding: 0;
}

.content .catalog > .text > .txt > ol{
	counter-reset: list;
	margin-bottom: 30px;
}

.content .catalog > .text > .txt > ol > li{
	padding-left: 17px;
	display: block;
}

.content .catalog > .text > .txt > ol > li:before{
   counter-increment: list; 
   content: counter(list) ". ";
}

.content .catalog > .text > .txt > ul{
	margin-bottom: 18px;
}

.content .catalog > .text > .txt > ul > li{
	padding-left: 15px;
	position: relative;
	display: block;
}

.content .catalog > .text > .txt > ul > li:before{
	content: "— ";
	/* position: absolute; */
	left: 0;
	top: 0px;
}

.content .catalog > .text > .txt > ul.img-list{
	font-size: 0;
	margin-bottom: 15px;
}

.content .catalog > .text > .txt > ul.img-list > li{
	display: inline-block;
	vertical-align: top;
	margin-right: 23px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #94060e;
	margin-bottom: 60px;
	padding: 0;
}

.content .catalog > .text > .txt > ul.img-list > li:before{
	content: none;
}

.content .catalog > .text > .txt > ul.img-list > li:nth-child(3n){
	margin-right: 0;
}

.content .catalog > .text > .txt > ul.img-list > li img{
	box-shadow: 0 0 0 1px #8b0208;
	-webkit-box-shadow: 0 0 0 1px #8b0208;
	display: block;
	margin-bottom: 21px;
}

.content .catalog > .text > .txt > ul.img-list > li > a{
	color: #94060e;
	text-decoration: none;
}

.content .catalog > .text > .txt > ul.img-list > li > a:hover{
	text-decoration: underline;
}

body.inner .content .catalog > .text > .txt table{
	border: 1px solid #dedede;
	border-collapse: collapse;
	margin-bottom: 18px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
}

body.inner .content .catalog > .text > .txt table td{
	border: 1px solid #dedede;
	padding: 8px;
	text-align: center;
	line-height: normal;
}

body.inner .content .catalog > .text > .txt table > tbody > tr:first-child{
	background: #f8f8f8;
}

body.inner .content .catalog > .text > .txt table.custom{
	width: 100%;
}

body.inner .content .catalog > .text > .txt table.custom > tbody > tr > td:first-child{
	width: 38px;
	box-sizing: border-box;
}

.content .catalog > .text > .txt > .custom-block{
	padding-left: 13px;
	line-height: 36px;
	font-size: 18px;
	color: #000;
}

.content .catalog > .text > .txt > .custom-block span{	
	color: #95050c;
}

.content .catalog > .text > .txt > .custom-block > p.ttl{
	font-family: 'Cuprum', sans-serif;
	font-size: 35px;
	color: #72030a;
	margin-bottom: 30px;
}

.content .catalog > .text > .txt > .custom-block a{
	color: #000;
	text-decoration: none;
}

.content .catalog > .text > .txt > .custom-block a:hover{
	text-decoration: underline;
}

.content .catalog > .text > .txt > .custom-block a.last{
	display: inline-block;
	margin-bottom: 30px;
}

.content .catalog > .text > .txt > .custom-block > p.sub-ttl{
	font-size: 25px;
	color: #72030a;
	margin-top: 25px;
	font-style: normal;
	margin-bottom: 33px;
}

.content .catalog > .text > .txt > .map-block{
	line-height: 0;
	box-shadow: 0 0 0 1px #95050c;
	-webkit-box-shadow: 0 0 0 1px #95050c;
}

.content .catalog > .text > .txt > .map-block > img{
	width: 100%;
}
.news-cat ul{
    font-size: 0;
}

.news-cat ul > li{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    /*width: 480px;*/
}

.news-cat ul > li > .item{
    font-size: 0;
}

.news-cat ul > li > .item > .thumb,
.news-cat ul > li > .item > .desc
{
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    margin-bottom: 50px;
}

.news-cat ul > li > .item > .desc{
    width: 582px;
    font-size: 14px;
    color: #626262;
    margin-right: 0;
}

.news-cat ul > li > .item > .thumb{
    line-height: 0;
    outline: 2px solid #a51b1d;
}

.news-cat ul > li > .item > .desc > p.date{
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    color: #94060e;
    margin-bottom: 7px;
}

.news-cat ul > li > .item > .desc > p.ttl{
    font-weight: bold;
    text-decoration: underline;
    color: #505a86;
    font-size: 14px;
    margin-bottom: 7px;
}

.news-cat ul > li > .item > .desc > p.ttl > a{
    color: #505a86;
}

.news-cat ul > li > .item > .desc > p.ttl > a:hover{
    text-decoration: none;
}

.news-cat ul > li > .item > .desc > p:last-child{
    margin-bottom: 0;
}

/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Cuprum', sans-serif;
	font-family: 'magistralcbold';
*/

/* Footer
-----------------------------------------------------------------------------*/
/*.footer {
	height: 99px;
	background: url(images/bg/footer.jpg) left top repeat-x;
	position: relative;
	color: #fff;
}*/

.footer {
  max-width: 1920px;
  min-width: 1000px;
  height: 99px;
  background: url(images/bg/footer.jpg) left top repeat-x;
  position: relative;
  color: #fff;
    margin: 0 auto;
}
.footer .copyright{
	position: absolute;
	top: 11px;
	right: 10px;
}
.footer .desc-vzh {
    float: right;
    font-size: 12px;
    clear: both;
}
.footer .desc-vzh a {
    color: #95050c;
}

.text p {
text-align: justify;
text-indent: 20px;
margin-bottom: 5px;
}
.text img {
margin: 4px;
}


@media(min-width:1920px) {
    .header .logo-menu {
        width: 1920px;
    }
    .header .contacts {
        width: 1920px;
    }
}
.compres-den td {
padding: 3px;
}
.contact-text p{
text-indent:0px!important;
}