#FF0200@font-face {
		font-family: 'OpenSans';
		src: url('../fonts/opensansbold.eot');
		src: url('../fonts/opensansbold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/opensansbold.woff') format('woff'),
			url('../fonts/opensansbold.ttf') format('truetype');
		font-weight: bold;
}

@font-face {
		font-family: 'OpenSans';
		src: url('../fonts/opensanslight.eot');
		src: url('../fonts/opensanslight.eot?#iefix') format('embedded-opentype'),
			url('../fonts/opensanslight.woff') format('woff'),
			url('../fonts/opensanslight.ttf') format('truetype');
		font-weight: 300;
		font-weight: lighter;
}

@font-face {
		font-family: 'OpenSans';
		src: url('../fonts/opensans.eot');
		src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
			url('../fonts/opensans.woff') format('woff'),
			url('../fonts/opensans.ttf') format('truetype');
		font-weight: normal;
		font-weight: 400;
}

@font-face {
		font-family: 'PfDin';
		src: url('../fonts/PFDinDisplayPro-Med.eot');
		src: url('../fonts/PFDinDisplayPro-Med.eot?#iefix') format('embedded-opentype'),
			url('../fonts/PFDinDisplayPro-Med.woff') format('woff'),
			url('../fonts/PFDinDisplayPro-Med.ttf') format('truetype');
		font-weight: normal;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'OpenSans';
	font-weight: normal;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.wrap {
	width: 100%;
}

.cent {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.bottom {
	padding-bottom: 85px;
}

.head {
	height: 138px;
}

.nav {
	background: #F00;
	width: 100%;
}

.find_price.fix {
position: fixed;
top: 50%;
right: -75px;
font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 8px 8px 8px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
-moz-transform:    rotate(-90deg);
     -o-transform:      rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     transform:         rotate(-90deg);
	 z-index: 11;
	 }

.menu {
	height: 60px;
}

.menu ul {
	line-height: 60px;
	display: table;
	margin: 0 auto;
}

.menu li {
	float: left;
	font-size: 14px;
}

.menu a {
	color: #FFF;
	text-decoration: none;
	padding: 8px 12px;
	font-family: 'PfDin';
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.menu a:hover {
	color: #434343;
	background: #FFF;
}

.logo {
	padding-top: 18px;
	float: left;
}

.logo img {
        height: 60px;
}

.head_r {
	float: left;
        margin-left: 85px;
		width: 270px;
}

.head_r .find_price {
	display: inline-block;
    position: relative;
    bottom: -38px;
	float: right;
    margin-right: 22px;
}

.head_r p {
	float: left;
color: #A9A3A3;
font-size: 27px;
background: transparent url("../img/phone_ico.png") no-repeat scroll left center;
padding-left: 24px;
height: 41px;
margin-top: 15px;
line-height: 23px;
}

.head_r p a {
       	font-size: 13px;
}

.head_r p strong {
	font-size: 24px;
	color: #434343;
}

.head_r input {
	border-radius: 3px;
border: 1px solid #D4D4D4;
font-family: "OpenSans";
font-weight: normal;
padding: 6px 0px 6px 26px;
width: 254px;
margin-top: 33px;
font-size: 14px;
}

.main_slider li div {

	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -400px;
}

.main_slider li div h3 {
	font-weight: bold;
	font-size: 37px;
	color: #000;
	line-height: 26px;
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
}

.main_slider li div p {
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.main_slider li img {
	margin: 0 auto;
}

.sl_but {
	background: url(../img/sl_but.png) #FF0200 no-repeat right;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 40px 5px 10px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: inline-block;
    margin-top: 10px;
}

.sl_but:hover {
	opacity: 0.8;
}

input::-webkit-input-placeholder {
	color:#464951;
}

input::-moz-placeholder {
	color:#464951;
}

input:-moz-placeholder {
	color:#464951;
}

input:-ms-input-placeholder {
	color:#464951;
}

.news, .actions {
	width: 460px;
	float: left;
}

.news {
	padding-right: 33px;
	padding-top: 40px;
}

.actions {
	padding-left: 4px;
	padding-top: 40px;
}

.news h2, .actions h2 {
	color: #2F8A38;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 20px;
}

.news_block > div {
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	padding: 8px 0;
	overflow: hidden;
}

.news_block div:last-child {
	border-bottom: 0;
}

.news_block img {
	float: left;
	border-radius: 5px;
}

.news_block .n_text {
	padding-left: 130px;
	font-size: 12px;
}

.n_text h3, .act_text h3 {
	font-weight: normal;
	color: #434343;
	font-size: 18px;
	margin: 0;
}

.n_text p, .act_text p, .act_text .text {
	font-size: 12px;
	color: #444444;
	margin: 0;
}

.act_text p {
	margin-bottom: 13px;
}

.act_text {
	margin-top: 25px;
}

.n_readm {
	background: url(../img/n_bg.png) no-repeat right;
	font-weight: normal;
	color: #2C95CB;
	font-size: 14px;
	text-decoration: none;
	padding-right: 25px;
}

.n_readm:hover {
	text-decoration: underline;
}

.g_btn {
	float: right;
	padding: 3px 20px;
	color: #434343;
	text-decoration: none;
	border-radius: 3px;
	border: 2px solid #2F8A38;
	font-size: 14px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.g_btn:hover {
	color: #FFF;
	background: #2F8A38;
}

.s_btn {
	display: inline-block;
	padding: 3px 20px;
	color: #434343;
	text-decoration: none;
	border-radius: 3px;
	border: 2px solid #9D9D9D;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.s_btn:hover {
	color: #FFF;
	background: #9D9D9D;
}

.z_btn {
	display: inline-block;
	padding: 3px 20px;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	border: 2px solid #FFF;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.z_btn:hover {
	color: #2F8A38;
	background: #FFF;
}

.actions .bx-viewport {
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 15px;
}

.grey {
	background: #DFE3E6;
	padding: 30px 0;
}
.orange{background:#faa51e;padding: 30px 0;}
.green {
	background: #1678fd  url(../img/123.jpg) no-repeat;
	padding: 5px 0;
}

.white {
	background: #FFF;
	padding: 30px 0;
}

.more {
	background: #EFF4F6;
	padding: 30px 0;
}

.white h2 {
	text-align: center;
	font-size: 24px;
	color: #2F8A38;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.grey h2,.orange h2 {
	text-align: center;
	font-size: 24px;
	color: #2F8A38;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.green h2 {
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.more h2 {
	text-align: center;
	font-size: 24px;
	color: #2F8A38;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.g_slider .bx-wrapper .bx-controls-direction a {
	width: 42px;
	height: 43px;
	top: 100px;
	margin-top: -12px;
}

.g_slider .bx-wrapper .bx-controls-direction .bx-prev {
	background: url(../img/green_left.png) no-repeat;
	left: 0;
}

.g_slider .bx-wrapper .bx-controls-direction .bx-next {
	background: url(../img/green_right.png) no-repeat;
	right: 0;
}

.green .g_slider .bx-wrapper .bx-controls-direction .bx-prev {
	background: url(../img/green_left.png) no-repeat;
	left: 0;
}

.green .g_slider .bx-wrapper .bx-controls-direction .bx-next {
	background: url(../img/green_right.png) no-repeat;
	right: 0;
}

.g_slider .bx-wrapper .bx-viewport ul li {
	width: 242px !important;
	text-align: center;
	padding: 0 14px;
}

.g_slider .bx-wrapper .bx-viewport {
	width: 798px;
	margin: 0 auto;
}

.g_slider .bx-wrapper .bx-viewport img {
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	margin: 1px 1px 15px 1px;
}

.g_slider .bx-wrapper .bx-viewport a img:hover {
	border: 2px solid #2F8A38;
	margin: 0 0 14px 0;
}

.three h3 {
	color: #434343;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.three p {
	color: #434343;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}

.g_slider {
	text-align: center;
}

.green h3, .green p {
	color: #FFF;
}

.foot_nav,.fbg {
	background: #333333;
	padding: 40px 0;
	border-bottom: 1px solid #555556;
}
.fbg .g_slider .bx-wrapper .bx-controls-direction a{    top: 82px;}
.foot_nav .cent div {
	float: left;
	padding:0 25px;
}

.foot_nav .cent div ul {
       margin-left: 25px;
}

.foot_nav .cent div h3 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 25px;
	text-transform:uppercase;
}

.foot_nav .cent div ul li { line-height:18px; margin-bottom:6px; list-style:disc; color:#FFF;	font-size: 13px;}
.foot_nav .cent div a {
	color: #FFF;

	text-decoration: none;
	font-weight: 300;
}

.foot_nav .cent div a:hover {
	color: #FFF;
	text-decoration: underline;
}

.copyright {
	background: #1C1D1E;
	padding: 40px 0;
}

.logo_but, .map_but, .phone_but, .copy_but {
	float: left;
        margin: 0 26px;
}

.logo_but {

	font-size: 12px;
	color: #727272;
	height: 47px;
	padding-top: 6px;
	width: 136px;
	font-weight: lighter;
}

.map_but {
	background: url(../img/map_ico.png) no-repeat;
	font-size: 14px;
	color: #727272;
	padding-left: 30px;
	line-height: 15px;
	margin-top: 10px;
	width: 687px;
	font-weight: lighter;
}

.phone_but {
	background: url(../img/phone_ico_but.png) no-repeat 0 8px;
	font-size: 18px;
	color: #727272;
	padding-left: 30px;
	margin-top: 5px;
	width: 195px;
	font-weight: bold;
}

.phone_but p strong {
	font-size: 24px;
}

.copy_but {
	color: #727272;
	font-size: 12px;
	background: url(http://imperium.im/icon/imperium.im.png) no-repeat;
	padding: 16px 50px;
        float: right;
	font-weight: lighter;
}

.copy_but a {
	color: #727272;
}

.copy_but a:hover {
	text-decoration: none;
}

.not_f {
	height: 100%;
	width: 100%;
}

.not_bl {
	width: 600px;
	margin-top: 400px;
	margin: 0 auto;
}

.breadcrumbs {
	margin: 25px 0;
}

.breadcrumbs a {
	color: #2b96cc;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumbs a, .breadcrumbs span {
	font-size: 14px;
}

.content {
	margin-bottom: 30px;
}

.content h1 {
	text-transform: uppercase;
	font-size: 22px;
	color: #318b37;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
}

.content p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 20px;
}

.blocks {
	display: table;
	margin-bottom: 60px;
}

.block {
	text-align: center;
	float: left;
	width: 226px;
	margin-left: 18px;
}

.block:first-child {
	margin-left: 0;
}

.block img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b3b3b3;
}

.block h2 {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	margin: 10px 0;
	text-transform: uppercase;
}

.block a {
	float: none;
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	color: #216f31;
}

.pagination {
	text-align: center;
	margin-bottom: 70px;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	color: #000000;
	font-size: 14px;
	padding: 5px 10px;
}

.pagination a:hover {
	text-decoration: none;
}

.pagination b {
	background: #000;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	padding: 5px 10px;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
}

.pagination .prev, .pagination .next {
	color: #3B8BC7;
}

.pagination .prev:hover, .pagination .next:hover {
	background: none;
	color: #3B8BC7;
	opacity: 1;
}

.pagination .prev {
	background: url(../img/pag_ar_l.png) no-repeat left;
	padding-left: 20px;
}

.pagination .next {
	background: url(../img/pag_ar_r.png) no-repeat right;
	padding-right: 20px;

}

.pagination .prev:hover {
	background: url(../img/pag_ar_l.png) no-repeat left;
	padding-left: 20px;
}

.pagination .next:hover {
	background: url(../img/pag_ar_r.png) no-repeat right;
	padding-right: 20px;

}

.l_nav {
	width: 265px;
	float: left;
	margin-right: 30px;
}

.r_wrap {
	width: 660px;
	float: right;
}

.r_wrap .block {
	margin-left: 6px;
	width: 220px;
	padding-bottom: 15px;
}

.r_wrap .block:first-child {
	margin: 0;
}

.r_wrap .block h2 {
	margin: 0;
}

.r_wrap .block img {
	margin-bottom: 10px;
}

.full_prod {
	overflow: hidden;
	position: relative;
	margin-bottom: 120px;
}

.full_img {
	width: 357px;
	height: 382px;
	float: left;
	position: relative;
	background: #000;
}

.full_img span {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url(../img/lupe.png) no-repeat;
	width: 17px;
	height: 17px;
}

.full_img img {
	border: 1px solid #b3b3b3;
}

.full_desc {
	float: right;
	font-size: 14px;
	width: 568px;
	padding-bottom: 45px;
}

.full_desc ul {
	padding-left: 35px;
	list-style-type: disc;
	margin-bottom: 20px;
}

.full_desc h3 {
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

.full_desc p {
	margin: 0 0 5px 0;
}

.full_desc table tr td {
	padding: 5px 10px;
	border: 1px solid #B3B3B3;
	font-size: 14px;
}

.full_desc table {
	border: 1px solid #B3B3B3;
}

.buttons a {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px 8px 8px 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}

.buttons a:hover {
	opacity: 0.8;
}

.find_price {
	background: url(../img/find_price.png) no-repeat 10px #42B736;
	margin-right: 8px;
	font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 8px 8px 8px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.order_price {
	background: url(../img/order_price.png) no-repeat 10px #ffa200;
}

.buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 568px;
}

#f_data {
	display: none;
}

.fix_but {
	position: fixed;
	right: 0;
	top: 20%;
	margin-top: 112px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-right: -168px;
	z-index: 11;
}

.fix_but a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	margin: 0 10px;
}

.callback {
	background: #FEA110;
}

.question {
	background: #A1D579;
}

.act_bl {
	margin-bottom: 15px;
	overflow: hidden;
}

.act {
	position: relative;
	width: 470px;
	height: 206px;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}

.act_bl .act:first-child {
	margin: 0;
}

.act_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background: url(../img/info_bg.png);
	padding: 40px 14px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.act_info h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 30px;
}

.act_info a {
	margin: 0 auto;
	display: table;
	float: none;
	font-weight: bold;
	color: #2f8a38;
}

.act_wrap {
	margin-bottom: 50px;
}

.cont_wrap {
	height: 384px;
	position: relative;
	margin-bottom: 10px;
}

.cont_wrap .form {
	width: 310px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/info_bg.png);
	z-index: 1;
	padding: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.submit {
	border: 2px solid #6ABF6E !important;
	color: #6ABF6E !important;
	font-weight: bold !important;
	background-color: transparent;
	cursor: pointer;
}

.submit:hover {
	background: #6ABF6E;
	color: #fff !important;
}

.cont_wrap .form input, .cont_wrap .form textarea {
	width: 240px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 8px;
	border-radius: 3px;
	border: 2px solid #dfdfdf;
	margin-bottom: 18px;
	font-family: 'OpenSans';
	color: #666666;
	font-size: 14px;
	font-weight: lighter;
}

.cont_wrap .form textarea {
	height: 120px;
}

.cont_wrap .form h3 {
	text-transform: uppercase;
	color: #444444;
	font-size: 14px;
	margin-bottom: 15px;
}

input::-webkit-input-placeholder {color:#404040 !important;}
input::-moz-placeholder          {color:#404040 !important;}
input:-moz-placeholder           {color:#404040 !important;}
input:-ms-input-placeholder      {color:#404040 !important;}

textarea::-webkit-input-placeholder {color:#404040 !important;}
textarea::-moz-placeholder          {color:#404040 !important;}
textarea:-moz-placeholder           {color:#404040 !important;}
textarea:-ms-input-placeholder      {color:#404040 !important;}

.cont_map {
	width: 210px;
	background: url(../img/map.png) no-repeat left 3px;
	padding-left: 25px;
	font-size: 14px;
	color: #444444;
}

.cont_phone {
	width: 150px;
	background: url(../img/phone.png) no-repeat left top;
	padding-left: 25px;
	font-size: 14px;
	color: #444444;
}

.cont_mail {
	width: 220px;
	background: url(../img/mail.png) no-repeat left 3px;
	padding-left: 25px;
	font-size: 14px;
	color: #444444;
}

.cont_mail a {
	color: #444444;
	text-decoration: none;
}

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

.cont_info {
	overflow: hidden;
	margin-bottom: 50px;
float: left;
}

.train_head {
	margin-bottom: 40px;
}

.train_img {
	float: left;
	overflow: hidden;
}

.train_cont h2 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	text-transform: uppercase;
}

.train_cont {
	color: #000;
	font-size: 14px;
	margin-left: 300px;
	font-weight: normal;
	overflow: hidden;
}

.train_cont h2 a {
	color: #444444;
	text-decoration: none;
}

.train_cont h2 a:hover {
	text-decoration: underline;
}

.video_row {
	margin-bottom: 90px;
	overflow: hidden;
}

.video_row a {
	float: left;
	width: 282px;
	margin-right: 56px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}

.video_row a:last-child {
	margin: 0;
}

.video_row a span {
	background: url(../img/play.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 81px;
	height: 80px;
	margin-left: -40px;
	margin-top: -50px;
	z-index: 1;
}

.video_row a:hover img{
	opacity: 0.5;
}

.gal {
	margin-bottom: 40px;
}

.gal img {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.result {
	border-bottom: 1px solid #b4b4b4;
	position: relative;
	padding-bottom: 12px;
}

.result:before {
	content: "";
	border-top: 1px solid #b4b4b4;
	position: absolute;
	width: 100%;
	top: -14px;
}

.s_img {
	float: left;
	border-radius: 3px;
	border: 1px solid #b3b3b3;
	overflow: hidden;
}

.s_cont a {
	color: #2b96cc;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

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

.s_cont {
	margin-left: 180px;
}

.s_result {
	overflow: hidden;
	margin-bottom: 20px;
}

.search_block {
	margin-bottom: 100px;
}

.all {
	float: right;
	margin-top: 10px;
	color: #2b96cc;
}

.all:hover {
	text-decoration: none;
}

.act_more {
	margin-bottom: 50px;
}

.form h1 {
	font-size: 24px;
	font-weight: normal;
	color: #444444;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.form input {
	border: 3px solid #cacaca;
	background: #FFF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #8e8e8e;
	font-family: 'OpenSans';
	font-size: 14px;
	padding: 8px 12px;
	margin-bottom: 20px;
}

#f_block {
	width: 250px;
	margin: 18px;
}

#o_block {
	width: 250px;
	margin: 18px;
}

.f_btn {
	background: #E24020 !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px !important;
	cursor: pointer;
	border: none !important;
	padding: 10px 0 !important;
	margin-bottom: 0 !important;
}

.f_btn:hover {
	opacity: 0.8;
}

span.error {
	color: #e24020 ;
	font-size: 12px;
	position: absolute;
	bottom: 2px;
	left: 0;
}

input.error {
	border: 3px solid #e24020;
}

.form form > div {
	position: relative;
}

.success {
	background: #318b37;
	color: #FFF;
	padding: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}


.multilevel > li span, .multilevel > li a {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
	border-bottom: 1px dotted #E2E2E2;
	text-decoration: none;
}

.multilevel > li span:hover, .multilevel > li a:hover {
	background: #EFEFEF;
	cursor: pointer;
}

.multilevel > li > ul > li a {
	padding: 7px 5px 7px 45px;
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	display: block;
	background: url(../img/mark.png) no-repeat 25px 14px;
	font-weight: normal;
	text-transform: none;
}

.multilevel > li > ul > li a:hover {
	background: url(../img/mark.png) #EFEFEF no-repeat 25px 14px;
}

.multilevel > li > ul > li > ul > li a {
	padding: 7px 5px 7px 60px;
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	display: block;
	background: url(../img/mark.png) no-repeat 42px 14px;
}

.multilevel > li > ul > li > ul > li a:hover {
	background: url(../img/mark.png) #EFEFEF no-repeat 42px 14px;
}

.multilevel ul {
	display: none;
	width: 265px;
}

.root-item-selected {
	background: #EFEFEF;
}

.edit_gal{
	border: 2px solid #2f8a38;
	border-radius: 3px;
	color: #434343;
	float: right;
	font-size: 14px;
	padding: 3px 20px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	float: left;
	margin: 25px 0 0 30px;
}

.edit_gal:hover {
	background: #2f8a38;
	color: #FFF;
}

.hidden{
	opacity:0;
}
.visible{
	opacity:1;
}

.search_form {
	float: right;
	position: relative;
}

.search_form input:last-child {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	background: url(../img/search.png) 0 8px no-repeat;
	width: 20px;
	height: 34px;
	cursor: pointer;
	border: 0;
}
.arcticmodal-container_i2 .form { background:#FFF; padding:18px; position:relative;}

.blocks .block h2 {
	min-height: 57px !important;
}

.map_but .confoot {float: left; margin-right: 25px;}
.r_wrap ul {list-style: outside none square; margin-left: 30px;}

div.news-detail .docs { border: none; text-decoration: none;}
.images-links {padding: 11px 19px; width: 88%; background: #F2F2F2; margin-bottom: 15px;}
.images-links a {text-decoration: none;} 