html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center, dl, dt, dd, input, select,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}

table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    padding:0;
    border:0;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢
-------------------*/
html, body {
    height: 100%;
}

body {
	font-size: 16px;
	line-height: 24px; 
	font-family: 'Open Sans'; 
	font-weight: 300;
}

p {
	margin-bottom: 24px;
}

a {
	color: #fff;
}

@font-face {
	font-family: 'rodchenkocondcbold';
	src: url('../fonts/rodchenkocondc-bold-webfont.eot');
	src: url('../fonts/rodchenkocondc-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/rodchenkocondc-bold-webfont.woff') format('woff'),
		 url('../fonts/rodchenkocondc-bold-webfont.ttf') format('truetype'),
		 url('../fonts/rodchenkocondc-bold-webfont.svg#rodchenkocondcbold') format('svg');
	font-weight: normal;
	font-style: normal;

}


::-webkit-input-placeholder { font-size: 18px; color: #fff; font-style: italic; opacity: 1; }
::-moz-placeholder          { font-size: 18px; color: #fff; font-style: italic; opacity: 1; }
:-moz-placeholder           { font-size: 18px; color: #fff; font-style: italic; opacity: 1; }
:-ms-input-placeholder      { font-size: 18px; color: #fff; font-style: italic; opacity: 1; }


input[type=text] {
	width: 100%;
	height: 36px;
	margin-bottom: 35px;
	line-height: 36px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000;
	font-size: 18px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
}

input[type="button"],
input[type="submit"],
button, 
.b-button, 
.b-button:link,
.b-button:visited,
.b-button:hover, 
.b-button:active {
	width: auto;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	height: 73px;
	line-height: 73px;
	margin: 0;
	overflow: hidden;
	padding: 0 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e41b40+0,a81c49+100 */
	background: #e41b40; /* Old browsers */
	background: -moz-linear-gradient(top,  #e41b40 0%, #a81c49 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e41b40 0%,#a81c49 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e41b40 0%,#a81c49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41b40', endColorstr='#a81c49',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.33),
						-1px -1px 2px rgba(0,0,0,0.75) inset,
						1px 1px 2px rgba(255,255,255,0.75) inset;
	   -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.33),
						-1px -1px 2px rgba(0,0,0,0.75) inset,
						1px 1px 2px rgba(255,255,255,0.75) inset;
			box-shadow: 0 3px 6px rgba(0,0,0,0.33),
						-1px -1px 2px rgba(0,0,0,0.75) inset,
						1px 1px 2px rgba(255,255,255,0.75) inset;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}

	input[type="button"]:hover,
	input[type="button"]:active,
	input[type="submit"]:hover,
	input[type="submit"]:active,
	button:hover, 
	button:active, 
	.b-button:hover, 
	.b-button:active { 
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a81c49+0,e41b40+100 */
		background: #a81c49; /* Old browsers */
		background: -moz-linear-gradient(top,  #a81c49 0%, #e41b40 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #a81c49 0%,#e41b40 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #a81c49 0%,#e41b40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81c49', endColorstr='#e41b40',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.33),
							-1px -1px 2px rgba(255,255,255,0.75) inset,
							1px 1px 2px rgba(0,0,0,0.75) inset;
		   -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.33),
							-1px -1px 2px rgba(255,255,255,0.75) inset,
							1px 1px 2px rgba(0,0,0,0.75) inset;
				box-shadow: 0 3px 6px rgba(0,0,0,0.33),
							-1px -1px 2px rgba(255,255,255,0.75) inset,
							1px 1px 2px rgba(0,0,0,0.75) inset;
	}

.b-error {
	border-bottom-color: #f00 !important;
}	
	
	/*------------------ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹
	------------------*/
	.b-button_hatch,
	.b-button_hatch:link,
	.b-button_hatch:visited,
	.b-button_hatch:hover,
	.b-button_hatch:active {
		cursor: default;
		position: absolute;
		z-index: 2;
		background: #a41c49; 
		border-radius: 0;
		height: 55px; 
		line-height: 55px; 
		width: 200px; 
		padding: 0;
		font-size: 30px; 
		left: 50%;
		top: 50%;
		margin: -27px 0 0 -100px;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	
	/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº
	--------------------*/
	.b-button_one-click,
	.b-button_one-click:link,
	.b-button_one-click:visited,
	.b-button_one-click:hover,
	.b-button_one-click:active {
		font-size: 18px;
		line-height: 45px;
		height: 45px;  
		color: #fff;
		width: 190px;
		float: right;
		padding: 0;
	}

	
/*-------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°
--------------------*/
.b-grey-button,
.b-grey-button:link,
.b-grey-button:visited,
.b-grey-button:hover,
.b-grey-button:active {
	background: #606060; 
	height: 35px;
	line-height: 37px; 
	font-size: 18px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif; 
	font-weight: 700;
	text-decoration: none; 
	float: left;
	text-transform: uppercase;
	padding: 0 16px;
	margin-top: 4px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

	.b-grey-button:hover,
	.b-grey-button:active {
		background: #a41c49;
	}

	.b-grey-button_mod,
	.b-grey-button_mod:link,
	.b-grey-button_mod:visited,
	.b-grey-button_mod:hover,
	.b-grey-button_mod:active {
		float: none; 
		display: block; 
		margin: 4px auto 8px;
		width: 262px;
		text-align: center;
	}
		
		
	.b-grey-button_mod2,	
	.b-grey-button_mod2:link,	
	.b-grey-button_mod2:visited,	
	.b-grey-button_mod2:hover,	
	.b-grey-button_mod2:active {
		float: none;
		display: block;
		margin: 4px auto 8px; 
		width: 197px;
		text-align: center;
	}

#wrapper {
	margin: 0 auto;
	position: relative; 
    min-height: 100%; 
	min-width: 1000px;
    height: auto !important; 
    height: 100%;
	overflow-x: hidden;
}


footer {
	position: relative;
	margin: 0;
	height: auto;
	height: 300px; 
	background: #f2f2f2;
	z-index: 1;
}		


.bold {
	font-weight: 700;
}

.b-line {
	width: 100%;
	position: relative;
}

	.b-line:after {
		content: '';
		width: 100%;
		display: block;
		clear: both;
		height: 0;
		font-size: 0;
	}
	
	.b-line_1 {
		background: url(../img/bg1.jpg) no-repeat center top;
		padding-top:47px;
		height: 639px;
		position: relative;
		text-align: center;
	}
		
		.b-line_1:before {
			content: '';
			background: url(../img/metal1.png) no-repeat;
			display: block;
			height: 553px;
			width: 1920px;
			position: absolute;
			left: 50%;
			margin-left: -960px;
			bottom: 0;
		}
	
	.b-line_3 {
		background: url(../img/bg3.png) no-repeat center top / cover; 
		min-height: 637px;
	}
	
	.b-line_4 {
		background: url(../img/bg4.jpg) no-repeat center top / cover;
		min-height: 727px;
	}
	
	.b-line_5 {
		background: #fff url(../img/bg5.jpg) no-repeat center bottom;
		padding-bottom: 45px;
	}
	
	.b-line_6 {
		background: #fff url(../img/bg6.jpg) no-repeat center top / cover;
		min-height: 371px;
	}
	
	.b-line_7 {
		background: #fff url(../img/bg7.jpg) no-repeat center top / cover;
		background-size: cover;
		min-height: 1078px;
		padding-bottom: 40px;
	}
	
	.b-line_8 {
		background: #fff url(../img/bg8.jpg) no-repeat center top / cover;
		padding-bottom: 40px;
		margin-top: -10px;
	}
	
	.b-line_9 {
		background: #fff url(../img/bg9.jpg) no-repeat center top / cover;
		min-height: 693px;
		padding-bottom: 40px;
	}
	
	.b-line_10 {
		background: #fff url(../img/bg10.jpg) no-repeat center top / cover;
		min-height: 464px;
	}
	
	.b-line_grey {
		background: #f2f2f2;
		color: #000;
		padding-bottom: 51px;
	}
	
	.b-line_table {
		display: table;
	}



.b-wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}	

.b-head-1 {
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	padding: 52px 0 13px;
	text-align: center;
}	
		
.b-head-2 {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 48px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 37px 0 37px;
	text-align: center;
}
	
	.b-head-2_black {
		color: #000;
	}

.b-head-3 {
	color: #a41c49;
	font-size: 30px;
	line-height: 32px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif; 
	font-weight: 700; 
	text-transform: uppercase;
	margin: 26px 0 18px;
}	

	.b-head-3 span {
		display: block;
		font-size: 35px;
	}

.b-grid-1 {
	float: left;
	width: 350px;
}
	
	.b-grid-1_table {
		display: table-cell; 
		float: none;
		border-top: 9px solid #535353;
		background: #fff;
		padding-bottom: 116px;
		position: relative;
	}

.b-grid-2 {
	float: right;
	width: 600px;
}
	
	.b-grid-2_table {
		display: table-cell;
		float: none; 
		background: #fff;
		border-top: 9px solid #a41c49;
		position: relative;
		padding-bottom: 116px;
	}

.b-grid-fake {
	display: table-cell;
	width: 50px;
}	
	
/*--------------- ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½
---------------*/
.b-tel {
	color: #000;
	float: right;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	position: relative;
}
	
	.b-tel:before {
		background: url(../img/sprite.png) no-repeat 0 0;
		content: '';
		height: 24px;
		width: 13px;
		position: absolute;
		top: 0px;
		left: -28px;
	}
	
	.b-tel_top {
		position: absolute; 
		right: 0; 
		top: 16px;
	}


/*--------------- logo
---------------*/
.b-logo {
	display: block;
	width: 245px; 
	height: 54px; 
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px; 
	overflow: hidden;
	margin: 0 auto;
}
	
	.b-logo_top {
		left: -36px; 
		position: relative;
		margin-bottom: 40px;
	}

	.b-logo_footer {
		background:url(../img/logo_footer.png) no-repeat; 
		width: 165px; 
		height: 36px; 
		float: left;
	}


/*---------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº
----------------*/
.b-one-click,
.b-one-click:link,
.b-one-click:visited,
.b-one-click:hover,
.b-one-click:active {
	font-size: 18px; 
	line-height: 45px;
	height: 45px; 
	text-shadow: 0 1px 0 rgba(0,0,0,0.75); 
	color: #fff; 
	background: #ab0000;
	width: 190px;
	float: right;
	text-decoration: none;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.33),
				-1px -1px 2px rgba(0,0,0,0.75) inset,
				1px 1px 2px rgba(255,255,255,0.75) inset;
}

	.b-one-click:hover,
	.b-one-click:active {
		background: #f00;
		/*
		box-shadow: 0 3px 6px rgba(0,0,0,0.33),
					-1px -1px 2px rgba(255,255,255,0.75) inset,
					1px 1px 2px rgba(0,0,0,0.75) inset;
		*/
	}	


/*----------------- ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½
-----------------*/
.b-menu-wrap {
	top: -48px;
	position: relative;
}

.b-menu {
	height: 45px;
	text-align: justify;
	width: 800px;
	background: #000;
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0 0 68px;
	padding: 0 25px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
				
	.b-menu:after {
		content: "";
		display: inline-block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 100%;
	}
	
	.b-menu_footer {
		margin-bottom: 0;
	}

	.b-menu__elem {
		margin: 0;
		padding: 0; 
		position: relative;
		display: inline-block;
		white-space: nowrap;
		height: 45px;
		line-height: 45px;
	}

		.b-menu__elem:first-child {
			
		}
	
		.b-menu__elem__link,
		.b-menu__elem__link:link,
		.b-menu__elem__link:visited,
		.b-menu__elem__link:hover,
		.b-menu__elem__link:active {
			position: relative;
			cursor: pointer;
			font-weight: 700;
			font-size: 18px;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		
		.b-menu__elem__link:hover,
		.b-menu__elem__link:active {
			color: #e31b40;
		}
		


/*-------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°
--------------------*/
.b-tape {
	position: relative;
	display: inline-block;
	margin-bottom: -18px; 
	vertical-align: bottom;
}

	.b-tape:before {
		content: '';
		left: -75px;
		top: 16px;
		width: 0;
		height: 0;
		position: absolute;
		border-width: 36px 77px 36px 36px;
		border-style: solid;
		border-color: #900000 #900000 #900000 transparent;
		z-index: 0;
	}
	
	.b-tape:after {
		content: '';
		right: -75px;
		top: 16px;
		width: 0;
		height: 0;
		position: absolute;
		border-width: 36px 36px 36px 77px;
		border-style: solid;
		border-color: #900000 transparent #900000 #900000;
		z-index: 0;
	}
	
	.b-tape span {
		z-index: 3;
		font-family: 'rodchenkocondcbold';
		height: 72px;
		background: #ab0000;
		font-size: 52px; 
		color: #fff; 
		display: block;
		text-transform: uppercase;
		line-height: 72px;
		padding: 0 20px;
		position: relative;
	}
	
		.b-tape span:before {
			content: '';
			left: 6px;
			top: 72px;
			width: 0;
			height: 0;
			position: absolute;
			border-width: 8px 16px 8px 16px;
			border-style: solid;
			border-color: #700000 #700000 transparent transparent;
			z-index: 0;
		}
		
		.b-tape span:after {
			content: '';
			right: 6px;
			top: 72px;
			width: 0;
			height: 0;
			position: absolute;
			border-width: 8px 16px 8px 16px;
			border-style: solid;
			border-color:  #700000 transparent transparent #700000;
			z-index: 0;
		}

/*----------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹
-----------------*/
.b-stripes {
	background: url(../img/pattern.png) repeat;
	height: 143px; 
	font-size: 28px; 
	line-height: 30px;
	color: #fff; 
	padding-top: 35px; 
	text-shadow:0 1px 2px #000;
	margin-bottom: 37px;
}
	
	.b-stripes__head {
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.b-stripes__txt {
		font-weight: 600; 
		width: 760px; 
		margin: 0 auto;
	}


/*---------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â
----------------*/
.b-remark {
	font-size: 24px;
	width: 600px;
	margin: 0 auto;
	text-align: center; 
	line-height: 1.2;
}

/*------------------ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢
------------------*/
.b-center {
	text-align: center;
}


/*------------------ 5 ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²
------------------*/
.b-white-blocks {
	text-align: center;
	padding: 36px 0 19px;
	font-size: 0;
}

	.b-white-blocks__elem {
		display: inline-block;
		width: 300px;
		height: 108px;
		background: #fff;
		border-bottom: 3px solid #ab8900;
		margin: 0 10px 13px;
		vertical-align: bottom;
		padding: 0 20px 0 112px;
		position: relative;
		text-align: left;
		line-height: 22px;
	}
	
		.b-white-blocks__elem:before {
			content: '';
			background:url(../img/sprite.png) no-repeat;
			position: absolute;
			top: 26px;
		}
			
			.b-white-blocks__elem_1:before {
				background-position: -20px 0;
				width: 56px;
				height: 54px;
				left: 29px;
			}
			
			.b-white-blocks__elem_2:before {
				background-position: -80px 0;
				width: 60px;
				height: 54px;
				left: 31px;
			}
			
			.b-white-blocks__elem_3:before {
				background-position: -150px 0;
				width: 52px;
				height: 54px;
				left: 30px;
			}
			
			.b-white-blocks__elem_4:before {
				background-position: -210px 0;
				width: 51px;
				height: 54px;
				left: 31px;
			}
			
			.b-white-blocks__elem_5:before {
				background-position: -270px 0;
				width: 48px;
				height: 54px;
				left: 34px;
			}
			
	
		.b-white-blocks__elem div {
			display: inline-block;
			vertical-align: middle;
			font-size: 14px;
		}

/*----------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸
-----------------*/
.b-left-col {
	color: #fff;
}
	
	.b-left-col__txt {
		margin-bottom: 17px;
	}

	.b-left-col__violet {
		position: relative;
		background: #a41c49;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding-left: 56px;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	
		.b-left-col__violet:before {
			content: '';
			width: 18px;
			height: 18px;
			background: url(../img/sprite.png) no-repeat -320px 0;
			position: absolute;
			left: 21px;
			top: 17px;
		}
		
		.b-left-col__violet:after {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid #a41c49;
			position: absolute;
			left: 24px;
			bottom: -10px;
		}
		
			.b-left-col__violet_2:before {
				background-position: 0 -420px;
			}
		
	.b-left-col__panel {
		background: #fff;
		padding: 30px 20px 20px; 
		color: #000; 
		font-size: 14px; 
		line-height: 20px;
	}
								
		
/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸
-------------------*/
.b-videos {
	margin: 7px 0 0 -13px;
	padding: 0;
	list-style-type: none;
	float: right;
	width: 613px;
}
	
	.b-videos li {
		float: left;
		margin-left: 13px;
		margin-bottom: 15px;
	}
		
		.b-videos li a {
			position: relative;
			display: block;
		}
			
			.b-videos li a:before {
				content: '';
				background: url(../img/sprite.png) no-repeat -345px 0;
				width: 60px;
				height: 60px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin: -30px 0 0 -30px;
			}

			
/*-------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾
--------------------*/
.b-one-video {
	position:  relative;
	display: block;
}

	.b-one-video:before {
		content: '';
		background: url(../img/sprite.png) no-repeat -345px 0;
		width: 60px;
		height: 60px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -30px 0 0 -30px;
	}
			

/*-------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡
--------------------*/
.b-txt {
	padding: 21px 20px 20px;
}

.b-txt2 {
	padding: 21px 20px 0;
}

	.b-txt2__bold {
		font-weight: 700;
	}
	
.b-txt3 {
	margin: 45px 0 19px;
}

.b-txt4 {
	background: #fff;
	padding: 18px 28px 31px;
	overflow: hidden;
}

/*------------------ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢
------------------*/
.b-bottom {
	height: 116px;
	padding: 18px 0 0;
	color: #fff;	
	text-transform: uppercase;
	font-weight: 700; 
	width: 100%;
	bottom: 0;
	position: absolute;
}
	
	.b-bottom_grey {
		background: #535353;
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	}
	
	.b-bottom_act {
		background: #a41c49 url(../img/bg_small.png) no-repeat;
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	}
	
	.b-bottom__head {
		font-size: 36px;
		line-height: 36px;
		text-align: center;
		margin-bottom: 15px;
	}
	
		.b-bottom__head_big {
			font-size: 40px;
		}
	
	.b-bottom__list {
		text-align: center;
		bottom: 0;
		font-size: 24px;
	}
	
		.b-bottom__list li {
			position: relative;
			padding-left: 24px;
			display: inline;
		}
			
			.b-bottom__list li:first-child {
				padding-left: 0px;
			}
		
		.b-bottom__list li:before {
			content: '';
			position: absolute;
			left: 8px;
			top: 50%;
			margin-top: -2px;
			width: 4px;
			height: 4px;
			background: #fff;
			-webkit-border-radius: 50%;
			   -moz-border-radius: 50%;
					border-radius: 50%;
		}
			
			.b-bottom__list li:first-child:before {
				display: none;
			}			


/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â
-------------------*/
.b-pluses {
	padding-bottom: 7px;
}

	.b-pluses li {
		font-size: 14px;
		line-height: 20px;
		padding-left: 100px;
		position: relative;
		margin-bottom: 17px;
		min-height: 83px;
	}
		
		.b-pluses li img {
			position: absolute;
			left: 3px;
			top: 2px;
		}
		
		.b-pluses li span {
			font-weight: 700;
			color: #ab0000;
		}


/*------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº
-------------------*/
.b-list {
	list-style-type: none;
	margin: 0 25px 27px;
	padding: 0;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
}
	
	.b-list > li {
		position: relative;
		padding-left: 14px;
		margin: 0;
		font-weight: 300;
		color: #fff;
		display: inline-block;
	}
	
		.b-list > li:before {
			content: '';
			left: 0;
			top: 13px;
			position: absolute;
			width: 5px;
			height: 5px;
			background: #fff;
			-webkit-border-radius: 50%;
			   -moz-border-radius: 50%;
					border-radius: 50%;
		}

	.b-list_mod {
		float: left; 
		text-align: left;
		margin-left: 0;
	}
	
		.b-list_mod li {
			color: #000;
			font-size: 16px;
			display: block;
			line-height: 24px;
			padding-left: 8px;
		
		}
			
			.b-list_mod li:before {
				background: #000;
				width: 3px;
				height: 3px;
				top: 10px;
			}	
		
		.b-list_mod2 {
			float: none;
		}
		
		p + .b-list_mod2 {
			margin-top: -24px;
		}

/*------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°
-------------------*/
.b-form {
	margin-left: -27px;
	padding-top: 12px;
}

	.b-form__input,
	input[type=text].b-form__input {
		width: 272px;
		margin-left: 27px;
		background: transparent;
		border-bottom: 1px solid #fff; 
		color: #fff;
		height: 50px; 
		margin-bottom: 0;
	}

	.b-form__button,
	input[type=submit].b-form__button {
		width: 221px; 
		font-size: 24px; 
		border: 1px solid #fff;
		padding: 0; 
		line-height: 48px; 
		background: #fff; 
		height: 50px; 
		vertical-align: bottom;
		color: #ab0000;
		margin: 0 0 -1px 35px;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
	}
	
		.b-form__button:hover,
		input[type=submit].b-form__button:hover,
		.b-form__button:active,
		input[type=submit].b-form__button:active {
			background: transparent;
			color: #fff;
		}

.b-form-result {
	color: #fff;
	display: none;
}
			
	.b-form-result__txt {
		text-align: center;
		font-size: 18px;
		padding: 20px 0 0;
		margin: 0;
	}
	
/*------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ FB FF
-------------------*/
.b-arrow {
	display: block; 
	text-decoration: none;
	color: #fff; 
	padding: 23px 45px 0 27px;
	width: 350px;
}

	.b-arrow_1 {
		height: 140px;
		margin-bottom: 5px;
		background: url(../img/sprite.png) no-repeat 0 -60px;
	}
		
		.b-arrow_1:hover,
		.b-arrow_1.act {
			background-position: -360px -60px;
		}
	
	.b-arrow_2 {
		background: url(../img/sprite.png) no-repeat 0 -210px;
		height: 202px;
	}
	
		.b-arrow_2:hover,
		.b-arrow_2.act {
			background-position: -360px -210px;
		}
		
	.b-arrow__head {
		display: block; 
		font-size: 30px;
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 11px;
	}
	
	.b-arrow__txt {
		display: block;
	}

/*------------------ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼
------------------*/
.b-white-with-border {
	height: 132px;
	border-bottom: 3px solid #c0c0c0;
	padding: 22px 25px;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 18px;
}

	.b-white-with-border__head {
		color: #a41c49;
		font-weight: 700;
	}
	
	.b-white-with-border__txt {
		color: #5f5f5f;
	}
						

/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹
-------------------*/
.b-hatch {
	margin-top: 5px;
	position: relative;
	height: 94px;
	background: #fff url(../img/pattern2.png) repeat;
}


/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢
-------------------*/
.b-switch {
	width: 328px; 
	margin: -13px auto 37px; 
	overflow: hidden;
}

	.b-switch__lnk,
	.b-switch__lnk:link,
	.b-switch__lnk:visited,
	.b-switch__lnk:hover,
	.b-switch__lnk:active {
		width: 164px; 
		display: block; 
		background: #606060;
		height: 43px;
		color: #fff;
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif; 
		font-weight: 700; 
		text-align: center; 
		text-transform: uppercase; 
		text-decoration: none;
		font-size: 18px; 
		line-height: 43px;
		float: left;
	}
		
		.b-switch__lnk:hover,
		.b-switch__lnk:active {
			background: #a41c49;
		}
		
		.b-switch__lnk:first-child {
			-webkit-border-radius: 22px 0 0 22px; 
			   -moz-border-radius: 22px 0 0 22px; 
					border-radius: 22px 0 0 22px; 
		}
		
		.b-switch__lnk:last-child {
			-webkit-border-radius: 0 22px 22px 0; 
			   -moz-border-radius: 0 22px 22px 0; 
					border-radius: 0 22px 22px 0; 
		}
	
		.b-switch__lnk_act,
		.b-switch__lnk_act:link,
		.b-switch__lnk_act:visited,
		.b-switch__lnk_act:hover,
		.b-switch__lnk_act:active {
			background: #a41c49;
			cursor: default;
		}
				
/*------------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹
-------------------------*/
.b-review {
	padding-bottom: 1px;
}

	.b-review__elem {
		background: #fff;
		margin-bottom: 20px;
		padding: 24px 0 11px 310px;
		position: relative;
		overflow: hidden;
		border-bottom: 3px solid #b7b7b7;
	}
	
		.b-review__elem_nophoto {
			padding-left: 24px;
		}
		
	
		 
		 .b-review__elem_zoom {
			
		 }
	
		.b-review__elem_none {
			display: none;
		}
		
		.b-review__elem__img {
			left: 0;
			top: 0; 
			width: 262px;
			float: left;
			margin: 6px 0 13px -285px;
			cursor: pointer;
			border: 5px solid #fff;
			overflow: hidden;
			box-shadow: 0 0 5px rgba(0,0,0,0.23);
		}
			
			.b-review__elem__img img {
				margin: -5px 0 0 -5px;
			}
			
			.b-review__elem__img_video {
				position: relative;
			 }
				
				 .b-review__elem__img_video:before {
					content: '';
					background: url(../img/sprite.png) no-repeat -345px 0;
					width: 60px;
					height: 60px;
					position: absolute;
					left: 50%;
					top: 50%;
					margin: -30px 0 0 -30px;
				}
				
			.b-review__elem__img_zoom {
				position: relative;
			}
				
				 .b-review__elem__img_zoom:before {
					content: '';
					background: url(../img/sprite.png) no-repeat -120px -420px;
					width: 31px;
					height: 31px;
					position: absolute;
					right: 5px;
					bottom: 5px;
					margin: -15px 0 0 -15px;
				}
		
		.b-review__elem__name {
			font-size: 14px; 
			font-family: 'Open Sans';
			font-weight: 700;
			color: #a41c49;
			margin-bottom: 0;
		}
		
		.b-review__elem p {
			margin-bottom: 13px;
			font-size: 14px;
			line-height: 22px;
			color: #5f5f5f;
		}
		
/*---------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²
----------------*/
.b-cert {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

	.b-cert li {
		display: inline-block;
		margin: 0 25px;
		padding: 0;
		position: relative;
	}
	
		.b-cert li.act:after {
			content: '';
			content: '';
			width: 0;
			height: 0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-bottom: 5px solid #606060;
			position: absolute;
			left: 50%;
			bottom: -23px;
			margin: 0 0 0 20px;
		}
	
		.b-cert li a { display: block; }
		
			.b-cert li a img{
				-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.23);
				   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.23);
						box-shadow: 0 2px 5px rgba(0,0,0,0.23);
			}
	
/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡
-------------------*/
.b-cert-about {
	background: #606060; 
	height: 33px;
	line-height: 33px;
	font-size: 14px; 
	color: #fff; 
	margin: 23px 0 0;
	padding-left: 15px;	
}
				

/*------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸
-------------------*/					
.b-points {
	background: #fff;
	padding: 30px 20px 12px;
	color: #000; 
	font-size: 14px;
	line-height: 20px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.23);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.23);
			box-shadow: 0 2px 5px rgba(0,0,0,0.23);
}					
			
	.b-points ul {
		padding-left: 48px;
		position: relative;
	}
		
		.b-points ul:before {
			content: '';
			width: 2px;
			left: 13px;
			top: -23px;
			bottom: 0;
			position: absolute;
			background: #a41c49;
		}
		
		.b-points ul:after {
			content: '';
			width: 10px;
			height: 2px;
			background: #a41c49;
			bottom: 0;
			left: 9px;
			position: absolute;
			z-index: 1;
		}
		
		.b-points ul li {
			position: relative;
			margin-bottom: 21px;
		}
			
			.b-points ul li:before {
				content: '';
				top: 5px;
				left: -39px;
				position: absolute;
				width: 6px;
				height: 6px;
				border: 2px solid #a41c49;
				background: #fff;
				-webkit-border-radius: 50%;
				   -moz-border-radius: 50%;
						border-radius: 50%;
			}

/*----------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº
-----------------*/
dl.b-charact dt {
	font-style: italic;
	font-weight: 400;
}
	
dl.b-charact dd {
	margin-bottom: 12px;
}

	dl.b-charact dd:last-child {
		margin-bottom: 0;
	}			
			
/*------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸
-------------------*/
.b-social {
	text-align: center;
	font-size: 0;
	width: 318px;
	float: right;
	margin: 6px 0 0;
	padding: 0;
}

	.b-social li {
		display: inline-block;
		margin-left: 12px;
	}
	
		.b-social li:first-child {
			margin-left: 0;
		}
	
		.b-social li a {
			width: 70px;
			height: 70px;
			display: block;
			position: relative;
			-webkit-border-radius: 50%;
			   -moz-border-radius: 50%;
					border-radius: 50%;
		}
		
		
			.b-social li a.fb { background: #385699; }
			.b-social li a.vk { background: #40658b; }
			.b-social li a.ok { background: #ca4e12; }
			.b-social li a.inst { background: #8e5a45; }
		
			.b-social li a:before {
				content: '';
				position: absolute;
				left: 50%;
				top: 50%;
				background: url(../img/sprite.png) no-repeat;
			}
			
			.b-social li a.fb:before { background-position: -20px -420px; width: 18px; height: 37px; margin: -18px 0 0 -9px; }
			.b-social li a.vk:before { background-position: -40px -420px; width: 40px; height: 24px; margin: -12px 0 0 -20px; }
			.b-social li a.ok:before { background-position: -90px -420px; width: 24px; height: 39px; margin: -20px 0 0 -12px; }
			.b-social li a.inst:before { background-position: -370px -420px; width: 40px; height: 40px; margin: -20px 0 0 -20px; }

			
/*--------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â
---------------------*/
.b-cont {
	position: relative;
	top: -87px;
}

	.b-cont__block {
		position: relative;
		height: 184px;
		background: #fff;
		box-shadow:0 2px 5px rgba(0,0,0,0.23);
		float: left; 
		width: 680px;
	}
		
		.b-cont__block:before {
			content: '';
			left: -130px;
			top: 0;
			position: absolute;
			background: url(../img/sprite.png) no-repeat 0 -470px;
			width: 265px;
			height: 222px;
		}
		
		.b-cont__block__contact-us {
			float: left; 
			width: 245px;
			font-size: 48px; 
			line-height: 48px;
			color: #a41c49;
			font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
			font-weight: 700;
			text-transform: uppercase;
		}
		
		.b-cont__block__info {
			font-size: 14px;
			line-height: 22px;
			float: left;
			margin-left: 15px; 
			padding-top: 4px;
		}
		
			.b-cont__block__info__head {
				font-weight: 600; 
				margin-bottom: 5px;
			}
			
			.b-cont__block__info__cont {}
		
		.b-cont__block__head {
			font-size: 48px;
			line-height: 48px; 
			color: #606060; 
			text-align: center; 
			font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif; 
			font-weight: 700; 
			text-transform: uppercase;
			padding: 15px 0;
		}
		
	.b-cont__block_1 {
		padding: 40px 0 0 152px;
	}
	
	.b-cont__block_2 {
		width: 300px;
		float: right;
	}
	
		.b-cont__block_2:before {
			display: none;
		}

/*----------------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° youtube
-----------------------------*/
.b-youtube {
	background: #fff;
	clear: both;
	margin-bottom: 30px;
	padding: 5px 15px; 
	float: left;
}

	.b-youtube__lnk {
		color: #a41c49;
	}
			
/*----------------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹
------------------------------*/
.b-copyright {
	clear: both; 
	position: relative; 
	top: -14px;
}

	.b-copyright__txt {
		float: left; 
		font-size: 12px; 
		line-height: 16px;
		margin: 5px  0 0 20px;
	}
	
	.b-copyright__tel {
		position: absolute;
		right: 0; 
		top: 3px;
	}

			
/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ
-------------------*/
.h-vertical {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}


/*------------------- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢
-------------------*/
.b-carousel {
	height: 200px;
	position: relative;
	overflow: hidden;
}

.flex-direction-nav {
	position: absolute;
	top: 0;
	left: 50%;
}
	
	.flex-nav-prev,
	.flex-nav-next {
		width: 20px;
		height: 31px;
		position: absolute;
		top: 85px;
	}
	
	.flex-nav-prev {
		left: -500px;
	}
	
	.flex-nav-next {
		right: -500px;
	}

.flex-prev,
.flex-next {
	width: 20px;
	height: 31px;
	position: absolute;
}

.flex-prev {
	background: url(../img/sprite.png) no-repeat -160px -420px;
}

	.flex-prev:hover {
		background-position: -190px -420px;
	}

.flex-next {
	background: url(../img/sprite.png) no-repeat -220px -420px;
}
	
	.flex-next:hover {
		background-position: -250px -420px;
	}
	

.slides li img {
	position: relative;
}		

	.slides li img:hover {
		top: -200px;
	}


/*--------------------- arctic modal
---------------------*/
.arcticmodal-overlay {
	display: none !important;
	/*background: rgba(0,0,0,0.9) !important;
	opacity: 1 !important;
	*/
}
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow-y: scroll; overflow-x: visible; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { }
.arcticmodal-container_i { margin: 0 auto 0; width: auto; border: 0; height: 100%; }
.arcticmodal-container_i2 { padding: 0; margin: 0; border: 0; vertical-align: top;  height: 100%; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; }

/*----------------- popup
-----------------*/
.b-popup {
	width: 590px;
	padding: 0 0 40px;
	background: #fff;
	position: relative;
	overflow: visible !important;
	border: 1px solid rgba(0,0,0,0.74)\0/;
	-webkit-box-shadow: 0 0 51px rgba(0,0,0,0.74);
	   -moz-box-shadow: 0 0 51px rgba(0,0,0,0.74);
			box-shadow: 0 0 51px rgba(0,0,0,0.74);
}	
	
	.b-popup_img {
		width: 80%;
		margin: 0 auto
	}
		
		.b-popup_img img {
			max-width: 100%;
			width: 100%;
		}
	
	.b-popup__close {
		background: url(../img/sprite.png) no-repeat -320px -420px; 
		width: 17px; 
		height: 17px;
		position: absolute; 
		right: 11px; 
		top: 9px;
	}

	.b-popup__first { display: block; }
	.b-popup__last { display: none; }
	
	.b-popup__head {
		height: 74px;
		color: #fff;
		font-family: 'Open Sans Condensed'; 
		text-align: center; 
		font-size: 40px; 
		line-height: 74px;
		background: #a41c49; 
		text-transform: uppercase; 
		font-weight: 700;
	}
	
		.b-popup__head_mod {
			background: #535353;
		}
	
	.b-popup__form {
		padding: 40px 52px 0;
	}
	
		input[type=submit].b-popup__form__submit {
			width: 154px; 
			height: 51px;
			line-height: 51px;
			margin: 10px auto 0;
			font-size: 24px;
			padding: 0;
			display: block;
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
					border-radius: 4px;
		}
		input[type=submit].b-popup__form__submit1 {
			width: 184px;
			height: 51px;
			line-height: 51px;
			margin: 10px auto 0;
			font-size: 24px;
			padding: 0;
			display: block;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}

	.b-popup__mes {
		text-align: center;
		font-size: 18px;
		margin: 44px 0 34px;
	}	

		.b-popup__mes_2 {
			margin: 45px 0 -8px;
		}
	
	
	.b-popup ::-webkit-input-placeholder { font-size: 18px; color: #929292; font-style: normal; opacity: 1; }
	.b-popup ::-moz-placeholder          { font-size: 18px; color: #929292; font-style: normal; opacity: 1; }
	.b-popup :-moz-placeholder           { font-size: 18px; color: #929292; font-style: normal; opacity: 1; }
	.b-popup :-ms-input-placeholder      { font-size: 18px; color: #929292; font-style: normal; opacity: 1; }

		
/*------------------- ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦
-------------------*/
.b-up {
	display: none;
	opacity: 0;
	position: fixed; 
	border: 1px solid #a41c49; 
	width: 60px;
	height: 60px; 
	bottom: 30px; 
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
	
	.b-up_left { left: 30px; }
	.b-up_right { right: 30px; }

	.b-up:after {
		content: '';
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 16px solid #a41c49;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -21px 0 0 -8px;
	}
	
	.b-up:before {
		content: '';
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 16px solid #a41c49;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: 4px 0 0 -8px;
	}

	@media screen and (max-width: 1240px) {
		.b-up {
			display: none !important;
		}
	}
	
	#feedback-infolist{
		width: 270px;
		background:white;
		height:50px;
		text-align:  center;
	}
	#feedback-infolist>li{
	padding-top: 15px;
	font-weight:  bold;
	}
	
	
	.modal-close {
    
    height: 26px;
    padding-right: 6px;
    font-size: 18px;
    text-align: right;
    line-height: 26px;
    color: #fff;
    background: #e01b41;
    cursor: pointer;
}
	.box-modal{
	box-shadow: 0 0 30px 6px rgb(164, 28, 73);
}
.changelang {
    position: absolute;
    right: 24%;
    z-index: 1;
    background: #ab0000;
    width: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.request {
	text-align:center;
}
.news{
	background: url(../img/bg3.png) no-repeat center top / cover;
	top: -12px;
	min-height: 445px;
	margin-bottom: -9px;
}
.news_feed{
	/* margin-top: 19px; */
	/* min-height: 300px; */
	background: #fff;
	width: 31.6%;
	margin-left: 10px;
	margin-bottom: -12px;
	padding: 0;
	height: 287px;
	float:  left;
}
#newsdiv a{
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	/* font-family: 'Open Sans Condensed', sans-serif; */
}
#hide {
	cursor: pointer;
	min-height: 80px !important;
	padding-top:27px;
	text-align:  center;
	font-size:20px
	}

#hide:hover {
	background:#a41c49;
	color:white;
	transition:1s;
	}

#newsdiv{
	min-height: 60px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	/* text-transform:  uppercase; */
	background: #a41c49;
	padding: 10px 10px 0 16px;
	color: #ffffff;
	font-size: 12px;
	/* font-family: 'Open Sans'; */
	width: 100%;
}
#textnews{
	margin-top: 20px;
}
#slidecontent{
	min-height: 425px;
	padding-left: 10px;
}
.news_text{
	margin-top:0;
	padding: 0px;
}
.readmore{
	position:absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
	background: #a41c49;
	width: 100%;
	text-align:  center;
	text-transform: uppercase;
	padding-top: 3px;
}
#newsdiv1 a {
color:white;
}
.readmore:hover{
	width: 100%;
	transition: 0.3s;
	color:white;
	text-decoration:underline;
}
#pagination {
	position:absolute;
	width: 1010px;
	display:block;
	top: 250px;
	left: 0;
}
.cn-current-page-news{
display:none;
}
.cn-page-news{
	display:none;
}
.cn-next-news{
	position:inherit;
	right: 10px;
	font-size: 50px;
	color:#a41c49;
	text-shadow: 1px 1px 10px #a41c49;
}
.cn-next-news:hover{
	color:#ff0047;
	text-shadow: 1px 1px 10px #ff0047;
	transition:0.5s;
}
.left{
	font-size: 50px;
	color: #80808073;
	text-shadow: 1px 1px 10px #797979;
}
.cn-previous-news{
	position:inherit;
	font-size: 50px;
	color:#a41c49;
	text-shadow: 1px 1px 10px #a41c49;
}
.cn-previous-news:hover{
	color:#ff0047;
	text-shadow: 1px 1px 10px #ff0047;
	transition:0.5s;
}
.right{
	float:right;
	font-size: 50px;
	color: #80808073;
	text-shadow: 1px 1px 10px #797979;
	margin-right: 10px;
}
#forarrows{
	width: 970px;
	margin: 0 auto;
	height: auto;
}
.fullheader{
	text-align:center;
	margin-left:3px;
	/* background:#a41c49; */
	color: #a41c49;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 25px;
}
.news_full_text{margin-top: 30px;padding: 3px 30px;}