/*
Autoua.net
-
(C) 2006-2011, MSP "Magnet"
*/
html {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	height: 100%;
	font:62.5%/1.4 Arial, Helvetica, sans-serif;
}
a {
	color:#06c;
}
a:hover {
	color:#b00000;
}
a img {
	border:0;
}
p {
	margin:1em 0;
	font-size:1.1em;
}
.normal-font {
	font-size: 14px;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
.hidden {
	display:none!important;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
.banner_center {
	text-align: center;
}
.top-banner-wrapper {
	padding-bottom:4px;
}
.top-banner {
	width:990px;
	overflow:hidden;
	margin:0 auto;
	font-size:0;
	line-height:0;
}
.top-banner .left {
	/*	float:left;*/
	text-align: center;
}
.top-banner .right {
	float:right;
}
.wrap-content {
	overflow: hidden;
}
/* wysiwyg styles */

.image_left {
	float:left;
	margin:0 15px 15px 0;
}
.image_left-wrap {
	float:left;
	margin:0 15px 15px 0;
}
.image_right {
	float:right;
	margin:0 0 15px 15px;
}
.image_right-wrap {
	float:right;
	margin:0 0 15px 15px;
}
.image_center {
	display:block;
	margin:1em auto;
}
#page-wrapper {
	min-width:1000px;
	background:url(/static/img/bg-header.png) repeat-x;
}
#page {
	width: 100%;
	margin:0 auto;
}
/* topbar */

#topbar {
	height:20px;
	padding:8px 0 0;
	text-align:right;
	color:#fff;
	font:1.1em/1 Tahoma, Verdana, sans-serif;
}
#topbar a {
	color:#fff;
	text-decoration:none;
}
#topbar a:hover {
	text-decoration:underline;
}
#topbar ul {
	float:left;
	display:inline;
	overflow:hidden;
	margin:8px 0 0 -5px;
	padding:0 0 5px;
}
#topbar li {
	float:left;
	display:inline;
	padding:0 5px;
	margin:0 -1px 0 0;
	border-right:1px solid #fff;
}
#topbar ul a {
	margin:0;
	float:none;
}
/* header */


#header {
	width:100%;
	overflow:hidden;
}
#header a.logo {
	float:left;
	width:169px;
	height:83px;
	margin-right:-200px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/static/img/bg-logo.png) no-repeat;
	position:relative;
	left:-5px;
}
#header div {
	/*	float:right;*/
	width:100%;
}
#header div div {
	float:none;
	width:auto;
	padding:0 0 0 200px;
}
#header ul {
	float:left;
	width:100%;
	overflow:hidden;
	margin:28px 0 0;
	padding:0 0 1px;
	list-style:none;
	font:1em/1 Tahoma, Verdana, sans-serif;
}
#header li {
	float:left;
	width:15%;
	padding-bottom:1000px;
	margin-bottom:-1000px;
	border-left:1px solid #fff;
	color:#D1CDCC;
	padding-left: 10px;
}
#header li strong {
	font-size:1.8em;
	font-weight:normal;
	display:block;
}
#header a {
	margin:0;
	padding:0;
	color:#D1CDCC;
	text-decoration:none;
}
#header a:hover {
	color:#fff;
	text-decoration:underline;
}
#header li.active a {
	color:#fff;
}
#header li.active a:hover {
	text-decoration:none;
}

/* google search */
.searchBlock {
	float: left;
	height: 25px;
	padding: 1px;
	width: 365px;
	background: url('/static/img/bg_gsearch.jpg') left top no-repeat transparent;
	position: relative;
}
input.gsc-input {
	background-color: transparent;
	height: 23px;
	width: 297px !important;
	border: 0px none !important;
	padding: 3px 5px;
	margin: 0;
}
td.gsc-search-button {
	padding: 0;
	margin: 0;
}
input.gsc-search-button {
	background: url('/static/img/searchButton.jpg') 0 0 no-repeat transparent;
	height: 27px!important;
	width: 62px;
	border: 0px none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: 200px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0;
	border-radius: 0 !important;
}
input.gsc-search-button:hover {
	background-position: 0 -27px;
	cursor: pointer;
}
input.gsc-search-button:focus {
	background-position: 0 -54px;
}
table.gsc-search-box {
	margin: 0 !important;
}
form.gsc-search-box {
	margin: 0 !important;
}
div.gsc-clear-button {
	display: none !important;
}
.searchSp {
	padding-left: 6px;
	font-size: 14px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b9b8b8;
}
/* content */

#content {
	margin:15px 0 0;
	font-size: 14px;
}
/* leftcol */

#leftcol {
	float:left;
}
#leftcol h1 {
	font-size:1.9em;
	line-height:0.9em;
	font-weight:normal;
	margin:10px 0 20px;
}
.breadcrumbs {
	margin:0;
	padding:0;
	list-style:none;
}
.breadcrumbs li {
	display:inline
}
#tabs h1 {
	margin:0;
	font-weight:normal;
	border-bottom-color: #fff;
	background: #fff;
}
/* featured */

#featured {
	width:100%;
	height:285px;
	overflow:hidden;
	margin-bottom:25px;
	position: relative;
}
.featured-img-wrap {
	position: relative;
	display: block;
}
.featured-img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -290px;
	width: 580px;
	text-align: center;
	height: 285px;
}
#featured .ui-tabs-panel {
	margin-right: 300px;
	position: relative;
	overflow: hidden;
	height: 285px;
	background-color: #b9b8b8;
}
#featured .ui-tabs-hide {
	display:none;
}
#featured .ui-tabs-nav {
	position: absolute;
	top: 0;
	right: 0;
	width:299px;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
#featured .ui-tabs-nav-item {
	border-width: 0 0 1px;
	border-color: #ccc;
	border-style: solid;
	background-color:#e6e6e6;
	height: 70px;
	position: relative;
}
.ui-tabs-nav-item a {
	display:block;
	overflow:hidden;
	padding:9px;
	height: 52px;
}
.ui-tabs-nav-item img {
	float:left;
	margin-right:10px;
}
.ui-tabs-nav-item {
	line-height:1.2em;
}
.ui-tabs-nav-item a {
	text-decoration:none;
	color:#000;
}
#featured .ui-state-active {
	background:#fff!important;
}
.ui-tabs-nav-item .arrow {
	width:7px;
	height:13px;
	position:absolute;
	top: 50%;
	margin: -6px 0 0 -7px;
	background:url('/static/img/bg-active-news.png');
	display:none;
	z-index:0;
}
.ui-state-active .arrow {
	display:block;
}
.ui-tabs-panel img {
	display:block;
}
#featured .bg {
	height:68px;
	background:#000;
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#featured .info {
	height:90px;
	padding:0 10px;
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height:1.2em;
	color:#fff;
	text-decoration:none;
}
#featured .info strong {
	display:block;
	padding:8px 0;
	font-size:1.5em;
	font-weight:normal;
	clear:both;
}
#featured .info span {
	display:block;
	margin:0;
}
#featured .info span.comments {
	height:23px;
	width:100px;
	float:left;
	line-height:17px;
}
#featured .info span.comments span {
	float:left;
	height:23px;
	padding:0 0 0 3px;
	background:url(/static/img/bg-comments-icon.png) no-repeat 0 -36px;
}
#featured .info span.comments span.right {
	padding:0;
	width:3px;
	background-position: 100% -57px;
}
.ui-tabs-nav_button {
	position: absolute;
	top: 50%;
	left: 0;
	height: 0;
	margin-top: -20px;
}
.ui-tabs-nav_button a {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	display: block;
	font-size: 24px;
	padding: 10px 15px;
	color: #000;
}
/* post list */

.post-list {
	margin:-10px 0 0;
	padding:0;
	list-style:none;
}
.post-list h2 {
	margin:10px 0;
	font-size:1.9em;
	line-height:0.9em;
	font-weight:normal;
}
.post-list h2 a {
	text-decoration:none;
}
.post-list li {
	padding-bottom:15px;
	border-bottom:1px solid #e6e6e6;
	width:100%;
	overflow:hidden;
}
.post-author-status {
	float: left;
	padding-left: 20px;
	margin-right: 10px;
	background: url("https://autoua.net/static/img/ajLoad.png") no-repeat scroll 0 -393px transparent;
}
.date-comments, .author-date {
	width:100%;
	overflow:hidden;
	margin:10px 0;
	line-height: 19px;
}
.author-date .info, .author-date .comments {
	float:left;
	color:#333;
}
.author-date .comments {
	float:right;
}
.date-comments .author, .date-comments .date, .date-comments .comments, a.readmore {
	float:left;
}
.date-comments .author, .date-comments .date, .date-comments .comments {
	margin-right:10px;
}
.date-comments .comments {
	padding:0 0 0 15px;
	background:url(/static/img/bg-comments-icon-small.png) no-repeat 0 4px;
}
a.readmore {
	font-size:1.4em;
}
.paginator {
	padding:30px 0 20px;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
.paginator-wrapper {
	position:relative;
	left:50%;
}
.paginator .prev, .paginator .next {
	float:left;
	margin: 4px 10px 4px 0;
	color:#999;
}
.paginator .next {
	margin:4px 0 4px 10px;
}
.paginator .prev a, .paginator .next a {
	text-decoration:none;
}
.page-list {
	float:left;
}
.page-list a, .page-list strong {
	float:left;
	text-decoration:none;
	border:1px solid #D0D0D0;
	padding:4px 9px;
	margin:0 -1px 0 0;
}
.page-list span {
	float:left;
	padding:5px 10px 5px 9px;
}
.page-list strong {
	color:#fff;
	background:#D0D0D0;
}
/* single post */

#leftcol h1.single-post {
	margin-bottom:0;
}
.tags {
	overflow:hidden;
	margin:2px 0 0;
}
.tags strong {
	float:left;
	font-weight:normal;
	margin:0 6px 0 0;
}
.tags a {
	float:left;
	text-decoration:none;
	color:#000;
	padding:0 0 0 9px;
	margin:0 3px 3px 0;
	background:url('/static/img/bg-tags-left.gif') no-repeat 0 0;
	white-space:nowrap;
}
.tags a:hover {
	color:#0066cc;
}
.tags a span {
	display:block;
	padding:0 4px 0 0;
	height:20px;
	background:#e6e4e4 url('/static/img/bg-tags-right.gif') no-repeat 100% 0;
}
.single-post .content {
	padding-bottom:10px;
}
.single-post .content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.single-post table.to {
	width:100%;
	border-collapse:collapse;
}
.single-post table.to td, .single-post table.to th {
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
}
.single-post table.to.left-in-cell td {
	text-align: left;
}
.single-post table.to th {
	background:#efefef;
}
/* rightcol */

