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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.2;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

@font-face {
	font-family: 'BankGothicRUSSMedium';
	src: url('../fonts/bankgothic_russ_medium-webfont.eot');
	src: local('BankGothic RUSS'), local('BankGothicRUSSMedium'), url('../fonts/bankgothic_russ_medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	color: #666;
	height: 100%;
	font: normal 14px / 18px 'Trebuchet MS', Helvetica, sans-serif;
}

html {
}

body {
	background: url(../i/site-strike.jpg) 0 120px repeat-x;
}

body > .wrapper {
	height: auto !important;
	min-height: 100%;
}

.wrapper {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: url(../i/line_bg.png) 50% 0 repeat-y;
	overflow: hidden;
}

.wrapper:before, .wrapper:after, .header:before, .footer:after {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	content: "";
	background: #000;
	overflow: hidden;
}

.wrapper:before, .header:before {
	top: 0;
}

.wrapper:after, .footer:after {
	bottom: 0;
}

.base {
	width: 1000px;
	padding: 280px 0 70px;
	margin: 0 auto;
}

/*.base:before,*/
/*.base:after{*/
	/*z-index: 100;*/
	/*position: fixed;*/
	/*width: 999px;*/
	/*height: 1077px;*/
	/*left: 50%;*/
	/*top: 0;*/
	/*content: "";*/
	/*-webkit-transform: translate(-50%,0);*/
	/*-ms-transform: translate(-50%,0);*/
	/*transform: translate(-50%,0);*/
/*}*/

/*.base:before{*/
	/*margin: 0 0 0 999px;*/
	/*background: url(../i/flover/flover_right.jpg) 0 0 no-repeat;*/
/*}*/

/*.base:after{*/
	/*margin: 0 0 0 -1019px;*/
	/*background: url(../i/flover/flover_left.jpg) 0 0 no-repeat;*/
/*}*/

/*---------------------------------------------------------------------------global*/

a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
}

