

/* Start:/bitrix/templates/brd24_adapt/components/bitrix/menu/top_menu_blue/style.css?15808225451544*/
/***************Menu*********************/
.nav-top{
	position:relative;
	overflow:hidden;
	margin: 0 15px;
	height: 46px;
}
.wrap-nav-top{
	webkit-user-select: none;
	webkit-overflow-scrolling: touch;
	display: block;
    height: 63px;
	z-index: 1;
    position: relative;
	overflow-y: hidden;
	overflow-x: scroll;
}
.nav-top .grad{
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(248,248,248,0)),color-stop(100%,rgb(239, 250, 254)));
    height: 33px;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 24px;
    z-index: 2;
}

#header ul.topmenu {
	white-space: nowrap;
    overflow: hidden;
}


ul.topmenu {
	margin: 0 0 0 0;
	border: 0 none;
	padding: 0;
	-webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0 !important;
	list-style: none;
	display: inline-block;
    position: relative;
    
}

ul.topmenu>li {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}
ul.topmenu>li a{
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#5e5e5e;
	line-height:33px;
	font-size: 13px;
    padding: 0px 12px 11px;
	border-bottom: 2px solid transparent;
}
ul.topmenu>li.otdyh a{
	color:#fc1225;
}
ul.topmenu>li.red a{
	color:#fc1225;
}
ul.topmenu>li>a:hover, ul.topmenu>.active>a{
	border-bottom: 2px solid #fc1225;
	
}


/* End */


/* Start:/bitrix/templates/brd24_adapt/components/bitrix/news.list/important_right/style.css?1495043455480*/
.imp_right{
	padding: 15px 0px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.imp_right p{
	    margin: 10px 0;
}
.imp_right .tit_h{
	font-size:16px;
	margin-bottom: 15px;
}

.imp_right .tit a{
	font-size: 12px;
	color:#000;
	text-decoration:none;
}
.imp_right .tit span{
	color:#919191;
}
.imp_right .tit a:hover{
	text-decoration:underline;
}
.imp_right hr{
	border-top: 1px solid #fc1225;
	border-bottom: 1px solid #fc1225;
	margin:0 0 10px 0;
}
/* End */


/* Start:/bitrix/templates/brd24_adapt/components/bitrix/news.list/list_firms_main_right/style.css?1475652044890*/
.popular{
	padding-bottom:0 !important;
	position:relative;
}

.popular .swiper-container{
	position:relative;
}
.popular hr{
	margin:5px 0;
}
.popular .swiper-wrapper{
	height:457px;
	position:relative;
	margin-bottom:40px;
	
}
.popular .tit_h {
    font-size: 20px;
    margin-bottom: 15px;
	    color: #333;
}
.popular hr.tit_hr{
    border-top: 1px solid #fc1225;
    border-bottom: 1px solid #fc1225;
    margin: 0 0 10px 0;
	opacity:1;
}
.popular .txt-f{
	color:rgba(252, 18, 37, 0.7);
	 font-size: 12px;
}

.adres{
	background: url(/up/images/location.svg) no-repeat top left;
    padding: 0 0 10px 25px;
    background-size: auto 15px;
    margin:0px !important;
	font-size:12px !important;
}

.phone {
    background: url(/up/images/telephone.svg) no-repeat 5px 0px;
    padding: 0 0 6px 25px;
    background-size: auto 15px;
	margin:0px !important;
	font-size:12px !important;
}


/* End */


/* Start:/bitrix/templates/brd24_adapt/css/swiper.css?147221560715954*/
/**
 * Swiper 3.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width:50px;
  height: 50px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(/bitrix/templates/brd24_adapt/css/../images/slide_left.png);
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
   background-image: url(/bitrix/templates/brd24_adapt/css/../images/slide_left.png);
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
   background-image: url(/bitrix/templates/brd24_adapt/css/../images/slide_left.png);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(/bitrix/templates/brd24_adapt/css/../images/slide_right.png);
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
 background-image: url(/bitrix/templates/brd24_adapt/css/../images/slide_right.png);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(/bitrix/templates/brd24_adapt/css/../images/slide_right.png);
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-fraction {
  color:#fff;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* End */


/* Start:/bitrix/templates/brd24_adapt/components/bitrix/news.list/list_detail_page/style.css?14615827681499*/
#n-m-right{	
	overflow:hidden;
	margin-bottom:10px;
}
.n-m-right{	
	padding:10px;
	background-color:#e2e2e2;
}
.n-m-right .tit-date{
	font-size:16px;
	color:#292929;
	margin-bottom:10px;
}
.n-m-right .cat_news{	
	font-size:14px;
	color:#3b3b3b;
	margin:0 0 15px;
	clear:both;
}
.n-m-right .cat_news p{
	margin:0;
}

.n-m-right .info-news{
}
.n-m-right .thumb {
	border:1px solid #dddcda;
	margin: 5px 10px 0 0;
	float:left;
}
.n-m-right .thumb img{
	width:71px;
	display: block;
}
.n-m-right .cat_news .tit{
	margin-bottom:1px;
	line-height: 1.2em;
}
.n-m-right .tit span{
	font-size:12px;
	color:#f75141;
	padding-right:5px;
}
.n-m-right .tit a{
	font-size:12px;
	color:#000;
	text-decoration:none;
	line-height: 1.1em;
}
.n-m-right .tit a:hover{
	text-decoration:underline;
}
.n-m-right .cat-name{
}
.n-m-right .cat-name a{
	color:#979797;
	font-size:10px;
	text-decoration:none;
}
.n-m-right .cat-name a:hover{
	text-decoration:underline;
}

