

/* Start:/bitrix/templates/rosip_template/js/fancybox/jquery.fancybox.css?15436560464939*/
/*! 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;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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(/bitrix/templates/rosip_template/js/fancybox/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(/bitrix/templates/rosip_template/js/fancybox/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(/bitrix/templates/rosip_template/js/fancybox/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;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !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(/bitrix/templates/rosip_template/js/fancybox/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(/bitrix/templates/rosip_template/js/fancybox/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(/bitrix/templates/rosip_template/js/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/rosip_template/css/form.css?13662204472067*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/* radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:14px;
	height:14px;
	background: url(/bitrix/templates/rosip_template/css/../images/bg-radio.gif) no-repeat 0 -14px;
	overflow: hidden;
}
.radioAreaChecked {background-position:0 0;}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	background:url(/bitrix/templates/rosip_template/css/../images/bg-checkbox.gif) no-repeat;
	margin:2px 5px 0 0;
}
.checkboxAreaChecked {background-position:0 -10px;}
.radioAreaCheckedLabel,
.checkboxAreaCheckedLabel {
	color:#000;
}
/* selects */
.selectArea {
	position:relative;
	height:19px;
	float:right;
	color:#999999;
	font-size:11px;
	line-height:19px;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:6px;
	height:100%;
	background:url(/bitrix/templates/rosip_template/css/../images/bg-select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:url(/bitrix/templates/rosip_template/css/../images/bg-select-button.gif) no-repeat 100% 0;
}
.selectArea .center{
	height:19px;
	line-height:19px;
	display:block;
	padding:0 24px 0 6px;
	background: url(/bitrix/templates/rosip_template/css/../images/bg-select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
	margin:2px 5px 0 0;
}
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:100;
	font-size:11px;
}
.optionsDivInvisible {display: none;}
.select-center-right { display: none; }
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#fff;
	border:1px solid #C9C9C9;
	font-size:11px;
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	font-size:11px;
	color:#999999;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img {
	margin:2px 5px 0 0;
	float:left;
}
.optionsDivVisible a:hover {
	background-color:#cccccc;
	color:#000;
	text-decoration:none;
}
/* End */


/* Start:/bitrix/templates/rosip_template/js/swipebox-master/src/css/swipebox.min.css?14579788274308*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(/bitrix/templates/rosip_template/js/swipebox-master/src/css/../img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(/bitrix/templates/rosip_template/js/swipebox-master/src/css/../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}
/* End */


/* Start:/bitrix/templates/rosip_template/js/Justified-Gallery-3.3.0/dist/css/justifiedGallery.min.css?14099020952410*/
/*!
 * Justified Gallery - v3.2.0
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 300ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 300ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 300ms 0 ease}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}
/* End */


/* Start:/bitrix/templates/rosip_template/components/bitrix/subscribe.form/rosip/style.css?14129542851417*/
.rub-wrap {
    font-weight: bold;
    font-size: 13px;
    /*color: #fff;*/
    color: #555;
    text-align: right;
    padding: 0 96px 0 0;
}
.subscribe-form { margin: -10px 0 10px; overflow: hidden; }
.subscr-small-table { margin:0; float: right; }
.subscr-small-table td { text-align:right; padding: 3px 0 0; }
.subscr-small-table td input.email { 
    border: 1px solid #999;
    height: 19px;
    padding: 2px 2px 2px 8px;
    width: 122px;
    border-radius: 5px 0 0 5px;
    position:relative;
    right:-1px;
    float:right;
}
.subscr-small-table td .sbcr_submit { 
    border: 1px solid #999;
    height: 25px;
    position: relative;
    width: 26px;
    padding:0;
    border-radius: 0 6px 6px 0;
    float:right;
    background-color:#dddddd;
    cursor:pointer;
}
.subscr-small-table td .sbcr_submit span {
    background: url(/bitrix/templates/rosip_template/images/bg-arrow-sub.png) no-repeat 4px 8px transparent;
    display: block;
    height: 100%;
    width: 100%;   
    position: absolute;
    top:0;
    left:0;
}
.subscr-small-table td input.email:-moz-placeholder {
  color: #aaa;
}
.subscr-small-table td input.email::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.subscr-small-table td input.email:-ms-input-placeholder {
  color: #aaa;
}
.subscr-small-table td input.email::-webkit-input-placeholder {
  color: #aaa;
}
.clear {font-size:0px; line-height:0px; clear:both; height:0px; }
/* End */


/* Start:/bitrix/templates/rosip_template/components/bitrix/system.auth.form/birds/style.css?136622044499*/
.login-box a.restore-pass
{
	color: #999;
	margin-left: 40px;
	margin-top: 12px;
	display: block;
}
/* End */


/* Start:/bitrix/templates/rosip_template/components/bitrix/menu/main/style.css?15805641761033*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/rosip_template/components/bitrix/menu/main/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}


#main-nav {
    display: flex;
    justify-content: center;
}

#main-nav li {
    margin: 0 0 0 -1px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    float: none;
}

#main-nav li a {
    display: block;
    float: none;
    padding: 0 20px;
}

#main-nav li a:hover {
    background-image: url(/bitrix/templates/rosip_template/images/bg-menu-h.gif);
    background-size: cover;
}

#main-nav li a .bg-h {
    display: none;
}
/* End */


