

/* Start:/bitrix/templates/ivan4/css/jquery.fancybox.css?15118794945014*/
/*! 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/ivan4/css/../images/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/ivan4/css/../images/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/ivan4/css/../images/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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-margin {
	margin: 0 !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/ivan4/css/../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
	/*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/ivan4/css/../images/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/ivan4/css/../images/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/ivan4/css/superfish.css?15118794952842*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
/*	float: left;*/
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


ul.sf-menu > li > ul  {
	background-color: #f5f3e3;
}

ul.sf-menu > li > ul > li:hover {
	background-color: #9d8d74;
}


ul.sf-menu > li > ul > li a:hover { color: #fff; }
ul.sf-menu > li > ul > li:hover a { color: #fff; }

/*** DEMO SKIN ***/
.sf-menu {
/*	float: left;*/
/*	margin-bottom: 1em;*/
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
/*	border-left: 1px solid #fff;*/
/*	border-top: 1px solid #dFeEFF;  fallback colour must use full shorthand 
	border-top: 1px solid rgba(255,255,255,.5);*/
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}

.sf-menu li {
/*	background: #BDD2FF;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
/*	background: #AABDE6;*/
}
.sf-menu ul ul li {
/*	background: #9AAEDB;*/
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/*background: #CFDEFF;*/
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* End */


/* Start:/bitrix/templates/ivan4/components/bitrix/menu/horizontal_multilevel1/style.css?15657794344447*/
/**Top menu**/
.horizontal-multilevel-menu,.horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	min-height:25px;
	width:100%;
	list-style:none;
	font-size:13px;
	float:left;
    border-top: 1px solid #18171a;
}


.horizontal-multilevel-menu
{

}

/*Links*/
.horizontal-multilevel-menu a
{
	display:block;
	padding:5px 0px;
	text-decoration:none;
	text-align:center;
} 

.horizontal-multilevel-menu li
{
	float:left;
	font-family: 'Cuprum', sans-serif;
}

/*Root items*/
.horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	margin:6px 4px 4px 4px;
	padding: 0px;
	text-transform: uppercase;
}

.horizontal-multilevel-menu li div.root-item
{
	border: 2px groove black; 
	/*background: #7997a2; */
	padding: 0px;
	margin: 1px 4px 0 4px;
}

/*Root menu selected*/
.horizontal-multilevel-menu li a.root-item-selected
{
	/*background:#cdc8ae;*/
	color:#fff;
	font-weight:bold;
	margin:6px 4px 4px 4px;
	padding: 0px;
	text-transform: uppercase;
}

.horizontal-multilevel-menu li div.root-item-selected
{
	border: 1px groove black; 
	/*background: #7997a2; */
    font-weight:bold;
	padding: 0px;
	margin: 1px 4px 0 4px;
}

.horizontal-multilevel-menu div.root-item span 
{
	display:block;
	border: 1px solid #ffffff;
	width:20px;
	margin: 4px;
} 

.horizontal-multilevel-menu div.root-item-selected span 
{
	display:block;
	border: 1px solid #ffffff;
	width:20px;
	margin: 4px;
    font-weight:bold;
} 

/*Root items: hover*/
.horizontal-multilevel-menu li:hover a.root-item, .horizontal-multilevel-menu li.jshover a.root-item
{
	/*background:#ddd6bd;*/
    font-weight:bold;
}

.horizontal-multilevel-menu li div.root-item, .horizontal-multilevel-menu li.jsactive div.root-item
{
    border: 2px ridge black; 
}

.horizontal-multilevel-menu li div.root-item-selected, .horizontal-multilevel-menu li.jsactive div.root-item-selected
{
    border: 2px ridge black; 
}


/*Item-parents*/
.horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/ivan4/components/bitrix/menu/horizontal_multilevel1/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
.horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/ivan4/components/bitrix/menu/horizontal_multilevel1/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
.horizontal-multilevel-menu li:hover, .horizontal-multilevel-menu li.jshover
{
	/*background:#D6D6D6;*/
    font-weight:bold;
	color:#000;
}

/*Child-items selected*/
.horizontal-multilevel-menu li.item-selected
{
	/*background:#D6D6D6;*/
    font-weight:bold;
	color:#0000;
}

/*Sub-menu box*/
.horizontal-multilevel-menu li ul
{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	width: 100%;
	max-width: 320px;
    min-width: 150px;
	background:#F5F5F5;
	border:1px solid #a1a1a1;
	font-size:15px;
}

/*Sub-menu item box*/
.horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #aEaEaE;
}

/*Item link*/
.horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
.horizontal-multilevel-menu li a,
.horizontal-multilevel-menu li:hover li a,
.horizontal-multilevel-menu li.jshover li a,
.horizontal-multilevel-menu li:hover li:hover li a,
.horizontal-multilevel-menu li.jshover li.jshover li a,
.horizontal-multilevel-menu li:hover li:hover li:hover li a,
.horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
.horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
.horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
.horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
.horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#1F1F1F;
	font-weight:bold;
}

/*Items text color & size: hover*/
.horizontal-multilevel-menu li:hover li:hover a,
.horizontal-multilevel-menu li.jshover li.jshover a,
.horizontal-multilevel-menu li:hover li:hover li:hover a,
.horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
.horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
.horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
.horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
.horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
.horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
.horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#1F1F1F;
}

.horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/ivan4/components/bitrix/menu/top2_bottom/style.css?1511879224622*/
/* 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/ivan4/components/bitrix/menu/top2_bottom/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;
}


li.red a {color: #FF0000 !important;}


/* End */


/* Start:/bitrix/templates/ivan4/styles.css?1739209580236*/
.ivanchaifon{
       background-color: #efe8cb;
}