.cat_news .info-news p, #n-m-right .info-news p{
	    display: inline-block;
    margin-right: 5px;
	    font-size: 12px;
}

#n-m-right  .all_news{
	text-align:right;
	margin:0 0 0;
}
#n-m-right  .all_news a{
	font: 700 14px Roboto,arial,sans-serif;
	color: #333333;
}
#n-m-right  .all_news a:hover{
}

#n-m-right .tit_h{
	font-size:16px;
	margin-bottom: 15px;
}
#n-m-right hr{
	border-top: 1px solid #fc1225;
	border-bottom: 1px solid #fc1225;
	margin:0 0 10px 0;
}
/* End */


/* Start:/bitrix/templates/brd24_adapt/components/bitrix/news.list/anons_main/style.css?14647850802128*/
.main-anons-tit{
	font-size: 20px;
	color: #404040;
	margin-bottom: 20px;
}
.anons_block{
	background: #fff;

	margin-bottom:10px;
}
.anonstabs {
	display:block;
	float:none !important;
	width:94% !important;
	height:auto !important;
	border:none  !important;
	margin-bottom:0  !important;
	margin-right:0  !important;
	padding: 10px;
	overflow:hidden;
		-webkit-box-shadow:none  !important;
	-moz-box-shadow:  none  !important;
	box-shadow:  none  !important;
	background-color:none  !important;
}
.anonstabs:hover{
	-webkit-box-shadow:none  !important;
	-moz-box-shadow:none  !important;
	box-shadow: none  !important;
	background-color:transparent !important;
}
.anonstabs .thumb_an{
	height:auto !important;
}


.main-anons-more{
	text-align:right;
	margin-right:10px;
}
.main-anons-more a {
	font-size:14px;
	color: #333333;
	font-weight:700;
}

.anonstabs {
	display:block;
	float:left;
	width:41%;
	height:120px;
	border-bottom:1px solid #f1f1f1;
	margin-bottom:10px;
	margin-right:5%;
	padding: 10px;
	overflow:hidden;
}
.anonstabs:hover{
	-webkit-box-shadow: 1px 1px 12px #9E9E9E;
	-moz-box-shadow:    1px 1px 12px #9E9E9E;
	box-shadow:         1px 1px 12px #9E9E9E;
	background-color:#fff;
}
.anonstabs .thumb_an{
	float:left;
	width:91px;
	height:124px;
	overflow:hidden;
	margin-right:7px;
}
.anons_info, .photos_info, .add_form_info{
	float:left;
	font-size:12px;
	color:#3b3b3b;
	width: 182px;
}
.anons_info p, .photos_info p, .add_form_info p{
	margin:0 0 0 0;
	vertical-align:middle;
	line-height:1.7em;
}
.anons_info p img, .photos_info p img, .add_form_info p img{
	vertical-align:top;
	margin-right:10px;
}
.anons_info a, .photos_info a, .add_form_info a{
	font-size:12px;
	color:#3b3b3b;
	text-decoration:none;
}
.anons_info .an_place a, .photos_info .an_place a, .add_form_info .an_place a{
	text-decoration:underline;
}
.anons_info .an_tit, .photos_info .an_tit, .add_form_info .an_tit{
	font-size:16px;
	color:#3b3b3b;
	font-weight:bold;
	display:block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom:4px;
}
.anons_info .an_tit:hover{
	text-decoration:underline;
}
/* End */


/* Start:/bitrix/templates/brd24_adapt/template_styles.css?163458435631493*/
/*Скидание стилей браузеров*/

html, body, div, span, applet, object, iframe, caption, font, img, ins, kbd, q, samp, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code,
dl, dt, dd, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
  }
body {
    line-height: 1;
    color: #000;

  }
ol, ul {
  list-style: none;
  }
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  border-collapse: collapse;
      margin-bottom: 10px;
  }
caption, th, td {
  font-weight: normal;
  text-align: left;
  }
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  }
blockquote, q {
	quotes: "" "";
  }

  .clear {
	clear: both;
	height: 0
}
hr {
	padding: 0;
	height: 0;
	border:none;
	border-bottom: .1em solid #0066FF
}
sup{vertical-align: super; font-size: smaller;}

.vm{
	vertical-align:middle;
}
.vt{
	vertical-align:top;
}
.vb{
	vertical-align:bottom;
}


.hidden {
  display: none; }


.wraper_all{
    max-width: 1350px;
    margin: 0 auto;
    height: auto;
	background: #FFF;
}


body{
    overflow-x: hidden;
    font:  16px/1.4em  'Roboto Condensed', sans-serif;
}

a{
	font:  16px/1.4em  'Roboto Condensed', sans-serif;
}
/*Header*/
/*header{
    width: 100%;
    height: 148px;
    background: url('/bitrix/templates/brd24_adapt/images/bg_header.png');
	background-size: auto 100%;
	overflow:hidden;
}
*/
#header{
	background-color:#effafe;
}
#header header{
    width: 100%;
    background: none  !important;
	background-size: auto  !important;

}
#header .logobrd {
    float: left;
}
#header .logobrd a{
    line-height: 33px;
    font-size: 23px;
    color: #00aded;
    text-decoration: none;
	background: url(/bitrix/templates/brd24_adapt/./images/logobrd.svg) no-repeat center left;
    padding-left: 47px;
    margin: 0 15px;
	display: block;
}
/*
.logo{
    height: 100%;
    width: 495px;
    margin-left: 70px;
}
.logo a{
    width: 100%;
    height: 100%;
    display: block;
}*/