/* Start:/bitrix/templates/rosip_template/components/bitrix/menu/sub-menu/style.css?1366220444626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/rosip_template/components/bitrix/menu/sub-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/rosip_template/template_styles.css?169818421141011*/
body {
    margin: 0;
    color: #333;
    font: 13px/16px Arial, Helvetica, sans-serif;
    background: url(/bitrix/templates/rosip_template/images/bg-body3.gif) repeat;
}

body.photo-body-overlay {
    overflow: visible !important;
}

img {
    border-style: none;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select {
    color: #000;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font: 100% Arial, Helvetica, sans-serif;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
#header .login-box {
    position: absolute;
    display: none;
    top: 200px;
    left: 150px;
    background: #feffff;
    width: 703px;
    -moz-box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    font-family: Times, serif;
    padding: 15px 0 50px 0;
}

#header .login-box .title {
    position: relative;
    background: url(/bitrix/templates/rosip_template/images/bg-title3.gif) repeat-x;
    height: 37px;
    margin-bottom: 29px;
}

#header .login-box .frame {
    height: 1%;
    padding: 0 60px 0 75px;
}

#header .login-box .frame:after {
    content: "";
    display: block;
    clear: both;
}

#header .login-box .title h2 {
    margin: 0;
    font-size: 20px;
    line-height: 37px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

#header .login-box .title .close {
    position: absolute;
    top: 0;
    right: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 37px;
}

#header .login-box .column {
    float: left;
    width: 290px;
}

#header .login-box .column2 {
    float: right;
    width: 260px;
}

#header .login-box .column em {
    display: block;
    font-size: 11px;
    color: #666;
    line-height: 22px;
    margin-bottom: 14px;
    margin-top: -5px;
}

#header .login-box .txt {
    display: block;
    width: 204px;
    height: 20px;
    background: url(/bitrix/templates/rosip_template/images/bg-input.gif) no-repeat;
    padding: 3px 9px;
    margin-bottom: 21px;
}

#header .login-box .txt2 {
    display: block;
    padding: 0;
    background: none;
    border: none;
    width: 204px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #c6c7c7;
    font-family: Times, serif;
    font-style: italic;
}

#header .login-box .btn {
    cursor: pointer;
    display: block;
    background: url(/bitrix/templates/rosip_template/images/btn-login.gif) no-repeat;
    width: 187px;
    height: 30px;
    border: none;
    font-size: 15px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 20px;
}

#header .login-box .btn2 {
    background: url(/bitrix/templates/rosip_template/images/btn-regisrt.gif) no-repeat;
    width: 188px;
    margin: 0 auto;
}

#header {
    background: url(/bitrix/templates/rosip_template/images/bg-header.jpg) no-repeat 50% 0;
    height: 222px;
    border-bottom: 2px solid #dedede;
}

#header .text-box {
    float: left;
    padding-top: 30px;
}

#header .holder {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

#header .logo {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/bitrix/templates/rosip_template/images/logo.png) no-repeat;
    width: 352px;
    height: 84px;
    margin-bottom: 26px;
}

#header .logo a {
    display: block;
    height: 100%;
}

#header .text {
    margin-left: 180px;
    border-left: 1px solid #273241;
    padding-left: 10px;
    color: #54595c;
    font-family: Times, serif;
    width: 300px;
}

#header .text strong {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

#header .box {
    float: right;
}

#header .box .login {
    overflow: hidden;
    padding-bottom: 40px;
    opacity: 0;
    transition: all 0.35s linear;
}

#header:hover .box .login {
    opacity: 1;
}

#header .box .login ul {
    float: right;
    background: url(/bitrix/templates/rosip_template/images/bg-login.png);
    height: 45px;
    margin: 0;
    padding: 9px 0 0;
    list-style: none;
}

#header .box .login li {
    overflow: hidden;
    text-align: right;
    padding: 0 13px 2px 13px;
}

#header .box .login li a.link {
    float: right;
    color: #445b62;
    font-size: 13px;
}

#header .box .login li a {
    color: #445b62;
}

#header .box .login li a img {
    float: left;
    margin: 3px 5px 0 0;
}

#header dl {
    margin: 0 0 45px;
    overflow: hidden;
}

#header dt {
    overflow: hidden;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
}

#header dt strong {
    float: right;
    font-weight: normal;
}

#header dt span {
    font-size: 18px;
    color: #e2f4ee;
}

#header dd {
    margin: 0;
    overflow: hidden;
}

#header dd a {
    float: right;
    color: #fff;
    font-size: 13px;
}

#header .social {
    overflow: hidden;
}

#header .social span {
    float: right;
    color: #f3f3f3;
}

#header .social ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .social li {
    float: left;
    padding-left: 10px;
}

#header .social li a {
    float: left;
}

#header .social li img {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}

.menu {
    background-image: linear-gradient(-90deg,rgb(125, 147, 42) 30%,rgb(0, 162, 192) 100%);
    height: 47px;
    padding-bottom: 1px;
    border-bottom: 1px solid #d6d6d6;
}

.menu ul {
    margin: 0 auto 0;
    width: 940px;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 47px;
    overflow: hidden;
}

.menu li {
    font-family: Times, serif;
    float: left;
    font-size: 18px;
    line-height: 45px;
    background: url(/bitrix/templates/rosip_template/images/sep.png) no-repeat 0 13px;
    margin: 0 0 0 -1px;
    padding-left: 1px;
}

.menu li a {
    position: relative;
    float: left;
    white-space: nowrap;
    color: #fff;
    height: 47px;
}

.menu li a span {
    position: relative;
    z-index: 2;
}

.menu li a .bg-h {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 99.5%;
    height: 100%;
}

