

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

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/hog/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/hog/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/hog/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -100px;
}

.fancybox-next {
	right: -100px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 100px;
	margin-top: -50px;
	cursor: pointer;
	z-index: 8040;
	opacity: 0.6;
	

	/*visibility: hidden;*/
}

.fancybox-prev span {
	left: 10px;
	/*background-position: 0 -36px;*/
	background: url(/bitrix/templates/hog/js/fancybox/prev.png) center no-repeat;
}

.fancybox-next span {
	right: 10px;
	/*background-position: 0 -72px;*/
	background: url(/bitrix/templates/hog/js/fancybox/next.png) center no-repeat;
}

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/hog/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/hog/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/hog/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/hog/styles.css?14404002281274*/
/* Text */
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 0.7em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:190%; margin:0 0 1em; }
h2 { font-size:150%; }
h3 { font-size:130%; font-weight: bold;}
h4 { font-size:120%;}
h5 
{ 
	border-bottom:1px solid #E5E5E5;
	font-size:140%;
	font-weight:normal;
	margin:0 0 1.1em;
	padding:0 0 1em;
}
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}
#workarea ul li:before { content:'\2014\a0'; }
#workarea li
{
	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">&mdash;&nbsp;</span>' + this.innerHTML :'' );
	text-indent:-1.35em;
	margin: 0.6em 0
}

#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}


table.data-table { width: 100%; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0}
table.data-table th { text-align: left;}
table.data-table td, table.data-table th { padding: 1em; font-size: 0.85em;}
table.data-table tr.alt-row { background-color: #F0F0F0; }
/* End */


/* Start:/bitrix/templates/hog/template_styles.css?152154994326259*/
/** Generated by FG **/
@font-face {
	font-family: 'Conv_pfdintextcondpro-regular';
	src: url('/bitrix/templates/hog/fonts/pfdintextcondpro-regular.eot');
	src: local('вє'), url('/bitrix/templates/hog/fonts/pfdintextcondpro-regular.woff') format('woff'), url('/bitrix/templates/hog/fonts/pfdintextcondpro-regular.ttf') format('truetype'), url('/bitrix/templates/hog/fonts/pfdintextcondpro-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	min-height: 100%;
	overflow-y:scroll;
}
body {
	font-family: Arial;
	background: #fff url("/bitrix/templates/hog/images/body_bg.jpg")  center top no-repeat;
}

.clear{clear: both;}

.w1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.clear{clear: both}
.form-control {
	display: inline-block;
	height: 40px;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
	color: #999999;
}

.form-control::-moz-placeholder {
	color: #999999;
}

.form-control:-ms-input-placeholder {
	color: #999999;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}


/***************************************************/

.top{
	width: 100%;
	height: 146px;
	background: url("/bitrix/templates/hog/images/top_bg.jpg") top no-repeat;
	border-bottom: 4px solid #F1A913;
}
.top .top_in{
	height: 146px;

}
.top .top_in .logo{
	float: left;
	width: 370px;
	margin: 17px 0 0 30px;
	position: relative;
}
.top .top_in .logo span.logo{
	display: block;
	position: absolute;
	top: 28px;
	left: 128px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 12px;
	border-left: 1px solid #fff;
	text-transform: uppercase;

}
.top .top_in .logo span.yellow{
	color: #FAB119;
}
.top .top_in .language {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 60px;
	text-align: right;
	color: #5B5B5C;
	font-size: 12px;
}

.top .top_in .language span{
	color: #fff;
}
.top .top_in .language .other_langs div{
	display: inline-block;
	padding-left: 5px;
	border-left: 1px solid #5B5B5C;
}
.top .top_in .language .other_langs div:first-child{
	padding-right: 5px;
	padding-left: 0;
	border: 0;
}
.top .top_in .language img{
	display: none;
}
.top .top_in .language a{
	color: #5B5B5C;
	text-decoration: none;
}
.top .top_in .language .other_langs div.active a{
	color: #fff;
}
.top .top_in .language a:hover{
	text-decoration: underline;
}

.top_in .search{
	width: 278px;
	height: 32px;
	position: absolute;
	right: 30px;
	top: 44px;
	text-align: center;
}
.top_in .search fieldset{
	border: 0;
}
.top_in .search .inp_search{
	background: none;
	width: 252px;
	height: 30px;
}
.top_in .search .btn_search{
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 22px;
	background: url("/bitrix/templates/hog/images/btn_search.png") center center no-repeat;
	right: 1px;
	top: 5px;
	border: 0;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

/**********************/
.top_in .top_menu{
	width: 580px;
	position: absolute;
	bottom: 33px;
	right: 30px;
}

.top_in .top_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.top_in .top_menu ul li{
	display: inline-block;
	margin: 0 0 0 20px;
	position: relative;
	padding-bottom: 5px;

}
.top_in .top_menu ul li:first-child{
	margin: 0;
}
.top_in .top_menu ul li a{
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Conv_pfdintextcondpro-regular';
	padding-bottom: 3px;
}
.top_in .top_menu ul li:hover a{
	color: #FAB119;
	border-bottom: 2px solid #FAB119;
}
 .top_in .top_menu ul li.active a{
	color: #FAB119;
	
}
.top_in .top_menu ul li:hover ul{
	display: block;
}
.top_in .top_menu ul li ul{
	position: absolute;
	display: none;
	top: 23px;
	left: -20px;
	z-index: 100;
	background: #010101;
	padding: 10px 0 5px 0;
	min-width: 300px;

}
.top_in .top_menu ul li ul li{
	display: block;
	background: #010101;
	margin: 0;
	width: auto;
	padding: 3px 10px;
	text-align: left;
}
.top_in .top_menu ul li ul li a{
	font-family: Arial;
	font-size: 12px;
	color: #999B9B;
	text-align: left;
	border: 0;
	padding: 0;
}
.top_in .top_menu ul li:hover ul li a{
	border: 0;
	color: #999B9B;
}
.top_in .top_menu ul li ul li a:hover{
	color: #fff;
}
/*********************************************************/

.content{
	background: #fff;
}

.container {
	display: block;
	width: 1000px;
	margin: 0px auto;
}

#iview, #iview2 {
	display: block;
	width: 1000px;
	height: 385px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	border-radius: 0px;
	position: relative;
	-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -30px rgba(0, 0, 0, 0.5);
	margin: 0px auto;
	overflow: hidden;
}

#iview2 {
	margin-top: 0px;
}

#iview .iviewSlider, #iview2 .iviewSlider {
	display: block;
	width: 1000px;
	height: 385px;
	overflow: hidden;
	border-radius: 4px;
}

#iview div.iview-directionNav {
	position: absolute;
	top: 187px;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(/bitrix/templates/hog/../../img/bg_direction_nav.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

#iview2 .iview-controlNav {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

#iview2 .iview-controlNav a {
	text-indent: -9999px;
}

#iview2 .iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 16px;
	height: 16px;
	/*background: url('/bitrix/templates/hog/../../img/bullets_2.png') no-repeat 0px 0px;*/
	background: #fff;
	border-radius: 16px;
	line-height: 0px;
	margin-right: 7px;
}

