

/* 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/system.auth.forgotpasswd/template1/style.css?1366220445104*/
.login-box a.restore-auth {
	color: #999;
	margin-left: 60px;
	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/search.title/lopaten/style.css?14272058782092*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/rosip_template/components/bitrix/search.title/lopaten/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1542028090659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/rosip_template/components/bitrix/photogallery.gallery.list/members_left/style.css?140965584072*/
.photo-item.paid a
{
	font-weight:bold !important;
	color:#0098AD;
}
/* End */


/* Start:/bitrix/components/bitrix/photogallery/templates/.default/style.min.css?154202796624482*/
.photo-top-controls{margin:0 0 1em 1px}.photo-top-controls a{margin:0 6px 0 0}ul.photo-controls,ul.photo-controls li{margin:0;padding:0;border:0;list-style-type:none;overflow:hidden}ul.photo-controls li{height:2em;float:left;padding-right:1em}li.photo-control label,li.photo-control a:link,li.photo-control a:visited,li.photo-control a:active,li.photo-control a:hover{line-height:1.7em;height:1.7em}li.photo-control a:hover,li.photo-control a:active,li.photo-control a.pressed{text-decoration:none}div.photo-controls-buttons ul.photo-controls{height:auto}div.photo-controls-buttons ul.photo-controls li{clear:both;float:none;padding-right:.45em;height:20px!important}div.photo-controls-buttons ul.photo-controls li a{display:block;background-repeat:no-repeat;white-space:nowrap;cursor:pointer;cursor:hand;text-decoration:none}div.photo-controls-buttons ul.photo-controls li a{width:11.61em}div.photo-controls-buttons ul.photo-controls li a span{padding-right:10px;background-position:right bottom}div.photo-controls-buttons ul.photo-controls li a:hover{background-position:left top}div.photo-controls-buttons ul.photo-controls li a:hover span{background-position:right top}li.photo-control-album-edit a{float:left}div.photo-controls-gallery ul.photo-controls li,div.photo-controls-album ul.photo-controls li{float:left;margin-bottom:2px}div.photo-controls-gallery ul.photo-controls li a,div.photo-controls-gallery ul.photo-controls li a span,div.photo-controls-album ul.photo-controls li a,div.photo-controls-album ul.photo-controls li.photo-control-album-edit a span{padding-right:1.2em}div.photo-controls-album,div.photo-controls-gallery{float:right}table.photo-dialog-table,table.photo-popup{border:0;border-collapse:collapse;width:100%}table.photo-dialog-table td,table.photo-popup td{padding:5px!important;background:transparent!important;vertical-align:top!important}table.photo-dialog-table td.photo-dialog-prop-title{text-align:right}table.photo-dialog-table td.photo-dialog-prop-param{text-align:left}table.photo-dialog-table td.photo-dialog-req label{font-weight:bold!important}table.photo-dialog-table textarea{width:400px;height:10em}table.photo-dialog-table td.photo-inp-width input{width:400px}table.photo-dialog-table td.photo-dialog-warning{color:red!important}table.photo-dialog-table td.photo-dialog-prop-param-date{text-align:left}table.photo-dialog-table td.photo-dialog-prop-param-date input{display:block;float:left}table.photo-dialog-table td.photo-dialog-prop-param-date a{display:inline-block!important}div.photo-popup,div.photo-popup div,div.photo-popup form{background-color:white;padding:0;margin:0;font-size:12px}div.photo-popup{background-color:gray;overflow:hidden;width:600px;height:400px}div.photo-popup div.photo-popup-container{border:1px solid black}div.photo-popup div.photo-popup-inner{padding:9px}div.photo-popup div.photo-popup-data{overflow:hidden;width:580px;height:380px}div.photo-popup table{width:100%;border:0}table.photo-popup thead{display:none}div.photo-popup tbody{height:330px}div.photo-popup tbody td{border:0;text-align:left;vertical-align:top}div.photo-popup tbody div.photo-info-box-section-edit-icon,div.photo-popup tbody div.photo-info-box-section-edit,div.photo-popup tbody div.photo-info-box-element-edit{height:335px;overflow:auto;zoom:1}div.photo-popup tfoot td{text-align:center;vertical-align:middle;height:50px;overflow:hidden}div.photo-popup tfoot td input{margin:2px}div.photo-popup div.photo-edit-field{padding:.3em 0 .2em .3em}div.photo-popup div.photo-edit-field-title input,div.photo-popup div.photo-edit-field-tags input,div.photo-popup div.photo-edit-field textarea{width:99%}div.photo-popup div.photo-edit-field select{width:50%}div.photo-filter{margin:1.5em 0 2.5em 0;border:1px solid;padding:1em;width:70%}div.photo-filter-field{margin-bottom:.7em}div.photo-filter-field-inner{margin-bottom:.4em}div.photo-calendar-field label{display:block;margin-bottom:.5em}div.photo-filter-buttons{margin-right:.5em}div.photo-filter-field legend{padding:.5em 1em}div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}ul.photo-items-list,ul.photo-items-list,li.photo-item{padding:0;margin:0;list-style-type:none}div.photo-note-box{width:70%;border-width:1px;border-style:solid;margin:1.117em 0;padding:.4em 1.117em}div.photo-note-box ul{padding:.3em .6em;list-style-type:none;margin:0}div.photo-note-box ul li{margin:.3em 0;padding:0}div.photo-breadcrumb-top{margin-bottom:1.27em}div.empty-clear{clear:both;overflow:hidden;height:.1em}div.photo-popup-inner form,form.photo-form{padding:0;margin:0}table.photo-table,table.photo-table td{font-size:100%}div#photo_waitwindow{width:170px!important;padding:10px!important;display:block!important;border:1px solid #eacb6b!important;text-align:center!important;font-size:13px!important;background-color:#fcf7d1!important;background-image:url("/bitrix/themes/.default/images/wait.gif")!important;background-position:10px center!important;background-repeat:no-repeat!important;position:relative!important;z-index:10000;text-align:center;position:static!important;width:100%}div.photo-header-big div.photo-header-inner,div.photo-header-middle div.photo-header-inner{margin-bottom:.78em}div.photo-header-big{border-bottom:1px solid;font-weight:bold;font-size:110%;margin-bottom:.78em}div.photo-header-component{font-weight:bold;font-size:110%;margin-right:1em;margin-bottom:.78em}span.photo-header-link{font-weight:normal;font-size:100%}div.reviews-navigation-top{display:none}div.tags-cloud a{text-decoration:none}div.tags-cloud a:hover{text-decoration:underline}div.photo-album-avatar,div.photo-album-thumbs-avatar,div.photo-album-avatar-empty{background-position:center center;background-repeat:no-repeat;cursor:pointer;cursor:hand;overflow:hidden}div.photo-album-avatar-edit div.photo-album-menu{display:block!important}div.photo-item-cover-block-outside{padding:0 8px 8px 0}div.photo-item-cover-block-inside{padding:8px 20px;border:0}div.photo-item-cover-block-container,div.photo-item-cover-block-outer,div.photo-item-cover-block-inner{border:1px solid}div.photo-item-cover-block-container{position:relative!important}div.photo-item-cover-block-outer,div.photo-item-cover-block-inner{position:absolute!important}div.photo-item-cover-block-container{left:6px;top:8px}div.photo-item-cover-block-outer{left:-4px;top:-4px}div.photo-item-cover-block-inner{left:-4px;top:-4px}div.photo-item-info-block-outer{padding:4px 2px 2px 2px}div.photo-item-cover{cursor:pointer;cursor:hand}div.photo-album-name a{line-height:1.2em}div.photo-album-date,div.photo-album-photos{font-size:11px}div.photo-album-menu-controls{z-index:100;text-align:center}div.photo-album-menu{display:none;width:100%;height:100%;position:relative}div.photo-item-over div.photo-album-menu{display:block!important}div.photo-album-menu div{position:absolute;width:100%;height:100%}div.photo-album-menu-controls a{line-height:1em;display:block}ul.photo-album-list,ul.photo-album-thumbs-list,li.photo-album-item{padding:0;margin:0;list-style-type:none}ul.photo-album-list div.photo-item-info-block-outside{margin-left:0!important}li.photo-album-item{margin:0;float:left;padding:0 30px 30px 0;display:inline}ul.photo-album-thumbs-list li,ul.photo-album-thumbs-list div,ul.photo-album-list li,ul.photo-album-list div{zoom:1}ul.photo-album-list li,ul.photo-album-list div.photo-item-cover-block-outside,ul.photo-album-thumbs-list li,ul.photo-album-thumbs-list div.photo-item-cover-block-outside{float:left}ul.photo-album-list div.photo-item-info-block-outside,ul.photo-album-thumbs-list div.photo-item-info-block-outside{clear:both}li.photo-album-item div.photo-album-name{position:relative;height:1.4em;font-weight:bold;overflow:hidden}li.photo-album-item div.photo-album-name a{line-height:1.4em;text-decoration:none}li.photo-album-item div.photo-album-date{padding-top:1px;float:right}li.photo-album-item div.photo-album-photos{padding-top:1px}li.photo-album-item div.photo-album-photos-top,li.photo-album-item div.photo-album-description{display:none}ul.photo-album-list-first-photos{display:inline-block!important;padding-right:20em}ul.photo-album-list-first-photos li.photo-album-item{float:none!important;display:block}ul.photo-album-list-first-photos .album-name{text-decoration:none;font-size:1.2em;font-weight:bold;color:#373737;font-family:Verdana}ul.photo-album-list-first-photos .album-date,ul.photo-album-list-first-photos .album-photos{text-decoration:none;font-size:1.1em;color:#7f7f7f;margin:0 0 0 7px}ul.photo-album-list-first-photos .album-passworded{text-decoration:none;font-size:1.1em;color:#7f7f7f}ul.photo-album-list-first-photos .more-photos{margin:0 1px}ul.photo-album-list-first-photos .photo-item-cont{padding:6px;border:1px solid #dbdbdb;margin:0 8px 8px 0}ul.photo-album-list-first-photos .album-photos-section{margin:12px 0 10px 0}ul.photo-album-list-first-photos .album-separator-line{height:1px;background-color:#dbdbdb;width:100%;line-height:1px!important;font-size:1px!important}ul.photo-album-list-first-photos .album-list-action-cont{margin:10px 0 0 0!important}ul.photo-album-list-first-photos .album-list-action-cont a{font-size:90%;display:inline-block;margin:0 5px 0 0}ul.photo-album-list-first-photos .album-no-photos{color:#808080}div.photo-album-header div{float:left}div.photo-album-item div.photo-album-name,div.photo-album-item div.photo-album-date{line-height:1.5em}div.photo-album-item div.photo-album-name{font-weight:bold}div.photo-album-item div.photo-album-date,div.photo-album-item div.photo-album-description{margin-top:.3em}div.photo-album-item div.photo-album-info{margin-bottom:1em}.photo-album-edit-cont label{color:#666!important;font-size:11px!important;font-weight:normal!important;font-family:Verdana;margin:8px 4px 0 5px!important;float:left}.photo-album-edit-cont label.photo-al-ed-label-top{display:block!important;margin:3px 0 3px 0!important;float:none!important}.photo-album-edit-cont .photo-al-ed-width{width:400px!important}.photo-album-edit-cont textarea{width:400px!important;height:5em!important;resize:none!important}.photo-album-edit-cont div.integer{display:block!important;float:left;margin-top:4px!important}tr.photo-album-edit-heading td{color:#000!important;font-size:14px!important;font-family:Verdana!important;font-weight:bold!important;padding:10px 5px 5px 10px!important}tr.photo-album-edit-buttons td{padding:10px 5px 5px 140px!important;text-align:left!important}div.photo-ed-al-contols a{border-width:0 0 1px 0!important;border-style:dashed!important;border-color:#567fdd;text-decoration:none;display:inline-block;margin:2px;white-space:nowrap!important}div.photo-ed-al-items-list{overflow:hidden}div.photo-ed-al-items-list div.photo-ed-al-item{border-width:0 0 1px 0;border-style:solid;border-color:#ebebeb;margin:0;padding:10px 0 10px 10px;float:left}div.photo-ed-al-items-list div.photo-ed-al-item .photo-ed-al-item-thumb{background-color:#000;float:left;margin:5px 10px 10px 10px;cursor:pointer!important;display:block}div.photo-ed-al-items-list div.photo-ed-al-item .photo-ed-al-item-thumb div.photo-ed-al-item-thumb-inner{overflow:hidden;position:relative}div.photo-ed-al-items-list div.photo-ed-al-item .photo-ed-al-item-thumb div.photo-ed-al-item-thumb-inner img{position:absolute;border-width:0!important;border-width:0!important}div.photo-ed-al-items-list div.photo-ed-al-item div.photo-ed-al-item-thumb div{background-position:center center;background-repeat:no-repeat}.photo-album-edit-cont div.photo-ed-al-items-list textarea{height:4em!important;display:block}div.photo-ed-al-item-params{float:left;position:relative;width:400px}div.photo-ed-al-item-params a.photo-al-ed-tags-link{color:#666;text-decoration:none;border-bottom:1px dotted #666;cursor:pointer;font-family:Verdana;font-size:11px!important;font-weight:normal!important;margin:5px 0 4px;display:block;float:left}div.photo-ed-al-item-params a.photo-tags{border-width:0!important}div.photo-ed-al-item-params a.photo-al-ed-action,a.photo-al-ed-action{text-decoration:none;border-bottom:1px dashed #567fdd;cursor:pointer;font-family:Verdana;font-size:11px!important;font-weight:normal!important;margin:2px;white-space:nowrap!important;float:right}div.photo-ed-al-item-params input.search-tags{width:300px}div.photo-ed-al-item-params input.photo-al-ed-item-check{position:absolute;right:-25px;top:16px}div.photo-ed-al-show-more{text-align:center;background-color:#ebebeb;padding:6px}div.photo-ed-al-show-more-loading span{display:none!important}div.photo-ed-al-show-more-loading div.photo-wait{display:block!important}div.photo-ed-al-show-more span{border-width:0!important;color:#567fdd;text-decoration:none;white-space:nowrap!important;font-family:Verdana;font-size:13px!important;font-weight:bold!important;cursor:pointer;display:block}div.photo-wait{background:url("/bitrix/js/main/core/images/wait.gif") transparent no-repeat center center;width:19px;height:19px;display:none;margin-left:45%}div.photo-al-ed-rotate{width:16px;height:16px;float:right;cursor:pointer;margin:0 2px 0 0}div.photo-al-ed-rotate-l{background:url("/bitrix/components/bitrix/photogallery/templates/.default/images/arrow-l.png") transparent no-repeat center center}div.photo-al-ed-rotate-r{background:url("/bitrix/components/bitrix/photogallery/templates/.default/images/arrow-r.png") transparent no-repeat center center}div.photo-ed-al-items-list div.photo-ed-al-item-deleted{background:#ffffdf;width:100%}div.photo-ed-al-items-list div.photo-ed-al-item-deleted .photo-ed-al-item-thumb,div.photo-ed-al-items-list div.photo-ed-al-item-deleted div.photo-ed-al-item-params{display:none!important}a.photo-al-ed-action-restore{display:none;margin-right:30px}div.photo-ed-al-items-list div.photo-ed-al-item-deleted a.photo-al-ed-action-restore{display:block!important}.photo-rotate-90{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.photo-rotate-180{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.photo-rotate-270{-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);-o-transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.photo-rotate-ie9-90{-ms-transform:rotate(90deg)}.photo-rotate-ie9-180{-ms-transform:rotate(180deg)}.photo-rotate-ie9-270{-ms-transform:rotate(270deg)}div.photo-ed-al-group-actions{text-align:right;padding:5px 14px;float:right}.photo-ed-al-sel-all{color:#666;cursor:pointer;font-family:Verdana;font-size:11px!important;text-decoration:underline}.photo-ed-al-sel-all .photo-ed-al-desel{display:none}.photo-ed-al-desel-all .photo-ed-al-sel{display:none}.photo-ed-al-desel-all .photo-ed-al-desel{display:inline}.photo-ed-al-gract-del,.photo-ed-al-gract-move{color:#567fdd;cursor:pointer;font-family:Verdana;font-size:11px!important;text-decoration:none;border-bottom:1px dotted #567fdd;margin:0 5px}.photo-ed-al-move-popup{background:#fff;border:1px solid #666;overflow:auto;overflow-x:hidden;overflow-y:auto}.photo-ed-al-move-popup a{display:block;margin:0;white-space:nowrap;padding:3px 6px;text-decoration:none}.photo-ed-al-move-popup a:hover{background-color:#ebebeb}div.photo-al-ed-add-set{float:left;width:400px}div.photo-al-ed-add-set span.photo-al-ed-add-link{display:block;margin:5px 0 4px;float:left}div.photo-al-ed-add-set div.photo-al-ed-add-cont{margin:5px 0 4px;width:98%;float:left}div.photo-al-ed-add-set span.photo-al-ed-add-link span{color:#666;text-decoration:underline;cursor:pointer;font-family:Verdana;font-size:12px!important;font-weight:normal!important;float:left}div.photo-al-ed-add-hidden span.photo-al-ed-add-link span.bxph-hiden,div.photo-al-ed-add-hidden div.photo-al-ed-add-cont{display:none!important}div.photo-al-ed-add-set span.photo-al-ed-add-link span.bxph-showed{display:none!important}div.photo-al-ed-add-hidden span.photo-al-ed-add-link span.bxph-showed{display:block!important}input.photo-al-ed-use-pass{display:block;float:left;height:10px!important;line-height:8px!important;margin:8px 0 0}div.bxph-pass-cont{float:left;margin:5px 0 0 0!important;height:26px}div.bxph-pass-cont .bxph-colon,div.bxph-pass-cont input.bxph-pass-field{display:none}div.bxph-show-pass-cont .bxph-colon{display:inline!important}div.bxph-show-pass-cont input.bxph-pass-field{display:inline-block!important;margin:2px 0 0 0!important}div.photo-window-edit table{width:99%}div.photo-window-edit table thead{display:none}div.photo-edit-field-title input{width:80%}div.photo-edit-field-description textarea{width:100%;height:10em}div.photo-edit-field{padding:.7em 0 .3em .3em}div.photo-edit-field-title label,div.photo-edit-field-tags label,div.photo-edit-field-description label,div.photo-edit-field-date label{display:block;margin-bottom:.2em}div.photo-edit-field-image{position:relative;float:left;padding:0;margin:0 5px 5px 0!important;border:0}div.photo-edit-field-image input{position:absolute;z-index:1000;top:2px;left:2px}div.photo-edit-field-image img{cursor:pointer;cursor:hand}li.photo-control-photo-selectall span,li.photo-control-photo-drop span,li.photo-control-photo-moderate span{padding-right:1em;border-right:1px solid}li.photo-control-photo-move select{width:12em;margin-left:.5em}div.photo-controls-photo ul{height:auto}div.photo-controls-photo li{float:none}div.group-by-days{clear:both;padding-bottom:1em}table.photo-photo-item{float:left;margin-right:1.5em;margin-bottom:1.5em}table.photo-photo-item td,table.photo-photo-item th{border:0;margin:0;padding:0}div.photo-photo-name{font-weight:bold}table.photo-photo-item-default td.photo-photo-info div.photo-photo-comments{line-height:1em;height:1.2em;overflow:hidden;font-size:11px;padding-left:3px}table.photo-photo-item-default div.photo-photo-item-inner{padding:3px;vertical-align:top}table.photo-photo-item-table{border:1px solid}table.photo-photo-item-table th.photo-photo-image{padding:1em 1em 0 1em}table.photo-photo-item-table div.photo-photo-name,table.photo-photo-item-table div.photo-photo-rating,table.photo-photo-item-table div.photo-photo-rating div,table.photo-photo-item-table div.photo-photo-comments,table.photo-photo-item-table div.photo-photo-shows{overflow:hidden;white-space:nowrap;line-height:1em;height:1.2em}table.photo-photo-item-table tfoot td.photo-photo-info{padding:1em;vertical-align:top}table.photo-photo-item-table div.photo-photo-item-block-inner{border:1px solid}table.photo-photo-item-table div.photo-photo-info{margin-top:1em}div.photo-photo-item-ascetic{padding:2px;float:left;margin:0 4px 4px 0}a.photo-photo-item-ascetic-inner{overflow:hidden;display:block}div.photo-photo-item-popup{cursor:pointer;cursor:hand;background-position:left top;background-repeat:no-repeat;zoom:1;z-index:1100;visibility:visible;display:block;width:20px;height:20px}div.photo-detail-img div.photo-photo-item-popup{display:none!important}div.photo-detail{margin-bottom:1.5em}div.photo-photo-info div.vote-no-results{display:block}div.photo-detail-image{float:left}div.photo-photo-info div.photo-photo-date{padding-top:.38em}div.photo-photo-info div.photo-photo-description{margin-top:1em;padding-top:.5em}div.photo-photo-tags{padding-top:.5em}div.photo-photo-rating{padding-top:2em}div.photo-controls-photo{margin-top:2em}div.photo-detail-image{padding-right:1em}div.photo-photo-date,div.photo-photo-tags,div.photo-photo-tags a{font-size:11px}div.photo-photo-info #photo_vote td.vote-result{width:100px;overflow:hidden}div.photo-gallery-name{white-space:nowrap}div.photo-gallery-avatar{display:none}ul.photo-galleries-list-ascetic,ul.photo-galleries-list-ascetic li.photo-gallery-item{margin:0;padding:0;border:0;list-style-type:none}ul.photo-galleries-list-ascetic li.photo-gallery-item{width:30em;margin-right:1em;margin-bottom:1em;float:left;height:6.2em;overflow:hidden}ul.photo-galleries-list-ascetic div.photo-gallery-description{line-height:1.5em;height:4.5em}div.photo-gallery-item div.photo-control{float:left;line-height:1.7em;height:1.7em;padding-left:.7em}ul.photo-galleries-list li.photo-gallery-item{padding-bottom:1em}div.photo-controls-gallery-edit{margin-top:.5em}li.photo-gallery-item td.photo-item-cover{display:none}div.photo-gallery-empty a{text-decoration:none}div.photo-edit-fields-gallery i{display:block;font-size:90%;width:80%;color:gray}div.photo-edit-fields-gallery div.photo-edit-field-code input{width:50%}div.photo-edit-fields-gallery div.photo-edit-field-title input{width:80%}div.photo-edit-fields-gallery div.photo-edit-field-description textarea{width:80%;height:10em}div.photo-edit-fields-gallery div.photo-edit-field{padding:.7em 0 .5em .3em}div.photo-edit-fields-gallery div.photo-edit-field-code label,div.photo-edit-fields-gallery div.photo-edit-field-title label,div.photo-edit-fields-gallery div.photo-edit-field-avatar label,div.photo-edit-fields-gallery div.photo-edit-field-description label{display:block;margin-bottom:.2em}div.photo-page-main{position:relative;min-height:300px}div.photo-page-main div.photo-controls-buttons,div.photo-page-main div#photo-links-on-main-page,div.photo-page-main div.photo-info-box-tags-cloud{margin-bottom:2.8em}div.photo-page-main div#photo-main-page-right ul.photo-controls{height:auto}div.photo-page-main div#photo-main-page-right ul.photo-controls li{clear:both}div.photo-page-main #photo-main-page-right{position:absolute;top:0;right:5px;min-width:15em;max-width:25em}div.photo-page-search div.photo-info-box-tags-cloud{width:20em}div.photo-page-section div.photo-info-box-photo-list{margin-bottom:2.8em}div.photo-page-main table.photo-table td.photo-td-left,div.photo-page-search table.photo-table td.photo-td-left{padding-right:2em;width:90%}div.photo-page-main table.photo-table td.photo-td-right div.photo-info-box-galleries,div.photo-page-search table.photo-table td.photo-td-right div.photo-info-box-tags-cloud{width:25em}div.photo-page-main td.photo-td-right ul.photo-controls,div.photo-page-main td.photo-td-right ul.photo-controls li{clear:both;overflow:visible}div.photo-controls-authorize{display:none}div.photo-controls-mainpage li.photo-gallery-item{width:11.5em;overflow:hidden;margin:0 .5em 0 0;float:left;height:2em;overflow:hidden}div.photo-controls-mainpage div.photo-gallery-name{font-weight:normal;line-height:2em;height:2em}div.photo-controls-mainpage div.photo-gallery-name a{font-weight:normal;line-height:1.7em;height:1.7em}div.photo-photo-item-simple{padding-top:.3em}div.photo-photo-item-simple div.photo-photo-name{float:left;font-weight:normal;white-space:nowrap;overflow:hidden;display:none}div.photo-photo-item-simple div.photo-gallery-info{white-space:nowrap;overflow:hidden}div.photo-photo-item-simple div.photo-simple-gallery label{display:none}div.photo-page-main div.photo-controls-usermenu,div.photo-page-main div.photo-info-box-best-photo,div.photo-page-main div.photo-info-box-photo-list,div.photo-page-main div.photo-info-box-galleries{margin-bottom:2.5em}div.photo-page-section div.photo-info-box-photo-list{margin-bottom:2.8em}div.photo-page-gallery{margin-top:.78em;padding-top:2em;border-top-width:1px;border-top-style:solid}div.pbar-mark,div.pbar-mark-green{width:17px;height:17px;background-repeat:no-repeat;padding:0}div.pbar-mark-green{background-image:url(/bitrix/themes/.default/images/pbar/kv_green.gif)}div.pbar-outer{padding:1px;margin:0;border:1px solid #8e99be;display:block;position:relative;top:0;width:350px;height:13px;overflow:hidden;white-space:nowrap}div.pbar-inner,div.pbar-inner-red,div.pbar-inner-green,div.pbar-inner-yellow,div.pbar-inner-red-error,div.pbar-inner-green-error,div.pbar-inner-yellow-error{padding:0;margin:0;border:0;display:inline;height:13px;background-repeat:repeat-x}div.pbar-inner-green{background-image:url(/bitrix/themes/.default/images/pbar/bar_green.gif)}div.pbar-inner-green-error{background-image:url(/bitrix/themes/.default/images/pbar/bar_green_err.gif)}div.pbar-title-outer{padding:0;margin:0;display:block;position:relative;top:0;border:0;width:350px}div.pbar-title-inner{padding:0 10px;width:100%;text-align:center}div.photo-page-galleries-recalc div.photo-info-box{margin-bottom:1em}
/* End */