.menu li.active .bg-h,
.menu li:hover .bg-h {
    display: block;
}

.menu li.active a {
    text-decoration: none;
}

.menu2 {
    background: url(/bitrix/templates/rosip_template/images/bg-menu2.gif) repeat-x;
    height: 40px;
    border-bottom: 1px solid #fff;
}

.menu2 ul {
    width: 940px;
    margin: 0 auto 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: justify;
}

.menu2 ul:after {
    content: "1";
    margin-left: 100%;
    height: 1px;
    overflow: hidden;
    display: inline-block;
}

*+html .menu2 ul {
    z-index: expression(runtimeStyle.zIndex=1, insertAdjacentHTML('beforeEnd', '<li class="last"></li>'));
}

*+html .menu2 ul .last {
    margin-left: 100%;
}

.menu2 li {
    display: inline;
    font-size: 14px;
    line-height: 38px;
    font-family: Times, serif;
}

.menu2 li a {
    display: inline-block;
}

#wrapper {
    background: #fff url(/bitrix/templates/rosip_template/images/bg-wrap.gif) repeat-x;
}

#wrapper.inner {
    padding-top: 20px;
}

#main {
    overflow: hidden;
    padding-bottom: 20px;
    width: 940px;
    margin: 0 auto;
}

.banner-box {
    overflow: hidden;
    padding: 20px 0 20px 0;
}

.banner-box span {
    float: left;
    width: 630px;
    color: #666;
    font: 16px/22px Times, serif;
    font-style: italic;
    padding-top: 20px;
}

.banner-box img {
    position: relative;
    float: right;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
}



.block .news-box007 {
    float: right;
    border: 1px solid #e7e7e7;
    width: 398px;
    height: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    position: relative;
}

.block .news-box007 .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 37px;
    background: url(/bitrix/templates/rosip_template/images/bg-nav.gif) repeat-x;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    text-align: center;
    position: relative;
}

.block .news-box007 .nav li {
    float: left;
    font-family: Times, serif;
    font-size: 16px;
    line-height: 18px;
    background: url(/bitrix/templates/rosip_template/images/sep.gif) no-repeat;
    margin-left: -1px;
    padding-left: 1px;
    position: relative;
    z-index: 1;
}

.block .news-box007 .nav li:first-child {
    background: none;
}

.block .news-box007 .nav li a {
    height: 31px;
    float: left;
    color: #fff;
    text-decoration: none;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    padding-top: 6px;
    position: relative;
}

