

/* 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/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/template_styles.css?163458435631493 */