#iview2 .iview-controlNav a.iview-control.active {
	background: #FFBE16;
}

#iview2 div.iview-directionNav {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview2 div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(/bitrix/templates/hog/images/nav_paddles.png);
	text-indent: -9999px;
}

#iview2 div.iview-directionNav a:active {
	background-image: url(/bitrix/templates/hog/images/nav_paddles.png);
}

#iview2 div.iview-directionNav a.iview-nextNav {
	right: 20px;
	background-position: 56px 0px;
}

#iview2 div.iview-directionNav a.iview-prevNav {
	left: 20px;
	background-position: -16px 0px
}

.iview-caption {
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	border-radius: 3px;
	padding: 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}

.iview-caption.video-caption {
	padding: 10px;
}

.iview-caption.caption1 {
	text-shadow: none;
}

.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}

.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}

.iview-caption.caption3 div {
	line-height: 150%;
	text-align: justify;
}

.iview-caption.caption4 {
	background: #00b4ff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: none;
}

.iview-caption.caption5 {
	background: #FFF;
	color: #000;
	font-size: 26px;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}

/***********************************************/

.index_row{

	margin-top: 30px;
}
.index_row .index_box{
	width: 300px;

	min-height: 420px;
}
.index_row .index_box img{
	max-width: 100%;
	border-radius: 4px;
}
 p.name{
	font-family: 'Conv_pfdintextcondpro-regular';
	font-size: 23px;
	color: #000;
	padding: 0 0 10px 10px;
	border-bottom: 2px solid #E1E6EB;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.index_row .left{
	float: left;
}
.index_row .right{
	float: right;
}
.index_row .center{
	float: none;
	margin: 0 auto;
}