.block .news-box007 .nav li:first-child a {
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.block .news-box007 .nav li:last-child a {
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.block .news-box007 .nav li .last {
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.block .news-box007 .nav li.active a,
.block .news-box007 .nav li a:hover {
    background: url(/bitrix/templates/rosip_template/images/bg-menu-h2.gif) repeat-x;
}

.block .news-box007 .nav li.active a span,
.block .news-box007 .nav li a:hover span {
    border: none;
}

.block .news-box007 .nav li a span {
    border-bottom: 1px dotted #fff;
}

.block .news-box007 .news {
    margin: 15px 0 0 -5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.block .news-box007 .news li {
    display: inline-block;
    width: 171px;
    padding: 0 0 10px 19px;
}

*+html .block .news-box007 .news li {
    display: inline;
}

.block .news-box007 .news li .img-box {
    padding-bottom: 5px;
}

.block .news-box007 .news li .img-box img {
    display: block;
    padding: 2px;
    border: 1px solid #cacaca;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    position: relative;
}

.block .news-box007 .news li .img-box a {
    display: block;
}

.block .news-box007 .news li h3 {
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
}

.block .news-box007 .news li p {
    margin: 0;
    font-size: 11px;
    color: #808080;
    line-height: 14px;
    overflow: hidden;
    height: 45px;
}



.block {
    overflow: hidden;
    padding-bottom: 19px;
    border-bottom: 3px solid #e1e1e1;
    margin-bottom: 20px;
}

.block .slide {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.block .slide li {
    float: left;
    position: relative;
    height: 418px;
}

.block .slide li .item {
    float: left;
}

.block .slide li a img {
    vertical-align: top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    position: relative;
}

.block .slide li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 520px;
    background: url(/bitrix/templates/rosip_template/images/bg-txt.png) repeat-x;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
}

.block .home-banner .back {
    position: absolute;
    top: 185px;
    left: 0;
    background: url(/bitrix/templates/rosip_template/images/bg-back.png) no-repeat;
    width: 29px;
    height: 46px;
    z-index: 2;
}

.block .home-banner .next {
    position: absolute;
    top: 185px;
    left: 467px;
    background: url(/bitrix/templates/rosip_template/images/bg-next.png) no-repeat;
    width: 29px;
    height: 46px;
    z-index: 2;
}

.block .home-banner {
    position: relative;
    width: 496px;
    float: left;
    height: 418px;
}

.block .slide li .txt .holder {
    padding: 6px 20px 0 28px;
}

.block .slide li .txt h2 {
    margin: 0 0 14px;
    font-weight: normal;
    font-family: Times, serif;
}

.block .slide li .txt h2 a {
    color: #fcfcfc;
    line-height: 1.3;
    text-decoration: none;
}

.block .slide li .txt p {
    margin: 0 0 5px;
    color: #d9d9d9;
    line-height: 18px;
}

.block .slide li .txt p a {
    color: #d9d9d9;
}

.block .banner-navig {

    position: absolute;
    margin-top: -44px;
    z-index: 4;
    margin-left: -15px;
    bottom: 7px;
    right: 10px;
}

.block .banner-navig ul.navig li {
    float: left;
    height: 15px;
    padding-left: 3px;
    list-style: none;
}

.block .banner-navig ul.navig li a {
    float: left;
    width: 15px;
    height: 15px;
    background: url(/bitrix/templates/rosip_template/images/bg-bullet.png) no-repeat;
}

.block .banner-navig ul.navig li.active a,
.block .banner-navig ul.navig li a:hover {
    background: url(/bitrix/templates/rosip_template/images/bg-bullet-h.png) no-repeat;
}

.block .news-box {
    float: right;
    border: 1px solid #e7e7e7;
    width: 398px;
    height: 419px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    position: relative;

}

.block .news-box .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 37px;
    background: url(/bitrix/templates/rosip_template/images/bg-nav.gif) repeat-x;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    text-align: center;
    position: relative;
}

.block .news-box .nav li {
    font-family: Times, serif;
    font-size: 16px;
    background: url(/bitrix/templates/rosip_template/images/sep.gif) no-repeat;
    z-index: 1;
}

.block .news-box .nav li:first-child {
    background: none;
}

.block .news-box .nav li a {
    height: 31px;
    float: left;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    position: relative;
}

.block .news-box .nav li:first-child a {
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.block .news-box .nav li:last-child a {
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.block .news-box .nav li .last {
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.block .news-box .nav li.active a,
.block .news-box .nav li a:hover {
    background: url(/bitrix/templates/rosip_template/images/bg-menu-h2.gif) repeat-x;
}

.block .news-box .nav li.active a span,
.block .news-box .nav li a:hover span {
    border: none;
}

.block .news-box .nav li a span {
    border-bottom: 1px dotted #fff;
}

.block .news-box .news {
    margin: 15px 0 20px -5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.right-block {
    margin-left: 141px;
}

.block .news-box .news li {
    display: inline-block;
    width: 171px;
    padding: 0 0 10px 19px;
    vertical-align: top;
}

*+html .block .news-box .news li {
    display: inline;
}

.block .news-box .news li .img-box {
    padding-bottom: 5px;
}

.block .news-box .news li .img-box img {
    display: block;
    padding: 2px;
    border: 1px solid #cacaca;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    position: relative;
}

.block .news-box .news li .img-box a {
    display: block;
}

.block .news-box .news li h3 {
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
}

.block .news-box .news li p {
    margin: 0;
    font-size: 11px;
    color: #808080;
    line-height: 14px;
    overflow: hidden;
    height: 45px;
}

.news-block {
    overflow: hidden;
    padding-bottom: 20px;
}

.news-block .left-box {
    float: left;
    width: 493px;
    min-height: 298px;
    border: 1px solid #e6e6e6;
    background-color: white;
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
    position: relative;
}

.news-block .right-box {
    margin: 0;
}

.news-block .left-box .holder {
    padding: 8px 13px;
}

.news-block .left-box h2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 24px;
    color: #7d9c08;
    font-weight: normal;
    font-family: Times, serif;
    border-bottom: 3px solid #7d932a;
    padding-bottom: 6px;
}

.news-block .left-box .frame {
    overflow: hidden;
}

.news-block .left-box .column {
    float: left;
    width: 200px;
}

.news-block .left-box .column2 {
    padding: 0;
    margin-left: 20px;
}

.news-block .left-box .column .row {
    overflow: hidden;
    padding-bottom: 11px;
}

.news-block .left-box .column .txt-box {
    width: 167px;
    height: 64px;
    background: url(/bitrix/templates/rosip_template/images/bg-title.gif) no-repeat;
    margin-bottom: 10px;
    padding: 12px 19px;
    font-weight: bold;
    color: #fff;
}

.news-block .left-box .column2 .txt-box {
    background: url(/bitrix/templates/rosip_template/images/bg-title2.gif) no-repeat;
    color: #333;
}

.news-block .left-box .column .radio {
    float: left;
    width: 16px;
    height: 15px;
    margin: 0;
    padding: 0;
}

.news-block .left-box .column label {
    float: left;
    font-weight: bold;
    color: #808080;
    margin-left: 6px;
    line-height: 14px;
    font-size: 12px;
}

.news-block .left-box .column .btn {
    float: left;
    width: 84px;
    height: 22px;
    background: url(/bitrix/templates/rosip_template/images/btn.gif) no-repeat;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.news-block .left-box .column .result {
    float: left;
    line-height: 22px;
    color: #0098ad;
    margin-left: 10px;
}

.news-block .left-box .news {
    margin: 0 0 0 -28px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.news-block .left-box .news li {
    float: left;
    padding-left: 25px;
    width: 140px;
}

.news-block .left-box .news li .img-box {
    padding-bottom: 8px;
    text-align: center;
}

.news-block .left-box .news li .img-box a {
    display: block;
}

.news-block .left-box .news li .img-box img {
    vertical-align: top;
}

.news-block .left-box .news li h3 {
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.news-block .left-box .news li h3 a {
    color: #0098ad;
}

.popular-block {
    overflow: hidden;
    width: 936px;
    min-height: 298px;
    border-top: 2px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    position: relative;
    font-size: 12px;
}

.popular-block .holder {
    padding: 8px 13px;
}

.popular-block h2 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 24px;
    color: #7d9c08;
    font-weight: normal;
    font-family: Times, serif;
    border-bottom: 3px solid #7d932a;
    padding-bottom: 10px;
}

.popular-block .frame {
    overflow: hidden;
}

.popular-block .column {
    float: left;
    width: 200px;
    margin-right: 12px;
}

.popular-block .column2 {
    width: 245px;
    margin-right: 18px;
}

.popular-block .column3 {
    margin: 0 0 0 8px;
}

.popular-block .column h3 {
    font-family: Times, serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 15px;
}

.popular-block .article {
    margin: -15px 0 0;
    padding: 0;
    list-style: none;
}

.popular-block .article li {
    font-weight: bold;
    padding: 12px 0 12px 11px;
    border-top: 1px solid #d9d9d9;
    line-height: 18px;
    background: url(/bitrix/templates/rosip_template/images/bullet.gif) no-repeat 0 20px;
}

.popular-block .article li:first-child {
    border: none;
}

.popular-block .article li a {
    color: #999;
}

.popular-block .column .all {
    color: #0098ad;
    font-weight: bold;
    padding-left: 11px;
}

.popular-block .photo {
    margin: 0 0 0 0px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.popular-block .photo li.more {
    float: right;
    padding: 0 0 0px 0px;
    margin-top: -73px;
    margin-right: 8px;
}

.popular-block .photo li a {
    float: left;
    width: 67px;
    height: 67px;
    background: #F2F2F2;
    font-weight: bold;
    color: #0098AD;
    text-align: center;
}

.popular-block .photo li a span {
    display: block;
    padding: 15px 8px;
}

.popular-block .photo li a img {
    vertical-align: top;
}

.popular-block .column .video {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popular-block .video li {
    text-align: center;
    padding-bottom: 20px;
}

.popular-block .video li .video-box {
    padding-bottom: 5px;
}

.popular-block .video li .video-box a {
    display: block;
}

.popular-block .video li .video-box a img {
    vertical-align: top;
}

.popular-block .video li a {
    color: #999;
}

.popular-block .link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popular-block .link li {
    font-weight: bold;
    padding-bottom: 12px;
    margin: 0;
}

.popular-block .link li a {
    color: #999;
}

.popular-block .add {
    overflow: hidden;
}

.popular-block .add a {
    float: left;
    color: #0098ad;
    background: url(/bitrix/templates/rosip_template/images/bullet2.gif) no-repeat 0 5px;
    padding-left: 10px;
}

#sidebar {
    float: left;
    width: 220px;
    margin-right: 18px;
}

#sidebar .nav {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    position: relative;
    background: #8ea72f;
    background: -moz-linear-gradient(top, #8ea72f, #6e8125);
    background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%, #8ea72f), color-stop(100%, #6e8125));
    background: -webkit-linear-gradient(top, #8ea72f, #6e8125);
    background: -o-linear-gradient(top, #8ea72f, #6e8125);
    background: -ms-linear-gradient(top, #8ea72f, #6e8125);
    background: linear-gradient(top, #8ea72f, #6e8125);
    -pie-background: linear-gradient(#8ea72f, #6e8125);
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#sidebar .nav li {
    font-family: Times, serif;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
}

#sidebar .nav li a {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 15px;
    behavior: url(/bitrix/templates/rosip_template/css/pie.htc);
}

#sidebar .nav li:first-child a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#sidebar .nav li.active:first-child a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#sidebar .nav li .last {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#sidebar .nav li.active a {
    background: url(/bitrix/templates/rosip_template/images/bg-nav-a.png) repeat-x;
    text-decoration: none;
}

#sidebar .nav li a:hover {
    background: url(/bitrix/templates/rosip_template/images/bg-nav-h.gif) repeat-x;
}

#sidebar .box.popular-block {
    width: auto;
}

#sidebar .box {
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background-color: white;
    position: relative;
    margin-bottom: 19px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

.box.popular-block .article {
    margin: -5px 0 0;
    padding: 0 10px 10px;
    font-size: 12px;
}

.popular-block .article a.all {
    color: #0098AD;
    font-weight: bold;
    margin: 5px 0 10px 11px;
}

#sidebar .box .holder {
    padding: 11px 13px;
}

#sidebar h3 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 20px;
    color: #7d9c08;
    font-weight: normal;
    font-family: Times, serif;
    border-bottom: 3px solid #7d932a;
    padding-bottom: 10px;
}

#sidebar .news {
    margin: -10px 0 0;
    padding: 0;
    list-style: none;
}

#sidebar .news li {
    border-top: 1px solid #d9d9d9;
    line-height: 18px;
    padding: 7px 0;
}

#sidebar .news li:first-child {
    border: none;
}

#sidebar .news li span {
    color: #808080;
    font-size: 11px;
    padding-left: 5px;
}

#sidebar .news li a {
    color: #0098ad;
}

#sidebar .photo {
    margin: 0 0 0 -8px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#sidebar .photo li {
    padding: 0 0 7px 6px;
    float: left;
}

#sidebar .photo li a {
    float: left;
}

#sidebar .photo li img {
    vertical-align: top;
}