/* Start:/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/style.css?15420279617261*/
div.photo-page-gallery, div.photo-header-big, div.photo-filter{ border-color: #ECECEC; }
div.photo-photo-date, div.photo-photo-tags, div.photo-photo-tags a, div.photo-album-date { color: #7E7E7E;}
li.photo-album-item div.photo-album-photos {color: #000000;}

/************** Menu Controls **************************************/
/*
div.photo-controls-buttons ul.photo-controls li a, 
div.photo-controls-buttons ul.photo-controls li a span { background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/buttons/button.gif');}
div.photo-controls-buttons ul.photo-controls li a { color: #616161;}
div.photo-controls-moderate ul.photo-controls li a{ color: #BC262C; }
div.photo-controls-gallery ul.photo-controls li a,
div.photo-controls-gallery ul.photo-controls li a span,
div.photo-controls-album ul.photo-controls li a, 
div.photo-controls-album ul.photo-controls li a span { background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/buttons/button_slim.gif');}
div.photo-controls-album ul.photo-controls li.photo-control-album-edit a span { background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/buttons/button_slim_arrow.gif')!important;}

td.gutter div.photo-control-album-edit{background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/icons/alb_edit.png');}
td.gutter div.photo-control-album-edit-icon{background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/icons/alb_edit_icon.png')!important;}
td.gutter div.photo-control-album-edit-sort{background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/icons/alb_edit.png');}
td.gutter div.photo-control-album-drop{background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/icons/alb_drop.png');}
*/
/************** Menu Controls/**************************************/

li.photo-control-photo-selectall span, li.photo-control-photo-drop span, 
li.photo-control-photo-moderate span, 
div.photo-album-menu-controls a:hover, 
div.photo-album-menu-controls a:active, 
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #CDCDCD; }


/************** Standart *******************************************/
div.photo-note-box {
	background: #fffdc3; 
	border-color: #ffca63;}
font.starrequired{
	color:red;}
 /************** Standart/*******************************************/
/******************************************************************** 
				Album
********************************************************************/
/*div.photo-album-avatar, div.photo-album-thumbs-avatar, */div.photo-album-avatar-empty{background-color: #E2E2E2;}
div.photo-album-avatar-empty { background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/album/cover_empty.gif');}
div.photo-item-cover-block-container, 
div.photo-item-cover-block-outer, 
div.photo-item-cover-block-inner { border-color: #B0B0B0; }
/************** Album controls on cover ****************************/
div.photo-album-menu-substrate {
	background-position: -20px top;
	background-repeat: no-repeat; 
	background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/album/cover_white_mat.png');}
div.photo-album-menu-controls span {
	display: none; }
div.photo-album-menu-controls a:link, 
div.photo-album-menu-controls a:visited, 
div.photo-album-menu-controls a:active, 
div.photo-album-menu-controls a:hover {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 1em;
	float: left;
	display: block;
	border: 1px solid #FFFFFF;}
div.photo-album-menu-controls a:hover, div.photo-album-menu-controls a:active { 
	border: 1px solid #B0B0B0;}
div.photo-album-menu-controls a.photo-control-album-edit {background-image:url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/icons/alb_edit.png');}
div.photo-album-menu-controls a.photo-control-album-edit-icon {background-image:url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/icons/alb_edit_icon.png');}
div.photo-album-menu-controls a.photo-control-album-drop {background-image:url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/icons/alb_drop.png');}

/************** Album Single ***************************************/
div.photo-album-password div.photo-album-name, li.photo-album-password div.photo-album-name {
	padding-left:15px;
	background-image:url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/album/lock.gif');
	background-repeat:no-repeat;
	background-position:left center;}
li.photo-album-password div.photo-album-name{
	background-position:left 15%; }
/******************************************************************** 
				/ Album
********************************************************************/

/******************************************************************** 
				Photo 
********************************************************************/
table.photo-photo-item-notapproved div.photo-photo-item-inner, 
table.photo-photo-item-notapproved div.photo-photo-item-outline, 
div.photo-photo-item-notapproved { background-color:#FED2D2!important;}
table.photo-photo-item-checked div.photo-photo-item-inner, 
div.photo-photo-item-checked{ background-color:#E0DFE3!important;}
/************** Photo Table Shadow *********************************/
table.photo-photo-item-table, table.photo-photo-item-table div.photo-photo-item-block-inner{
	border-color: #BBBBBB;}
table.photo-photo-item-table th, table.photo-photo-item-table td{
	background-color: #F6F6F6;}
table.photo-photo-item-table table.photo-photo-image td {
	background-color: #FFFFFF!important;}
table.photo-photo-item-table div.photo-photo-item-block-outer{
	padding-bottom: 6px;
	background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/photo/shadow.gif');
	background-repeat: no-repeat;
	background-position: right bottom;}
table.photo-photo-item-table div.photo-photo-item-block-container{
	background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/photo/shadow.gif');
	background-repeat: no-repeat;
	background-position: left bottom;}
/************** Popup div To Detail to around Slider ***************/
div.photo-photo-item-popup {background-image:url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/photo/arrow.gif');}
/************** Photo navigation on detail page ********************/
#photo_go_to_prev span, #photo_go_to_next span {display:none;}
#photo_go_to_prev, #photo_go_to_next {
	display: block;
	width: 23px;
	height: 23px;
	background-position: left center;
	background-repeat: no-repeat;}
a#photo_go_to_prev, a#photo_go_to_next { background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/buttons/arrow.gif'); }
div#photo_go_to_prev, div#photo_go_to_next { background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/buttons/arrow_disabled.gif'); }
a#photo_go_to_next, div#photo_go_to_next { background-position: right center; }
/************** Photo Voting ***************************************/
div.iblock-vote {
	line-height: 13px;}
div.star-active {
	cursor: pointer; }
div.star-empty, div.star-voted, div.star-over {
	background-image: url('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/images/vote.gif');
	background-repeat: no-repeat;
	background-position: right center;
	width: 13px;
	height: 13px;
	overflow: hidden;
	float: left;
	margin-right: 1px; }
div.star-voted {
	background-position: center center; }
div.star-over {
	background-position: left center; }
td.vote-result { 
	padding-left: 5px; } 
div.vote-no-results {
	display: none; }
/******************************************************************** 
				Photo 
********************************************************************/
/******************************************************************** 
				Gallery 
********************************************************************/
div.photo-gallery-description {color: #7E7E7E; }
/******************************************************************** 
				/ Gallery 
********************************************************************/

/* 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/styles.css?1775402763511*/
.main-grid__col {
    flex-direction: column;
    display: flex;
}
.main-grid__col .holder {
  padding: 11px 13px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background-color: white;
  font-size: 13px;
  color: #333;
  margin-bottom: 1rem;
flex-grow: 1;
}
.main-grid__col .holder h2 {
  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;
}
h1 {
	font-size: 22px;
}
/* End */


/* Start:/bitrix/templates/rosip_template/template_styles.css?177540392042893*/
.order-1{
order: 1;
}

.order-2{
order: 2;
}

body {
    margin: 0;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-height: 100vh;
    color: #333;
    font: 13px/16px Arial, Helvetica, sans-serif;
    background: linear-gradient(#eeeeee, #fff);
}

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;
  
}

#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 {
display:flex;
  align-items: center;
  gap: 10px;  
}
#header .social li a {
 cursor:pointer;
}


#header .social li img {
    width: 32px;
    height: 32px;
}

.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.inner {
    padding-top: 20px;
}

#main {
    overflow: hidden;
    padding-bottom: 20px;
    max-width: 1200px;
    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 .right-box {
    margin: 0;
display: flex;
  gap: 10px;
 padding: 0 10px;
}

.news-block .left-box .holder {
  padding: 8px 13px;
  border: 1px solid #e6e6e6;
  background-color: white;
  padding: 1px;
  border-radius: 2px;
  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 .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;
    min-width: 200px;
}

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

.last-books .item {
    text-align: center;
    margin-bottom: 2rem;
}

.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;
}
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333; /* Темный фон */
    color: #fff; /* Белый текст */
    padding: 15px 20px; /* Внутренние отступы */
    display: flex; /* Используем flexbox для выравнивания */
    justify-content: space-between; /* Распределяем элементы */
    align-items: center; /* Выравниваем по центру по вертикали */
    flex-wrap: wrap; /* Перенос элементов на новую строку на маленьких экранах */
    z-index: 1000; /* Убеждаемся, что баннер поверх другого контента */
    font-size: 14px; /* Размер шрифта */
    line-height: 1.5;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2); /* Небольшая тень сверху */
}

.cookie-consent-banner a {
    color: #4CAF50; /* Цвет ссылки, можно изменить */
    text-decoration: underline; /* Подчеркивание ссылки */
    margin-left: 5px; /* Отступ слева от текста */
}

.cookie-consent-text {
    margin-right: 20px; /* Отступ справа от текста перед кнопкой */
    flex-grow: 1; /* Позволяет тексту занять доступное пространство */
    max-width: 800px;
}

.cookie-consent-button {
    background-color: #4CAF50; /* Цвет кнопки, можно изменить */
    color: white; /* Цвет текста на кнопке */
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px; /* Скругление углов кнопки */
    transition: background-color 0.3s ease; /* Плавное изменение цвета при наведении */
    flex-shrink: 0; /* Предотвращает сжатие кнопки */
}

.cookie-consent-button:hover {
    background-color: #45a049; /* Цвет кнопки при наведении */
}

/* Скрываем баннер по умолчанию */
.cookie-consent-banner {
    display: none;
}

/* Медиа-запрос для адаптивности на маленьких экранах */
@media (max-width: 600px) {
    .cookie-consent-banner {
        flex-direction: column; /* Элементы в столбик */
        text-align: center;
        padding: 10px 15px;
    }
    .cookie-consent-text {
        margin-right: 0;
        margin-bottom: 10px; /* Отступ под текстом */
    }
}


/* 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/system.auth.forgotpasswd/template1/style.css?1366220445104 */
/* /bitrix/templates/rosip_template/components/bitrix/menu/main/style.css?15805641761033 */
/* /bitrix/templates/rosip_template/components/bitrix/search.title/lopaten/style.css?14272058782092 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1542028090659 */
/* /bitrix/templates/rosip_template/components/bitrix/photogallery.gallery.list/members_left/style.css?140965584072 */
/* /bitrix/components/bitrix/photogallery/templates/.default/style.min.css?154202796624482 */
/* /bitrix/components/bitrix/photogallery/templates/.default/themes/gray/style.css?15420279617261 */
/* /bitrix/templates/rosip_template/components/bitrix/menu/sub-menu/style.css?1366220444626 */
/* /bitrix/templates/rosip_template/styles.css?1775402763511 */
/* /bitrix/templates/rosip_template/template_styles.css?177540392042893 */