.spansovest{
	font-size: 16px;
}

.helptext1{
 margin:0 0 0 0;
padding: 0 10px 10px 0px;
font-size:125%;
}

.helplabel1{
	font-size:125%;
}
.owl-carousel__item {
    margin-left:40px;
}
/* End */


/* Start:/bitrix/templates/ivan4/template_styles.css?173920958037290*/
html {
	height: 100%;
}
body {
	margin:0;
	color: #000;
	font: 14px/16px Cuprum, Helvetica, sans-serif;
	background:#fff;
	height: 100%;
	background-size: cover;
}
img {
	border-style:none;
	vertical-align: top;
}
a {
	color:#000;
	outline:none;
}
a:hover {
	text-decoration:none;
}
* {
	outline:none;
}
input, textarea, select {
	font: 100% arial,sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.type_three_main_item_head.tt{
	min-height: 48px;
}
.tyt {
	line-height: 150%;		
	margin: 0 20px 0 20px;
}
@media screen and (max-width: 800px) {
	.tyt{
		margin: 0 10px 0 10px;
	}
}
@media screen and (max-width: 400px) {
	.tyt{
		margin: 0 5px 0 5px;
	}
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
h1, h2, h3, h4 {
	font-family: 'Cuprum', 'sans-serif';
	margin: 0;
}
h1 {
	color: #18171a;
	font-size: 24px;
	line-height: 24px;
}
h1.title {
	margin: 0 0 17px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	color: #18171a;
	padding: 15px 0 11px 30px;
	border-top: 1px solid #18171A;
	border-bottom: 1px solid #18171a;
	margin: 0 0 17px 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	line-height: 16px;
}
p {
	margin: 0 0 15px;
}
.visual {
	max-width: 100%;
	height: auto;
	
}

.visual21 {
	max-width: 100%;
	height: 164px;
}

.visual3 {
	max-width: 100%;
	height: 127px;
}

.visual4 {
	max-width: 100%;
	height: 147px;
}

.events .list {
	float: right;
}
.list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list ul li a {
	color: #fff;
}

#main {
	overflow: hidden;
	padding: 0 0 152px;
/*	background: #F5F3E3;*/
	background: #Fff;
}

.type_one_main_items_zs{
	 border: 4px solid #008800;
}

.type_one_main_item {
	margin-bottom: 15px;
}

.type_one_main_item_img {
	position: relative;
	float: left;
	width: 215px;
	margin: 0 15px 5px 0;
}

.type_one_main_item_img a {
	display: block;
	text-decoration: none;
	width: 215px;
	height: 145px;
}

.type_one_main_item_new_marker {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (min-width: 1200px) {
	#wrapper {
		width: 1200px;
		margin: 0 auto;
		background: url(/bitrix/templates/ivan4/images/bg-wrapper-fon3.jpg);
		color: #515153;
		min-height: 100%;
		box-shadow: 0 0 24px 13px rgba(34,7,7,0.21);
	}

	#footer {
		width: 1200px;
			margin: -141px auto 0;
		min-height: 141px;
		background: url(/bitrix/templates/ivan4/images/bg-wrapper-fon4.jpg);
	}

	#header .top {
		background-color: #18171a;
		overflow: hidden;
		color: #fff;
	}
	#header .events {
		float: left;
		width: 72%;
		padding: 9px 26px 0px 18px;
		font-size: 12px;
		line-height: 14px;
	}
	#search {
	background-color: #9d8d74;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
	padding: 7px 28px 7px 5px;
	}
	#search .input-text {
		background: none;
		border: none;
		color: #fff;
		width: 155px;
	}
	#search .submit {
		border: none;
		background: url(/bitrix/templates/ivan4/images/bg-search.png) no-repeat transparent;
		float: right;
		cursor: pointer;
		width: 13px;
		height: 13px;
		margin: 2px 3px 0 0;
	}
	.list ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 12px;
	}
	#nav  ul:after {
		content:""; 
		display: inline-block; 
		width: 100%; 
		height: 0; 
		overflow: hidden;
	}
	#nav > ul > li {
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
		margin: 0 0 -22px;
		font-family: 'Cuprum', sans-serif;
	}
	#nav > ul > li a {
		color: #fff;
		padding: 12px 5px;
		text-decoration: none;
		display: block;
	}
	#nav > ul > li span {
		color: #fff;
		padding: 12px 5px;
		text-decoration: none;
		display: block;
	}
	nav#nav > ul > li:hover,
	nav#nav > ul > li.active{
		   font-weight: bold;
	}
	#content {
		overflow: hidden;
		background-color: #fff;
		padding: 18px 18px 07px 21px;
	}
	/* header */
	.social {
		padding: 0;
		margin: 22px 32px 0 0;
		list-style: none;
	}
	.social li {
		display: inline-block;
		vertical-align: top;
	}

	a.enter {  color: #fff; font-size: 18px;     line-height: 27px;    margin-top: 5px;  margin-right: 32px;   text-decoration: none;}
	a.enter:hover { text-decoration: underline; }

	.logo {
		float: left;
		height: 85px;
		text-transform: uppercase;
		color: #ffffff;
		font: 26px/28px 'Cuprum', 'sans-serif';
		background: url(/bitrix/templates/ivan4/images/logo6.png) no-repeat 5px 1px;
	}
	.logo a {
		cursor: pointer;
		display: block;
		padding: 0 0 0 330px;
		margin: 30px 0 0;
		text-decoration: none;
			color: #ffffff;
	}
	.logo div {
		display: block;
		padding: 0 0 0 330px;
		margin: 30px 0 0;
		text-decoration: none;
	}

	#nav {
	}
	#nav > ul {
		padding: 0 14px 0;
		/*margin: 0 0 1px;*/
		list-style: none;
		text-align: justify;
		border-top: 1px solid #fff;
		/*border-bottom: 1px solid #18171a;*/
			min-height: 38px;
	}
	nav.menu { min-height: 40px;}
	.menu {
		padding: 1px 0 0;
		margin: 0 0 -33px;
		/*border-top: 1px solid #18171a;*/
	}
	.menu ul {
		padding: 0 24px 0;
		margin: 0 0 3px;
		 list-style: none;
		text-align: justify;
		/* border-top: 1px solid #18171a;*/
	}
	.menu ul:after {
		content:""; 
		display: inline-block; 
		width: 100%; 
		 height: 0; 
		overflow: hidden;
	}

	.menu ul li {
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
		margin: 0;
		font-family: 'Cuprum', sans-serif;
	}

	.menu ul li a {
		color: #fff;
		padding: 12px 7px 1px;
		text-decoration: none;
		display: block;
	}

	.menu ul li span {
		color: #fff;
		padding: 12px 7px 1px;
		text-decoration: none;
		display: block;
	}

	.menu ul li:hover,
	.menu ul li.active{
		   /*border-bottom: 1px solid #18a7ca;*/
		   /*background-color: #772f5c;*/
		  font-weight: bold;
	}
	.svidreg {
		background-color: #18171a;
		color: #fff;
		padding: 2px 8px 12px;
		font-family: 'Arial', 'Helvetica', sans-serif;
		min-height: 9px;
	}
	.copy {
		background-color: #18171a;
		color: #fff;
		padding: 2px 8px 4px;
		font-family: 'Arial', 'Helvetica', sans-serif;
		min-height: 16px;
	}
	.copy a {color: #eee; text-decoration: none;}
	
		 /*------------------------------------------------*/
	 /*-----------------[ mark-new ]-------------------*/
	 /*------------------------------------------------*/
	 .mark-new {     background-image: url("/bitrix/templates/ivan4/images/mark-new.png");
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 55px;
		left: 171px;
		position: relative;
		top: -157px;
		width: 50px;
	}

	 .mark-new2 {     background-image: url("/bitrix/templates/ivan4/images/mark-new.png");
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 55px;
		left: 141px;
		position: relative;
		top: -129px;
		width: 50px;
	}

	 .mark-new4 {     background-image: url("/bitrix/templates/ivan4/images/mark-new.png");
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 55px;
		left: 175px;
		position: relative;
		top: -143px;
		width: 50px;
	}
	/*NEW_MAIN_PAGE*/
	.mobil_index{
		float: left;
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}

	.left_index {
		width: 47%;
		float: left;
		margin-left: 20px;
	}

	.left_index2 {
		width: 37%;
		float: left;
		margin-left: 20px;
	}

	.left_index3 {
		width: 54%;
		float: left;
		margin-left: 20px;
	}

	.type_one_main_item_desc {
		float: left;
			min-width: 133px;
		max-width: 333px;
	/*display: inline;*/
	}

	.type_one_main_item_head {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 5px;
                line-height: 1.3;
                text-decoration: none;
	}
       .type_one_main_item_head  a{
                text-decoration: none;
	}

	.type_one_main_item_anonce {
		margin-bottom: 0;
		font-size: 15px;
                line-height: 1.3;
	}

	.type_one_main_item_desc_zs {
		float: left;
			min-width: 133px;
		max-width: 326px;
	}
	.right_index {
	width: 47%;
	float: left;
        margin-left: 20px;
	}

	.right_index2 {
		width: 57%;
		float: left;
			margin-left: 20px;
	}

	.right_index3 {
		width: 40%;
		float: left;
			margin-left: 20px;
	}

	.ivanchai .yuv_ist_item {
		margin-right: 25px;
	}

	.ivanchai .yuv_ist_item:nth-child(3){
		margin-right: 25px;
	}

	.ivanchai .yuv_ist_item_name {
		text-align: center;
	}

	.ivanchai a.grey {
		margin-top: 15px;
	}

	.yuv_ist_item {
		float: left;
		width: 135px;
		margin-right: 15px;
	}

	.yuv_ist_item:nth-child(3){
		margin-right: 0;
	}

	.yuv_ist_item_img {
		position: relative;
			width: 215px;
		height: 150px;
		display: block;
	}

	.mrk_new3.mvd {
		width: 97px !important;
	}

	.ivanchai .yuv_ist_item.ivn:nth-child(4) {
		margin-right: 0 !important;
	}

	.yuv_ist_item.ivn {
		margin-right: 55px !important;
		width: 190px;
	}

	.yuv_ist_item.ivn a.yuv_ist_item_img {
		width: 190px;
		height: 130px;
	}

	.yuv_ist_item.ivn .mrk_new {
		width: 180px;
	}

	.yuv_ist_item a img {
		border: 5px solid #f2f1f1;
	}

	.yuv_ist_item_name {
		font-size: 14px;
		font-weight: bold;
		margin-top: 5px;
		display: block;
	}

	.type_two_main_item {
		margin-bottom: 10px;
	}

	.type_two_main_item:nth-child(5) {
		margin-bottom: 0;
	}

	.type_two_main_item_img {
		width: 97px;
		margin-right: 10px;
		float: left;
	}

	.type_two_main_item_img a {
		position: relative;
		display: block;
		width: 97px;
		height: 65px;
	}

	.type_two_main_item_desc {
		width: 328px;
		float: left;
	}

	.type_two_main_item_head {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 3px;
	}

	.type_two_main_item_anonce {
		margin-bottom: 0;
		font-size: 14px;
	}

	.type_three_main_item {
		width: 205px;
		margin-right: 20px;
		float: left;
		margin-bottom: 15px;
	}

	/*.type_three_main_item:nth-child(2n+2) {
		//margin-right: 0;
	}*/

	.type_three_main_item_img {
		position: relative;
	}

	.type_three_main_item_head {
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 0;
		margin-top: 3px;
		text-align: center;
	}

	/*.type_three_main_item_desc {
		   width: 328px;
		float: left;
	}*/

	.type_three_main_item.mvd {
		width: 97px;
	}

	.type_three_main_item_img .play_but {
		position: absolute;
		left: 50px;
		top: 40px;
		width: 97px;
	}

	.play_but.ar {
		width: 100%;
		top: 0;
	}

	.type_three_main_item_img .mrk_new3 {
		font-size: 12px;
		line-height: 16px;
		background: #9d0001;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 205px;
		color: #fff;
		text-transform: uppercase;
		height: 16px;
		text-align: center;
	}

	.index_three_block {
	}

	.index_three_block_left {
		width: 23%;
		float: left;
		margin-left: 10px;
	}

	.index_three_block_left hr {
		margin-top: 0;
	}
	.index_three_block_middle {
		width: 49%;
		float: left;
		margin-left: 10px;
	}

	.index_three_block_right {
		float: left;
		width: 23%;
		margin-left: 10px;
	}
}