.content_row p {
	padding: 0 0 10px;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.ie, .hide {
	display: none;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------header*/
.header {
	z-index: 5;
	position: absolute;
	width: 1000px;
	height: 280px;
	top: 0;
	margin: 0 auto;
	background: #fff url(../i/site-strike.jpg) 0 120px repeat-x;
}

.logo {
	z-index: 2;
	position: absolute;
	width: 279px;
	height: 83px;
	top: 27px;
	left: 22px;
	text-decoration: none;
	overflow: hidden;
}

.logo span {
	z-index: 2;
	position: absolute;
	width: 279px;
	height: 83px;
	top: 0;
	left: 0;
	background: url(../i/logo.jpg) 0 0 no-repeat;
	overflow: hidden;
}

a.logo:hover, .logo span:hover, .langs a:hover span {
	text-decoration: none;
	cursor: pointer;
}

.sec_nav {
	position: absolute;
	height: 21px;
	top: 5px;
	right: 22px;
	text-align: center;
	overflow: hidden;
}

.sec_nav li {
	float: left;
}

.sec_nav a {
	position: relative;
	display: block;
	height: 21px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
}

.sec_nav a:hover, .sec_nav a:focus {
	color: #329900;
	text-decoration: none;
}

.sec_nav .mark a, .sec_nav .mark a:hover, .sec_nav .mark a:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.sec_nav .mark a:before, .sec_nav .mark a:after {
	position: absolute;
	width: 15px;
	height: 21px;
	top: 0;
	content: "";
	background-image: url(../i/nav_select.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.sec_nav .mark a:before {
	left: 0;
	background-position: -15px -21px;
}

.sec_nav .mark a:after {
	right: 0;
	background-position: 0 -21px;
}

.main_nav {
	position: absolute;
	top: 123px;
	left: 756px;
}

.main_nav a {
	position: relative;
	display: block;
	width: 200px;
	height: 42px;
	padding: 0 22px 0 0;
	color: #fff;
	font-size: 20px;
	line-height: 39px;
	text-align: right;
	background-color: #98dc30;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;

}

.main_nav a:hover, .main_nav .select a:hover, .main_nav .select a {
	top: 1px;
	left: 1px;
	background-color: #f17300;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	text-decoration: none;

}

.service a {
	z-index: 1;
	background-image: url(../i/main_nav2.png);
}

.price a {
	z-index: 2;
	background-image: url(../i/main_nav3.png);
}

.contacts a {
	z-index: 3;
	background-image: url(../i/main_nav.png);
}

.header .vcard {
	position: absolute;
	width: 310px;
	top: 38px;
	right: 23px;
	overflow: hidden;
}

.header .vcard a {
	text-decoration: underline;
}

.header .vcard a:hover, .header .vcard a:focus {
	text-decoration: none;
}

.header .org, .header  .url, .header .region, .header .country-name, .header .postal-code, .hide, .header .url {
	display: none;
}

.header .adr {
	text-align: right;
	padding: 0 0 0 0;
}

.header .tel {
	padding: 3px 4px 0 0;
	font-size: 20px;
	font-family: 'BankGothicRUSSMedium', sans-serif;
	color: #d11717;
	text-align: right;
}

.big {
	padding: 0 0 3px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.offer {
	position: absolute;
	width: 460px;
	top: 126px;
	left: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 41px;
}

.offer li {
	position: relative;
	float: left;
	clear: both;
	white-space: nowrap;
}

.offer_row_w {
	position: absolute;
	top: 120px;
	left: 30px;
	height: 133px;
	line-height: 133px;
}

.offer_row {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 26px;
	line-height: 42px;
}

.special_proposes {
	position: absolute;
	display: none;
	padding: 15px 50px 15px 15px;
	top: 130px;
	left: 50px;
	font-size: 20px;
	color: #d11717;
	background: #fff url(../i/hend.png) 100% 100% no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.special_proposes span {
	display: block;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

.nav_bar {
	z-index: 5;
	position: absolute;
	width: 970px;
	top: 260px;
	left: 30px;
	overflow: hidden;
}

.nav_bar a {
}

.nav_bar a:hover {
	color: #329900;
	text-decoration: none;
}

.nav_bar li {
	display: inline;
	padding: 0 0 0 14px;
	font-size: 12px;
	line-height: 16px;
	background: url(../i/nav_bar.png) 0 4px no-repeat;
}

.nav_bar li:last-child {
	background-image: url(../i/nav_bar_hover.png);
}

.nav_bar li:first-child {
	padding: 0 3px 0 0;
	background: none;
}

.street-address {
	/*display: block;*/
}

/*-----------------------------------------------------------------------------------header*/
/*---------------------------------------------------------------------------------main_row*/
.main_row {
	z-index: 2;
	position: relative;
	width: 1000px;
	padding: 20px 0;
	overflow: hidden;
}

/*---------------------------------------------------------------------------global*/
.left {
	float: left;
}

img.left {
	margin: 10px 20px 10px 0;
}

.right {
	float: right;
}

img.right {
	margin: 10px 0 10px 20px;
}

.tdu{
	text-decoration: underline;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------content_row*/
.content_row {
	position: relative;
	width: 710px;
	float: left;
	overflow: hidden;
}

.inner_page .content_row {
	width: 700px;
}

.mod_2.inner_page .content_row {
	padding: 0 12px 0 0;
}

.headline {
	padding: 0 0 5px 20px;
	margin: 0 0 10px 10px;
	color: #333;
	font-size: 20px;
	line-height: 22px;
	border-bottom: 1px dashed #329900;

}

/*--------------------------------------------special_offer*/

.special_offer {
	position: relative;
	width: 486px;
	height: 218px;
	padding: 0 0 0 200px;
	margin: 16px 12px 25px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.special_offer:before{
	position: absolute;
	left: 15px;
	top: -16px;
	width: 191px;
	height: 234px;
	content: "";
	background: url(../i/gerl.png) 0 0 no-repeat;
}

.cat_ru, .cat_eu, .cat_us {
	width: 67px;
}

.special_offer h2,
.spec_off_hline{
	padding: 16px 0 10px;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	text-transform: uppercase;
	color: #d11717;
	/*-webkit-box-reflect: below -80px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.33, rgba(255, 255, 255, 0.0976563)), to(rgba(255, 255, 255, 0.449219))) 0 0 0 0 stretch stretch;*/
}

.spec_off_hline{
	margin: 0 0 10px;
}

.short_offer {
	z-index: 5;
	position: absolute;
	width: 137px;
	height: 99px;
	top: 60px;
	left: 164px;
	overflow: hidden;
}

.special_offer span {
	z-index: 10;
	position: absolute;
	width: 137px;
	height: 99px;
	top: 0;
	left: 0;
	background-position: -164px -78px;

}

.offer_text {
	text-align: right;
	padding: 0 30px 0 170px;
}

.offer_text h3 {
	padding: 5px 0 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.button {
	position: absolute;
	width: 105px;
	height: 32px;
	padding: 0 50px 0 0;
	bottom: 15px;
	right: 27px;
	line-height: 29px;
	color: #334026;
	background: url(../i/button.png) 0 0 no-repeat;

}

.button:hover {
	text-decoration: none;
	background-image: url(../i/button_hover.png);
}

/*--------------------------------------------special_offer*/
/*--------------------------------------------main_service*/

.main_service {
	width: 710px;
	overflow: hidden;
}

.main_service li {
	width: 325px;
	padding: 0 15px 0 15px;
	float: left;
}

.main_service li:first-child {
	padding: 0 15px 0 15px;
}

.main_service h2 {
	width: 323px;
	height: 110px;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 22px;
}

.main_service h2 a {
	display: block;
	width: 168px;
	height: 100px;
	color: #333;
	padding: 10px 140px 0 15px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.main_service h2 a:hover {
	text-decoration: none;
	border-color: #333;
	box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;
}

.two h2 a {
	background: url(../i/serv_1.jpg) 0 0 no-repeat;
}

.one h2 a {
	background: url(../i/serv_2.jpg) 0 0 no-repeat;

}

.main_service .text {
	position: relative;
	padding: 0 15px 30px;
}

.details {
	position: absolute;
	width: 43px;
	height: 44px;
	bottom: 0;
	right: 0;
	background: url(../i/arrow.png) 0 0 no-repeat;
}

.details:hover {
	background-image: url(../i/arrow_hover.png);
	text-decoration: none;
}

/*--------------------------------------------main_service*/
/*--------------------------------------------service_second*/

.service_second {
	padding: 15px 0;
	margin: 15px 0;
	border: dashed #329900;
	border-width: 1px 0;
	overflow: hidden;
}

.service_second_wrap{
	position: relative;
	padding: 15px 0;
	margin: 15px 0;
	overflow: hidden;
	border: dashed #329900;
	border-width: 1px 0;
}

.service_second.mod_1{
	position: relative;
	float: left;
	width: 355px;
	padding: 0;
	margin: 0;
	border: none;
}

.service_second li {
	width: 316px;
	padding: 0 30px 5px 9px;
	float: left;
	overflow: hidden;
}

.service_second a, .service_menu a, .a_list a {
	display: block;
	padding: 0 0 0 22px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: 700;
	background: url(../i/arrow_small.png) 0 1px no-repeat;
}

.service_second a span {
	/*border-bottom: 1px dashed #329900;*/
}

.service_second a:hover, .service_menu a:hover, .a_list a:hover, .service_second a:focus, .service_menu a:focus, .a_list a:focus {
	text-decoration: none;
	background-image: url(../i/arrow_hover_small.png);
}

.service_second a:hover span, .service_menu a:hover span, .a_list a:hover span, .service_second a:focus span, .service_menu a:focus span, .a_list a:focus span {
	border-bottom: 1px dashed #f17300;
}

.price_block {
	position: relative;
	width: 640px;
	padding: 10px 10px 50px 10px;
	margin: 40px 0 0 30px;
	border: 5px solid #329900;
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	-khtml-border-radius: 0 5px 5px 5px;
	box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;

}

.price_block_sub_hline{
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #329900;
}

.price_block h2 {
	position: absolute;
	padding: 5px 5px 0;
	top: -35px;
	left: -10px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'BankGothicRUSSMedium';
	overflow: hidden;
}

.price_block h2 span {
	display: block;
	padding: 3px 15px 2px 15px;
	background: #329900;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}

.price_text {
	color: #334026;
}

.button.price_link {
	width: 90px;
	padding: 0 50px 0 15px;
	bottom: 10px;
	right: 10px;
}

/*--------------------------------------------service_second*/
/*--------------------------------------------static*/

.static {
	margin: 0 0 0 30px;
	overflow: hidden;
}

.contact .static {
	margin: 0;
}

.static abbr {
	font-weight: 700;
	font-style: italic;
}

.overflow {
	overflow: hidden;
}

.no_clear {
	clear: none !important;
}

.photo {
	margin: 20px 20px 10px 5px;
	float: left;
	border: 5px solid #fff;
	box-shadow: 3px 3px 10px #666;
}

.static h2 {
	padding: 20px 0 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #329900;
	clear: both;
}

.static .blockquote h2 {
	padding: 0;
	color: #fff;
}

.static .blockquote a, .static .blockquote a:hover {
	color: #fff !important;
	border-color: #fff !important;
}

.static h3 {
	padding: 10px 0 0;
}

.static h3 {
	color: #329900;
}

.green,
.important {
	color: #329900;
	font-weight: 700;
}

.green_fwn{
	color: #329900;
}

.styled {
	font-size: 20px;
	font-family: 'BankGothicRUSSMedium', sans-serif;
}

.static .italic {
	padding: 10px 0 10px 65px;
	font-style: italic;
	text-align: justify;
}

.static .italic_2 {
	padding: 10px 0 10px 20px;
	font-style: italic;
}

.static .italic.mod_1{
	padding: 10px 0 10px 170px;
}

.dashed_line {
	display: block;
	height: 1px;
	margin: 20px 0 0;
	border-bottom: 1px dashed #329900;
}

.italic.overflow {
	padding: 10px 0 !important;
}

.partners_offer_full .italic {
	padding: 10px 0 0 !important;
	overflow: hidden;
}

.no_overflow {
	overflow: visible !important;
}

.static p {
	padding: 10px 0 0;
}

.price_text p{
	padding: 10px 0 0;
}

.price_text p:first-child,
.static p:first-child{
	padding: 0;
}

.static .indent_1 {
	padding: 10px 0 0 15px;
	color: #000;
}

.static .indent_2 {
	padding: 10px 0 0 30px;
	color: #000;
}

.static ul,
.price_text .list{
	margin: 5px 0 0 17px;
	/*list-style: disc outside;*/
}

.static .list, .static .list ul,
.price_text .list{
	list-style: none;
	clear: both;
}

.static .list_rows {
	list-style: none;
}

.static .list_rows:after {
	position: static;
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}

.static .list_rows li,
.static .list_r_item{
	display: inline-block;
	width: 46%;
	vertical-align: top;
}

.static  .list li, .static .list_rows li,
.static .list_r_item,
.price_text .list li{
	padding: 5px 0 0 10px;
	background: url(../i/arrow_list.png) 0 10px no-repeat;
}

.static .blockquote .list_rows li,
.static .blockquote .list_r_item
{
	background-image: url(../i/arrow_list_white.png);
}

.static .list .lv_2 li,
.static .list_marker_v2 li{
	padding: 5px 0 0 13px;
	background: url(../i/small_GREEN_Button.png) 0 11px no-repeat;
}

.static .list_rows li,
.static .list_r_item{
	padding: 5px 10px 0 10px;
}

.static ol {
	margin: 5px 0 0 22px;
	list-style: decimal outside;
}

.static li ul, .static li ol {
	margin-top: 0;
}

.static li, .static li {
	padding: 5px 0 0;
}

.static .blockquote {
	padding: 8px 10px 10px;
	margin: 15px 0 5px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #329900;
	border-radius: 5px;
	clear: both;
}

.list_r_hold{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.list_r_item{
	display: block !important;
	width: 100% !important;
	margin: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.static_indent_x2{
	padding: 20px 0 0 !important;
}

/*----------------------------*/
.dialog {
	padding: 5px;
	border: 1px solid #329900;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.person {
	display: inline-block;
	width: 25px;
	color: #329900;
	font-weight: 700;
	vertical-align: top;
}

.person_text {
	display: inline-block;
	width: 625px;
	vertical-align: top;
}

/*----------------------------*/

.static .marker {
	padding: 0 0 0 10px;
	background: url(../i/arrow_list.png) 0 5px no-repeat;
}

.center {
	text-align: center;
}

table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
	border-style: solid;
	border-width: 0 0 1px 1px;
}

table th, table td {
	border-style: solid;
	border-width: 1px 1px 0 0;
}

.static table, .price_text table {
	z-index: 20;
	position: relative;
	width: 98%;
	margin: 10px auto;
	clear: both;
	border-color: #666;
}

.static table{
	margin: 10px 0;
}

.static th, .price_text th {
	color: #333;
	/*background: #cccccc;*/
}

.static td, .static th, .price_text td, .price_text th {
	padding: 5px 10px;
	border-color: #666;
}

.small_col {
	width: 130px;
}

.price_col {
	width: 150px;
}

.middle_col {
	width: 240px;
}

.static .vcard {
	width: 315px;
	height: 195px;
	padding: 20px 361px 20px 20px;
	margin: 0 0 5px;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	background: url(../i/contact.jpg) 0 0 no-repeat;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.static .vcard.mod_1{
	height: auto;
}

.static .vcard a {
	margin: 0 0 0 5px;
	color: #209400;
}

.static .vcard .icq {
	padding: 0 0 0 35px;
	color: #209400;
}

.static .vcard .tel {
	padding: 0 0 0 23px;
	color: #209400;
}

.fwb {
	font-weight: 700;
}

.review_img {
	display: block;
	width: 400px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.review_img_link {
	display: block;
	width: 400px;
	margin: 20px auto;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #ddd !important;
}

.qr-code {
	display: block;
	padding: 5px;
	margin: 20px auto 5px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.mod_review {
	padding: 10px 0 0;
	margin: 20px 0 0 30px;
	border-top: 1px dashed #329900;
}

.mod_review > ul {
	margin: 0 !important;
}

.partners_offer_list li:first-child {
	padding: 0 !important;
	margin: 0 !important;
	border-top: none;
}

.partners_offer_list a {
	color: #329900;
}

.partners_offer_list a:hover {
	color: #f17300;
	text-decoration: none;
}

.partners_offer_list li {
	padding: 10px 0 0 !important;
	margin: 10px 0 0 !important;
	border-top: 1px dashed #329900;
}

.main_page .partners_offer_short a, .share_offer dt a, .partners_offer dt a {
	color: #333;
}

.main_page .partners_offer_short a:hover, .share_offer dt a:hover, .partners_offer dt a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #f17300;
}

.main_page .partners_offer_short .img a:hover {
	text-decoration: none;
	border: none !important;
}

.share_offer_full, .partners_offer_short {
	overflow: hidden;
}

.share_offer_full .img, .partners_offer_short .img {
	padding: 0 15px 15px 0;
	float: left;
}

.share_offer_full dd, .partners_offer_short dd {
	overflow: hidden;
}

.share_offer_full dt, .partners_offer_short dt {
	padding: 0 0 10px;
	font-size: 16px;
	color: #329900;
	line-height: 20px;
	font-weight: 700;
}

.partners_details {
	display: block;
	padding: 0 22px 0 0;
	float: right;
	line-height: 18px;
	font-weight: 700;
	background: url(../i/arrow_small.png) 100% 50% no-repeat;
}

.partners_details:hover {
	background-image: url(../i/arrow_hover_small.png);
	border: none !important;
}

.main_page .partners_details {
	margin: 0 0 5px;
}

.partners_details span {
	line-height: 16px;
}

.partners_details:hover span {
	border-bottom: 1px dashed #f17300;
}

.partners_offer_full a, .link_style a {
	color: #329900;
	border-bottom: 1px dashed #329900;
}

.link_style {

}

.partners_offer_full a:hover, .link_style a:hover {
	color: #f17300;
	text-decoration: none;
	border-bottom: 1px solid #f17300;
}

/*--------------------------------------------static*/
/*--------------------------------------------additional_links*/

.additional_links {
	padding: 20px 0 30px 20px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

.a_headline {
	padding: 10px;
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	background: #d11718;
	/*background: #f17400;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.a_headline.mod_1{
	width: 636px;
	margin: 24px 0 10px;
}

.a_list {

}

/*--------------------------------------------additional_links*/
.news {
	padding: 0 15px;
	overflow: hidden;
}

.news .img, .partners_offer_full .img {
	padding: 0 25px 0 0;
	float: left;
}

.news dt {
	padding: 15px 0 10px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.news dt, .news dd {
	overflow: hidden;
}

.news .text strong {
	display: block;
}

.main_row .content_row .map {
	margin: 0;
}

.sub_hline {
	padding: 10px 0 !important;
}

.static .img_list {
	position: relative;
	margin: 0;
	padding: 15px 0 10px;
	overflow: hidden;
	text-align: center;
}

li.img_l_item {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 15px;
	vertical-align: top;
}

.img_l_item:first-child {
	margin: 0;
}

.img_l_item:nth-child(4n) {
	margin: 0;
}

.img_l_item a, .img_l_item a:hover {
	display: block;
	border: none;
}

.img_l_item img {
	display: block;
}

.static_v2 .sub_hline_v2 {
	padding: 0 0 10px;
	font-size: 14px;
	color: #666;
}

.static_v2 p {
	padding: 0 0 10px;
}

.static_v2 .img_list img {
	width: 207px;
	height: 150px;
}

.frame_w {
	width: 420px;
	padding: 6px 6px 3px;
	background: #fff;
	border: 2px solid #666;
}

/*---------------------------------------------------------------------------content_row*/
/*---------------------------------------------------------------------------primary_row*/
.primary_row {
	position: relative;
	width: 222px;
	padding: 0 22px 0 6px;
	float: right;
	overflow: hidden;
}

.inner_page .primary_row .share_offer h2, .primary_row .share_offer h2 {
	padding: 0;
	margin: 0;
	text-align: right;
	border-bottom: none;
}

.primary_row .share_offer h2 a, .partners_offer h2 a {
	position: relative;
	display: block;
	width: 200px;
	padding: 5px 22px 5px 0;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	text-align: right;
	background: #d11717;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.partners_offer h2 a {
	background: #f17300;
}

.primary_row .share_offer h2 a:hover, .partners_offer h2 a:hover {
	text-decoration: none;
	box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;
}

.inner_page .primary_row h2 {
	font-size: 20px;
	line-height: 22px;
	padding: 0 22px 5px 15px;
	margin: 0 0 10px;
	color: #333;
	text-align: right;
	border-bottom: 1px dashed #329900;
}

.service_menu li, .a_list li {
	padding: 0 0 10px;
}

.service_menu .lv_sub {
	padding: 0 0 10px 22px;

}

.service_menu .lv_sub a {
	padding: 0 0 0 10px;
	background: url(../i/arrow_list.png) 0 5px no-repeat;
}

.service_menu li a, .a_list li a {
	font-size: 14px;
	line-height: 18px;
}

.share_offer, .partners_offer {
	width: 222px;
	padding: 0 0 15px;
	margin: 0 0 25px;
	border-bottom: 1px dashed #329900;
}

.inner_page .share_offer {
	padding: 30px 0;
	margin: 15px 0 0;
	border-top: 1px dashed #329900;
	border-bottom: none;
}

.share_offer dl, .partners_offer dl {
	/*width: 200px;*/
	/*padding: 0 22px 0 0;*/
	text-align: right;
}

.share_offer dt, .partners_offer dt {
	padding: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.date {
	display: inline-block;
	padding: 0 5px 0 4px;
	margin: 0 0 5px;
	border: 1px solid #ddd;
	font-size: 11px;
	font-weight: 700;
	color: #d11717;
	font-family: 'BankGothicRUSSMedium', sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.share_offer .text, .partners_offer .text {
	text-align: left;
}

.it_outsorce {
	z-index: 1;
	position: relative;
	display: block;
	width: 212px;
	height: 66px;
	padding: 0 0 0 10px;
	margin: 0 0 3px;
	text-decoration: none;
}

.it_outsorce:hover, .it_outsorce:hover span {
	text-decoration: none;
	cursor: pointer;
}

.it_outsorce span {
	z-index: 5;
	position: absolute;
	width: 222px;
	height: 66px;
	top: 0;
	left: 0;
	background: url(../i/it_outsorce.jpg) 0 0 no-repeat;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.it_outsorce:hover span {
	box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;
}

.auxilery {
	display: none;
}

.explanation_block {
	position: relative;
	display: block;
	width: 222px;
	height: 168px;
	line-height: 168px;
	margin: 15px 0 25px;
	color: #fff;
	font-size: 26px;
	text-align: right;
	background: #f17300;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
}

.explanation_block.mod_1{
	height: 60px;
	margin: 0 0 10px;
	line-height: 60px;
	text-align: center;
	background: #d11717;
}

.explan_text {
	position: absolute;
	width: 100%;
	left: 0;
	top: 17px;
	line-height: 38px;
	text-align: center;
}

.explan_butt {
	position: absolute;
	width: 200px;
	bottom: 24px;
	left: 50%;
	height: 32px;
	margin: 0 0 0 -100px;
	padding: 0 0 0 28px;
	text-align: left;
	line-height: 29px;
	font-size: 16px;
	font-weight: 700;
	color: #334026;
	border: 1px solid #c4c4c4;
	border-radius: 8px;
	background: #f1f1f1 url(../i/arrow_2.png) 150px 50% no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2), 1px 1px 4px rgba(0, 0, 0, .4);
}

.explanation_block:hover .explan_butt,
.explan_butt:hover {
	border-color: #999;
	background-image: url(../i/arrow_2_h.png);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2), 1px 1px 4px rgba(0, 0, 0, .6);

}

.explan_butt.mod_1{
	position: relative;
	display: block;
	bottom: auto;
	left: 0;
	margin: 0 auto;
	width: 200px;
}

.explan_butt.mod_2{
	position: relative;
	display: block;
	bottom: auto;
	left: auto;
	width: 200px;
	margin: 0 auto 4px;
}

.static .end_action{
	display: inline-block;
	padding: 15px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #d11717;
	text-align: left;
}

.primary_row .details {
	position: static;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../i/arrow_small.png);
}

.primary_row .details:hover {
	background-image: url(../i/arrow_hover_small.png);
}

/*---------------------------------------------------------------------------primary_row*/
.tar {
	text-align: right;
}

/*---------------------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	position: absolute;
	width: 1000px;
	height: 72px;
	bottom: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	overflow: hidden;
}

.copy {
	z-index: 5;
	position: absolute;
	bottom: 5px;
	left: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.wrapper .footer:after {
	z-index: 1;
	height: 26px;
}

/*-----------------------------------------------------------------------------------footer*/

/*----------------------------------social_menu*/
.social_menu {
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.s_m_item {
	position: relative;
	display: inline-block;
	width: 37px;
	padding: 0 9px 9px 0;
	vertical-align: top;
}


.soc_trigger {
	display: block;
	width: 38px;
	height: 38px;
	text-decoration: none;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: rgba(209,23,23,1);
	background-size: auto 50% ;
	border-radius: 50%;
	cursor: pointer;
}

.soc_trigger:hover{
	text-decoration: none;
}

.s_m_item .s_m_vc{
	background-image: url(../i/social/vk_2.svg);
}

.s_m_item .s_m_vc:hover, .active_bubble_w .s_m_vc{
	background-color: #4d7198;
}

.s_m_item .s_m_odnoklassniki{
	background-image: url(../i/social/od.svg);
	background-size: auto 55% ;
}

.s_m_item .s_m_odnoklassniki:hover, .active_bubble_w .s_m_odnoklassniki{
	background-color: #c6312b;
}

.s_m_item .s_m_fb{
	background-image: url(../i/social/facebook.svg);
}

.s_m_item .s_m_fb:hover, .active_bubble_w .s_m_fb{
	background-color: #3b5998;
}

.s_m_item .s_m_tweeter{
	background-image: url(../i/social/twitter.svg);
}

.s_m_item .s_m_tweeter:hover, .active_bubble_w .s_m_tweeter{
	background-color: #20afe4;
}

.s_m_item .s_m_google_plus_one{
	background-image: url(../i/social/googleplus.svg);
}

.s_m_item .s_m_google_plus_one:hover, .active_bubble_w .s_m_google_plus_one{
	background-color: #000;
}

.s_m_item .s_m_livej{
	background-image: url(../i/social/LifeJournal.svg);
}

.s_m_item .s_m_livej:hover, .active_bubble_w .s_m_livej{
	background-color: #5F6F86;
}

.lj-button{
	display: block;
	width: 96px;
	height: 16px;
	border-radius: 4px;
	border: 2px solid #fff;
	background: url(../i/lj_button_20.jpg) 0 0 no-repeat;
}

.s_m_item .s_m_m_world{
	background-image: url(../i/social/email.svg);
}

.s_m_item .s_m_m_world:hover, .active_bubble_w .s_m_m_world{
	background-color: #FAA61A;
}


/*----------------------------------social_menu*/
/*---------------------------------------------bubble_global*/
.bubble {
	position: absolute;
	display: none;
	padding: 13px;
	left: 2px;
	bottom: 50px;
	background: rgba(97,97,97,0.62);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.s_m_item:first-child .bubble{
	left: 1px;
}

.bubble:before{
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.bubble:before {
	z-index: 1;
	bottom: -10px;
	left: 7px;
	border-top: 10px solid rgba(97,97,97,0.62);
}

.bubble:after {
	z-index: 5;
	top: -9px;
	right: 7px;
	border-bottom: 10px solid #fff;
}

.soc_butt_test {
	display: block;
	width: 100px;
	height: 20px;
	background: #ccc;
	border-radius: 3px;
}
/*---------------------------------------------bubble_global*/

