

/* Start:/local/templates/pn/js/plugins/fancybox/source/jquery.fancybox.css?15927988514895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/pn/js/plugins/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/pn/js/plugins/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/pn/js/plugins/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/pn/js/plugins/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/pn/js/plugins/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/pn/js/plugins/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/pn/styles.css?159299593939*/
/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/pn/template_styles.css?164177964520652*/
@charset "UTF-8";
/* ИКОНОЧНЫЙ ШРИФТ */
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/pn/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("/local/templates/pn/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("/local/templates/pn/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("/local/templates/pn/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("/local/templates/pn/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("/local/templates/pn/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
	padding-top: 95px;
	font-family: "Arial";
}


/* Header
-----------------------------------------------------------------------------*/



/* Middle
-----------------------------------------------------------------------------*/

.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}





/* ОСНОВНЫЕ СТИЛИ */
* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

header, nav, section, article, aside, footer, video, figure {
  display: block;
}

.clb {
  clear: both;
  height: 0;
  width: 100%;
}






/*# sourceMappingURL=template_styles.css.map */
body {
	font-family: "BAHNSCHRIFT",Arial,Times New Roman,Times,serif;
    background: #fff ;
    filter: grayscale(1);
}

.v_p {
	width: 100%;
	background: #3c3a3a;
	text-transform: uppercase;
	color: white;
	position: fixed;
	top: 0;
	padding: 5px 0;
	z-index: 1;
}
.v_p a{
	color: white;
	text-decoration: none;
}
.v_p a:hover{
	color: red;
	text-decoration: none;
}
.v_p_t {
	width: 1170px;
	margin: 0 auto;
}
.v_p_t_a {
	float: left; 
	font-size: 18px; 
	margin-right: 40px;
    font-weight: bold;
}
.bx-searchtitle {
	margin: 0;
}
.logo {
	width:100%;
}
.logo img{
}
ul.left-menu {
    width: 1170px;
    margin: 0 auto;
}
ul.left-menu li {
    float: left;
    padding: 5px 10px;
    border-right: 1px solid #909090;
}
ul.left-menu li a {
    text-transform: uppercase;
    color: white;
}
.menu {
	width: 100%;
    height: 40px;
    background-color: #ad1a18;
}
.informer {
	width: 100%;
	padding-top: 5px;
}
.kurs {
	float: left;
}
.soc {
	vertical-align: middle;
	float: right;
	margin-bottom: 10px;
}
.vremya {
	width: 250px;
	color: #909090;
	padding-bottom: 10px;
	float: right;
	margin-right: 20px;
	height: 70px;
	font-family: Times new roman;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}


#time {
	font-size: 35px;
	
}
.pogoda {
	float: right;
}
.images_ban {
	float: left;
	padding: 0 20px;
}
.news_gl_left {
	width: 200px;
	float: left;
	margin-right: 30px
}
.news_gl_center {
	float: left;
	margin-right: 30px;
	width: 580px;
}
.news_gl_right {
	float: left;
	width: 300px;
}

.news_gl_center .card-body {
  width: 80%;
  margin: 0 auto;
}
.news_gl_center .card-img-top {
  width: 80%;
  margin: 0 auto;
  display: block;
  height: 300px;
}
.news_gl_center .news-date-time {
	color: #909090;
	font-weight: bold;
}
.news_gl_center .news-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.news_gl_center .news-item  a{
	color: black;
	text-decoration: none;
	font-size: 20px;
}
.news_gl_center .news-item  a:hover{
	color: red;
	text-decoration: none;
}
.news_gl_center .preview_picture {
  clear: both;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; 
}
.news_gl_center .news-list {
	padding-top: 10px;
}
.news_gl_center .news-detail {
  display: none;
}
.news_gl_center_v .preview_picture{
	float: left;
	width: 30%;
	height: auto;
}
.news_gl_center_v .news-item  a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}
.news_gl_center_v .news-item{
	color: black;
	text-decoration: none;
	font-size: 14px;
}

.news_gl_right #bx_incl_area_1_2_1 {
	display: none;
}
.news_gl_right .news-date-time {
	color: red;
}


.news_gl_right .news-title {
  font-weight: bold;
  color: black;
}


.news_gl_right .news-item {
  padding-bottom: 10px;
  border-bottom: 1px #cecbcb solid;
	font-weight: normal;
    padding-left: 10px;
	
}
.news_gl_right .news-item b{  
	font-weight: normal;
}
.news_gl_right .news-item  a{
	color: black;
	text-decoration: none;
}

.news_gl_right h3 {
	padding: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cecbcb;
    margin-top: 0;
    text-align: center;
}
}
.news_gl_right .news-item  a:hover{
	color: red;
	text-decoration: none;
}
.news_gl_right .news-item  b:hover{
	color: red;
	text-decoration: none;
}
.video {
  background: #3c3a3a;
  min-height: 650px;
}
.vid_gl {
  width: 80%;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}