.index_row .index_box .descript a.title{
	display: block;
	color: #373737;
	font-size: 14px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 10px 0;
	text-decoration: none;
}

.index_row .index_box .descript a.title:hover{
	color: #000;
}
.index_row .index_box .descript p{
	margin: 0 0px 0 0px;
	color: #858585;
	font-size: 13px;
}

.calendar{
	width: 300px;
	
	
	text-align: center;

}

.gis_informer{
	width: 298px;
	height: 94px;
	border: 1px solid #D6D9DD;
	text-align: center;
	margin: 20px 0 0 0;
}

 a.readmore{
	text-align: right;
	margin: 10px 0;
	color: #FAB119;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 10px;
	background: url("/bitrix/templates/hog/images/a_readmore.png") right no-repeat;
}

 a.readmore:hover{
	text-decoration: underline;
}


.center .news_item {
	position: relative;
	padding: 5px;
	min-height: 85px;
}
.center .news_item:hover{
	background: #F1F1F1;
}
.center .news_item .img{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 85px;
	height: 85px;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
}
.center .news_item .img img{
	width: auto;
	max-width: none;
	height: 85px;
	position: absolute;
	display: block;
	border-radius: 0;
}
.center .news_item .descript{
	margin: 0 0 5px 95px;
}
.center .news_item .descript span.date {
	color: #848484;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.center .news_item .descript a.title{
	margin: 3px 0;
}

/*****************************/
.gallery{
	margin: 20px 0 50px 0;
}

.gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;

}
.gallery li{
	display: inline-block;
	margin: 0 15px ;
	width: 205px;
	height: 136px;
}
.gallery li img{
	width: 205px;
	height: 136px;
}

/******************************************************/
.pre_footer{
	width: 1px;
	height: 98px;
}
.footer{

	margin: -98px 0 0 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 98px;
	background: url("/bitrix/templates/hog/images/footer_bg.jpg") top no-repeat;
	border-top: 4px solid #FAB119;
}
.footer_in {
	height: 98px;
}

.footer_in .logo{
	float: left;
	width: 370px;
	height: 58px;
	margin: 10px 0 0 30px;
	background: url("/bitrix/templates/hog/images/logo_bottom.png") left no-repeat;
	position: relative;
}
.footer_in .logo span{
	display: block;
	position: absolute;
	top: 14px;
	left: 78px;
	color: #999B9B;
	font-size: 10.4px;
	margin: 0;
	padding: 0 0 0 12px;
	border-left: 1px solid #999B9B;
	text-transform: uppercase;

}
.razraborka{
	position: absolute;
	left: 30px;
	bottom: 5px;
	font-size: 12px;
	color: #606161;
}
.razraborka a{
	color: #FAB119;
	text-decoration: none;
}
.razraborka a:hover{
	text-decoration: underline;
}

.f_contacts{
	position: absolute;

	color: #606161;
	width: 350px;
	right: 30px;
	top: 50px;
	text-align: right;
}
.f_contacts span, .f_contacts span a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-family: 'Conv_pfdintextcondpro-regular';
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 10px ;
	padding-left: 23px;
}
.f_contacts span.phone{
	background: url("/bitrix/templates/hog/images/phone_icon.png") left no-repeat;
}
.f_contacts span.mail{
	background: url("/bitrix/templates/hog/images/mail_icon.png") left no-repeat;
}

.f_contacts p{
	margin: 5px 0 0 0;
	font-size: 12px;
}
.f_contacts a.soc{
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("/bitrix/templates/hog/images/soc_icons.png");
}
.f_contacts a.fb{
	margin: 0 4px 0 10px ;
	background-position: 0px 0px;
	width: 8px;
}
.f_contacts a.fb:hover{
	background-position: 0 -22px;
}
.f_contacts a.inst{
	background-position: -15px 0px;
}
.f_contacts a.inst:hover{
	background-position: -15px -22px;
}

.f_contacts a.youtube{
	background-position: -36px 0px;
	width: 27px;
}
.f_contacts a.youtube:hover{
	background-position: -36px -22px;
}


/**********************/
.footer_in .footer_menu{
	width: 680px;
	position: absolute;
	top: 24px;
	right: 30px;


}