#rightcol {
	float:right;
	width:300px;
	padding-left: 20px;
}
#rightcol .banner {
	width: 240px;
	margin: 0 auto;
}
#rightcol .banner-240x50 {
	margin:8px auto 0;
}
.itemB {
	width: 300px;
	padding:0;
	margin:0 0 10px;
}
.itemB:after {
	clear: both;
	content: "";
	display: block;
}
.bannerWrapper {
	position:relative;/*
	float:left;
	left:50%;*/
}
.bannerBody {/*
	position:relative;
	left:-50%;*/
	text-align: center;
	width: 300px;
}
h3.last-news {
	margin: 15px 0 0;
}
ul.last-news {
	width: 100%;
	overflow: hidden;
	margin: 5px 0 10px;
	padding: 0;
	list-style: none;
}
.last-news li {
	float: left;
	width: 100%;
	margin: 3px 0 0;
}
.last-news a.image {
	float: left;
	margin: 4px 8px 0 0;
}
.last-news span.date {
	font-size: 0.75em;
}
.last-news a.comments {
	font-size: 0.75em;
	margin: 0 0 0 6px;
	padding: 0 0 0 15px;
	background: url(/static/img/bg-comments-icon-small.png) no-repeat 0 1px;
}
/* footer
#footer {
	height:250px;
	width:1000px;
	overflow:hidden;
	color:#fff;
	font-size:1.3em;
	background:#484848;
	margin: 0 auto;
	font:125%/1.4 Arial, Helvetica, sans-serif;
}
#footer img {
	display: inline;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer .content {
	width:990px;
	overflow:hidden;
	padding:0 5px;
	margin:0 auto;
}
.footer-nav {
	width:100%;
	height:185px;
	padding:15px 0 0;
	overflow:hidden;
	color:#fff;
}
.footer-nav div {
	float:left;
}
.footer-nav ul {
	margin:10px 0 0;
	padding:0 0 0 20px;
}
.footer-nav strong {
	font-size: 1em;
	margin: 0;
	display: block;
}
.footer-nav a strong {
	display: inline;
}
.footer-nav .left {
	width:230px;
	padding-left: 10px;
}
.footer-nav .center {
	width:472px;
}
.footer-nav .center ul {
	float:left;
	width:155px;
}
.footer-nav a {
	color:#fff;
}
#footer .copyright {
	float:left;
	margin:16px 0 0 10px;
}
.copyright a, .copyright a:hover {
	color:#fff;
}
#footer .counters {
	float:right;
}
a.smaller {
	font-size: 90%;
	display: block;
	margin: -1px 0 2px;
}
a.comments-count {
	background: url("/data/img/bg-comments-icon-small.png") no-repeat scroll 0 1px transparent;
	margin: 6px 0 0 0;
	padding: 0 0 0 15px;
	float: left;
}
a.comments-count_news {
	background: url("/data/img/bg-comments-icon-small.png") no-repeat scroll 0 1px transparent;
	margin: 6px 0 0 9px;
	padding: 0 0 0 15px;
	font-size: 9px;
}
*/
/* tag cloud */

.tag-cloud, .archive {
	/*width:230px;*/
	padding:5px;
	margin:10px auto;
	text-align:center;
	border:1px solid #ccc;
}
.tag-cloud a {
	white-space: nowrap;
}
.tag-1 {
	font-size:0.8em;
}
.tag-2 {
	font-size:1em;
}
.tag-3 {
	font-size:1.2em;
}
.tag-4 {
	font-size:1.4em;
}
.tag-5 {
	font-size:1.6em;
}
.tag-6 {
	font-size:1.8em;
}
/* header search form */

.search-form {
	float:right;
	margin:21px 0 0;
}
.search-form input {
	float:left;
	font-size:1.2em;
	line-height:26px;
}
.search-input {
	height:26px;
	width:222px;
	padding:0 5px 0 20px;
	border:1px solid #e3e9ef;
	border-top:1px solid #abadb3;
	background:url(/static/img/bg-search.png) no-repeat 5px -39px;
}
.search-submit {
	width:71px;
	height:28px;
	padding:0 0 1px;
	border:0;
	text-align:center;
	cursor:pointer;
	background:url(/static/img/bg-search.png);
}

/* index page */