@media screen and (max-width: 1199px) {
	#wrapper {
        max-width: 980px;
        min-width: 315px;
		margin: 0 auto;
		background: url(/bitrix/templates/ivan4/images/bg-wrapper-fon4.jpg);
		color: #515153;
		min-height: 100%;
		box-shadow: 0 0 24px 13px rgba(34,7,7,0.21);
	}

	#footer {
			max-width: 980px;
			min-width: 315px;
			margin: -141px auto 0;
		min-height: 101px;
			max-height: 220px;
		background: url(/bitrix/templates/ivan4/images/bg-wrapper-fon.jpg);
	}

	#header .top {
		background-color: #18171a;
		overflow: hidden;
		color: #fff;
	}
	#header .events{
		width: 100%;
		padding: 7px 0px 0px 3px;
		font-size: 12px;
		line-height: 15px;
	}
	#search {
		background-color: #9d8d74;
		overflow: hidden;
		font-size: 12px;
		line-height: 14px;
		padding: 3px 28px 3px 5px;
	}
	#search .input-text {
		background: none;
		border: none;
		color: #fff;
		width: 155px;
	}
	#search .submit {
		border: none;
		background: url(/bitrix/templates/ivan4/images/bg-search.png) no-repeat transparent;
		float: right;
		cursor: pointer;
		width: 13px;
		height: 13px;
		margin: 2px 2px 0 0;
	}
	.list ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 0 2px;
	}
	#content {
		overflow: hidden;
		background-color: #fff;
		padding: 3% 2% 1% 2%;
		width: auto;
		float: none;
	}
	/* header */
	.social {
		padding: 0;
		margin: 10px 20px 0 0;
		list-style: none;
	}
	.social li {
		display: inline-block;
		vertical-align: top;
	}
	a.enter { color: #fff; font-size: 15px;     line-height: 25px;    margin-top: 15px; margin-right: 20px;     text-decoration: none; }
	a.enter:hover { text-decoration: underline; }
	.logo {
		float: left;
		height: 50px;
		text-transform: uppercase;
		color: #fff;
		font: 11px 'sans-serif';
		background: url(/bitrix/templates/ivan4/images/logo/logo7.gif) no-repeat 5px 1px;
	}
	.logo a {
		cursor: pointer;
		display: block;
		padding: 0 0 0 165px;
		margin: 8px 0 0;
		text-decoration: none;
		color: #fff;
	}
	.logo div {
		display: block;
		padding: 0 0 0 165px;
		margin: 10px 0 0;
		text-decoration: none;
	}
	nav.menu { display: none;}
	.menu { display: none; }
	.svidreg {
		background-color: #18171a;
		color: #fff;
		padding: 2px 4px 4px;
		font-family: 'Arial', 'Helvetica', sans-serif;
		min-height: 9px;
	}
	.copy {
		padding: 2px 4px 4px 4px;
		font-family: 'Arial', 'Helvetica', sans-serif;
		min-height: 18px;
			background-color: #18171a;
		color: #fff;
	}
	.copy, .copy div {}
	.mark-new {    
		background-image: url("/bitrix/templates/ivan4/images/mark-new.png");
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 55px;
		left: 169px;
			position: relative;
			top: -149px;
		width: 50px;
	}
	/*NEW_MAIN_PAGE*/
	.right_index, .right_index2, .left_index, .left_index2, .mobil_index{
			float: left;
		margin-left: 3%;
			margin-right: 3%;
			width: 94%;
	}
	.type_one_main_item_desc {		
		min-width: 126px;
		max-width: 100%;
	}
	.type_one_main_item_head {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 5px;
                line-height: 1.3;
	}
       .type_one_main_item_head  a{
                text-decoration: none;
	}
	.type_one_main_item_anonce {
		margin-bottom: 0;
		font-size: 15px;
                line-height: 1.3;
	}

	.type_three_main_item {
		width: 205px;
		margin-right: 20px;
		float: left;
		margin-bottom: 15px;
	}

	/*.type_three_main_item:nth-child(2n+2) {
		//margin-right: 0;
	}*/

	.type_three_main_item_img {
		position: relative;
	}

	.type_three_main_item_head {
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 0;
		margin-top: 3px;
		text-align: center;
	}

	.type_three_main_item.mvd {
		width: 97px;
	}

	.type_three_main_item_img .play_but {
		position: absolute;
		left: 50px;
		top: 40px;
		width: 97px;
	}

	.play_but.ar {
		width: 100%;
		top: 0;
	}

	.type_three_main_item_img .mrk_new3 {
		font-size: 12px;
		line-height: 16px;
		background: #9d0001;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 205px;
		color: #fff;
		text-transform: uppercase;
		height: 16px;
		text-align: center;
	}
	.ivanchai .yuv_ist_item {
		margin-right: 25px;
	}

	.ivanchai .yuv_ist_item:nth-child(3){
		margin-right: 25px;
	}
	.ivanchai .yuv_ist_item_name {
		text-align: center;
	}
	.ivanchai a.grey {
		margin-top: 15px;
	}
	.yuv_ist_item {
		float: left;
		width: 135px;
		margin-right: 15px;
	}
	.yuv_ist_item:nth-child(3){
		margin-right: 0;
	}
	.yuv_ist_item_img {
		position: relative;
		width: 215px;
		height: 150px;
		display: block;
	}
	.mrk_new3.mvd {
		width: 97px !important;
	}
	.ivanchai .yuv_ist_item.ivn:nth-child(4) {
		margin-right: 0 !important;
	}
	.yuv_ist_item.ivn {
		margin-right: 55px !important;
		width: 190px;
	}
	.yuv_ist_item.ivn a.yuv_ist_item_img {
		width: 190px;
		height: 130px;
	}
	.yuv_ist_item.ivn .mrk_new {
		width: 180px;
	}
	.yuv_ist_item a img {
		border: 5px solid #f2f1f1;
	}
	.yuv_ist_item_name {
		font-size: 14px;
		font-weight: bold;
		margin-top: 5px;
		display: block;
	}
	.type_two_main_item {
		margin-bottom: 10px;
	}
	.type_two_main_item:nth-child(5) {
		margin-bottom: 0;
	}
	.type_two_main_item_img {
		width: 97px;
		margin-right: 10px;
		float: left;
	}
	.type_two_main_item_img a {
		position: relative;
		display: block;
		width: 97px;
		height: 65px;
	}
	.type_two_main_item_desc {
		min-width: 133px;
		max-width: 100%;
	}
	.type_two_main_item_head {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	.type_two_main_item_anonce {
		margin-bottom: 0;
		font-size: 14px;
	}
	.play_but {
		position: absolute;
		left: 0;
		top: -10px;
		width: 97px;
	}
	.play_but.ar {
		width: 100%;
		top: 0;
	}
	.mrk_new3 {
		font-size: 12px;
		line-height: 16px;
		background: #9d0001;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 205px;
		color: #fff;
		text-transform: uppercase;
		height: 16px;
		text-align: center;
	}
}

input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
input:focus::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
input:focus:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input:focus:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
input:focus::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.wrapp {
	overflow: hidden;
	margin: 0 0 2px;
}

.wraps {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

#sidebar {
	float: left;
	width: 229px;
	background-color: #fff;
}
/* sidebars */
.aside {
	float: right;
	width: 229px;
	background-color: #fff;
}
.image-news {
	padding: 0 0 5px 20px;
	margin: 0;
	list-style: none;
}

.image-news li a {
	background-color: #fff;
	border: 1px solid #18171a;
	max-width: 181px;
	overflow: hidden;
	padding: 4px;
	margin: 0 0 5px 0;
}

.image-news li > span { color: #111; }
.image-news li { margin-bottom: 17px; width: 198px; }
.item-news li > a { margin-bottom: 5px;  }
.item-news li > span { color: #111; } 

.image-news li img {
	max-width: 181px;
	/*height: auto;*/
}
.image-news li a {
	text-decoration: none;
	position: relative;
	display: block;
}
.image-news li a span {
	background: rgba(23, 23, 26, 0.48);
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	padding: 8px 11px 10px 15px;
	bottom: 0;
	left: 0;
	height: 28px;
	width: 154px;
}
.image-news li a:hover span {
	text-decoration: underline;
}
.thumb-news {
	padding: 8px 13px 9px;
	margin: 0;
	list-style: none;
}
.thumb-news li {
	margin: 0 0 17px;
	min-height: 60px;
}
.thumb-news .visual {
	float: left;
	width: 68px;
	overflow: hidden;
	max-width: 68px;
	margin: 0 8px 0 0;
}
.thumb-news .text {
	overflow: hidden;
}
.thumb-news .text a {
	text-decoration: none;
}
.thumb-news .text a:hover {
	text-decoration: underline;
}
.thumb-news .text span {
	font-size: 12px;
	line-height: 14px;
	display: block;
}
.thumb-news h4 {
	margin: 0;
}
.mini-news {
	padding: 0px 13px 9px;
	margin: 0;
	list-style: none;
}
.mini-news li {
	margin: 0 0 17px;
}
.mini-news .visual {
	float: left;
	width: 38px;
	overflow: hidden;
	max-width: 38px;
	margin: 0 6px 0 0;
}
.mini-news .text {
	overflow: hidden;
}
.mini-news .text a {
	text-decoration: none;
}
.mini-news .text a:hover {
	text-decoration: underline;
}
.mini-news .text span {
	font-size: 12px;
	line-height: 14px;
	display: block;
}
.mini-news h4 {
	margin: 0 0 5px;
	padding: 0 20px 0 0;
}
.video-news {
	padding: 5px 0 0 24px;
	margin: 0 0 30px;
	list-style: none;
}
.video-news li {
	max-width: 181px;
	overflow: hidden;
	margin: 0 0 21px;
}
.video-news li iframe {
	max-width: 181px;
	height: auto;
}
.video-news li a {
	text-decoration: none;
	position: relative;
	display: block;
}
.video-news li a:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	top: 30%;
	left: 50%;
	margin-left: -22px;
	background: url(/bitrix/templates/ivan4/images/bg-video.png) no-repeat;
}

.video-news li a span {
	background: rgba(23, 23, 26, 0.48);
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	padding: 5px 3px 8px 6px;
	bottom: 0;
	left: 0;
	height: 19px;
	width: 100%;
}

.item-news li a {
	text-decoration: none;
	position: relative;
	display: block;
}

.item-news li a span {
	background: rgba(23, 23, 26, 0.48);
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	padding: 5px 3px 8px 6px;
	bottom: 0;
	left: 0;
	height: 28px;
	width: 97%;
}

.item-news li a:hover span {
	text-decoration: underline;
}

.video-news li a:hover span {
	text-decoration: underline;
}

.aside .image-news {
	border-bottom: none;
	margin-bottom: 8px;
}
.aside .image-news li {
	margin-bottom: 20px;
}
.aside .mini-news {
	padding-left: 19px;
}
#sidebar h2,
.aside h2 {
	margin: 0 0 12px;
}
#sidebar h2:first-child,
.aside h2:first-child {
	border-top: none;
}
/* content */
.gallery-holder {
	text-align: center;
	margin: 0 0 14px;
}
.gallery {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
	position: relative;
	height: 288px;
}
.gallery li {
	display: none;
	padding: 5px;
	border: 1px solid #18171a;
	position: absolute;
	left: 0;
}
.gallery li.active {
	display: block;
}
.gallery li h2 {
	/*background: rgba(23, 23, 26, 0.48); 
	color: #fff;*/
	color: #111;
	position: absolute;
	padding: 15px 0 13px 16px !important;
	width: 453px;
	text-align: left !important;
	text-transform: none !important;
	margin: 0 !important;
	border: none;
	bottom: -100px;
	left: 5px;
	height: 60px;
}
.gallery li h2 a {
	text-decoration: none;
	color: inherit;
}
.gallery li h2 a:hover {
	text-decoration: underline;
}
.switchers {
	padding: 0;
	margin: 120px 0 0 0;
	list-style: none;
}
.switchers li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #919193;
	margin: 0 2px 0;
	padding: 3px;
}
.switchers li img {
	opacity: 0.5;
	max-width: 108px;
	height: 72px;
}
.switchers li.active img,
.switchers li:hover img {
	opacity: 1;
}
.main_news {
	color: #919193;
	overflow: hidden;
	margin: 0 0 30px;
}
.main_news h1 {
	margin-bottom: 0;
	padding: 0 46px 0 0;
}
.main_news h1 a {
	text-decoration: none;
}
.main_news h1 a:hover {
	text-decoration: underline;
}
.date {
	font: italic 12px/14px 'Book Antiqua', sans-serif;
	display: block;
	margin: 0 0 2px;
}
.more {
	color: #18171a;
	float: right;
	font-family: 'Book Antiqua', sans-serif;
	font-style: italic;
        font-size: 14px;
	text-decoration: none;
}
.more:hover {
	text-decoration: underline;
}
.main_news .visual {
	float: left;
	width: 164px;
	padding: 5px;
	border: 1px solid #919193;
	margin: 0 10px 0 0;
}
.main_news .visual img {
	max-width: 170px;
	height: auto;
}
.main_news p {
	margin: 0;
}

#content .video-news {
	padding: 0 0 4px;
	margin: 0 -30px 0 0;
}