.footer_in .footer_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #606161;
}
.footer_in .footer_menu ul li{
	display: inline-block;
	margin: 0 0 0 15px;
	padding-left: 15px;
	border-left: 1px solid #606161;
}
.footer_in .footer_menu ul li:first-child{
	margin: 0;
	border: 0;
}
.footer_in .footer_menu ul li a{
	text-transform: uppercase;
	color: #606161;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Conv_pfdintextcondpro-regular';
	/*padding-bottom: 3px;*/
}
.footer_in .footer_menu ul li a:hover{
	color: #fff;
}

/*********************************************************************/
.container_in{
	min-height: 500px;
	background: #fff;
	padding-bottom: 20px;
	/*-webkit-box-shadow: 0px 1px 15px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 15px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 15px 0px rgba(50, 50, 50, 0.5);*/s

}

.container_in .content{
	padding: 30px;
}
.container_in .content h1{
	font-family: 'Conv_pfdintextcondpro-regular';
	font-size: 23px;
	color: #000;
	padding: 0 0 10px 10px;
	border-bottom: 2px solid #E1E6EB;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.container_in .content p{
	color: #858585;
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 1.3em;
	text-align: justify;
}

.container_in .content p img{
	max-width: 100%;
}
.container_in .content ul{
	margin: 0;
}
.container_in .content ul li{
	color: #858585;
	font-size: 13px;
	padding: 0;
	margin: 0 0 15px 45px;
}
.container_in .content a {color: #FAB119}
.container_in .content a:hover {text-decoration: none}
/************************************************************/
.partner_box{}
.partner_box .partner_item{
	width: 439px;
	padding: 5px 25px 5px 5px;
	float: left;
	position: relative;
	min-height: 130px;
	margin-top: 15px;
}
.partner_box .partner_item:hover{
	background: #F1F1F1;
}

.partner_box .partner_item .img{
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
	overflow:hidden;
}
.partner_box .partner_item .img img{
	max-width: 120px;
	height: auto;
}

.partner_box .partner_item .descript{
	margin-left: 130px;
}
.partner_box .partner_item .descript p{
	font-size: 13px;
	color: #858585;
	margin: 0;
}
.partner_box .partner_item .descript p.title{
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
}
.partner_box .partner_item .descript a{
	display: block;
	color: #FAB119;
	margin: 5px 0;
	text-decoration: none;
}
.partner_box .partner_item .descript a:hover{
	text-decoration: underline;
}
/******************************************************/

.contacts_box{}
.contacts_box .contact_left{
	width: 250px;
	float: left;

	margin: 0 20px 0 0;
}


.contacts_box .conact_center{
	width: 308px;
	padding: 0 10px 10px 10px;
	float: left;
	min-height: 414px;

	background: #F1F1F1;

}
.conact_center .form .form-group{
	position: relative;
}
.conact_center .form .form-group label.error{
	position: absolute;
	top: -13px;
	right: 3px;
	font-size: 11px;
	color: #ff0000;
	display: block;
}
.conact_center .form .form-group .error{
	border-color: #ff0000;
}


.contacts_box .contact_right{
	float: right;
	width: 650px;

}
.contacts_box p.title{
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
	padding: 15px 0  10px 0;
	margin: 0;
}

.contacts_box .contact_left span{
	font-size: 13px;
	color: #858585;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #F1F1F1;
}

.contacts_box .contact_left a.soc{
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("/bitrix/templates/hog/images/soc_icons_contact.png");
}
.contacts_box .contact_left a.fb{
	margin: 0 4px 0 10px ;
	background-position: 0px 0px;
	width: 8px;
}
.contacts_box .contact_left a.fb:hover{
	background-position: 0 -22px;
}
.contacts_box .contact_left a.inst{
	background-position: -15px 0px;
}
.contacts_box .contact_left a.inst:hover{
	background-position: -15px -22px;
}

.contacts_box .contact_left a.youtube{
	background-position: -36px 0px;
	width: 27px;
}
.contacts_box .contact_left a.youtube:hover{
	background-position: -36px -22px;
}


.contacts_box .conact_center .form{

}

.contacts_box .conact_center .form input.form-control{
	width: 280px;
	height: 32px;
	margin: 0 0 15px 0;
	border-radius: 0px;
}

.contacts_box .conact_center .form textarea.form-control{
	width: 280px;
	height: 170px;
	padding-top: 10px;
	margin: 0 0 10px 0;
	border-radius: 0px;
	font-family: Arial;
	resize: none;

}

.contacts_box .conact_center .form .btn{
	display: block;
	float: right;
	width: 115px;
	height: 32px;
	border: 0;
	background: #F6AD16;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 1px;
}
.contacts_box .conact_center .form .btn:hover{
	background: #DC950A;
}

/**********************************************************/
.text_content{
	float: left;
	width: 630px;
}

.text_right{
	float: right;
	width: 300px;
	position: relative;
	
	text-align: center;

}

.text_right ul{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	text-align: center;
}
#text_right ul li{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 242px;
	
}
.text_right ul li img{
	display: block;
	margin: 0;
	padding: 0;
}
.text_right ul li .descript{
	margin: 0;
	padding: 5px 15px;
	background: #f1f1f1;
}