#sidebar .box p {
    margin: 0 0 20px;
}

#sidebar .box .more {
    color: #0098ad;
}

#content.partners {
    width: auto;
}

#content {
    float: left;
    width: 700px;
}

#content h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 6px;
    color: #333;
    font-weight: normal;
    font-family: Times, serif;
}

#content .breadcrumbs {
    margin: 0 0 15px -14px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#content .breadcrumbs li {
    float: left;
    color: #808080;
    background: url(/bitrix/templates/rosip_template/images/buulet.png) no-repeat 0 6px;
    padding: 0 8px 0 14px;
}

#content .breadcrumbs li:first-child {
    background: none;
}

#content .breadcrumbs li a {
    float: left;
    color: #0098ad;
}

#content p {
    margin: 0 0 16px;
    line-height: 18px;
}

#content .gallery-box {
    padding: 0;
}

.gallery-box .archive {
    height: 24px;
    background: url(/bitrix/templates/rosip_template/images/bg-archive.gif) repeat-x;
    padding: 9px 0 0 0;
    margin-bottom: 10px;
}

.gallery-box .archive .txt {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery-box .archive .txt li {
    float: left;
    padding-left: 11px;
}

.gallery-box .archive .txt2 li {
    padding: 0 11px 0 0;
}

.gallery-box .archive .txt li a {
    float: left;
    color: #0098ad;
}

.gallery-box .archive .txt li.active a,
.gallery-box .archive .txt li a:hover {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.gallery-box .archive .txt2 {
    float: right;
}

.gallery-box .archive .txt2 li.active a,
.gallery-box .archive .txt2 li a:hover {
    font-weight: normal;
    color: #0098ad;
    text-decoration: none;
}

.gallery-box .gallery {
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.gallery-box .gallery li {
    position: relative;
    float: left;
    width: 174px;
    height: 119px;
    background: #dce3c3;
    margin: 0 0 1px 1px;
}

.gallery-box .gallery li a {
    float: left;
    background: #dce3c3;
}

.gallery-box .gallery li a img {
    vertical-align: top;
}

.gallery-box .gallery li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/bitrix/templates/rosip_template/images/bg-text.png) repeat-x;
    width: 174px;
    height: 33px;
    color: #f6f6f6;
    overflow: hidden;
}

.gallery-box .gallery li .text .holder {
    padding: 10px 12px;
}

.gallery-box .gallery li .text:hover {
    height: 119px;
    cursor: pointer;
}

.gallery-box .gallery li .text strong {
    display: block;
    margin-bottom: 5px;
}

.gallery-box .gallery li .text p {
    margin: 0;
}

.profile-box {
    padding: 0;
}

.profile-box .title {
    height: 24px;
    background: url(/bitrix/templates/rosip_template/images/bg-archive.gif) repeat-x;
    padding: 9px 0 0 0;
    margin-bottom: 18px;
}

.profile-box .title ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.profile-box .title li {
    float: left;
    padding-left: 11px;
}

.profile-box .title li.active a {
    font-weight: bold;
}

.profile-box .title li a {
    color: #0098ad;
}

.profile-box .title .edit {
    float: right;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: url(/bitrix/templates/rosip_template/images/btn-edit.png) no-repeat;
    width: 162px;
    height: 25px;
    line-height: 25px;
    margin: -5px 4px 0 0;
}

.profile-box h3 {
    margin: 0 0 20px;
    font-size: 14px;
    color: #333;
}

.profile-box .profile {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

.profile-box .profile li {
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    padding: 14px 0 13px 0;
}

.profile-box .profile li img {
    float: right;
}

.profile-box .profile li:first-child {
    border: none;
}

.profile-box .profile li .box {
    float: left;
    width: 595px;
}

.profile-box .profile li .box h4 {
    margin: 0 0 8px;
    font-size: 13px;
    color: #333;
}

.profile-box .profile li .box dl {
    margin: 0;
    overflow: hidden;
}

.profile-box .profile li .box dt {
    overflow: hidden;
    padding-bottom: 2px;
}

.profile-box .profile li .box dt span {
    color: #808080;
    min-width: 140px;
    float: left;
}

.profile-box .profile li .box dt strong {
    font-weight: normal;
    color: #333;
}

.profile-box .profile li .box dt strong a {
    color: #0098ad;
}

.profile-box .box-text {
    background: #f0f0f0;
    height: 33px;
    line-height: 33px;
}

.profile-box .box-text strong {
    float: left;
    color: #333;
    padding-left: 9px;
}

.profile-box .box-text strong a {
    color: #0098ad;
    padding-left: 3px;
    font-weight: normal;
}

.profile-box .box-text .needs {
    float: right;
    text-decoration: none;
    color: #333;
    width: 146px;
    text-align: center;
    background: #dde2cc;
}

#footer {
    font-size: 12px;
    background: url(/bitrix/templates/rosip_template/images/bg-footer.gif) repeat-x;
    height: 171px;
}

#footer .holder {
    margin: 0 auto;
    width: 940px;
    padding-top: 28px;
    overflow: hidden;
}