#content .item-news {
	padding: 0 0 4px;
	margin: 0 -30px 0 0;
}
#content .item-news li {
	display: inline-block;
	vertical-align: top;
	max-width: 225px;
	overflow: hidden;
	margin: 0 24px 27px 0;	
}

#content .video-news li {
	display: inline-block;
	vertical-align: top;
	max-width: 225px;
	overflow: hidden;
	margin: 0 24px 27px 0;
}

.list-news {
	padding: 0;
	margin: 0 -20px 0 0;
	list-style: none;
}
.list-news li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 21px 0;
	width: 240px;
	font-size: 12px;
	line-height: 14px;
}
.list-news .visual {
	max-width: 75px;
	width: 75px;
	float: left;
	margin: 0 10px 0 0;
}
.list-news .visual img {
	padding: 3px;
	border: 1px solid #18171a;
}
.list-news .text {
	overflow: hidden;
}
.list-news .date {
	font-size: 12px;
}
.list-news p {
	margin: 0;
}
.list-news h3 {
	margin: 0;
}
.list-news h3 a {
	text-decoration: none;
}
.list-news h3 a:hover {
	text-decoration: underline;
}
.list-news .date {
	margin: 1px 0 0 1px;
}

.info {
	overflow: hidden;
	margin: 0 0 4px;
}
.info .date {
	float: left;
	font-size: 12px;
	line-height: 14px;
}
.info ul {
	padding: 0;
	margin: 0 3px 0 0;
	list-style: none;
	float: right;
}
.info li {
	display: inline-block;
	vertical-align: top;
	font-family: 'Book Antiqua', sans-serif;
	color: #18171a;
	background: url(/bitrix/templates/ivan4/images/ico-info.png) no-repeat 0 -34px;
	padding: 0 0 0 25px;
	margin: 0 0 0 11px;
	font-style: italic;
}
.info li:first-child {
	background-position: 0 2px
}
.holder {
	overflow: hidden;
}
.side-holder {
	float: right;
	width: 181px;
	margin: 0 6px 0 25px;
}
.side-holder .video-news {
	margin: 0;
}
.side-holder .video-news li {
	background-color: #fff;
	max-width: 181px;
	overflow: hidden;
	margin: 0 0 21px;
}
.side-holder h2 {
	border: none;
	padding: 8px 0 0;
}
#content h2 {
	margin: 0 -30px 17px;
}
.content .visual {
	margin: 0 15px 15px 0;
}
.content .visual img {
	padding: 6px;
	border: 1px solid #18171a;
}
.share {
	font-family: 'Book Antiqua', sans-serif;
	font-style: italic;
	color: #18171a;
	padding: 6px 0 0;
	margin: 0 0 31px;
}
.share ul {
	padding: 0;
	margin: 0 0 0 3px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.share ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.sharet {
	font-family: 'Book Antiqua', sans-serif;
	font-style: italic;
	color: #18171a;
	padding: 6px 0 0;
	margin: 0 0 11px;
}
.sharet ul {
	padding: 0;
	margin: 0 0 0 3px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.sharet ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}
.comments {
	margin: 0 20px 0 20px;
}
.comments textarea {
	resize: none;
	overflow: auto;
	border: 1px solid #cecdcb;
	width: 100%;
	padding: 10px;
	height: 75px;
}
.comments .submit {
	background: #919193;
	font-family: 'Book Antiqua', sans-serif;
	color: #fff;
	font-style: italic;
	float: right;
	padding: 0px 9px 2px;
	border: none;
	margin: 0 8px 0 0;
	cursor: pointer;
}
textarea::-webkit-input-placeholder {
	color: #919193;
	font: 12px/14px 'Arial', 'Helvetica', sans-serif;
}
textarea:-moz-placeholder {
	color: #919193;
	font: 12px/14px 'Arial', 'Helvetica', sans-serif;
}
textarea::-moz-placeholder {
	color: #919193;
	font: 12px/14px 'Arial', 'Helvetica', sans-serif;
}
textarea:-ms-input-placeholder {
	color: #919193;
	font: 12px/14px 'Arial', 'Helvetica', sans-serif;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
.iframe {
	margin: 0 0 15px;
}
.photos {
	padding: 0;
	margin: 0 -22px 22px 0;
	list-style: none;
}
.photos li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 22px 0;
	font: 12px/16px 'Arial', 'Helvetica', sans-serif;
	color: #18171a;
	width: 206px;
}
.photos .visual {
	padding: 5px;
	margin: 0 0 6px;
	border: 1px solid #919193;
	max-width: 205px;
	overflow: hidden;
}
.pagination {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;

}
ul.pagination { margin-right: 40px;}

.pagination li {
	display: inline-block;
	vertical-align: top;
	font-family: 'Book Antiqua', sans-serif;
}
.pagination li a {
	color: #18171a;
	text-decoration: none;
	border: 1px solid #18171a;
	padding: 0 4px;
	display: block;
}
.pagination li.active,
.pagination li a:hover {
	background: #18171a;
	color: #fff;
	padding: 0 4px;
	border: 1px solid #18171a;
/*	width: 10px;*/
}
.pagination .disable {
	visibility: hidden;
}
.pagination .back,
.pagination .forward {
	border: 1px solid transparent;
	font-family: 'Arial', 'Helvetica', sans-serif;
}
.pagination .back:hover,
.pagination .forward:hover {
	border: 1px solid #18171a;
}

#content .video-news {
	margin: 0 -10px 26px 0;
}
#content .video-news li {
	max-width: 226px;
	margin: 0 8px 13px 0;
}
.tooltips li a span {
	bottom: -50%;
}