#header-search{
	float:right;
	    margin: 0 15px;
		display:none;
}
#inp-txt-search{
	display:none;
}
#inp-sub-search{
	background: url(/bitrix/templates/brd24_adapt/./images/search.svg) no-repeat center left;
	background-size:100% 100%;
	border:none;
	width:18px;
	height:18px;
	text-indent:-9999px;
	padding-bottom:3px;
}


/*megatop*/
.megatop{
    /*padding-bottom: 18px;*/
	font-size:0px;
}
.megatop *{
	display:inline-block;
}

.banner {
	margin: 12px 0 12px 0;
	text-align: center;

}
.banner *{
	font-size:0px;
	display: block;
}

.banner *{
	max-width:100%;
}
.megatop>.banner{
    display:inline-block;
    width: 25%;
}
.megatop .banner *{
	max-width:99%;
	display: inline;
    height: auto;
}


/*top_menu*/
/*
.top_menu{
    width: 100%;
    border-bottom: 1px solid #D2D1CF;
    padding-bottom: 5px;
}
.top_menu ul li{
    display: inline-block;
    height: 33px;
    float: left;
    position: relative;
}
.top_menu ul li a{
    position: relative;
    line-height: 25px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size:16px;
    border-top: 3px solid #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 6px 14px;
    margin-right: -1px;

}
.top_menu ul li:nth-child(3) a{
    padding-left: 45px;
}
.top_menu ul li:nth-child(3) img{
    position: absolute;
    left: 15px;
}
.top_menu ul li .dot_li{
    display: inline-block;
    position: relative;
    top: -5px;
}
.top_menu ul li .active,
.top_menu ul li a:hover{
    border-top: 3px solid #D2D1CF;
    background: #F6F5F3;
    border-left: 1px solid #D2D1CF;
    border-right: 1px solid #D2D1CF;
}*/

/**content_wraper**/
#main{
	background: #fff;
	border-top: 1px solid #d1d0cf;
}

.content_wraper{
    float:left;
    width: 100%;
	padding-top: 10px;
	overflow:hidden;
}
.content_left{
	margin: 0 666px 10px 16px;
}
.content_left .content_menu{
    border-bottom: 1px solid #D2D1CF;
    width: 100%;
    padding: 0px 0;
}

.content_left .content_menu ul li{
    display: inline-block;
    margin-right: 0px;
    float: left;
    position: relative;
}
.content_left .content_menu ul li .dot_li{
    position: relative;
    top: -5px;
}
.content_left .content_menu ul li a{
    display: inline-block;
    padding: 12px 14px;
	font-size:15px;
    color: #3d3d3d;

    text-decoration: none;
    margin-right: -2px;
    border-bottom: 3px solid transparent;
}
.content_left .content_menu ul li:nth-child(7) a{
    padding: 12px 24px;
}
.content_left .content_menu ul li a:hover{
    border-bottom: 3px solid #D2D1CF;
}


.cont-left{
	float:left;
}
.cont-right{
	float:right;
}


/*link_s*/
.wrap_link_date{
    width: 100%;
}
.link_s {
    padding: 15px 10px;
    float: left;
}
.breadcrumb>span {
    display: inline-block;
    background: url(/bitrix/templates/brd24_adapt/images/menu-foot-li-left.png) no-repeat left center;
    margin-left: -8px;
}
.breadcrumb>span>a, .breadcrumb>span>span {
    color: #706e6e;
    font-size: 11px;
    display: inline-block;
    background: url(/bitrix/templates/brd24_adapt/images/menu-foot-li-right.png) no-repeat right center;
    height: 19px;
    padding: 5px 15px 0 0;
    margin-left: 13px;
    text-decoration: none;
}
.breadcrumb i {
    display: none;
}
.link_s_item{
    display: inline-block;
    position: relative;
    background: url("/bitrix/templates/brd24_adapt/images/svg/2.png");
    background-position: center;
    background-size: 133px;
    background-repeat: no-repeat;
    height: 30px;
    margin: auto;

}
.link_s_item:nth-child(1){
    display: inline-block;
    position: relative;
    background: url("/bitrix/templates/brd24_adapt/images/svg/2.png");
    background-position: center;
    background-size: 80px 25px;
    background-repeat: no-repeat;
    height: 30px;
    margin: auto;
    top: -1px;

}
.link_s_item:nth-child(3){
    display: inline-block;
    position: relative;
    background: url("/bitrix/templates/brd24_adapt/images/svg/2.png");
    background-position: center;
    background-size: 71px 25px;
    background-repeat: no-repeat;
    height: 30px;
    margin: auto;
    top: -1px;
    left: -4px;
}
.link_s_item a{
    font-size: 12px;
    text-decoration: none;
    color: #000;
    text-align: center;
    position: relative;
    top: 8px;

}
.link_s_item:nth-child(1) a{
    width: 78px;
    display: block;
    background-position: center;
    background-size: 78px;
    background-repeat: no-repeat;

}
.link_s_item:nth-child(2) a{
    width: 133px;
    display: block;

    background-position: center;
    background-size: 133px;
    background-repeat: no-repeat;
    z-index: 1;
    margin: 0 0px;
}
.link_s_item:nth-child(3) a{
    width: 79px;
    display: block;

    background-position: center;
    background-size: 79px;
    background-repeat: no-repeat;
    z-index: 2;
    margin-left: -6px;
}
.date_cont{
    display: inline-block;
    float: right;
    position: relative;
    top: 21px;
}
.date_item{
    color: #616264;
    font-size: 10px;
    display: inline-block;
    position: relative;
	margin-left:5px;
}
.date_item img{
    position: relative;
    top: 2px;
}
.date_item span{
    margin-left: 3px;

    margin-right: 2px;
}
.date_item .calendar{
    width: 13px;
}
.date_item .clock{
    width: 13px;
}
.date_item .view{
    width: 18px;
}