#footer .copyright {
    float: left;
    color: #808080;
    width: 185px;
    margin-right: 50px;
}

#footer .copyright span {
    display: block;
    padding-bottom: 8px;
}

#footer .box {
    overflow: hidden;
    width: 520px;
}

#footer .nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .nav li {
    float: left;
    padding: 0 11px 15px;
}

#footer .nav li a {
    color: #666;
}

#footer .right-column {
    float: right;
    width: 185px;
}


#footer .created {
    float: right;
    color: #808080;
}

#footer .created span {
    display: block;
    text-align: right;
}

#footer .created a {
    color: #666;
}

#footer .used {
    float: right;
    color: #808080;
    margin-top: 1.5em;
    font-size: 11px;
	clear: both;
}

#footer .used span {
    display: block;
    text-align: right;
}

#footer .used a {
    color: #666;
}

.news-list .pager {
    margin-left: 45px;
}

/*����� ������*/
.forum-info-box-inner.forum-profile-edit-inner input[type='text'] {
    width: 250px;
}

.forum-info-box-inner.forum-profile-edit-inner select {
    width: 255px;
}

div.forum-tabs div.forum-tabs-body div.forum-info-box {
    width: 477px;
}

span.date-interval-hellip {
    display: inline-block !important;
    float: none !important;
}