.index-news, .index-testdrive {
	padding-top: 20px;
	width:100%;
	overflow:hidden;
}
.index-testdrive h2, .index-news h2, .index-market h2, .index-market-top h2, .index-forum h2, .index-bazar h2 {
	margin:0;
	font-size:1.39em;
	font-weight:normal;
}
.index-testdrive h2 a, .index-news h2 a, .index-market h2 a, .index-market-top h2 a, .index-forum h2 a, .index-bazar h2 a {
	color:#000;
}
.index-testdrive ul {
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
.index-testdrive > ul {
	height: 296px;
	overflow: hidden;
	position: relative;
}
.index-news ul {
	padding:4px 9px 1px;
	border:1px solid #ccc;
}
.index-testdrive li {
	float:left;
	display:inline;
	overflow:hidden;
	margin-right:1px;
	width:216px;
	height:148px;
}
.index-testdrive img {
	display:block;
}
.index-testdrive .bg {
	position:absolute;
	width:216px;
	height:42px;
	margin-top:-42px;
	background:#000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.index-testdrive .info {
	position:absolute;
	overflow:hidden;
	width:197px;
	height:60px;
	margin:-63px 0 0 10px;
	color:#fff;
	text-decoration:none;
	line-height:1.2em;
}
.index-testdrive .comments {
	display:block;
	height:26px;
	overflow:hidden;
	font-size:0.8em;
	line-height:13px;
}
.index-testdrive .comments span {
	float:left;
	height:18px;
	padding-left:3px;
	background: url(/static/img/bg-comments-icon.png) no-repeat 0 0;
}
.index-testdrive .comments span.right {
	width:3px;
	padding:0;
	background-position: 100% -18px;
}
.index-testdrive a.read-more, .index-news a.read-more, .index-market a.read-more {
	float:left;
	font-size:1.08em;
}
.index-testdrive a.read-more {
	margin:10px 0 0;
}
.index-news a.read-more {
	margin:-5px 0 0;
}
.index-news li {
	overflow:hidden;
	padding:5px 0;
}
.index-news .date, .related .date, .index-news .comments-count, .related .comments-count, .index-forum .comments-count {
	float:left;
	font-size:0.77em;
	line-height:1.3em;
	color:#666;
}
.index-news .comments-count, .related .comments-count, .index-forum .comments-count {
	color:#06c;
	margin:0 0 0 6px;
	padding:0 0 0 15px;
	background:url('/static/img/bg-comments-icon-small.png') no-repeat 0 1px;
}
.index-forum span.num-comments {
	color:#666;
}
.index-testdrive h3, .index-news h3, .related h3 {
	margin:0;
	font-size:1.08em;
	line-height:1.2em;
	font-weight:normal;
}
.index-news .teaser, .related .teaser {
	padding-bottom:3px;
	line-height:1.1em;
}
.index-news a.category, .related a.category {
	float:left;
	margin:0 5px 0 0;
	padding:0 8px;
	font-size:0.77em;
	line-height:1.3em;
	font-weight:normal;
	background:#999;
	color:#fff;
	text-decoration:none;
}
.index-market-top {
	clear:both;
	padding-top:15px;
}
.index-market h2 {
	margin:0;
	padding:30px 0 10px;
}
.index-market-top h3 {
	margin:0;
	padding:10px 0 3px;
	font-size:1.09em;
	line-height:1.3em;
}
.index-market-top .content {
	margin:10px 0 0;
	border:1px solid #ccc;
	padding:10px;
}
.index-market-top .block {
	float:left;
}
.index-market-top .block-left {
	width:150px;
	text-align:center;
	padding-right: 60px;
}
.index-market-top .block-center {
	width:235px;
}
.index-market-top h3 {
	padding:0;
	text-align:left;
}
.index-market-top ol {
	margin:13px 0 0;
	padding:0 0 0 40px;
}
.index-forum, .index-bazar {
	clear:both;
	padding:10px 0 0;
}
.index-forum div {
	margin:8px 0 0;
	padding:8px 9px 18px;
	border:1px solid #ccc;
}
.index-forum h3 {
	margin:0;
	font-size: 1.09em;
	line-height: 1.3em;
}
.index-bazar h3 {
	margin:0 0 10px;
	font-size: 1.09em;
	line-height: 1.3em;
}
.index-forum ul {
	width:100%;
	overflow:hidden;
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
.index-forum ul {
	padding-bottom: 13px;
}
.index-forum li {
	width:100%;
	float:left;
}
.index-forum li a, .index-forum li span {
	float:left;
}
.index-forum li span {
	padding:0 4px;
}
.index-forum .comments-count {
	margin-top:3px;
}
.index-bazar {
	padding-top:15px;
}
.index-bazar ul a, .index-bazar li {
	float:left;
	width:170px;
	overflow:hidden;
	text-decoration:none;
}
.index-bazar li {
	height:165px;
}
.index-bazar a span {
	display:block;
	color:#0066CC;
	text-decoration:underline;
}
.index-bazar a strong {
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.index-point-block {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}
.index-point-block_top_0 {
	padding-top: 0;
}
.index-point-block h2 {
	font-size: 1.39em;
	font-weight: normal;
	margin: 0;
}
.index-point-block h2 a {
	color: #000;
}
.index-point-wr {
	padding: 10px 10px 0;
	border: 1px solid #ccc;
	margin: 8px 0 0;
	overflow: hidden;
	position: relative;
}
#map-google {
	height: 100%;
	position: relative;
}
.map-google_main {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: url('../img/maps.png') no-repeat 50% 50%;
	background-size: cover;
}
.map-google_main span {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 42%;
	left: 42%;
}
.index-point-list-leftbar {
	float: left;
	width: 160px;
}
.index-point-list-rightcomtent {
	margin-left: 160px;
}
.index-point-list-leftbar_width_160 {
	width: 160px;
}
.index-point-list__header {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
.index-point-list__footer {
	margin-top: 10px;
	font-weight: bold;
	display: block;
}
.index-point-list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.index-point-list__item {
	padding-left: 0;
	overflow: hidden;
}
.index-point-list__link {
	position: relative;
	float: left;
	padding: 3px 0 7px 40px;
	text-decoration: none;
	min-height: 30px;
}
.index-point-list__brand-link {
	position: relative;
	float: left;
	padding: 3px 0 7px 45px;
	text-decoration: none;
	min-height: 25px;
}
.index-point-list__item-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: -3px -3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.index-point-list__item-brand-icon {
	width: 35px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: 0 0;
}
.index-point-list__item-name {
	font-size: 14px;
	text-decoration: underline;
}
.index-point-list__counter {
	font-size: 11px;
	color: #727272;
}
.index-point-map {
	float: right;
	width: 450px;
	height: 250px;
	overflow: hidden;
	padding-bottom: 9px;
}
.index-point-list-cars {
	/*width: 690px;*/
	height: 480px;
	overflow: hidden;
	list-style: none;
	margin: 0 -20px -15px 0;
	padding: 0;
}
.index-point-list-cars-item {
	float: left;
	width: 150px;
	height: 160px;
	padding-right: 22px;
}
.index-point-list-cars-link {
	float: left;
	position: relative;
}
.index-point-list-cars-img {
	width: auto;
	max-width: 150px;
	height: auto;
	max-height: 100px;
	float: left;
	text-decoration: none;
	margin-bottom: 10px;
}
.index-point-list-cars-name {
	font-size: 13px;
}
.index-forum-wr {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 8px 0 0;
	overflow: hidden;
}
.index-slice {
	float: left;
	width: 48%;
	padding-right: 2%;
	margin-bottom: 10px;
}
.index-forum-content {
	margin-right: -7px;
}
.index-slice__avatar {
	float: left;
	margin: 0 4px 0 0;
}
.index-slice__text {
	overflow: hidden;
}
.index-slice__head-link {
	font-size: 14px;
	font-weight: bold;
}
.index-slice__category-link {
	font-size: 13px;
}
.index-slice__num-comments {
	background: url("/static/img/bg-comments-icon-small.png") no-repeat scroll 0 1px transparent;
	font-size: 11px;
	color: #909090;
	padding: 0 0 0 15px;
}
.ya_map {
	margin-left: 190px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 10px;
	bottom: 10px;
}
/* sitemap */

.sitemap div {
	float:left;
	width:297px;
	height:85px;
	padding:0 20px 0 13px;
	background:url(/static/img/bg-bullet.png) no-repeat 0 10px;
}
.sitemap a {
	color:#000;
	text-decoration:none;
}
.sitemap strong {
	color:#0066CC;
	text-decoration:underline;
	font-size:1.5em;
	font-weight:normal;
}
.sitemap a:hover strong {
	color:#B00000;
}
/* contacts */

div.author {
	width:100%;
	overflow:hidden;
	padding:20px 0 10px;
}
p.quote,
.quote {
	border-left:4px solid #ebe9e9;
	padding-left:7px;
}
strong.quote {
	display: block;
	font-weight:bold;
	border-left:4px solid #ebe9e9;
	padding-left:7px;
	margin: 1em 0;
	font-size: 1.1em;
}
/* Banner 520 */
.addBanner520 {
	padding:0px;
	width: auto;
	margin: 20px auto;
	text-align: center;
}
/* Add blog post */
.blogName {
	font-size: 16px;
}
.headName {
	font-size: 16px;
	margin-bottom: 10px;
}
.grSim {
	color: #999999;
}
#addPostBody {
	border-collapse: collapse;
	width: 100%;
}
#addPostBody td {
	vertical-align: top;
	padding: 7px 0;
}
#addPostBody td td {
	padding: 1px 0 0;
}
#addPostBody th, #addPostBody .nameColl {
	width: 91px;
	padding: 7px 0 7px 3px;
	vertical-align: top;
	color: #484848;
	line-height: 17px;
	text-align: left;
	font-weight: normal;
}
#addPostBody .vbottom {
	vertical-align: bottom;
}
#addPostBody img.photo {
	display: block;
	margin: 10px 0 0;
}
#addPostBody textarea {
	width: 896px;
	height: 50px;
	min-height: 123px;
	border: 1px solid #ccc;
}
#addPostBody textarea#id_body {
	height: 400px;
}
.blogAvatar {
	width: 56px;
	height: 56px;
	padding: 1px;
	border: 1px solid #cbcbcb;
}
#addPostBody #id_title,
#addPostBody #id_valid_from,
#addPostBody #id_valid_till,
#addPostBody #id_tags {
	width: 888px;
	padding: 4px;
	border: 1px solid #ccc;
}
#addPostBody #id_valid_from,
#addPostBody #id_valid_till {
	width: auto;
}
#addPostBody #id_tags {
	width: 460px;
}
#addPostBody .errorlist {
	color: red;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.helper {
	display: block;
	float: right;
	color: #bebebe;
	font-size: 11px;
	padding-top: 3px;
}
.titlefield {
	width: 99%
}
.tagField {
	width: 460px;
}
.userstatus {
	float: right;
	width: 13px;
	height: 13px;
	margin: 2px 5px 0 0;
	background: url("/static/img/ico-user-source2.png") no-repeat scroll 0 0 transparent;
}
.blogSent {
	float: left;
	width: 99px;
	height: 32px;
	border: none;
	padding: 0;
	margin: 0 30px 0 0;
	background: url("/static/img/buttons.jpg") 0 0 no-repeat transparent;
}
.blogSent:hover {
	background-position: 0 -32px;
	cursor: pointer;
}
.delLink {
	color: #c63d37;
}
.delLink:hover {
	color: #b02b25;
}
#addPostBody .delLink {
	line-height: 31px;
}
.addBlogbutton {
	float: left;
	margin: 13px 0 0 15px;
}
.addBlogs {
	display: block;
	width: 171px;
	height: 41px;
	border: none;
	padding: 0;
	margin: 0 11px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/buttons.jpg") 0 -64px no-repeat;
}
.addBlogs:hover {
	background-position: 0 -105px;
	cursor: pointer;
}
.post-list .delLink, .single-post .delLink {
	float: right;
	display: block;
	margin-top: 6px;
	padding-left: 18px;
	background: url("/static/img/buttons.jpg") 0 -147px no-repeat;
}
.editBlog {
	color: #018c04;
	padding-left: 18px;
	background: url("/static/img/buttons.jpg") 0 -167px no-repeat;
}
.editBlog:hover {
	color: #047c03;
}
.post-list .editBlog, .single-post .editBlog {
	float: right;
	display: block;
	margin-left: 20px;
	margin-top: 6px;
}
.delete-post-form {
	margin: 20px 0 0;
}
.delete-post-form a {
	margin: 0 0 0 10px;
}
.gsc-table-result a, .gsc-table-result a b {
	color: #0066CC !important;
}
.gsc-table-result a:hover, .gsc-table-result a:hover b {
	color: #B00000 !important;
}
.gs-webResult div.gs-visibleUrl-long {
	color: #484848;
}
.gsc-results div.gsc-cursor {
	overflow: hidden;
	display: block;
}
.gsc-results .gsc-cursor-box div.gsc-cursor-page {
	float: left;
	display: block;
	text-decoration: none;
	font-size: 14px;
	height: 18px;
	line-height: 14px;
	margin-right: 3px;
	padding: 4px 7px 0;
	text-align: center;
	border: 1px solid #E6E6E6;
	background-color: #F4F4F4;
}
.gsc-results .gsc-cursor-box div.gsc-cursor-page:hover {
	background-color: #fff;
	color: #B00000;
}
.gsc-results .gsc-cursor-box div.gsc-cursor-current-page {
	background-color: #fff;
	font-weight: normal;
	color: #000 !important;
}
.autoTag {
	margin: 10px 0;
	padding-left: 30px;
	font-size: 12px;
	line-height: 16px;
	background: url('/static/img/carIcon.png') left 4px no-repeat transparent;
}
.autoTag a {
	white-space:nowrap;
}
.index-featured {
	margin-bottom: 5px !important;
}
.footerLinks {
	font-size: 13px;
	padding: 15px 15px 18px;
	margin: 0 auto;
	border-top: 1px solid #000;
}
/* dynamo widget */
#dynamo_widget .widget_header {
	background: #1C5B91 url('/static/img/dk_wydget_header.jpg') 76px 5px no-repeat;
	height: 40px;
}
.widget_header-link {
	float: left;
	height: 40px;
	width: 300px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}
#dynamo_widget ul {
	margin: 0;
	padding: 0;
}
#dynamo_widget ul li {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #6391B7;
	border-left: 1px solid #6391B7;
	border-right: 1px solid #6391B7;
	list-style:none;
}
#dynamo_widget ul li:hover {
	background-color:#f3f9ff;
}
#dynamo_widget ul li .widget_pic {
	display: block;
	float: left;
}
#dynamo_widget ul li p {
	padding-left: 80px;
	margin: -2px 0 0 0;
}
#dynamo_widget ul li p a {
	display: block;
	font-size: 12px;
}
#dynamo_widget ul li p a {
	text-decoration:none;
	color:#0066cc;
}
#dynamo_widget ul li p a:hover {
	color:#0066cc;
	text-decoration:underline;
}
#dynamo_widget ul li p span {
	color: #999999;
	font-size: 11px;
	line-height: 10px;
	padding-top: 4px;
}
/* dynamo widget (end) */

/* New Look */
#menu {
	margin: 20px 0 0;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
}
#menu div {
	background: url("https://market.autoua.net/sttaic/img/lbl_bg.gif") repeat-x scroll 0 100% transparent;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
}
* html #menu div {
	display: inline;
	float: left;
}
#menu ul {
	border-left: 1px solid #CCCCCC;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#menu li {
	float:left;
	width:95px;
	height:29px;
	margin:19px 0 0;
	padding:14px 3px 0;
	line-height:1.1em;
	border:1px solid #ccc;
	border-left:0;
	background:#E6E4E4;
	text-align:center;
}
#menu li.wrap {
	height: 37px;
	padding: 6px 10px 0;
}
#menu li a {
	color: #333333;
	text-decoration: none;
}
#menu li a:hover, #menu li.active a {
	color: #B00000;
}
#menu li.profile {
	font-size: 1.8em;
	height: 40px;
	letter-spacing: -1px;
	margin: 0;
	padding: 22px 14px 0;
	width: auto;
}
#menu li.active {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#menu a.settings {
	background: url("https://market.autoua.net/static/img/bg-settings.gif") no-repeat scroll 0 2px transparent;
	float: right;
	font-size: 1.3em;
	margin: 32px 0 0;
	padding: 0 0 3px 20px;
}
#menu li h1 {
	margin: 0;
	padding: 0;
}
#menu li h1, #menu li h1 a {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}