.content_brd{
	position:relative;
}
.content_brd h1, .tit-h{
    color: #000200;
    /*padding-left: 15px;*/
	font-size:26px;
    margin-bottom: 15px;
	line-height: 1.3em;
}
.content_brd p{
	margin-bottom:25px;
}
.content_brd img{
	max-width:100%;
}
.content_brd .wr_brd{
    margin-left: 0;
    padding: 12px 0;
    background: #fff;
	margin-bottom:10px;
	line-height:1.8em;
}
.content_brd .wr_brd table td, .content_left table td {
    vertical-align: middle;
    padding: 5px;
	/*border-style:solid;*/
}
.content_brd .wr_brd strong, .content_left strong{
	font-weight:bold;
	color:#333
}
.content_brd .wr_brd strong a, .content_left strong a{
	font-weight:bold;
}
.content_brd .wr_brd ul, .content_left ul {
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
	color: #5F5B5B;
}
.content_brd .wr_brd ol, .content_left ol {
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
	color: #5F5B5B;
}
.content_brd .wr_brd ul li, .content_brd .wr_brd ol  li, .content_left ul li, .content_left ol  li{
	margin-bottom:5px;
}

.content_brd .cont_big_img{
    float: left;
    padding: 0;
	max-width:40%;
}
.content_brd .cont_big_img img{
    border: 1px solid #D2D1CF;
    width: 99%;
	display: block;
}
.content_brd .cont_big_img .img_descr {
    background-color: #eee;
    font-size: 12px !important;
    text-align: left;
    padding: 4px 10px 6px;
    color: #555 !important;
}

.content_brd .wr_brd h2, .content_brd .wr_brd h3, .content_brd .wr_brd h4, .content_brd .wr_brd h5, .content_brd .wr_brd h6{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    word-wrap:normal;
    margin-bottom: 10px;
}
.content_brd .wr_brd h2{
	font-size: 20px;
	line-height: 1.4em;
}
.content_brd .wr_brd h3{
	font-size: 18px;
}

.content_brd .wr_brd p{
    color: #5F5B5B;
    text-align: justify;
}

.cont_text ul {
    list-style-type: square;
    overflow: hidden;
}
.cont_text ol {
	 overflow: hidden;
}

.h-line{
	margin:14px 0 10px 0;
	padding:0;
	position:relative;
	font-size: 23px;
}
.h-line h1{
	background: #fff;
	display: inline-block;
	z-index: 10;
	position: relative;
	padding-right: 20px;
}
.h-line i{
	height:1px;
	background-color:#d1d0cf;
	display:inline-block;
	width: 100%;
	top: 15px;
	position:absolute;
	right:0;
}


.share{
	padding:11px 14px;
	text-align:right;
	background-color:#fff;
	margin-bottom:10px;
}
.share>span{
	display:inline-block;
	font-size: 18px;
	color:#5b5b5b;
	vertical-align:middle;
	margin-right:10px;
}
.share img{
	vertical-align:middle;
}
.slider_news .h4{
    display: none;
}
.slider_news .tit_h{
	padding: 0 15px 15px 0px;
	color: #494949;
	font-size: 22px;
}
.mews_item_mul a{
    display: block;
    text-decoration: none;
}
.mews_item_mul a:hover{
    text-decoration: underline;
    color: #000;
}
.slider_news{
	margin-top:10px;
    overflow: hidden;
    background: #fff;
}
.mews_item_mul{
    display: inline-table;
    width: 110px;
    text-align: left;
    padding: 5px;
    margin-top: 0px;
    margin-right: 0px;
    line-height: normal;

}


.but_mult {
    text-align: right;
    padding-right: 30px;
    margin: 15px 0;
}
.but_mult div{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    margin-right: 5px;
}
.mews_item_mul p{
    font-size: 13px;
    color: #000;
    margin-top: 8px;

}



.slider_news hr{
    display: block;
    width: 100%;
    margin-top: 10px;
}
.slider_news span{
    display: block;
    text-align: right;
}
.slider_news span a{
    color: #03A9E5;

}


/*content_right*/
.content_right{
    float: left;
    padding: 0;
	margin-left:-630px;
	margin-top:10px;
    /*width: 600px;*/

}
.content_right .banner{
	margin:0 0 20px 0;
}
.wrap_lenta_news{
    width: 300px;
    float: left;
}
.temi{
    border: 1px solid #D2D1CF;
    background: #fff;
    padding: 12px 13px 12px 13px;
    height: auto;
    width: 272px;
}
.wrap_lenta_news .temi hr{
    background: #fff;
}
.wrap_lenta_news .temi .h4{
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid red;
    margin-top: 6px;
    padding-top: 16px;
}
.wrap_lenta_news .temi .h4 img{
    display: none;
}
.wrap_lenta_news .temi ul{
    margin: 14px 0;
}
.wrap_lenta_news .temi ul li{
    margin: 7px 0;
}
.wrap_lenta_news .temi ul li a{
    font-size: 13px;
    color: #5F5B5B;
    text-decoration: none;
}
.wrap_lenta_news .temi ul li a:hover{
    text-decoration: underline;
}
.wrap_lenta_news .temi ul li a span{
    color: #888888;
}
.news_2 .h5 img{
    display: none;
}
.wrap_lenta_news .news_2{
    margin: 12px 0;
    border: 1px solid #D2D1CF;
    background: #fff;
    padding: 12px;
    position: relative;
    padding-bottom: 80px;
}
.news_2 .h5{
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid red;
    margin-top: 15px;
    padding-top: 20px;
    margin-bottom: 15px;
}