.vid_vt {
  width: 20%;
  float: left;
  padding-right: 20px;
}
.vid_y {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;  
  margin-bottom: 10px;
}
.vid_y iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.video h2 {
  padding: 20px;
  color: black;
  margin: 0;
}
.spec .news-item {
  width: 25%;
  padding: 10px;
  float: left;
  clear: none;  
}
.spec .preview_picture {
  width: 100%;
  max-height: 180px;
}
.spec {
  color: black;
	padding-top: 15px;
}
.spec b {color: black;
text-decoration: none;
font-weight: normal;
}
.spec b:hover {
	color: red;
	text-decoration: none;
}
.spec .news-date-time{
	color: red;
}
.spec h2 {
  padding-left: 20px;
}
.spec_b{
	background: #f2eef8;
	min-height: 350px;
}
.news_gl_left .news-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.news_gl_left .news-item  a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}
.news_gl_left .news-item  a:hover{
	color: red;
	text-decoration: none;
}
.news_gl_left .preview_picture {
  clear: both;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  
  margin-bottom: 10px; 
}
.footer_t {
	width: 1170px;
	margin: 0 auto;
	color: white;
	padding-top:20px;	
}
.footer {
	width: 100%;
	background: #3c3a3a;
	padding-bottom: 20px;
}
.footer a{
	color: white;
	text-decoration: none;
}
.vnut { 
	width: 580px;
	float: left;
	margin-right: 30px;
	}
.vnut .preview_picture {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 10px;
	
}
.vnut .news-list {
	padding: 10px;
}
. vnut h2 {
	padding-left: 40 px;
}
.vnut b {
	color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
}
.vnut a {
	color: black;
	font-weight: bold;
}
.vnut b:hover {
	color: black
}
.vnut .news-date-time {
	color: red;
	font-weight: bold;
}
.vnut .detail_picture {
	width: 100%;
	height: auto;
}
.vnut .news-detail{
	padding: 0 10px;
}
.vnut img {
	padding: 10px 0;
	width: 100%;
	height: auto;
}
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: white;
	position: relative;
}

.jspDrag
{
	background: #909090;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 10px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.scroll-pane {
	    width: 300px; /* Ширина видимой области*/
	    height: 1280px; /* Высота видимой области*/
	    overflow: auto; /* Если отключены скрипты это правило позволит отобразить обычный скролл */
        background-color: #f7f7f8;
	}
.news-detail a {
	color: red;
	text-decoration: none;
}
.news-detail a:hover {
	
	text-decoration: none;
}
.news-detail blockquote {
	margin: 10px 0;
	border-left: 5px solid red;
	font-style: italic;
}
.news_gl_right_mobile {
	display: none;
}
.soc_m {
	display: none;
}
.mob_lang {
	display: none;
}
.footer_m {
	display: none;
}
.mobile-menu {
	display: none;
}

.spec_irstar .news-item {
  width: 25%;
  padding: 10px;
  float: left;
  clear: none;  
}
.spec_irstar .preview_picture {
  width: 100%;
  max-height: 180px;
}
.spec_irstar {
  color: black;
	padding-top: 0;
	background: #f2eef8;
	min-height: 350px;
	margin-bottom: 15px;
	border-top: 7px solid rgb(153, 29, 29); 
}
.spec_irstar b {color: black;
text-decoration: none;
font-weight: normal;
}
.spec_irstar b:hover {
	color: red;
	text-decoration: none;
}
.spec_irstar .news-date-time{
	color: red;
}
.spec_irstar h2 {
  padding-left: 20px;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    width: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/pn/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/pn/fonts/slick.eot');
    src: url('/local/templates/pn/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/pn/./fonts/slick.woff') format('woff'), url('/local/templates/pn/fonts/slick.ttf') format('truetype'), url('/local/templates/pn/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
   
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
   
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;

    
    color: #868585;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.sales_m {
    display: none;
}
.sales {
    width: 870px;
    float: left;
}
.sales h3 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}















































.news-date-time {
	font-family: "Times New Roman";
}

.sidebar {
  background: #2f3337;
  float: left;
  position: relative;
}

.sidebar1 {
  position: fixed;
  height: 100vh;
  width: 200px;
}
.content {
	width: 770px;
	float: left;
}
.sidebar2 {
  position: fixed;
  height: 100vh;
  width: 200px;
}

.news_right {
  width: 550px;
  float: left;
}



.sidebar2 h2 {
  padding-left: 15px;
  color: white;
  font-size: 20px;
}

.sidebar1 .social a {
  width: 28px;
  height: 28px;
  margin: 0 2.5px;
  display: inline-block;
  vertical-align: middle;
  background: url(/local/templates/pn/images/social-sprite.png) 0 0 no-repeat;
}
.social {
  padding: 20px 15px;
}

.sidebar1 .social .mr {background-position: 0 0;}
.sidebar1 .social .ok {width: 27px; background-position: -28px 0;}
.sidebar1 .social .vk {background-position: -55px 0;}
.sidebar1 .social .tw {width: 27px; background-position: -83px 0;}
.sidebar1 .social .fb {background-position: -110px 0;}