/* people choice */
.p_choice .items {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.p_choice .header {
	background:transparent url(/static/img/peoplechoice_header.jpg) 0px 0px no-repeat;
	height:144px;
	position: relative;
}
.p_choice .header .logo {
	position: absolute;
	width: 100%;
	height: 96px;
	top: 0;
	left: 0;
}
.p_choice .header p {
	font-size: 12px;
	text-align: center;
	padding: 104px 50px 0 50px;
	margin: 0;
}
.p_choice .car_item {
	display: block;
	padding-left: 8px;
	text-decoration: none;
	overflow: visible;
	height: 76px;
	clear: both;
	position:relative;
}
.p_choice .car_item:hover, .p_choice .car_item.hover {
	background:transparent url(/static/img/topcars_bg.png) 0px 0px repeat-x;
	color: #06C;
}
.p_choice .car_item .bage {
	position: absolute;
	top: 23px;
	left: 89px;
	background: transparent url(/static/img/topcar_medal.png) 0px 0px no-repeat;
	height: 38px;
	width: 38px;
	display: none;
}
.p_choice .car_item:hover .bage, .p_choice .car_item.hover .bage {
	display:block;
}
.p_choice .car_item .img {
	float: left;
	width:118px;
	background: transparent url(/static/img/topcars.png) 0px 0px no-repeat;
	height: 83px;
}
.p_choice .car_item .img.topcar0 {
	background-position: 0px 14px;
}
.p_choice .car_item .img.topcar1 {
	background-position: 0px -68px;
	height: 79px;
}
.p_choice .car_item .img.topcar2 {
	background-position: 0px -147px;
	height: 84px;
}
.p_choice .car_item .img.topcar3 {
	background-position: 0px -231px;
	height: 90px;
}
.p_choice .car_item .img.topcar4 {
	background-position: 0px -321px;
	height: 85px;
}
.p_choice .car_item .img.topcar5 {
	background-position: 0px -406px;
	height: 90px;
}
.p_choice .car_item .img.topcar6 {
	background-position: 0px -496px;
	height: 90px;
}
.p_choice .car_item .img.topcar7 {
	background-position: 0px -586px;
	height: 74px;
}
.p_choice .car_item .img.topcar8 {
	background-position: 0px -660px;
	height: 76px;
}
.p_choice .car_item .img.topcar9 {
	background-position: 0px -736px;
}
.p_choice .car_item .name {
	margin: 18px 0 0 2px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 166px;
	line-height: 17px;
}
.p_choice .car_item .class {
	display: block;
	color: white;
	font-size: 12px;
	background-color: #A1A1A1;
	float: left;
	padding: 0 3px;
	margin-left: 3px;
	margin-top: 3px;
}
.p_choice .car_item .bage {
}
.p_choice .last {
	clear: both;
	background-color: #f2f2f2;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #cccccc;
	padding: 7px 10px;
}
/* end people choice */

a.rightcom {
	position: absolute;
	right: 5px;
	bottom: 3px;
	margin-right: 0!important;
}
.compadding {
	padding-bottom: 0!important;
}
.postlistauthor{
	margin-left: 30px;
}
.postlistuser{
	display: inline;
}
.postcolor{
	color: #626262;
	margin-right: 30px!important;
}
.authorsingle{
	position: relative;
}
.b-likeh2 {
	font-size: 1.39em
}
.b-likeh3 {
	font-size: 1.08em
}

/* 404 page */
.b-404-content{
	overflow: hidden;
	padding: 0 10px;
}
.b-404-content-img {
	float: left;
	margin-right: 10px;
}
.b-404-content-img img {
	max-width: 150px;
}
.b-404-content-body {
	overflow: hidden;
}
.b-bigbotton {
	font-size: 18px;
	line-height: 28px;
	padding: 0 23px;
	overflow: visible;
}

.block, .lblock, .rblock {
	border: 0 none !important;
	display: block;
	position: relative;
}
.imgl,
.single-post .content img.imgl {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0.5em;
}
a img {
	border: 0 none;
}

/* bem */
.b-point-info {
	margin: 5px 0 21px;
	padding: 5px 10px;
}
.b-point-info__wide {
	padding-right: 0;
	padding-left: 0;
}
.b-point-info__content {
	overflow: hidden;
}
.b-point-info__title {
	font-size: 18px;
	line-height: 18px;
}
.b-point-info__tags {
	font-size: 10px;
	padding-top: 1px;
}
.b-point-info__starswrap {
	overflow: hidden;
	padding-top: 3px;
}
.b-point-info__starswrap .stars {
	float: left;
	margin: 2px 5px 0 0;
}
.stars {
	background: url("/static/img/stars.png") no-repeat scroll 0 -15px transparent;
	height: 15px;
	overflow: hidden;
	position: relative;
	width: 80px;
}
.starsBody {
	background: url("/static/img/stars.png") no-repeat scroll 0 0 transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.mdrate {
	left: -9999px;
	position: relative;
}
.b-point-info__autoua_user_count {
	background: url("https://point.autoua.net/static/img/ajLoad.png") no-repeat scroll 0 -696px transparent;
	margin-left: 20px;
	padding-left: 17px;
}
.b-point-info__content p {
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0;
}
.b-feed-body__offerdatebig {
	border-left: 4px solid #B30900;
	clear: both;
	margin: 4px 0;
	overflow: hidden;
}
.b-feed-body__offerdatebig strong {
	background-color: #EDEFD6;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 7px;
}
.b-proplist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.b-proplist li {
	padding: 5px 0 11px 0;
}
#tabs h1#tabs-new{
	padding: 0px;
	border: 0px;
	padding: 0px;
	font-size: 1em;
}
.footer-for-banner {
	position:relative;
	clear:both;
	width: 100%;
	height: 0px;
	top: -30px;
}
.ajax-banner-footer {
	height: 0;
	width: 0;
	text-indent: -9999px;
	white-space: nowrap;
	position: relative;
	bottom: 30px;
	right: 0;
}
.b-single-post-image__shad {
	display: inline-block;
	max-width: 100%;
	box-shadow: 0 0 5px #d4d4d4;
	-webkit-box-shadow: 0 0 5px #d4d4d4;
	border: 5px solid white;
	margin: 0 auto 10px;
	text-align: center;
	box-sizing: border-box;
}
.b-single-post-image__text {
	margin: 10px 5px;
	text-align: center;
	display: inline-block;
}
.b-schema-novisible {
	height: 0;
    left: -9999px;
    position: relative;
    width: 0;
    display: none;
}
.b-insurance-footer {
	position: relative;
	margin-top: -150px;
	z-index: 5;
}
.wrap-cont {
	min-height: 100%;
	width: 1200px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0 auto;
}

/*insurance*/
.b-background {
	background: url("/static/bem/img/insurance-back.jpg?v1") no-repeat center 0 #e5e3e0;
	padding: 101px 500px 300px 30px;
	height: 443px;
	margin-top: -15px;
	position: relative;
}
.b-background-autoua {
	position: absolute;
	top: 37px;
	left: 30px;
}
.b-background-autoua__text {
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 14px;
}
.b-wrap-step {
	background-color: #FFFFFF;
	padding: 20px 20px;
}
.b-form-shadow {
	padding-bottom: 50px;
	background: url("/static/bem/img/form-shadow.png") no-repeat center 100% transparent;
}
.b-form-shadow__wide {
	background-size: contain;
}
.b-calendar-input input {
	width: 151px;
	margin-right: 5px;
}
.b-calendar-input {
	float: left;
}
.b-calendar {
	display: block;
	background: url("/static/bem/img/calendar.png") no-repeat center center transparent;
	width: 16px;
	height: 16px;
	margin: 5px 0;
}
.b-insurance-desc {
	position: absolute;
	font-size: 16px;
	width: 440px;
	right: 30px;
	top: 310px;
}
.b-insurance-text {
	border-bottom: 1px solid #b6b0a9;
}
.b-insurance-info {
	padding-top: 9px;
	overflow: hidden;
	border-top: 1px solid #f5f2ef;
}
.b-insurance-text__head {
	font-size: 30px;
	margin-bottom: 15px;
	text-shadow: 0 0 10px #dedace;
	line-height: 22px;
}
.b-insurance-text__body {
	text-shadow: 0 0 10px #dedace;
	line-height: 28px;
	margin-bottom: 10px;
}
.b-order-info {
	background: url("/static/bem/img/order-info.png") no-repeat 0 -27px transparent;
	height: 27px;
	line-height: 27px;
	padding-left: 30px;
	color: #81776d;
	font-size: 14px;
	text-shadow: 0 1px 0 #ffffff;
	float: left;
	width: 222px;

}
.b-order-info_card-payment {
	background: url("/static/bem/img/order-info.png") no-repeat 0 2px transparent;
	width: 150px;
	padding-left: 38px;
}
.b-insurance-gifts {
	background: url("/static/bem/img/insurance-gifts.png") no-repeat 0 0 transparent;
	font-size: 14px;
	left: 30px;
	width: 136px;
	position: absolute;
	padding: 131px 10px 0;
	text-shadow: 0 1px 0 #FFFFFF;
	top: 627px;
}
.b-insurance-gifts-wide {
	left: 50%;
	bottom: 55px;
	width: 210px;
	font-size: 14px;
	margin-left: -105px;
	position: absolute;
	padding: 131px 10px 0;
	text-shadow: 0 1px 0 #FFFFFF;
}
.b-insurance-gifts-wide_img {
	top: 0;
	left: 50%;
	margin-left: -78px;
	width: 156px;
	height: 127px;
	position: absolute;
	background: url("/static/bem/img/insurance-gifts.png") no-repeat 0 0 transparent;
}
.b-insurance-gifts_bonus {
	background: none;
	width: 56px;
	padding: 45px 50px 0;
	text-align: center;
	left: 186px;

}
.b-insurance-gifts_fuel {
	background-position: -156px 0;
	left: 342px;
}
.b-insurance-gifts_magcard {
	background-position: -312px 0;
	left: 498px;
}
.b-insurance-gifts_mobile {
	background-position: -468px 0;
	left: 654px;
}
.b-insurance-gifts_DGO {
	background-position: -624px 0;
	left: 810px;
}
.b-insurance-plus {
	font-size: 72px;
	line-height: 40px;
	margin-bottom: 3px;
}
.b-previous-stage {
	text-align: center;
}
.b-add-to-profile {
	text-align: right;
	padding-top: 2px;
}
.b-button-center {
	margin-left: 25%;
}
/* insurance widget */
.b-insurance {
}
.b-insurance__icon {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url('/static/bem/img/ajLoad.png') 1px -750px no-repeat transparent;
}
.b-insurance__icon_alert {
	background-position: 1px -766px;
}
.b-insurance__title {
	float: left;
	overflow: hidden;
}
.b-insurance__btn {
	float: left;
	margin: -6px 0 0 30px;
}
.b-insurance-dd {
	position: relative;
	float: left;
	margin: 0 0 0 30px;
}
/*insurance page*/
.mod_insurance #page {
	padding-bottom: 150px;
	width: 1000px;
}
/* kasko */
.b-kasko {
	padding: 101px 30px 0;
	margin-top: -15px;
	position: relative;
	background: url("/static/bem/img/kasko-bg.jpg") no-repeat center 0 #e5e3e0;
}
.b-kasko_greencard {
	background-image: url('/static/bem/img/creencard-bg.jpg');
}
.b-kasko-color {
	background-color: #e5e3e0;
}
.b-kasko-inner {
	padding-left: 30px;
	padding-right: 30px;
}
.b-form-holder {
	padding: 20px;
	background-color: #fff;
}
.b-form-holder_pad30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.b-form-holder_cust {
	padding: 30px 10px;
}
.greencard-step2 .b-form-holder {
	min-height: 418px;
}
.greencard-step2 .grcard-mt {
	margin-top: 115px;
}
.b-kasko__descr {
	padding: 222px 0 0 30px;
}
.b-green_descr-wr {
	margin-top: 160px;
	background: url("/static/img/green-bg.jpg") repeat 0 0 #537a0e;
}
.b-green_descr {
	position: relative;
	padding: 18px 30px 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	background: url('/static/img/green-shadow-small.png') 0 0 repeat-y transparent;
}
.b-green-shadow {
	width: 100%;
	height: 38px;
	background: url('/static/img/green-footer-bg.png') 0 0 no-repeat transparent;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
.b-greencard-top {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.b-greencard-top:before,
.b-greencard-top:after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 0;
	top: -1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid rgba(0,0,0, 0.5);
}
.b-greencard-top_black:before,
.b-greencard-top_black:after {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	top: -7px;
}
.b-greencard-top:before {
	left: -.5em;
	margin-left: -50%;
}
.b-greencard-top:after {
	left: .5em;
	margin-right: -50%;
}
.b-green-module {
	padding-left: 30px;
	margin-top: -2px;
}
.b-green-module__img {
	float: left;
	margin-right: 5px;
}
.b-green-module__txt {
	overflow: hidden;
	padding-top: 20px;
}
.b-green-module_last {
	padding-right: 30px;
}
.b-kasko__text {
	font-size: 18px;
	text-shadow: 0 1px 1px #fff;
}
.b-fieldtype-checkbox_kasko {
	margin-bottom: 3px;
}
div.b-fieldtype-checkbox_kasko input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 3px;
	*margin-top: 0;
	margin-top: 1px \9;
}
.b-kasko-fuel {
	padding: 112px 10px 0;
	width: 136px;
	margin: 0 auto;
	text-align: center;
	background: url("/static/bem/img/insurance-gifts.png") no-repeat scroll -156px 0 transparent;
	text-shadow: 0 1px 1px #fff;
}
.b-kasko-100k {
	padding: 112px 10px 0;
	width: 136px;
	margin: 0 auto;
	text-align: center;
	background: url("/static/bem/img/insurance-gifts.png") no-repeat scroll -778px 0 transparent;
	text-shadow: 0 1px 1px #fff;
}
.b-kasko_gift1 {
	padding-right: 25px;
}
.b-kasko_gift2 {
	padding-left: 25px;
}
.b-kasko__separator {
	position: absolute;
	left: 0;
	top: 15px;
	width: 1px;
	height: 92px;
	background-color: #d4d3c8;
}
.b-kasko__separator span {
	display: block;
	position: relative;
	color: #81776d;
	font-size: 14px;
	width: 50px;
	left: -25px;
	top: 36px;
	text-align: center;
	background-color: #e5e3e0;
	text-shadow: 0 1px 1px #fff;
}
.b-pro-module {
	margin-bottom: 25px;
}
.b-pro-module__content {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #ececec;
}
.b-pro-module__top {
	width: 100%;
	height: 8px;
	background: url('/static/bem/img/teeth-bg.png') 0 0 repeat-x transparent;
}
.b-pro-module__bottom {
	width: 100%;
	height: 8px;
	background: url('/static/bem/img/teeth-bg.png') 0 -8px repeat-x transparent;
}
.b-kasko-info {
	margin-top: 10px;
}
.b-kasko-info__module {
	float: left;
	width: 170px;
	padding-left: 30px;
	margin-bottom: 25px;
}
.b-kasko-info__module_wide {
	width: 210px;
}
.b-kasko-info__module_full {
	width: auto;
}
.b-kasko-info__module_lastel {
	width: 243px;
}
.b-kasko-info__module_last {
	padding-left: 0;
	padding-right: 30px;
}
.b-kasko-info__module_last {
	padding-left: 0;
	padding-right: 30px;
}
.b-kasko-info__module_phone {
	padding-left: 29px;
	border-left: 1px solid #D4D3C8;
}
.b-kasko-info__text {
	position: relative;
	padding-left: 35px;
	color: #81776d;
	text-shadow: 0 1px 1px #fff;
}
.b-kasko-info__text_delivery {
	padding-left: 0;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}