.wr-but{
    text-align: right;
    position: absolute;
    right: 20px;
    top: 45px;
}
.wr-but button{
    background: #c0c0c0;
    cursor: pointer;
    border-radius:50% ;
    border: none;
    width: 6px;
    height: 6px;
    padding: 3px 3px;
    display: inline-block;
    margin-left: 15px;
}
button.but_1{
    background: #000;
}
.news_2_items .news_2_items_1{
    margin-bottom: 20px;
    width: 132px;
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.news_2_items:nth-child(2){
    display: none;
}
.news_2_items .news_2_items_1 img{
    width: 125px;
}
.news_2_items .news_2_items_1 p{
    color: #5F5B5B;
    margin-top: 10px;
    font-size: 13px;
}
.news_2_items .news_2_items_1 a{
    text-decoration: none;
}
.news_2_items .news_2_items_1 a:hover{
    text-decoration: underline;
    color: #343434;
}
.news_2_items{
    text-align: justify;
}
.top_p{
    border: 1px solid #D2D1CF;
    background: #fff;
    padding: 12px;
    width: 280px;
}
.top_p .h4{
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.top_p_item{
    position: static;
    width: 100%;
}
.top_p_item img{
    float: left;
    display: block;
}
.wrap-info-pers{
    padding-top: 10px;
     padding-left: 10px;
    word-wrap: break-word;
    width: 190px;
}
.top_p_item span,
.top_p_item b{

    font-size: 16px;
    font-weight: 500;
    color: #171717;
    word-wrap: break-word;
}
.top_p_item b{
    top: 0px;
    display: block;
    margin-bottom: 5px;
}
.top_p_item span{
    top: 40px;
    font-size: 13px;
    font-weight: 300;
    left: 77px;

}
.lenta_reclamu{
    float: left;
    margin-left: 20px;
    width: 300px;
	/*margin-top:15px;*/
    margin-top:0px;

}
.img_wrap img{
    width: 284px;
    display: block;
}
.img_wrap a{
    margin-bottom: 12px;
    display: block;
}
.popular,
.last_news{
    background: #fff;
    padding: 15px 10px;

    margin-bottom: 15px;
}
.popular{
	clear:both;
}
.last_news{
	width: 262px;
}
.popular .h4,
.last_news .h4{
    font-size: 18px;
    color: #505050;
    margin-bottom: 25px;
    font-weight: 500;
}

.popular .right{
	text-align:right;
}
.popular .right a{
	font-size: 14px;
    color: #2d79c4;
	position:relative;
	z-index: 10;
}
.popular_item{
    margin-bottom: 0px;
    position: relative;
}
.popular_item .h5{
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    display: block !important;
}
.popular_item .h5 a{
    font-size: 13px;
    display: block;
	text-decoration:none;
	color: #000;
}
.popular_item .h5 a:hover{
	text-decoration:underline;
}
.popular_item a.phone{
    text-decoration: none;
    color: #868485;
    font-size: 13px;
    margin: 6px 0 6px;
    display: block;
    padding-right: 15px;
    line-height: 15px;
    font-weight: 400;
}
.popular_item span{
    color: #868485;
    font-size: 13px;
    margin: 6px 0 6px;
    display: block;
    padding-right: 15px;
    line-height: 15px;
    font-weight: 400;
}
.wr_pop_inf{
    width: 54%;
    display: inline-block;
	vertical-align:top;
}
.popular_item .contact{
    color: #000;
    font-size: 13px;
    font-weight: 100;
}
.popular_item .contact img{
    position: relative;
    margin-right: 3px;
    top: 2px;
}
.wr_pop_inf_img{
    display: inline-block;
    width: 120px;
    text-align: right;
	position:relative;
	vertical-align:top;
}
.popular_item .like{
    position: absolute;
    bottom: 0px;
    right: 73px;
    width: 25px;
}
.popular_item .like img{
    width: 20px;
}
.popular_item .like span{
    position: relative;
    top: 9px;
    right: 3px;
}
.popular hr{
    opacity: .5;
    width: 99%;
    margin: 10px 0;
	border-bottom: .1em solid #ccc;
}
.popular .h4{
    margin-bottom: 15px;
}
.last_news .h4{
    color: #000;
    font-size: 18px;
    padding: 15px 8px;
}
.last_news{
    position: relative;
    padding: 0;
    width: 282px;
}
.last_news hr{
    margin: 8px 0;
    opacity: 0.2;
}
.last_news_info{
    width: 68%;
    display: inline-block;
    position: relative;
    top: -5px;
    padding-right: 0px;
}


.last_news .last_news_item .h5{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #545864;
    line-height: 15px;
}
.last_news .cost{
    color: #FE6055;
    font-size: 14px;
    display: block;
}
.last_news .mob{
    margin: 6px 0;
}
.last_news b{
    color: #c0c0c0;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    text-decoration: line-through;
    display: block;
}
.last_news .dostavka{
    font-size: 11px;
    color: #c0c0c0;
}
.last_news .dostavka span{
    float: right;
    margin-right: 4px;
}
.last_news_item .wr_pop_inf_img img{
    width: 84px;
    display: inline-block;
}
.last_news_item .wr_pop_inf_img {
    text-align: left;
    width: 84px;
    height: 100px;
    position: relative;
    top: -10px;
}
.wrap-img-reklam2 a{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.wrap-img-reklam2 a img{
    width: 100%;

}
/*komentari*/
.komentari{
    margin: 10px 0 0 10px;
    position: relative;
    display: block;

}
html body .komentari div.wr-com-top{
     vertical-align: text-top;
}
.komentari .left_com-t{
    display: inline-block;

}
.komentari .right_com-t{
    display: inline-block;
    height: 280px;
    width: 336px;
    position: absolute;
    right: 0;
    border: 1px solid #969696;
    font-size: 22px;
    color: #3F3F3F;
    background: #fff;
}
.komentari .right_com-t p:nth-child(1){
    height: 56px;
    padding: 0 0 0 20px;
    line-height: 56px;
    color: #fff;
    background: #3e3e3e;
}
.komentari .right_com-t p:nth-child(2),
.komentari .right_com-t p:nth-child(3){
    height: 60px;
    line-height: 50px;
    color: #6e6e6e;
    padding-left: 20px;
    border-bottom: 1px solid #ececec;
}
.komentari .right_com-t p input{
    margin-left: 5px;
    height: 25px;
    font-size: 22px;
    width: 70%;
    border: none;
    line-height: normal;
}
.inf-com-p{
    text-align: right;
    color: #9ea4a4;
    font-size: 12px;
    font-weight: 400;
    margin: 5px;
}
.wr-com-form{
    margin-top: 15px;
    display: block;
}
.wr-com-form .h3{

    font-size: 24px;
    font-weight: 400;
}
.wr-com-form form{
    border: 1px solid #dddddb;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 260px;
    background: #fff;
    margin-top: 10px;
}
.wr-com-form form p:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    position: relative;
}
.wr-com-form form p:nth-child(1) img{
    position: absolute;
    right: -6px;
    cursor: pointer;
}
.wr-com-form form p:nth-child(2){
    height: 45px;
    line-height: 45px;
    display: block;
    margin-top: 25px;
    position: relative;
}
.wr-com-form {
    position: relative;
}
.wr-com-form .image-view{
    position: absolute;
    right: 20px;
    top: 60px;
}
.wr-com-form form p:nth-child(2) input{
    height: 45px;
    display: inline-block;
    width: 91%;
    float: right;
    box-sizing: border-box;
    border: 1px solid #e0e5e9;
    margin-left: 0px;
    font-size: 15px;
    padding: 0 70px 0 15px;

}
.wr-com-form form p:nth-child(2) label{
    display: inline-block;
    height: 45px;
    box-sizing: border-box;
    float: left;
}
.wr-com-form form p:nth-child(2) span{
    position: absolute;
    height: 30px;
    right: 5px;
    top: 10px;
}
.wr-com-form form p:nth-child(3){
    text-align: right;
    margin: 15px 0
}
.wr-com-form form p:nth-child(3) input{
    width: 128px;
    height: 25px;
    border: none;
    background: #403e3f;
    color: #fff;
    line-height: 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.wr-com-form form p:nth-child(3) input:hover{
    box-shadow: 0 2px 5px rgba(0,0,0,.6);
    background: #6D6B6C;
}
.wr-com-form form p:nth-child(4){
    margin-top: 25px;
}
.wr-com-form form p:nth-child(4) span{
    display: inline-block;
    float: right;
    cursor: pointer;
}



footer{
    clear: both;
    padding: 15px 0 0 0;
    line-height: 2.3em;
    margin: 0  auto;
    border-top: 1px solid #d1d0cf;
    background-color: #f9f9f9;
}
.top_footer{
    height: 57px;
    border-bottom: 1px dotted #bbbbbb;
    margin: 0 11px;
    position: relative;
}
.top_footer .log_fot{
    display: inline-block;
}
.top_footer .log_fot img{
    max-width: 246px;
    height: auto;
}
.of_logo_city{
    display: inline-block;
    height: 31px;
    float: right;
    margin-right: 4px;
    margin-top: 6px;
}
.of_logo_city img:nth-child(1){

    height: 9px;
    position: absolute;
    right: 4px;
    top: -20px;
}

.footer_top2{
    height: 50px;
    border-bottom: 1px dashed #d8d8d8;
    margin: 0 11px;
    position: relative;
    padding-top: 20px;
    color: #323232;
    font-weight: 600;
}
.footer_top2 .soc-link a{
    display: inline-block;
    position: relative;
    margin-left: 8px;
    top: 7px;
}
.footer_top2 .soc-link{
    display: inline-block;
}
.footer_top2 .counters {
    float: right;
	    margin-top: 5px;
}
.right_fot2{
    display: inline-block;
    float: right;
}
.footer_cent {
    height: 250px;
    margin: 0 15px;
    padding-top: 24px;
}
.footer_cent .left {
    width: 25%;
    display: block;
    float: left;
}
.foot-tit {
    color: #323232;
    text-decoration: none;
    display: block;
	line-height: 1.2em;
}
.footer_cent ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    line-height: 1.4em;
}
.footer_cent ul a {
    color: #245dc1;
    text-decoration: none;
}
.footer_bot {
    height: 34px;
    background-color: #f5f5f5;
    border-top: 1px solid #eeeeee;
    padding: 8px 15px 0;
}
.footer_bot a {
    font-size: 12px;
    color: #245dc1;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}
#rules, .hov_disp {
    position: relative;
}
.footer_bot span {
    display: inline-block;
    margin-right: 10px;
}
.footer_bot .right {
    float: right;
    color: #7b7b7b;
    text-align: right;
}
.lenta_reclamu .h5,
.adap_menu{
    display: none;
}
#rules span{
   font-size: 12px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 430px;
    bottom: 25px;
    left: 0;
    line-height: 1.4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
.slider_news span a{
}

.b-news {
    padding: 0 2% 0 0;
    background: none;
    width: 48%;
    float: left;
    margin-bottom: 10px;
    height: 82px;
}
.b-news.w100 {
    width: 100%;
    float: none;
}
.b-news .n-txt {
    margin-left: 115px;
    font-size: 11px;
}
.b-news .tit {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    color: #323232;
	word-wrap: break-word;
	font-size:12px;
}

.cont_block{
	margin-bottom:10px;
	padding: 15px 0;
    background: #fff;
    /*border: 1px solid #D2D1CF;*/
}
#orphus{display:none;}

#scrollTop{
	display: none;
    text-indent: -9999px;
    position: fixed;
    bottom: 10%;
    right: 2%;
    background: url(/up/images/scrollTop.jpg) no-repeat 0 0;
    width: 25px;
    height: 28px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#st_blank{
	display:block;
    text-align: right;
    background: url(/images/logo_blank.png) no-repeat right center;
    padding-right: 80px;
	margin-right:50px;
    width: 206px;
	font-size:14px;
	color:#323232;
	text-decoration:none;
	float: right;
}
#st_blank:hover{
	color:#245dc1;
}