.reviews-reply-buttons input[type="submit"]{
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #919193;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Book Antiqua',sans-serif;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0;

}

 /*------------------------------------------------*/
 /*-----------------[ Group-news ]------------------------*/
 /*------------------------------------------------*/
 .group-news1 img { opacity: 0.5; }
 .marked img { opacity: 0.5; }

 span.blog-caption-b { font-weight: bold;}


span.slider-section { 
    color: #fff;
    padding: 4px;
    position: relative;
    text-align: left;
    top: -264px;
    background: none repeat scroll 0 0 rgba(23, 23, 26, 0.48);
} 

.comments-list { padding-left: 10px;}

/*------------------------------------------------*/
/*---------------[ AUTHORS  ]---------------------*/
/*------------------------------------------------*/
ul.authors {  list-style: none;}
li.li-author { float: none; min-height: 100px; margin-bottom: 20px;}
li.li-author h3 {  float: none;}
li.li-author img { border: 1px dotted #CCC; min-height: 100px; min-width: 100px; float: left; margin-right: 20px; text-align: center; vertical-align: middle;	}

.clear {
	clear: both;
}

.detail_news_photos {
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.detail_news_photos .main_photo {
	padding: 8px;
	display: block;
	width: 360px;
	height: 205px;
	border: 1px solid #000;
	text-decoration: none;
}

.detail_news_photos_more {
	margin: 10px 0;
}

.detail_news_photos_more a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 70px;
	float: left;
	padding: 5px;
	border: 1px solid #000;
	margin-right: 21px;
}

.detail_news_photos_more a:nth-child(3) {
	margin-right: 0;
}

/*NEW_MAIN_PAGE*/

.head_back {
	background: url('/bitrix/templates/ivan4/images/hback.png') repeat-x;
	margin-bottom: 10px;
}

h1.green {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #006622;
	display: inline;
	height: 20px;
	line-height: 20px;
	padding: 1px 10px 1px 10px;
}

h1.grey {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #515151;
	display: inline;
	height: 20px;
	line-height: 20px;
	padding: 1px 10px 1px 10px;
}

h1.black {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #000;
	display: inline;
	height: 20px;
	line-height: 20px;
	padding: 1px 10px 1px 10px;
}

a.grey {
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	border: 1px dotted #666;
	display: block;
	height: 17px;
	width: 60px;
        text-align: center;
	text-decoration: none;
	line-height: 17px;
	padding: 1px 5px 1px 5px;
	float: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 5px;
}

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

.nivoSlider {
	margin-top: 20px;
	margin-bottom: 4px;
}


 
hr {
	border: 1px solid #d1d1d1;
	border-bottom: none;
}

.slider_name {
	margin-bottom: 0;
}

.slider_name a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.nivo-nextNav {
	text-indent: -9999px;
	background: url('/bitrix/templates/ivan4/images/slr.png') no-repeat;
	height: 30px;
	width: 30px;
	right: 5px;
}

.nivo-prevNav {
	text-indent: -9999px;
	background: url('/bitrix/templates/ivan4/images/slv.png') no-repeat;
	height: 30px;
	width: 30px;
	left: 5px;
}

.nivo-caption {
	overflow: visible;
	opacity: 1;
	background: url('/bitrix/templates/ivan4/images/slb.png') repeat;
}

.sect_name {
	position: absolute;
	bottom: 262px;
	left: 0;
	background: #9d0001;
	text-transform: uppercase;
	font-size: 16px;
	z-index: 99999;
	opacity: 1 !important;
}

.comments_list_head {
	color: #006622;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.comments_list_item {
	margin-bottom: 10px;
	margin-left: 10px;
}

.comments_list_date {
	color: #7b7b7b;
	font-size: 14px;
}

.comments_list_author {
	font-size: 16px;
	color: #000;
}

.comments_list_link {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
}

.type_four_main_item {
	margin-bottom: 10px;
}

.type_four_main_item_head {
	margin-bottom: 5px;
}

.type_four_main_item_head a {
	font-size: 16px;
	font-weight: bold;
}

.type_four_main_item_anonce {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}

.type_three_main_item.full {
	margin-right: 25px;
}

.author {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 2px 5px;
	color: #fff;
	display: block;
	background: rgba(0, 0, 0, 0.5);;
}

.video_blogi_wrap {
	width: 560px;
	margin: 0 auto;
}

.video_blogi_detail h1 {
	margin-bottom: 20px;
}

.video_blogi_date {
	margin-bottom: 5px;
	color: #7b7b7b;
}

.video_blogi_author {
	font-weight: bold;
}

.video_blogi_desc {
	margin-top: 20px;
}

.iblock_add .data-table {
	border: 1px solid #000 !important;
}

.iblock_add .data-table td {
	padding: 10px;
	border-bottom: 1px solid #000 !important;
}

.iblock_add .bxlhe-frame {
	border: 1px solid #000 !important;
	height: 226px !important;
}

.iblock_add .bxlhe-frame .bxlhe-frame-table {
	height: 226px;
}

.data-table-list {
	border-left: 1px solid #000 !important;
	
	border-top: 1px solid #000 !important;
}

.data-table-list td {
	padding: 10px;
	border-bottom: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
}

#duble_form_button {
	display: block;
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 6px;
	width: 60px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#duble_form_button:hover {
	color: #FF0000;
	border-color: #FF0000;
}