.text_right ul li .descript p.title{
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
	padding: 15px 0 10px 0;
	margin: 0;
	text-align: center;
}

.text_right #prev{
	width: 11px;
	height: 19px;
	position: absolute;
	top: 160px;
	left: 0;
	border: 0;
	background: url("/bitrix/templates/hog/images/prev.png") no-repeat;
}
.text_right #next{
	width: 11px;
	height: 19px;
	position: absolute;
	top: 160px;
	right: 0;
	border: 0;
	background: url("/bitrix/templates/hog/images/next.png") no-repeat;
	cursor: pointer;
}

/*************************************/

.members_box{}
.members_box .member_item{
	width: 223px;
	min-height: 410px;
	float: left;
	margin: 15px 15px 0 0;
	height:410px;
}
.members_box .member_item:nth-child(4n){
	margin: 15px 0 0 0;
	float: right;
}

.members_box .member_item p.title{
	font-size: 14px;

	text-transform: uppercase;
	color: #454545;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
}
.members_box .member_item span{
	font-size: 13px;
	color: #858585;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	min-height:16px;
	overflow:hidden;height:16px;
}
.members_box .member_item .label {color:#FAB119;}
.members_box .member_item img {max-width:100%;height:auto;}
/***************************************/
.pagination{
	text-align: center;
	margin: 40px auto 0 auto;
}

.pagination a.ditto_page, .pagination a.ditto_next_link, .pagination a.ditto_previous_link{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 2px;
	color: #000;
	text-decoration: none;
}
.pagination span{
	background: #FAB119;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
}


/*********************************************/
.events_box{overflow:hidden;}
.events_box .events_left{
	width: 300px;
	float: left;
}

.events_content{
	float: right;
	width: 620px;
}

.events_box .events_left ul{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.events_box .events_left ul li{
	display: block;
	padding: 0 0 0 px;
}
#events_left ul li{
	display: block;
	padding: 0 0 0 0px;
	margin: 0;
}
.events_box .events_left ul li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
	padding: 5px 0px 5px 26px;
	display: block;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	text-decoration: none;
	background: url("/bitrix/templates/hog/images/list_ul.png") 10px no-repeat;

}
.events_box .events_left ul li:hover{
	background: #f1f1f1;
}
.events_box .events_left ul li.active a{
	color: #373737;
	font-weight: bold;
}

.events_content .event_item {
	position: relative;
	min-height: 185px;
	padding: 5px 10px 5px 5px;
	margin: 0 0 10px 0;

}


.events_content .event_item:hover{
	background: #F1F1F1;
}
.events_content .event_item .img{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 181px;
	height: 181px;
	text-align: center;
	overflow: hidden;
}
.events_content .event_item .img img{
	height: 181px;
	width: auto;

	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;

}
.events_content .event_item .descript{
	margin: 0 0 5px 195px;
}
.events_content .event_item .descript span.date {
	color: #848484;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.events_content .event_item .descript p.title{
	margin: 5px 0 10px 0;
	border-bottom: 2px solid #E1E6EB;
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
	padding: 5px 0px 10px 0px;

}

.events_content .event_item .descript p,.events_content .event_item .descript a.readmore{
	margin: 0;
}
.events_content .event_item .descript a.readmore:hover{
	text-decoration: underline;
}
/***************************************************************************/

.rules_box{}

.rules_box .vopros a.vopr{
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
	padding: 5px 0px 5px 20px;
	display: block;
	margin: 0;
	text-decoration: none;
	background: url("/bitrix/templates/hog/images/list_ul.png") 10px center no-repeat;
}
.rules_box .vopros a.vopr:hover{
	background: #f1f1f1 url("/bitrix/templates/hog/images/list_ul.png") 10px center no-repeat;
}
.rules_box .vopros a.act{
	background: #E0E0E0 url("/bitrix/templates/hog/images/list_ul.png") 10px center no-repeat;
}