.b-kasko-info__text_hide {
	display: none;
	padding-left: 0;
	margin-top: 15px;
	text-align: center;
}
.sticker-new_fixed .b-kasko-info__text_hide {
	display: block;
}
.b-kasko-info__module_last .b-kasko-info__text {
	padding-left: 5px;
}
.b-kasko-info__icon {
	position: absolute;
	left: 0;
	top: 2px;
	width: 30px;
	height: 35px;
	background: url('/static/bem/img/order-info-sprite.png') 0 0 no-repeat transparent;
}
.b-kasko-info__icon_krug {
	background-position: 0 -105px;
}
.b-kasko-info__icon_delivery {
	background-position: 0 -70px;
}
.b-kasko-info__icon_visa {
	background-position: 0 -35px;
}
.b-kasko-info__icon_phones {
	background-position: 0 0;
}
.b-kasko-table {
	width: 100%;
	border-collapse: collapse;
}
.b-kasko-table th,
.b-kasko-table td {
	padding-top: 7px;
	padding-bottom: 7px;
	height: 27px;
	border-top: 1px solid #e6e6e6;
}
.b-kasko-table_big th {
	border-color: #d4d3c8;
	padding-left: 10px;
}
.b-kasko-table_noborder th,
.b-kasko-table_noborder td {
	border-top: 0 none;
}
.b-kasko-table_big tr:hover th,
.b-kasko-table_big tr:hover td {
	background-color: #f5f2ef;
}
.b-kasko-table th {
	text-align: left;
	width: 194px;
}
.b-kasko-table td {
	text-align: center;
	vertical-align: middle;
}
.b-kasko-table_top1 {
	width: 205px;
	padding-left: 30px;
	padding-right: 30px;
}
.b-kasko-table_top2 {
	width: 195px;
	padding-left: 30px;
	padding-right: 30px;
}
.b-kasko-table .b-table_nohover td,
.b-kasko-table .b-table_nohover th {
	background-color: transparent !important;
}
.b-kasko-table td.b-kasko-table_left,
.b-kasko-table td.b-kasko-table_left {
	text-align: left;
	vertical-align: top;
}
.b-table_kasko-footer th,
.b-table_kasko-footer td {
	vertical-align: top;
	padding-bottom: 20px;
}
.b-big-price {
	margin: 15px 0 35px;
	height: 0;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #000;
}
.b-super-size {
	display: inline;
	position: relative;
	top: -25px;
	font-size: 40px;
	line-height: 48px;
	padding: 0 10px;
	font-weight: bold;
	background-color: #fff;
}
.b-super-size span {
	font-size: 14px;
}
.b-kasko-pseudotable {
	width: 725px;
	padding-top: 9px;
	margin-top: 27px;
	background: url('/static/bem/img/kasko-table-bg.png') 0 0 no-repeat transparent;
}
.b-kasko-pseudotable_content {
	background: url('/static/bem/img/kasko-table-bg.png') 100% 0 repeat-y transparent;
}
.b-kasko-pseudotable_bottom {
	padding-bottom: 50px;
	background: url('/static/bem/img/kasko-table-bg.png') -725px 100% no-repeat transparent;
}
.b-table-price {
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
}
.b-table-price span {
	font-size: 18px;
}
.dd-code {
	float: left;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	margin-right: 10px;
}
.b-dd-kasko_left {
	text-align: left;
}
/*----------*/

/* life */
.life-ins-inner {
	padding: 15px 10px 10PX;
	margin-top: -15px;
	background: url('/static/img/life-bg_2.jpg?v1') center 0 no-repeat #000;
}
.b-life {
	background: url("/static/bem/img/kasko-bg.jpg") no-repeat center 0 #E5E3E0;
	margin-top: -15px;
	padding: 101px 30px 0;
	position: relative;
}
.life-ins-container {
	position: relative;
	width: 680px;
	border: 1px solid #dedede;
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0px 5px 8px rgba(0,0,0, 0.25);
}
.life-ins-tbl {
	width: 660px;
	border-collapse: collapse;
	font-size: 16px;
}
.life-ins-tbl td {
	padding: 6px 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
.life-ins-tbl th {
	padding: 6px 0;
}
.life-ins-tbl th:first-child,
.life-ins-tbl td:first-child {
	text-align: left;
}
.life-ins-holder {
	padding-bottom: 48px;
	margin-bottom: -48px;
	background: url('/static/bem/img/life-tbl.png') 100% 100% no-repeat transparent;
}
.life-ins-cont {
	padding: 10px;
	background: url('/static/bem/img/life-tbl.png') center 0 repeat-y transparent;
}
.life-tbl-col1 {
	width: 221px;
}
.life-ins-head {
	background: url("/static/bem/img/life-tbl.png") no-repeat scroll 0 100% #FFFFFF;
	margin-bottom: -17px;
	padding: 20px 10px 26px;
	position: relative;
	width: 660px;
	z-index: 1;
}
.life-tbl-strong {
	font-weight: bold;
}
.life-tbl-go td {
	border-top: 0;
	padding-bottom: 20px;
	font-size: 18px;
}
.life-tbl-go .btn {
	font-size: 18px;
}
.b-life-info__text {
	position: relative;
	margin-bottom: 25px;
	padding-left: 37px;
	color: #f3f3f3;
	text-shadow: 0 0 5px #000;
}
.b-life-info__text a {
	color: #aad2ff;
}
.b-life-info__icon {
	position: absolute;
	left: 0;
	top: -1px;
	width: 30px;
	height: 35px;
	background: url('/static/bem/img/order-info-sprite_w.png') 0 0 no-repeat transparent;
}
.b-life-info__icon_krug {
	background-position: -10px -126px;
}
.b-life-info__icon_delivery {
	background-position: -10px -84px;
}
.b-life-info__icon_visa {
	background-position: -10px -51px;
}
.b-life-info__icon_phones {
	background-position: -10px -5px;
}
.life-partner {
	float: right;
	margin-left: 20px;
	color: #f3f3f3;
	text-align: right;
}
.life-partner-txt {
	white-space: nowrap;
}
.skype-link {
	position: relative;
	padding-left: 20px;
}
.with-skype {
	margin-top: -11px;
	margin-bottom: -11px;
}
.skype-link_index {
	color: #AAD2FF;
}
.skype-link-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 17px;
	background: url('/static/bem/img/ajLoad.png') center -786px no-repeat transparent;
}
.b-life-topL {
	float: left;
	color: #F3F3F3;
	text-shadow: 0 0 5px #000;
}
/* -------- */