.lang {
	padding: 4px 15px;
font-size: 13px;
color: white;
display: inline-block;
border: 4px solid #9a9a9a;
background: none;
font-weight: bold;
margin: 5px;
border-radius: 15px;
}
.lang a {
	color: white;
	text-decoration: none;
	
}
.lang:hover {
	color: red;
	background: black;
}
.lang a:hover {
	color: red;
}
.reklama_verh {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    color: white;
    font-weight: bold;
    background-color: #3c3a3a;
    margin-bottom: 10px;
    text-align: center;
}
.reklama_verh a{
	color: white;
    text-decoration: none;
}
.ban_m img {
	width: 100%;
	height: auto;
}
.ban_mo {
	display: none;
}

.bx-searchtitle .bx-input-group-btn button {
    background: #3c3a3a;
}









@media screen and (max-width: 800px) {
  body {
    width: 100%;
    
  }
  .ban_m{
	display: none;
}
    .sales {
        display: none;
    }
.sales_m {
    width: 100%;
    padding-top: 30px;
    display: block;
}
.ban_mo {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.ban_mo img{
	width: 100%;
	height: auto;
}
.vnut .ban_mo {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.vnut .ban_mo img{
	width: 100%;
	height: auto;
}
    .banner_n {
        margin-top: 50px;
    }
  .wrapper {
  	padding-top: 5px;
  }
  .v_p {
  	display: none;
  }
  .vremya {
  	display: none;
  }
.znak {
  	display: none;
  }
  .pogoda {
  	display: none;
  }
  .wrapper {
  	width: 100%;
  }
  .menu {
  	display: none;
  }
  .news_gl_left {
  	display: none;
  }
  .news_gl_center {
  	display: none;
  }
  .news_gl_center_v {
  	display: none;
  }
  .news_gl {
  	width: 100%;
  }
  .news_gl_right {
  	width: 100%;
  }
  .news_gl_right h3 {
  	display: none;
  }
  .news_gl_right_mobile {
  	display: block !important;
  	width: 100%;
  }
  .news_gl_right_mobile .news-item b{
  	font-weight: bold;
  	font-size: 18px;
  }
  .news_gl_right_mobile .news-item {
  	margin-bottom: 20px;
  	padding: 0 30px;
  }
  .news_gl_right_mobile .news-list img.preview_picture{
  	width: 100%;
  	height: auto;
  	display: block;
  	margin: 0 auto;
  	float: none;
  }
  .scroll-pane { 
  display: none;
  }
  .spec {
  	display:none;
  }
  .spec_b {
  	display: none;
  }
  .video {
  	display: none;
  }
  .logo img {
      width: 50%;
  	height: auto;
      margin-top: 50px;
      display: none;
  }
  .vnut {
  	width: 100%;
  }
  .vnut .preview_picture {
  	width: 100%;
  }
  .vnut img {
  	width: 100%;
  	height: auto;
  }
  .footer {
  	display: none;
  }
  .soc {
  	display: none;
  }
  .soc_m {
  	display: block;
  	margin-top: 45px;
  }
  .soc_m img {
  	height: 30px;
  	width: auto;  
  }
  .soc_img {
  	display: block;
  	float: right;
  }

  .mob_lang {
  	display: block;
  	text-transform: uppercase;
  	color: black;
  	width: 100%
  }
  .mob_lang a {
  	text-decoration: none;
  	color: black;
  }
  .podelit {
  	display: none;
  }
  .footer_m {
  	display: block;
  	width: 100%;
  }
  .footer_m_t {
  	width: 100%;
  	background: #3c3a3a;
  	padding: 20px 20px;
  	color: white;
  	text-align: center;
  }
  .footer_m_t a {
  	color: white;
  	font-weight: bold;
  	text-decoration: none;
  }
  .grey-tabs-menu a {
  	font-weight: bold;
  	font-size: 14px;
  }
  .mobile-menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  top: 0;
  background-color: #868585;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 9999999;
}
.mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: .4s;
}
.mobile-menu__icon {
  display: block;
  position: relative;
  background: white;
  width: 90%;
  height: 4px;
  transition: .4s;
}
.mobile-menu__icon::after, .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: white;
  width: 100%;
  height: 4px;
  transition: .4s;
}
.mobile-menu__icon::after {
  top: 8px;
}
.mobile-menu__icon::before {
  top: -8px;
}
.mobile-menu__container {
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  transition: .5s;
  overflow: hidden;
  background-color: #868585;
}
.mobile-menu__list {
  transition: .5s;
  list-style: none;
  padding-left: 0;
  margin-top: -50px;
}
.mobile-menu__item {
  font-size: 20px;
  padding-bottom: 10px;
}
.mobile-menu__link {
  text-decoration: none;
  color: #fff;
}
.mobile-menu__checkbox {
  display: none;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  height: 100%;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  top: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
    .lifehack {
        display: none;
    }
    
}
/* End */
/* /local/templates/pn/js/plugins/fancybox/source/jquery.fancybox.css?15927988514895 */
/* /local/templates/pn/styles.css?159299593939 */
/* /local/templates/pn/template_styles.css?164177964520652 */