#pages{
	border:1px solid #b8b8b8;
	background-color:#fff;
	display:inline-block;
	border-right:none;
}
#pages a, #pages span{
	color:#585858;
	/*font-size: 14px;
	padding: 10px 15px;*/
	padding: 10px 12px;
	display:block;
	float:left;
	background:#fff;
	border-right:1px solid #b8b8b8;
	text-decoration:none;
}
#pages a:hover, #pages span.active{
	background-color:#d5e9ff;
}


#loading{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0 auto;
	background:#FFF url(/up/images/ajax-loader_dark.gif) no-repeat center center;
	opacity:0.5;
	z-index: 10000;
}


.contred{
	background:rgb(173, 52, 92);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	margin:0 0 5px;
	padding:10px;
	color:#fff;
}
/*Добавил 10.04.2018*/
.logout-cabinet {
	display: inline-block;
    float: right;
    position: relative;
    top: -40px;
    text-decoration: none;
    color: #000;
}
.logout-cabinet:hover {
	text-decoration:underline;
}

#asearch{
	display: block;
	background-color: #0f5d97;
	margin-bottom: 10px;
	padding: 10px;
}
#asearch form{
	display: block;
	width:100%;
}
#asearch .inp-txt{
	display:block;
	padding: 1%;
    width: 98%;
	border: none;
}