#v_description, 
#s_description {
	height: 130px;
	width: 400px;
}

.h2help{
	font-size: 16px;
	line-height: 18px;
	color: #18171a;
	padding: 0px 0 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0 0 0px;
	text-transform: uppercase;
	text-align: center;
}
.helpimg{
      opacity:0.3;
}
.helpimg:hover{
      opacity:1;
}

.mrk_new {
	font-size: 12px;
	line-height: 16px;
	background: #9d0001;
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: block;
	width: 125px;
	color: #fff;
	text-transform: uppercase;
	height: 16px;
	text-align: center;
}

.mrk_new1 {
	font-size: 12px;
	line-height: 16px;
	background: #9d0001;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 215px;
	color: #fff;
	text-transform: uppercase;
	height: 16px;
	text-align: center;
}

.mrk_new2 {
	font-size: 12px;
	line-height: 16px;
	background: #9d0001;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 97px;
	color: #fff;
	text-transform: uppercase;
	height: 16px;
	text-align: center;
}

.articles {
	padding: 0;
	margin: 0 -40px 22px 0px;
	list-style: none;
        text-align: center;
}
.articles > li {
	display: inline-block;
	vertical-align: top;
	font: 11px/16px 'Arial', 'Helvetica', sans-serif;
	color: #919193;
	width: 226px;
	margin: 0 50px 25px 0;
        text-align: left;
}
.articles h4 {
	font-size: 17px;
	line-height: 21px;
	padding-right: 10px;
}
.articles h4 a {
	text-decoration: none;
}
.articles h4 a:hover {
	text-decoration: underline;
}
.articles p {
	font-size: 14px;
        line-height: 1.3;
}
.articles .date {
	font-size: 15px;
        line-height: 1.5;
}