/* competition */
.b-competition {
	margin-top: 25px;
}
.b-competition-line {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
	white-space: nowrap;
	color: #626262;
}
.b-competition-line:before, .b-competition-line:after {
	border-bottom: 1px solid #ccc;
	content: "";
	display: inline-block;
	height: 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 50%;
}
.b-competition-line:before {
	left: -0.5em;
	margin-left: -50%;
}
.b-competition-line:after {
	left: 0.5em;
	margin-right: -50%;
}
.b-competition-line > img {
	vertical-align: middle;
}
.b-competition__title {
	text-align: center;
}
.b-competition__name {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
}
.b-competition__row {
	text-align: center;
	margin: 7px 0;
}
.b-competition__nick {
	position: relative;
	padding-left: 20px;
}
.b-competition__nick .author-userico {
	left: 0;
	top: -1px;
}
/*new osago landing*/
.b-osago-back {
	min-width: 1010px;
	background-color: #e5e3e1;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-image: url('/static/img/insurance_bg.jpg');
	background-size: 100% auto;
	-o-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.b-osago-footer #footer {
	width: 100%;
}
.b-osago-head {
	padding-top: 40px;
}
.b-osago-head__text {
	color: #ffffff;
	font-size: 60px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #000000;
}
.b-osago-line {
	height: 23px;
	margin: 10px 0;
	text-align: center;
	background: url('/static/img/osago-line-up.png') no-repeat center center transparent;
}
.b-osago-line_down {
	background-image: url('/static/img/osago-line-down.png');
}
.b-osago-line__text {
	color: #ffffff;
	font-size: 24px;
	padding: 0 30px;
	text-shadow: 0 -1px 0 #000000;
	background-color: transparent;
	font-family: 'PT Sans', sans-serif;
}
.b-osago-head__plus {
	padding: 80px 30px 0;
}
.b-osago-head__el {
	height: 71px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	padding-left: 47px;
	text-shadow: 0 -1px 0 #000000;
	background: url('/static/img/osago_numbers.png') no-repeat 0 0 transparent;
}
.b-osago-head__el_1 {
	font-size: 30px;
	line-height: 30px;
}
.b-osago-head__el_2 {
	background-position: 0 -90px;
}
.b-osago-head__el_3 {
	background-position: 0 -180px;
}
.b-osago-head__el_4 {
	background-position: 0 -270px;
}
.b-osago-fransh-line {
	width: 153px;
	height: 27px;
	margin-top: 10px;
	text-align: center;
	background: url('/static/img/osago-line-per.png') no-repeat center center transparent;
}
.b-osago-fransh-line__text {
	color: #ffffff;
	font-size: 34px;
	padding: 0 10px;
	text-shadow: 0 -1px 0 #000000;
	background-color: transparent;
}
.b-osago-finance {
	padding: 0 30px;
	background-color: #ececec;
}
.b-osago-info {
	background-color: #f2f1ef;
}
.b-osago-finance__head {
	color: #000000;
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
}
.b-osago-finance-line {
	width: 100%;
	height: 11px;
	text-align: center;
	position: relative;
	margin: 10px 0 30px;
	border-bottom: 1px solid #c3c3c3;
}
.b-osago-finance-line_mar {
	margin: -5px 0 10px;
}
.b-osago-finance-line:after {
	left: 0;
	right: 0;
	top: 12px;
	content: '';
	position: absolute;
	border-bottom: 1px solid #ffffff;
}
.b-osago-finance-line__anchor {
	z-index: 1;
	font-size: 18px;
	padding: 0 30px;
	position: relative;
	text-decoration: none;
	background-color: #ececec;
	text-shadow: 0 1px 0 #ffffff;
}
.b-osago-finance-line__anchor span {
	border-bottom: 1px dotted #0066CC;
}
.b-osago-finance-line__anchor:hover span {
	border-color: #B00000;
}
.b-osago-finance__item {
	float: left;
	color: #000;
	font-size: 18px;
	min-height: 112px;
	padding-left: 114px;
	line-height: normal;
}
.b-osago-finance__item_disc {
	width: 209px;
	padding-right: 17px;
	background: url('/static/img/osago_finance.png') no-repeat 0 0 transparent;
}
.b-osago-finance__item_dgo {
	width: 147px;
	padding-left: 100px;
	padding-right: 20px;
	background: url('/static/img/osago_finance.png') no-repeat 0 -150px transparent;
}
.b-osago-finance__item_bonus {
	width: 233px;
	position: relative;
	padding-left: 100px;
}
.b-osago-finance__plus {
	float: right;
	margin-top: 27px;
}
.b-osago-finance__text {
	padding-top: 30px;
}
.b-osago-finance__item_dgo .b-osago-finance__text {
	padding-top: 20px;
}
.b-osago-finance__hor {
	top: 2px;
	left: 32px;
	width: 1px;
	height: 110px;
	position: absolute;
	background-color: #d4d3c8;
}
.b-osago-finance__hor span {
	top: 50%;
	width: 62px;
	left: -30px;
	padding: 5px 0;
	display: block;
	color: #81776d;
	font-size: 14px;
	margin-top: -29px;
	position: relative;
	text-align: center;
	background-color: #ececec;
	text-shadow: 0 1px 1px #FFFFFF;
}
.b-osago-finance__list {
	font-size: 14px;
	color: #000;
	padding-left: 30px;
	margin-bottom: 5px;
	text-shadow: 0 1px 1px #FFFFFF;
	background: url('/static/img/osago-list.png') no-repeat 0 0 transparent;
}
.b-osago-finance__list_atl {
	background-position: 0 -40px;
}
.b-osago-finance__list_mobile {
	background-position: 0 -80px;
}
.b-osago-in {
	padding: 30px 30px 0;
}
.b-osago-left {
	float: left;
	width: 616px;
	margin-right: 30px;
}
.b-osago-right {
	overflow: hidden;
}
.b-osago__shad {
	padding-bottom: 50px;
	background: url('/static/img/osago-shad.png') no-repeat 0 100% transparent;
}
.b-osago__shad_full {
	background-position: -616px 100%;
}
.b-osago-form__in {
	padding: 30px 20px 0;
	background-color: #fff;
	overflow: hidden;
}
.b-osago-review__head {
	font-size: 20px;
	padding: 10px 30px 15px 0;
	background: url('/static/img/osago-list.png') no-repeat 100% -115px transparent;
}
.b-osago-smallhead #newHeader {
	height: auto;
}
.b-osago-smallhead .searchBlock,
.b-osago-smallhead .header-button,
.b-osago-smallhead .mainMenu {
	display: none;
}
/*----------*/
/*osago landing №2*/
.b-osagosec-head {
	display: inline-block;
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
	padding-top: 3px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: 'PT Sans', sans-serif;
}
.b-osagosec-head_spec {
	padding: 0 60px 0 0;
}
.b-osagosec__big {
	font-size: 50px;
	padding: 0 20px 0 30px;
	margin-bottom: 0;
	line-height: 55px;
	letter-spacing: 7px;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.b-osagosec-form {
	margin-top: 30px;
	min-height: 515px;
	position: relative;
	background: url('/static/img/osago-sahara.jpg') repeat 0 0 transparent;
}
.b-osagosec-form__img {
	left: 0;
	bottom: 0;
	position: absolute;
}
.b-osagosec-form__inner {
	margin: 30px 30px -14px 0;
}
.b-osagosec-module {
	margin: 25px 0 25px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.b-osagosec-module-left {
	float: left;
	width: 410px;
}
.b-osagosec-module-middle {
	overflow: hidden;
	padding-top: 23px;
	text-align: center;
}
.b-osagosec-module-right {
	float: right;
	width: 530px;
}
.b-osagosec-module-left__el {
	width: 175px;
	float: left;
	margin-left: 30px;
	min-height: 99px;
}
.b-osagosec-module-left__el_w200 {
	width: 200px;
}
.b-osagosec-module-left__el_bonus {
	width: 190px;
	margin-left: 0;
	font-size: 12px;
	margin-top: -13px;
	font-weight: normal;
	position: relative;
	padding-left: 85px;
	line-height: normal;
}
.b-osagosec-module-left__hor {
	top: 0;
	left: 32px;
	width: 1px;
	height: 96px;
	position: absolute;
	background-color: #d4d3c8;
}
.b-osagosec-module-left__hor span {
	top: 50%;
	width: 60px;
	left: -30px;
	padding: 5px 0;
	display: block;
	color: #81776d;
	font-size: 12px;
	margin-top: -35px;
	position: relative;
	text-align: center;
	background-color: #fff;
	text-shadow: 0 1px 1px #FFFFFF;
}
.b-osagosec-module .b-osago-finance__list {
	font-size: 12px;
	line-height: 14px;
	background-position: 0 5px;
}
.b-osagosec-module .b-osago-finance__list.b-osago-finance__list_atl {
	background-position: 0 -33px;
}
.b-osagosec-module .b-osago-finance__list.b-osago-finance__list_mobile {
	background-position: 0 -74px;
}
.b-osagosec-module ul {
	margin-bottom: 0;
}
.b-osagosec-module__img {
	float: left;
}
.b-osagosec-module__desc {
	float: left;
	width: 85px;
	padding-top: 19px;
}
.b-osagosec-module__desc_t8 {
	width: 110px;
	padding-top: 8px;
}
.b-osagosec-module__footer {
	width: 100%;
	clear: both;
	height: 12px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
}
.b-osagosec-module__foottext {
	color: #989898;
	font-size: 10px;
	padding: 0 10px;
	background-color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
/*----------*/
/*carousel*/
.jcarousel-wrapper {
	padding: 0 20px;
	position: relative;
}
.jcarousel-wrapper_listpage {
	padding: 10px 0 5px;
	background-color: #f3f3f3;
}
.jcarousel-wrapper_osago {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}
.jcarousel-wrapper_kasko {
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.jcarousel-wrapper_kasko:after {
	left: 0;
	right: 0;
	bottom: -2px;
	content: '';
	position: absolute;
	border-bottom: 1px solid #f6f9fa;
}
.jcarousel,
.page-jcarousel {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.jcarousel ul,
.page-jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li,
.page-jcarousel li {
	width: 168px;
	float: left;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.jcarousel_osago li {
	width: 120px;
	text-align: center;
}
.page-jcarousel li {
	width: 147px;
}
.page-jcarousel-pagination {
	color: #626262;
	font-size: 11px;
	margin-top: 5px;
	line-height: 14px;
	text-align: center;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 32px;
	font-size: 0;
	margin-top: -16px;
	text-align: center;
	text-decoration: none;
	background: url('/static/img/slider_buttons.png') no-repeat 0 0;
}
.jcarousel-control-next {
	right: 0;
	left: auto;
	background-position: 100% 0;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	text-decoration: none;
}
.jcarousel-control-prev:hover {
	background-position: 0 -32px;
}
.jcarousel-control-next:hover {
	background-position: 100% -32px;
}
.page-jcarousel-control-prev,
.page-jcarousel-control-next {
	top: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	position: absolute;
	text-decoration: none;
	background-color: #f3f3f3;
}
.page-jcarousel-control-next {
	right: 0;
	left: auto;
}
.page-jcarousel-control-prev.inactive,
.page-jcarousel-control-next.inactive,
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
	display: none;
}
.page-jcarousel-control-prev span,
.page-jcarousel-control-next span {
	top: 50%;
	width: 10px;
	height: 20px;
	display: block;
	color: #999999;
	font-size: 30px;
	margin-top: -10px;
	line-height: 16px;
	font-weight: bold;
	position: relative;
}
.page-jcarousel-control-prev:hover,
.page-jcarousel-control-next:hover {
	background-color: #e6e6e6;
}
.page-jcarousel-control-prev:hover span,
.page-jcarousel-control-next:hover span {
	color: #636363;
}
/*end carousel*/
.jcarousel-comments {
	color:#06c;
	font-size: 11px;
	padding:0 0 0 15px;
	background:url('/static/img/bg-comments-icon-small.png') no-repeat 0 1px;
}
.jcarousel-osago-txt {
	color: #999999;
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.jcarousel-osago-link,
.jcarousel-osago-link:hover {
	text-decoration: none;
}
/*----------*/

/*osago landing №3*/
.tbl-holder {
	position: relative;
	margin: 20px 0 60px;
}
.tbl-holder:after {
	left: 50%;
	bottom:0;
	margin-left: -47%;
	width: 94%;
	height: 20px;
	content: '';
	position: absolute;
	background-color: #000;
	clip: rect(20px, 2000px, 70px, -30px);
	-webkit-border-radius: 0;
	border-radius: 0 0 50% 50%;
	-webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.8);
}
.insuranse-tbl {
	width: 100%;
	border: 1px solid #f3f3f3;
	border-collapse: collapse;
}
.insuranse-tbl_nobor {
	border: none;
}
.insuranse-tbl td,
.insuranse-tbl th {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
.client-emb {
	width: 13px;
	float: left;
	height: 52px;
	margin-left: -6px;
	margin-right: -7px;
	transition: width 0.2s ease 0s;
	background: url("/static/img/client_insurance.png") no-repeat -18px 0 transparent;
}
.insuranse-tbl th {
	padding-top: 20px;
	vertical-align: top;
}
.insuranse-tbl tr.last-row td {
	padding-bottom: 20px;
}
.insuranse-tbl td.button {
	text-align: right;
	padding-right: 30px;
}
.table-sm {
	width: 100%;
	border-collapse: collapse;
}
.table-sm td,
.table-sm th {
	padding: 10px 5px;
	vertical-align: top;
}
.table-sm td.vam {
	vertical-align: middle;
}
.table-sm .hover:hover td,
.table-sm .hover:hover + tr.desc > td,
.table-sm .active td,
.table-sm .active + tr.desc > td {
	background-color: #f3f3f3
}
.text-center {
	text-align: center;
}
td.text-l {
	text-align: left;
}
td.text-r {
	text-align: right;
}
td.ins-name {
	text-align: left;
	white-space: nowrap;
}
td.ins-name_label {
	width: 410px;
	/*padding-left: 32px;*/
}
td.ins-name_desc {
	width: 180px;
}
.insuranse-tbl tr:hover td {
	background-color: #f3f3f3;
}
.insuranse-tbl tr:hover .client-emb {
	width: 182px;
	background-position: 0 -52px;
}
.insuranse-tbl tr.sub-menu {
	color: #999999;
}
.sub-menu td {
	padding: 0 5px;
	font-size: 89%;
}
.insuranse-tbl .sub-menu:hover td {
	background-color: #fff;
}
.ins-logo {
	margin: 0 10px;
}
.old-price {
	color: #999999;
	font-size: 12px;
	text-decoration: line-through;
}
.insuranse-tbl tr.company td {
	padding-top: 15px;
	vertical-align: top;
}
.insuranse-tbl tr.company td.ins-name {
	vertical-align: middle;
}
.insuranse-tbl tr.company td:last-child {
	padding-top: 10px;
}
.insuranse-tbl td.company-desc,
.insuranse-tbl th.company-desc {
	width: 0;
	padding: 0;
}
.company-desc__h-wr {
	width: 0;
	overflow: hidden;
}
.company-desc__h,
.company-desc__text {
	margin-top: 35px;
	padding: 0 0 10px 20px;
	width: 470px;
	text-align: left;
}
.company-desc__text {
	top: auto;
	left: 200px;
	position: absolute;
}
/*----------*/
.b-tooltip_osago {
	left: 3px;
	top: -2px;
}
.b-tooltip_osago .b-tooltip__cont {
	margin-left: 5px;
}
.cl-green {
	color: green;
}
.hide {
	display: none;
}
.sticker-new_fixed .hide {
	display: block;
}
.b-media-right {
	float: right;
	margin-left: 10px;
}
.autoua-contest-img {
	display: block;
	margin-bottom: -6px;
}
#table-anchor {
	position: absolute;
	margin-top: -1px;
}
/* new kasko */
.l-kasko {
	margin-top: -25px;
	padding-top: 15px;
	background: url("/static/img/kasko_back.jpg?v1") no-repeat center 0 #fff;
	background-size: cover;
}
.l-kasko_step2 {
	background-position: 0 center;
}
.l-kasko-bl {
	background-color: rgba(255, 255, 255, 0.45);
}
.l-kasko-bl_ind {
	margin-top: -20px;
	background-color: transparent;
}
.l-kasko-bl .b-kasko-info__text,
.l-kasko-bl .jcarousel-osago-txt {
	color: #333333;
}
.l-kasko-bl .b-kasko-info__icon_phones {
	background-position: 0 -140px;
}
.l-kasko-bl .b-kasko-info__icon_visa {
	background-position: 0 -175px;
}
.l-kasko-bl .b-kasko-info__icon_delivery {
	background-position: 0 -210px;
}
.l-kasko-bl .b-kasko-info__icon_krug {
	background-position: 0 -245px;
}
.l-kasko-form-desc {
	top: 0;
	left: 100%;
	line-height: 26px;
	margin-left: -57px;
	position: absolute;
}
.l-relative {
	position: relative;
}
.l-kasko-popup-close {
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	position: absolute;
}
.l-kasko-popup-inp {
	width: 120px;
}
.l-kasko-widebl {
	padding-bottom: 50px;
	background: url("/static/img/kasko_shadow.png") no-repeat center 100% transparent;
}
.l-kasko-white {
	background-color: #fff;
}

/* floating button */
#fliter-button {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	background-color: rgba(0,0,0,0.8);
	*background-color: rgb(0,0,0);
	background-color: #000\0/;
	padding: 9px;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
	text-align: center;
	z-index: 1;
}
.fliter-text {
	display: block;
	text-align: center;
	white-space: nowrap;
	line-height: 18px;
	margin-bottom: 5px;
}
/* end new kasko */
.sponsor-img {
	top: 0;
	right: 0;
	width: 100px;
	position: absolute;
}
.upload-bl {
	font-size: 14px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
}
.doc-photo img {
	border-radius: 20px;
}
.doc-photo img:nth-child(2) {
	margin: -40px 0 0 10px;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.btn-upload input[type="file"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	width: 99%;
}
.unactive {
	opacity: 0.2;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
/* travel */
.b-travel {
	margin-top: -25px;
	background: url('/static/img/travel_back_1.jpg?v1') no-repeat center top #fff;
	background-size: cover;
}
.b-travel__in {
	padding: 40px 30px 0;
}
.b-fl-bl {
	float: left;
	margin-left: 20px;
}
.b-fl-bl:first-child {
	margin-left: 0;
}
.inline-text {
	float: left;
	line-height: 26px;
	margin: 0 10px 0 10px;
}
.inline-text:first-child {
	margin-left: 0;
}
.inline-calendar {
	float: left;
	margin-right: 10px;
}
.inline-input {
	float: left;
	width: 120px;
	margin-right: 5px;
}
.inline-input_w50 {
	width: 50px;
	margin-right: 0;
}
.b-travel-desc {
	color: #fff;
	margin-top: 40px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	background: url('/static/img/travel_desc_back.jpg') repeat 0 0 #445d7b;
}
.b-travel-desc:after {
	content: '';
	position: absolute;
	top: 100%;
	width: 100%;
	height: 49px;
	background: url('/static/img/travel_desc_shad-d.png') no-repeat 0 0 transparent;
}
.b-travel-desc-in {
	padding: 0 30px 25px;
	background: url('/static/img/travel_desc_shad-l.png') repeat-y 0 0 transparent;
}
.b-travel-desc__head {
	font-size: 30px;
	line-height: normal;
	text-align: center;
	padding: 20px 0 6px;
}
.b-travel-desc__line {
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #fff;
}
.b-travel-desc__text {
	margin-top: 10px;
	font-size: 18px;
	line-height: normal;
}
.more-people {
	padding-left: 20px;
	background: url('/static/img/icon-small-sprite.png') no-repeat 0 -210px transparent;
}
.more-people:hover {
	background-position: 0 -165px;
}
.remove-person {
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 6px;
	background: url('/static/img/icon-small-sprite.png') no-repeat 0 -78px transparent;
}
.remove-person:hover {
	background-position: 0 1px;
}
.b-travel-bl {
	padding: 10px 0 30px;
}
.b-kasko-info_travel {
	margin-top: 0;
	padding-top: 25px;
	background-color: rgba(0, 0, 0, 0.58);
	background-color: #000\0/;
	*background-color: #000;
}
.b-kasko-info_travel .b-kasko-info__module_lastel {
	padding-left: 10px;
}
.b-travel-text {
	color: #fff;
	line-height: 18px;
	padding-left: 35px;
	position: relative;
	text-shadow: 0 -1px 0 #000;
}
.b-travel-text__icon {
	background-image: url('/static/bem/img/order-info-sprite_w.png');
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 2px;
	height: 35px;
	width: 30px;
}
.b-travel-text__icon_krug {
	background-position: -14px -131px;
}
.b-travel-text__icon_delivery {
	background-position: -14px -89px;
}
.b-travel-text__icon_visa {
	background-position: -13px -55px;
}
.b-travel-text__icon_phones {
	background-position: -14px -6px;
}
.b-travel-teeth {
	background-image: url('/static/img/teeth.png');
	background-repeat: repeat-x;
	background-color: transparent;
	height: 5px;
	width: 100%;
}
.b-travel-teeth_top {
	background-position: 0 0;
}
.b-travel-teeth_bottom {
	background-position: 0 -5px;
}
.b-travel-cont {
	font-size: 14px;
	padding: 25px 0 10px;
	background-color: #fff;
	text-shadow: 0 1px 0 #fff;
}
.b-travel-cont__in {
	padding: 0 30px;
}
.b-travel-cont__params {
	background-color: #e3ecf9;
	padding: 10px 0 12px;
	-webkit-box-shadow: 4px 0 5px -5px #445d7b inset, -4px 0 5px -5px #445d7b inset;
	box-shadow: 4px 0 5px -5px #445d7b inset, -4px 0 5px -5px #445d7b inset;
}
.b-travel-teeth_res-t {
	background-position: 0 -10px;
	height: 9px;
	margin-bottom: -9px;
	position: relative;
}
.b-travel-teeth_res-b {
	background-position: 0 -19px;
	height: 9px;
	margin-top: -9px;
}
.b-travel-cont__sl {
	margin-top: 5px;
}
.b-travel-cont__sl:first-child {
	margin-top: 0;
}
.b-check-people__link {
	display: none;
	float: right;
	position: relative;
}
input.b-check-people:checked + .b-check-people__link {
	display: block;
}
.b-travel-logo {
	margin: 0 10px 0 25px;
}
.b-travel-module {
	display: block;
	padding: 10px 20px;
}
.b-travel-module__head {
	display: block;
	line-height: normal;
	margin-bottom: 10px;
}
.b-travel-module__footer {
	display: block;
	margin-top: 10px;
	text-align: center;
}
/* end travel */
.calform iframe {
	border: 0 none;
	height: 320px;
	margin: 0;
	box-shadow: none;
	padding: 0;
	width: 500px;
}
.mr-22 {
	margin-right: -22px;
}
.payment-info {
	float: right;
	margin: 16px 10px 0 0px;
}
#footer .payment-info__link {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer .payment-info__link:hover,
#footer .payment-info__link:active {
	text-decoration: none;
	border-bottom-color: #fff;
}
.card-pay label[for="id_payment_0"]:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 113px;
	height: 22px;
	margin-bottom: -6px;
	background: url('/static/osago/img/li_pay.png') 0 0 no-repeat;
}
.index-video-block h2 {
	font-size: 1.39em;
}
.index-video-block__left {
	width: 100%;
	float: left;
}
.index-video-block__left-in {
	padding-right: 300px;
}
.index-video-block__right {
	margin-left: -300px;
	float: left;
	width: 290px;
	padding-left: 10px;
}
.index-video-block__h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-video-block__title {
	font-size: 16px;
	margin-top: 10px;
}
.filter-selector {
	margin-bottom: 20px;
}
.wizard-submit {
	float: right;
	margin-top: 5px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb25 {
	margin-bottom: 25px;
}
/* mobile submenu navigation */
.sub-navigation > li > ul {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #e6e4e4;
}
.sub-navigation > li > ul > li {
	float: none;
}
.sub-navigation > li > ul > li a {
	margin-top: 0;
	margin-left: 0;
	float: none;
	display: block;
	border-width: 0 1px 1px;
}
.sub-navigation > li > ul > li a.active {
	border-bottom-color: #ccc;
}
.sub-navigation > li > ul.open {
	display: block;
	z-index: 10;

}
/* end mobile submenu navigation */
.bl-action-wr {
	background-color: #f3f3f3;
}
.bl-action {
	padding: 10px;
}
.bl-action-desc  {
	margin: 15px 0;
	padding: 0 10px;
}
.bl-action-desc__txt {
	display: none;
}
.l-container_bb hr {
	margin: 0;
	border-width: 0 0 1px;
	border-style: 1px;
	border-color: transparent transform #e6e6e6;
}
/* fixed footer */
.footer-bg.fixed {
	top: 100%;
	left: 0;
	right: 0;
	position: fixed;
	max-width: 1180px;
	min-width: 320px;
	margin: 0 auto;
	z-index: 999989;
}
.footer-slide {
	position: absolute;
	bottom: 100%;
	margin-left: -42px;
}
.footer-slide__up,
.footer-slide__down {
	display: block;
	width: 32px;
	height: 27px;
	line-height: 27px;
	font-size: 1.7em;
	color: #fff;
	text-align: center;
	padding: 13px 0 0 10px;
	background-color: #484848;
	outline: none;
}
.footer-slide__up:hover,
.footer-slide__down:hover,
.footer-slide__up:focus,
.footer-slide__down:focus {
	outline: none;
}
.footer-slide__triang {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: block;
	height: 0;
	width: 0;
	margin-top: 4px;
}
.footer-slide__down {
	display: none;
}
/*new news-list*/
.news-h {
	font-size: 21px;
}
.post-list img {
	margin: 0;
}
.top25 {
	margin-top: 25px;
}
.news-margin {
	margin: 20px 0 25px 10px;
}
.comment-icon {
	position: relative;
	margin-left: 10px;
	float: right;
	height: 20px;
	min-width: 20px;
	max-width: 30px;
	background-color: #f3f3f3;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	color: #626262;
	text-shadow: 1px 1px 1px #fff;
	line-height: 20px;
	text-align: center;
	padding: 1px 5px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
}
.comment-icon:hover {
	background-color: #b00000;
	color: #fff;
	border: 1px solid #b00000;
}
.comment-icon:hover::after {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #b00000;
	color: #fff;
}
.comment-icon::after {
	position: absolute;
	right: 55%;
	top: 100%;
	content: "";
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	background-image: url("/static/img/icon-small-sprite.png");
	background-position: -5px -715px;
}
.news-teaser {
	font-size: 14px;
	max-height: 100px;
	overflow: hidden;
	position: relative; /* Относительное позиционирование */
}
	.news-teaser::after {
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff', endColorstr='#fff');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…NTVkdJRF8yXykiIHdpZHRoPSIyOTkuOTYzIiBoZWlnaHQ9IjYwLjk5MyIvPg0KPC9zdmc+DQo=);
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(250,250,252,0)),color-stop(100%,#fff));
	background-image: -webkit-linear-gradient(top,rgba(250,250,252,0) 0, #fff 100%);
	background-image: -moz-linear-gradient(top,rgba(250,250,252,0) 0, #fff 100%);
	background-image: -o-linear-gradient(top,rgba(250,250,252,0) 0, #fff 100%);
	background-image: linear-gradient(top,rgba(250,250,252,0) 0, #fff 100%);
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	bottom: -25px;
	left: 0;
	width: 100%;
	height: 60%;
	overflow: hidden;
}
/*end new news-list*/

/*seller-button*/

.seller-button {
	width: 133px;
	height: 132px;
	display: block;
	background-image: url('/static/img/seller-button.png');
	position: fixed;
	bottom: 2%;
	z-index: 1;
}
.seller-button_mobile {
	position: fixed;
	bottom: 0;
	right: 50%;
	margin-right: -50% !important;
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
	width: 100%;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25)
}
/*end seller-button*/

/*okino promo on avtosport */
.race-promo {
	width: 100%;
	margin: 0;
}
.race-promo img {
	max-width: 100%;
}
/*end okino promo on avtosport*/

/* end fixed footer */
.h0 {
	height: 0;
}
.paid-post {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-align: center;
	background-color: #999;
	border-radius: 50%;
	text-transform: uppercase;
}
.social-likes_sm .social-likes__button {
	padding-right: 0;
}
@media (max-width: 1200px) {
	.footer-slide {
		margin-left: 0;
	}
}
@media (max-width: 765px) {
	.news-margin {
		margin: 0 0 0 0;
	}
	.social-likes_mob {
		font-size: 22px;
		margin: 0px;
		display: block;
	}
	.social-likes_mob .social-likes__widget {
		margin: 0px;
		float: left;
		width: 33.333333333%;
		text-align: center;
	}
	.social-likes_mob .social-likes__button {
		padding-right: 0;
		padding-left: 1.35em;
	}
	.social-likes_mob .social-likes__icon {
		left: 3px !important;
	}
	.social-likes_mob .social-likes__icon.social-likes__icon_vkontakte {
		left: 1px!important;
	}
	.social-likes_mob .social-likes__icon.social-likes__icon_odnoklassniki {
		left: 6px!important;
	}
	.social-likes_mob .social-likes__counter {
		font-size: 0.7em;
		padding-right: 0;
		padding-left: 5px;
	}
	.social-likes_mob .social-likes__txt {
		display: none;
	}
}