#asearch .inp-sub{
	width: 18%;
	padding: 10px;
	border: none;
	display:none;
}

#search-result{
	margin: 0 10px 0 10px;
	padding:20px;
	display:none;
}

#shop_brd_top{
	margin: 5px 50px;
    background: #FFF;
    border: 1px solid #bbbbbb;
    display: inline-block;
    padding: 5px;
    color: #f00;
}

.right{
	text-align:right;
}


/* Arrows */
.slider_prev,
.slider_next {
	top: 50%;
	cursor: pointer;
    height: 72px;
    position: absolute;
    display: block;
    visibility: inherit;
    width: 36px;
    z-index: 1;
    bottom: 0;
    margin-bottom: auto;
    margin-top: -36px;
    outline: none;
    /*opacity: 0.8;*/
	background-color: rgba(229, 229, 229, .8);
}
.slider_prev>div,
.slider_next>div {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAuCAYAAAAcEfjaAAABV0lEQVRIx+2VsW7CQBBEDwTpIkXICMuyJdtfQsGXQUVFlSpVmjTESOn4BAoXLigsueAvaM2MBAht7g6v06ZYwNK8893ezGLatjV5ni9QO2PMC599ZdI0nWdZdgbQ4vsH0NgLQLSn+FZ4/gY0cgJBELxCdHiEUF+AhlaAH9jWG0SleNOnDbr/iON4AlEloA9AAyvAiqIogPAooHcnwIJghqrFmTZOgJUkSQRRI6C1E7huL8GbTmJ7Ky2w/PuWVIcOw3Daua2qi1NZQ20+i723XnurA/QQ0aJTRJ8J/oEuAFvNqcjWPwV4ibzM66Weeck+8YhTUNhm7xIPaUAhPtCoVjGtLdxbMgK/zsCwMDRi5YrhsnaJcRQrHzkNrW1l0MXKNQeCy95rsXLDUeNK3EqsfOIQ8/0DLVWAeku9Du1rK6ehE1BfnNoavcwn7L3tZO9eARIRLW4RvQA0+6DNwTHW6QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    height: 20px;
    width: 12px;
	bottom: 0;
    display: block;
    margin: auto 0;
    position: absolute !important;
    top: 0;

}
.slider_prev.swiper-button-disabled,
.slider_next.swiper-button-disabled {
  opacity: 0.7;
  cursor: auto;
  display:none;
}
.slider_prev {
	border-bottom-right-radius: 36px;
	border-top-right-radius: 36px;
	-webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: -1px 0 2px rgba(0, 0, 0, 0.5);
	left: 0;
	right: auto;
}
.slider_next {
	border-bottom-left-radius: 36px;
    border-top-left-radius: 36px;
    -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.5);
	right: 0;
	left: auto;
}
.slider_next>div{
	right: 8px;
}
.slider_prev>div{
	background-position: 0 -26px;
	left: 8px;
}