div.forum-filter-field span {}

div.bx-popup-menu td,
div.bx-popup-menu table,
div.bx-popup-menu tr,
div.bx-popup-menu tbody {
    background: white !important;
}

/*��������*/
.error-limit a {
    color: gray;
    font-size: 16px;
}


#rightbar_home {
    float: right;
    width: 430px;
}

#rightbar_home .box {
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background-color: white;
    position: relative;
    margin-bottom: 19px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

#rightbar_home .box .holder {
    padding: 11px 13px;
}

#rightbar_home h3 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 20px;
    color: #7d9c08;
    font-weight: normal;
    font-family: Times, serif;
    border-bottom: 3px solid #7d932a;
    padding-bottom: 10px;
}

#rightbar_home .news {
    margin: -10px 0 0;
    padding: 0;
    list-style: none;
}

#rightbar_home .news li {
    border-top: 1px solid #d9d9d9;
    line-height: 18px;
    padding: 7px 0;
}

#rightbar_home .news li:first-child {
    border: none;
}

#rightbar_home .news li span {
    color: #808080;
    font-size: 11px;
    padding-left: 5px;
}

#rightbar_home .news li a {
    color: #0098ad;
}


.innervideo .video {
    overflow: hidden;
    padding: 0;
}

.innervideo .video li {
    /*
    float: left;
    list-style-type: none;
    margin: 0 10px 0 0;
    min-height: 220px;
    min-width: 220px;
    */
    margin: 0 0 32px 0;
}

.news_file {
    text-align: right;
}

.inner #content.partners .block .news-box {
    height: auto;
}

#content ul.photo-album-list-first-photos li.photo-album-item {
    padding-right: 0;
}

ul.photo-album-list-first-photos .photo-item-cont {
    margin: 0 5px 8px 0;
    padding: 5px;
}

.clear {
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    max-height: 0px;
    clear: both;
}



/* ......................................   from lopaten change adapted ..........................................   */

#sidebar .nav.lop {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    position: relative;
    /*	background:#8ea72f;
        background: -moz-linear-gradient(top, #8ea72f, #6e8125);
        background: -webkit-gradient(linear, left top, left bottom,
                    color-stop(0%,#8ea72f), color-stop(100%,#6e8125));
        background: -webkit-linear-gradient(top, #8ea72f, #6e8125);
        background: -o-linear-gradient(top, #8ea72f, #6e8125);
        background: -ms-linear-gradient(top, #8ea72f, #6e8125);
        background: linear-gradient(top, #8ea72f, #6e8125);
        -pie-background: linear-gradient(#8ea72f, #6e8125);
        beh * avior:url(/bitrix/templates/rosip_template/css/pie.htc);*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#sidebar .nav.lop li {
    font-family: Times, serif;
    font-size: 14px;
    min-height: 37px;
    line-height: 37px;
    padding-left: 5px;
    height: auto;
    background: url("/bitrix/templates/rosip_template/images/arrow4.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0)
}

#sidebar .nav.lop li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#sidebar .nav.lop li a {
    position: relative;
    display: block;
    color: #000;
    padding-left: 15px;
}

#sidebar .nav.lop li:first-child a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#sidebar .nav.lop li.active:first-child a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#sidebar .nav.lop li .last {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#sidebar .nav.lop li.active a {
    font-weight: bold;
    text-decoration: none;
    background: none;
}

#sidebar .nav.lop li.active li a {
    font-weight: normal;
    text-decoration: underline;
}

#sidebar .nav.lop li.active li.active a {
    font-weight: bold;
    text-decoration: none;
}

#sidebar .nav.lop li ul {
    padding: 0 0 0 15px;
}

#sidebar .nav.lop li li {
    list-style: outside none none;
}

#sidebar .nav.news-archive {
    background: none;
}

#sidebar .nav.news-archive li a:hover {
    background: none;
}

#sidebar .nav.news-archive li {
    list-style: none outside none;
    height: auto;
    background: url("/bitrix/templates/rosip_template/images/arrow4.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0)
}

#sidebar .nav.news-archive li a {
    color: #000;
}

#sidebar .nav.news-archive li ul {
    display: none;
}

#sidebar .nav.news-archive li.m ul li {
    margin: 0 0 10px 0;
    background-position: 0 5px;
    height: auto;
}

#sidebar .nav.news-archive li.m ul li a {
    background: none;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}


#sidebar #title-search {
    margin: 0 0 20px 0;
    overflow: hidden;
}

#sidebar .box #title-search {
    margin: 0 0 2px 0;
    overflow: hidden;
}

#sidebar #title-search-input {
    border: 1px solid #999;
    padding: 2px 2px 2px 8px;
    width: 152px;
    height: 19px;
    position: relative;
    right: -1px;
    float: left;
}

.search_submit {
    background-color: #dddddd;
    border: 1px solid #999;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    float: right;
    height: 25px;
    padding: 0;
    position: relative;
    width: 26px;
    float: left;
}

.search_submit span {
    background: url("/bitrix/templates/lopaten_template/images/find_in-12.png") no-repeat scroll 5px 6px transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


#sidebar .nav.lop li ul {
    padding: 0 0 0 15px;
}

#sidebar .nav.news-archive li ul {
    padding: 0 0 0 15px;
}

.ban-lop-block {
    overflow: hidden;
    /*width:936px;*/
    border-top: 2px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    position: relative;
    font-size: 12px;
    display: block;
    text-decoration: none;
}