.rules_box  .otvet{
	padding: 20px 25px;
	border: 1px solid #E0E0E0;
	margin-bottom: 20px;
}

/*********************************************/

.ajaxSearch_grpResultName{
	margin: 0 0 20px 0;
	font-size: 14px;
	
}

/********************************************/

.gal_img{
	width: 205px;
	/*height: 150px;*/
	display: block;
	vertical-align: middle;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 36px 10px 0;
	padding: 0;
	position: relative;
}
.gal_img:nth-child(4n){
	float: right;
	margin: 10px 0;
	
}
.gal_img:nth-child(4n)::after{
	clear: both;
}
.gal_img img{
	margin: 0;
	padding: 0;
	display: block;
	

}

.gal_img .mask{
   width: 205px; 
   height: 100%;  
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   opacity: 0;
   
   
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;*/
  
}
.gal_img a.info {
   background:  url(/bitrix/templates/hog/images/mask.png) center no-repeat;
   background-size: 30px 30px;
   display: block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:205px;
  	height: 100%;  
   position:relative;
   padding: 0;  
   opacity: 0;  
}

.gal_img:hover .mask {
   opacity: 1;
   background-color: rgba(0,0,0,0.6);
  
}
.gal_img:hover a.info {
	opacity: 1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}


.gallery_container ul.carousel {
	margin: 0;
	padding: 0;
	list-style: none;	
	display: block;
	
	position: relative;
	margin: 0 auto;				
}
                
.gallery_container .carousel li {
 float: left;
 width: 205px; 
 height: 160px;
  padding: 0px;
  text-align: center;

}
.gallery_container .carousel li img{
	
}

.g_wrap{width: 1000px;  position: relative; border: 1px solid #fff;}

.g_wrap  button:focus{
	outline: none;
}
.g_wrap  button#prev1{
	position: absolute;
	top: 50%;
	left: -20px;
	border: none;
	text-indent: -9999px;
	background:  url(/bitrix/templates/hog/images/prev.png) no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: -10px;
}

.g_wrap button#next1{
	position: absolute;
	top: 50%;
	right: -20px;
	border: none;
	text-indent: -9999px;
	background: url(/bitrix/templates/hog/images/next.png) no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: -10px;
}

.imageAssist {}
.imageAssist img {width:200px;height:auto;border:1px solid #ededed;padding:5px;}

.preload {display:block;width:100%;height:100%;position:absolute;top:0;z-index:2;}
.preload .load {display:block;width:100%;height:100%;background:url('/bitrix/templates/hog/images/load.gif') 50% 50% no-repeat;}

#calendar {position:relative;min-height:100px;}


#calendar table{
  		border-collapse: collapse;
		padding: 0;
  		
	}
#calendar #nav{
		width: 302px;
	}
#calendar #nav tr{
		padding: 0;
		vertical-align: middle;
	}
#calendar #nav td{
	 	background: #DCDCDC;
		border:1px solid #DCDCDC;
		font-weight: bold;
		
		color: #4D5155;
		font-size: 16px;
		text-transform: uppercase;
		padding: 0 10px;
		height: 40px;
	 	}
#calendar #nav td a{
		 	text-decoration: none;
			color: #B7B7B7;
			
		 }
#calendar #nav td a:hover{color: #4D5155;}

.eventList{padding:5px 0;font-size:12px;}
.event_item {display:block;clear:both;padding:5px 0 5px 0;font-size:12px;}
.event_item .date {font-weight:bold;}
.event_item a {color:#000000;text-decoration:none;}
.content img {max-width:100%;height:auto;}

.social__top {margin-bottom:5px;overflow:hidden;}
.social__top .soc {display:block;float:right;margin-left:5px;width:24px;height:24px;opacity:1;background:url('/bitrix/templates/hog/images/social_big.png') 0 0 no-repeat;background-size:100% auto;}
.social__top .soc.inst {background-position: 0 -28px;}
.social__top .soc:hover {opacity:1;}
/* End */
/* /bitrix/templates/hog/js/fancybox/jquery.fancybox.css?14279010725039 */
/* /bitrix/templates/hog/styles.css?14404002281274 */
/* /bitrix/templates/hog/template_styles.css?152154994326259 */