/* Arrows Vertical */
.slider_prev_vertical,
.slider_next_vertical {
	cursor: pointer;
    height: 23px;
    position: absolute;
    display: block;
    visibility: inherit;
    width: 50px;
    z-index: 1;
    bottom: 0;
    margin-bottom: auto;
    outline: none;
    /*opacity: 0.8;*/
	background-color: rgba(229, 229, 229, .8);
}
.slider_prev_vertical>div,
.slider_next_vertical>div {
	background-image: url(/images/arrows_swiper.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
	bottom: 0;
    display: block;
    margin: auto 0;
    position: absolute !important;
    top: 0;

}
.slider_prev_vertical.swiper-button-disabled,
.slider_next_vertical.swiper-button-disabled {
  opacity: 0.7;
  cursor: auto;
  display:none;
}
.slider_prev_vertical {
	border-top-left-radius: 36px;
    border-top-right-radius: 36px;
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
	left: 0;
}
.slider_next_vertical {
	border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
	left: 73px;
}
.slider_next_vertical>div{
	background-position: -26px 0;
	right: 15px;
}
.slider_prev_vertical>div{

    left: 15px;
}



blockquote {
  /*background: #f9f9f9;*/
  border-left: 3px solid #0076d2;
  margin: 1.5em 20px;
  padding: 0 10px;
  font-style:italic;
  /*quotes: "\201C""\201D""\2018""\2019";*/
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
blockquote p {
  /*display: inline;*/
}
blockquote a{
    font-style: italic;
}
div.additional_news {
    display: block;
    margin: 10px 0 10px 20px;
    /*background-color: #f6f5f3;*/
    border-left: 2px solid #dc4c43;
    padding: 10px 10px 10px 20px;
}
div.additional_news span {
    color: #dc4c43;
    font-size: 16px;
    font-weight: 700;
}
div.additional_news p {
    line-height:1.4em;
    color: #5d5b5c;
    padding: 0;
    margin: 0;
}
div.additional_news p > a {
    text-decoration: none;
    color: inherit;
	font-size: 16px;

}
div.additional_news p > a:hover {
    text-decoration: underline;

}
.news_our_soc {
    margin-bottom: 20px;
}
.news_our_soc span {
    margin: 20px 0 10px;
    display: inline-block;
}
.news_our_soc p {
    margin-top: 10px;
    font-size: 11px;
    color: #9ea4a4;
}
.news_our_soc i {
    color: #fff;
}
.news_our_soc a {
    padding: 5px 50px;
    border-radius: 5px;
}
.news_our_soc a.vk {
    background-color: #51779E;
}
.news_our_soc a.fb {
    background-color: #375D9C;
}
.news_our_soc a.ok {
    background-color: #F3720A;
}
.content_left .cat_news.viewed_new{
    background-color: #e1e1e1;
}
.content_left .cat_news.viewed_new .n_tags{
    background-color: #e1e1e1;
}
.content_left .cat_news.viewed_new .thumb>a>img{
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */ 
}

.content_left .cat_news.viewed_new .info-news .info-news-bg{
	    background-image: none !important;
}
.new_blockquote_author_wraper{
    margin: 1.5em 0;
    padding: 0;
    max-width: 10%;
    float: left;
    width: 67px;
    display: inline-block;
    text-align: center;
}
.new_blockquote_author_wraper img{
    border-radius: 50%;
    max-width: 50px;
}
.new_blockquote_author_wraper .title{
    font-style: italic;
text-align: center;
    font-size: 11px;
    word-break: break-word;
    line-height: 16px;
    color: #5F5B5B;
}
.new_blockquote{
max-width: 90%;
    float: left;
    display: inline-block;
}
@media all and (max-width: 800px) {
    #obj_slider .fotorama__wrap{
        padding: 0;
    }
    #obj_slider{
        padding: 9px;
    }
}
#main_bot .wrap_lenta_news .art-tit.tit_h{
    margin-top: 10px;
}
/* End */
/* /bitrix/templates/brd24_adapt/components/bitrix/menu/top_menu_blue/style.css?15808225451544 */
/* /bitrix/templates/brd24_adapt/components/bitrix/news.list/important_right/style.css?1495043455480 */
/* /bitrix/templates/brd24_adapt/components/bitrix/news.list/list_firms_main_right/style.css?1475652044890 */
/* /bitrix/templates/brd24_adapt/css/swiper.css?147221560715954 */
/* /bitrix/templates/brd24_adapt/components/bitrix/news.list/list_detail_page/style.css?14615827681499 */
/* /bitrix/templates/brd24_adapt/components/bitrix/news.list/anons_main/style.css?14647850802128 */
/* /bitrix/templates/brd24_adapt/template_styles.css?163458435631493 */