.ban-lop-block .logo {
    float: right;
    margin-left: -10px;
    margin-top: 4px;
}

.ban-lop-block .logo img {
    height: 108px;
    opacity: 0.7;
}

.ban-lop-block .holder {
    padding: 12px 13px 12px;
    overflow: hidden;
}

.ban-lop-block .img-wrap {
    float: left;
    margin: 0 10px 10px 0;
}

.ban-lop-block .img-wrap img {
    border: 1px solid #e5e5e5;
}

.ban-lop-block .txt-wrap {
    color: #999999;
    margin: 0 0 5px;
}

.ban-lop-block a {
    color: #0098ad;
}

.ban-lop-block h2 a {
    color: #c92727;
    text-decoration: none;
}

.ban-lop-block h2 {
    border-bottom: 3px solid #c92727;
    color: #c92727;
    display: inline-block;
    font-family: Times, serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 7px;
    padding-bottom: 6px;
}

.news2columns {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.news2columns .item {
    float: left;
    width: 47%;
    margin: 0 6% 2em 0;
    padding: 0;
    height: 260px;
}

.news2columns .item:nth-child(2n) {
    margin: 0 0 2em 0;
}

.news2columns .item .picture {
    display: block;
    height: 160px;
    background-color: #EEE;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 25%;
    margin-bottom: 0.7em;
}

.news2columns .item .header {
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 17px;
}

.news2columns .item .header a {
    color: #0098ad;
    /*text-decoration: none;*/
}

.news2columns .item .header a:hover {
    /*text-decoration: underline;*/
}

.news2columns .item .date {
    font-size: 11px;
    color: #999;
}

.last-books {
    overflow: hidden;
}

.last-books.vertical {
    padding: 0 10px;
}

.last-books .item {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    text-align: center;
}

.last-books.vertical .item {
    float: none;
    width: auto;
    margin: 0 0 16px 0;
    text-align: left;
    font-size: 12px;
}

.last-books .item:nth-child(3n) {
    margin-right: 0;
}

.last-books .item .picture {
    display: inline-block;
    width: 111px;
    height: 159px;
    background-color: #EEE;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 25%;
    margin-bottom: 0.5em;
}

.last-books.vertical .item .picture {
    margin-bottom: 0;
}

.last-books .item .header {
    font-weight: bold;
}

.last-books .item .header a {
    color: #0098ad;
}

.info_side2 .header {
    color: #7bcdc9;
    font-size: 18px;
    font-family: Times, serif;
}

.video-list {
    text-align: left;
}

.video-list .item .header a {
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

.video-list .read-more {
    display: none;
}

.content-block {
    border: 1px solid #e6e6e6;
    border-radius: 2px;

}

.content-block.colored {
       background-color: white;
}

.content-block .holder {
    padding: 0 12px;
    margin: 24px 0;
}

.content-block h2 {
    color: #7d9c08;
    font-family: Times, serif;
    font-weight: normal;
    border-bottom: 3px solid #7d932a;
    padding-bottom: 6px;
    font-size: 22px;
    margin: 0 0 16px;
}

/* ==========================

.news-block .news{
    margin:0 0 0 -28px;
    padding:0;
    list-style:none;
    overflow:hidden;
}
.news-block .news li{
    float: left;
    padding-left: 25px;
    width: 140px;
}
.news-block .news li .img-box{
    padding-bottom:8px;
    text-align:center;
}
.news-block .news li .img-box a{display:block;}
.news-block .news li .img-box img{vertical-align:top;}
.news-block .news li h3{
    font-size:13px;
    margin:0;
    text-align:center;
}
.news-block .news li h3 a{color:#0098ad;}
.popular-block{
    overflow:hidden;
    width:936px;
    min-height:298px;
    border-top:2px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding:1px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background-color: white;
    position:relative;
    font-size:12px;
}
*/
.spacer {
        display: block;
        width: 40px;
        height: 4px;
        background-color: rgb(237, 237, 237);
        border-radius: 5px;
        margin-bottom: 20px;
	margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
	clear: both;
}
.swipebox-img {
    cursor:pointer;
}
/* End */
/* /bitrix/templates/rosip_template/js/fancybox/jquery.fancybox.css?15436560464939 */
/* /bitrix/templates/rosip_template/css/form.css?13662204472067 */
/* /bitrix/templates/rosip_template/js/swipebox-master/src/css/swipebox.min.css?14579788274308 */
/* /bitrix/templates/rosip_template/js/Justified-Gallery-3.3.0/dist/css/justifiedGallery.min.css?14099020952410 */
/* /bitrix/templates/rosip_template/components/bitrix/subscribe.form/rosip/style.css?14129542851417 */
/* /bitrix/templates/rosip_template/components/bitrix/system.auth.form/birds/style.css?136622044499 */
/* /bitrix/templates/rosip_template/components/bitrix/menu/main/style.css?15805641761033 */
/* /bitrix/templates/rosip_template/components/bitrix/menu/sub-menu/style.css?1366220444626 */
/* /bitrix/templates/rosip_template/template_styles.css?169818421141011 */