.articles .visual {
	padding: 5px;
	margin: 0 0 6px;
	border: 1px solid #919193;
	max-width: 224px;
	overflow: hidden;
        text-align: justify;
} 

.articles .visual21 img {
	padding: 5px;
	margin: 0 0 6px;
	border: 1px solid #919193;
	max-width: 215px;
	overflow: hidden;
}

.articles .visual21 { height: 163px;}

@media screen and (max-width: 810px) {
    .videoWrapper{
            position:relative;
            padding-bottom:56.25%;
            padding-top:30px;
            height:0;
            overflow:hidden;
      }
      .videoWrapper iframe,.videoWrapper object, .videoWrapper embed{
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
      }
}

@media screen and (min-width: 811px) {
    .videoWrapper{
      }
	.videoWrapper iframe,.videoWrapper object, .videoWrapper embed{
	}
}
.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 960px;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
#detail-props {
   font-size: 20px;
   line-height: 20px;
}
/* End */
/* /bitrix/templates/ivan4/css/jquery.fancybox.css?15118794945014 */
/* /bitrix/templates/ivan4/css/superfish.css?15118794952842 */
/* /bitrix/templates/ivan4/components/bitrix/menu/horizontal_multilevel1/style.css?15657794344447 */
/* /bitrix/templates/ivan4/components/bitrix/menu/top2_bottom/style.css?1511879224622 */
/* /bitrix/templates/ivan4/styles.css?1739209580236 */
/* /bitrix/templates/ivan4/template_styles.css?173920958037290 */
