.clear {
	clear: both;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {
  display: flex;
  justify-content: space-between;
}
/* End hide from IE-mac */

/*** all ***/
.wrapper {
	/*width: 983px;
	margin: 0 auto;*/
	min-width:980px;
	overflow: hidden;
 position: relative;
  z-index: 1;
	
}
@media (max-width:480px) {
.wrapper {

 position: absolute;

	
}
}

.section {
	width:960px;
	margin:0 auto;
	padding:0 10px;
}

.main .section {
	padding-bottom: 80px;
}
@media (max-width:480px) {
.kalkulyator {
    display: block;
    overflow-x: scroll;
	    width: 100%;
    min-width: 960px;
}
}

/*** header ***/
.header_bg {
	background: url(../images/header_bg_loop.jpg) 0 -111px repeat-x;
}
.header {
	position: relative;
	background: url(../images/header_bg.jpg) 50% -111px no-repeat;
	z-index: 2;
	height: 480px;
	padding-top: 20px;


}
@media (max-width:480px) {
.header {
	    overflow-x: scroll;
    width: 100%;
}
}
.header .section {
	background: url(../images/header_car.jpg) 30px 110px no-repeat;
	height: 480px;
	position: relative;
}
.header .bar {
	margin: 0;
	height: 45px;
	border-radius: 3px;
	background: #2f2f2f url(../images/menu_bg.png) 0 0 repeat-x;
	color: #fff;
}
.header .site_name {
	float: left;
	font-weight: bold;
	line-height: 45px;
	margin: 0 0 0 30px;
	font-size: 22px;
}
.header .site_name a {
	color: #fff;
	text-decoration: none;
}
.header .phones {
	float: right;
	font-weight: bold;
	line-height: 45px;
	margin: 0 40px 0 0;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0 0 0;
}

.action {
	font-size: 2em;
	padding: 5px;
	margin: 5px;
	border: 2px dashed #f89a2b;
	text-align: center;
	background: #2f2f2f;
}


/*** header/bottom ***/
.nav {
	padding: 0;
	margin:0 0 0 30px;
	text-align: center;
	font-weight: 400;
	float: left;
}
.nav li {
	display: block;
	float: left;
	vertical-align: top;
	height:45px;
	line-height: 16px;
	padding:0 2px 0 0;
	margin:0;
	position:relative;
	background: url(../images/menu_sep.png) 100% 0 no-repeat;
}
.nav li.first {
	background: url(../images/menu_sep.png) 0 0 no-repeat;
	padding-left: 2px;
}
.nav li a {
	font-size:16px;
	color: #fff;
	padding: 16px 18px 13px 18px;
	display: block;
	text-decoration: none;
}
.nav li:hover a {
	background: #3c3c3c;
	box-shadow: inset 0px 0px 9px black;
}

.nav li.active a {
	background: url(../images/menu_a.png) 0 0 repeat-x;
	box-shadow: inset 0px 0px 9px black;
}
.nav li.active.u-eip-edit-box a {
	color:inherit;
}


.header .reg {
	background: rgba(242,242,242,0.8);
	border-radius: 10px;
	padding: 10px 55px 20px;
	margin: 65px 0 0;
	float: right;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	width: 255px;
}
.header .reg form {
	
	
}
.header .reg .descr {
	font-style: italic;
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}
.header .success {
	display: none;
	width: 260px;
	height: 260px;
	padding: 5px 30px 20px;
}
.header .reg .title {
	font-size: 28px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
	margin: 0;
}
.header .reg p {
	margin: 0;
	font-size: 15px;
}
.header .reg .phone {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
}
.header .reg .phone span {
	font-size: 15px;
	display: block;
	font-weight: normal;
	line-height: 120%;
}
.header .success .title {
	font-size: 24px;
	padding-bottom: 10px;
}
.header .success .subscr {
	padding: 25px 0 0 36px;
	margin-top: 3px;
	font-size: 14px;
	line-height: 16px;
	background: url(images/priem_arrow.html) 20px 0 no-repeat;
	z-index: 2;
	position: relative;
}



/*** main ***/
.main .dotted {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.main .section > .two {
	background: #e4e4e1;
}
.main .section > .two > .center {
	background: #fff;
	min-height: 400px;
}
/*** main with aside (two coloumns) ***/
.aside {
	float:left;
	width:230px;
	
	padding: 35px 0 0 20px;
}
.two .center {
	float: right;
	width: 640px;
	padding: 35px 30px 30px;
}
.main .two .navibar ul {
	margin-left: 240px;
}
.aside .dotted {
	margin: 0;
}
.aside .nav {
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;
}
.aside .nav li {
	float: none;
	background: none;
	display: list-item;
	list-style: none;
	height: auto;
	width: 240px;
	padding: 0;
}
.aside .nav li a {
	padding: 12px 0;
	color: #000;
}
.aside .nav li:hover a,
.aside .nav li.active a {
	color: #f49729;
	background: none;
	box-shadow: none;
}
.aside .nav li.active {
	background: url(../images/aside_menu_a.png) 100% 50% no-repeat;
}

a.btn.to-price {
	width: auto;
	margin: 50px 10px 0 0;
}

.content-block .map {
	margin: 30px 0;
	border:2px solid #58281C;
	border-radius: 4px;
}
.content-block .map > ymaps {
	width: 936px !important;
	border-radius: 4px;
}

/*** main/home ***/
.main.home {
	background: url(../images/home_white.html) 50% 930px no-repeat;
}




/*** numpages ***/
div.numpages {
	font-size:1.2em;
	clear: both;
}
div.numpages a {
	color:#1a3dc1;
}
div.numpages span.title {
	font-weight:bold;
}
div.numpages div.top, div.numpages div.bottom {
	height:25px;
	margin-bottom:5px;
}
div.numpages div a {
	
}
div.numpages div.top span.prev  {
	margin:0 10px;
}
div.numpages div.top span.active  {
	color:#999999;
}
div.numpages div.bottom span {
	padding:3px 5px;
	margin:0 2px;
}
div.numpages div.bottom span.active {
	background:#e8e9ec;
}


/*** basket ***/
.basket table {
	width: 100%;
}
.basket table th {
	font-size: 1em;
	font-family: 'Montserrat Regular', sans-serif;
	text-align: left;
	color: #989da3;
}
.basket table td {
	font-size: 1.2em;
}
.basket table td.amount {
	width: 90px;
}
.basket table td.amount input {
	background: none;
	width: 50px;
	border: 0;
	color: #989da3;
}
.basket table td.artikul {
	color: #415a79;
	width: 90px;
}
.basket table td.price {
	color: #8b3b33;
	width: 70px;
}
.basket table td.remove {
	width: 15px;
}
	
.basket table td .del {
	display: block;
	width: 14px;
	height: 0px;
	padding-top: 14px;
	overflow: hidden;
	background: url(../images/del.png);
}
.cart_summary {
	float: right;
	width: 85px;
	font-size: 1.2em;
}
.order {
	clear: both;
	float: right;
	font-size: 2em;
	margin-top: 20px;
}
.order a {
	padding: 10px;
	background: url(../images/menu_bg.png) 0 50% repeat-x;
	border: 1px solid #354c31;
	text-decoration: none;
	border-radius: 5px;
	line-height: 100%;
	display: inline-block;
}


/* text pages */
.tonirovka-types {
	margin: 0;
	padding: 30px;
	background: url(../../../images/tonirovka/types.jpg) 0 0 no-repeat;
}
.tonirovka-types li {
	float: left;
	width: 25%;
	height: 145px;
	line-height: 145px;
	font-size: 30px;
	list-style: none;
	text-align: center;
	color: #fff;
}
.tonirovka-types li.p1 {
	background: rgba(0,0,0,0.22);
}
.tonirovka-types li.p2 {
	background: rgba(0,0,0,0.7);
}
.tonirovka-types li.p3 {
	background: rgba(0,0,0,0.8);
}
.tonirovka-types li.p4 {
	background: rgba(0,0,0,0.95);
}

.tonirovka-types.aterm li {
	width: 100%;
}

/*** calc ***/
.kalkulyator .header,
.kalkulyator .header .section {
	height: 678px;
}
.kalkulyator .header,
.kalkulyator .header_bg {
	background-position: 50% 0;
}
.kalkulyator .header .section {
	background: none;
}
.calc {
	padding-top: 9px;
}
.calc .filter {
	padding: 10px 20px;
	background: rgba(242,242,242,0.8);
	width: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	    box-sizing: content-box;
}
.calc .filter h2 {
	margin: 6px 0;
	font-size: 18px;
	line-height: 100%;
}
.calc .filter ul {
	margin: 5px 0 5px;
	padding: 0 5px;
}
.calc .filter ul li {
	font-size: 11px;
	list-style: none;
	width: 95px;
	padding: 36px 0 0;
	margin: 5px 0px 0px 0;
	cursor: pointer;
	height: 15px;
}
.calc .filter .auto_class li.p1 {
	background: url(../images/auto_class_1.png) 0 0 no-repeat;
}
.calc .filter .auto_class li.p2 {
	background: url(../images/auto_class_2.png) 0 0 no-repeat;
}
.calc .filter .auto_class li.p3 {
	background: url(../images/auto_class_3.png) 0 0 no-repeat;
	margin-right: 0;
}
.calc .filter .auto_class li.p4 {
	background: url(../images/auto_class_4.png) 0 0 no-repeat;
}
.calc .filter .auto_class li.p5 {
	background: url(../images/auto_class_5.png) 0 0 no-repeat;
}
.calc .filter .auto_class li.p6 {
	background: url(../images/auto_class_6.png) 0 0 no-repeat;
	margin-right: 0;
}
.calc .filter .auto_class li.p7 {
	background: url(../images/auto_class_7.png) 1px 0 no-repeat;
}
.calc .filter .auto_class li.p8 {
	background: url(../images/auto_class_8.png) 1px 0 no-repeat;
}
.calc .filter .auto_class li:hover,
.calc .filter .auto_class li.checked,
.calc .filter .auto_type li:hover,
.calc .filter .auto_type li.checked {
	font-weight: bold;
}
.calc .filter .auto_class li:hover {
	background-position: -100px 0;
}
.calc .filter .auto_class li.checked {
	background-position: -200px 0;
}

.calc .filter .auto_class li.p1:hover {
	background-position: -93px 0;
}
.calc .filter .auto_class li.p1.checked {
	background-position: -198px 0;
}
.calc .filter .auto_class li.p2:hover {
	background-position: -97px 0;
}
.calc .filter .auto_class li.p2.checked {
	background-position: -202px 0;
}
.calc .filter .auto_class li.p3:hover {
	background-position: -98px 0;
}
.calc .filter .auto_class li.p4:hover {
	background-position: -99px 0;
}
.calc .filter .auto_class li.p4.checked {
	background-position: -202px 0;
}
.calc .filter .auto_class li.p5:hover {
	background-position: -97px 0;
}
.calc .filter .auto_class li.p5.checked {
	background-position: -198px 0;
}
.calc .filter .auto_class li.p6:hover {
	background-position: -100px 0;
}
.calc .filter .auto_class li.p6.checked {
	background-position: -199px 0;
}
.calc .filter .auto_class li.p7:hover {
	background-position: -100px 0;
}
.calc .filter .auto_class li.p7.checked {
	background-position: -201px 0;
}
.calc .filter .auto_class li.p8:hover {
	background-position: -100px 0;
}
.calc .filter .auto_class li.p8.checked {
	background-position: -202px 0;
}

.calc .filter .auto_type ul {
	padding: 0;
}
.calc .filter .auto_type ul li {
	width: 90px;
}
.calc .filter .auto_type li.p1 {
	background: url(../images/auto_sedan.png) 0 0 no-repeat;
}
.calc .filter .auto_type li.p2 {
	background: url(../images/auto_universal.png) 0 0 no-repeat;
}
.calc .filter .auto_type li.p3 {
	margin-right: 0;
	background: url(../images/auto_coupe.png) 0 0 no-repeat;
}

.calc .filter .auto_type li.p1:hover {
	background-position: -103px 0;
}
.calc .filter .auto_type li.p1.checked {
	background-position: -205px 0;
}
.calc .filter .auto_type li.p2:hover {
	background-position: -101px 0;
}
.calc .filter .auto_type li.p2.checked {
	background-position: -205px 0;
}
.calc .filter .auto_type li.p3:hover {
	background-position: -103px 0;
}
.calc .filter .auto_type li.p3.checked {
	background-position: -203px 0;
}


/* film */
.calc .filter .film_type li {
	padding-top: 55px;
	margin: 3px 6px 13px 6px;
	width: 80px;
	height: 25px;
}
.calc .filter .film_type li.p1 {
	background: url(../images/luxman.jpg) 50% 15px no-repeat;
	height: 30px;
	padding-top: 56px;
	line-height: 110%;
}
.calc .filter .film_type li.p2 {
	background: url(../images/ultravision.jpg) 50% 10px no-repeat;
}
.calc .filter .film_type li.p3 {
	background: url(../images/infinity.png) 50% 17px no-repeat;
}
.calc .filter .film_type li:hover,
.calc .filter .film_type li.checked {
	border: 3px solid #ff0000;
	margin: 0 3px 10px 3px;
}

/* film aval */
.calc .filter .film_aval {
	background: url(../images/aval_film.jpg) 50% 27px no-repeat;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px;
}
.calc .filter .film_aval ul {
	margin-top: 10px;
	padding: 0 0 10px;
}
.calc .filter .film_aval li {
	width: 70px;
	height: 67px;
	line-height: 67px;
	padding: 0;
	margin: 0 3px 0 0;
	color: #fff;
	cursor: default;
}
.calc .filter .film_aval li.p4 {
	
}
.calc .filter .film_aval li.p1 {
	background: rgba(0,0,0,0.25);
	line-height: 110%;
	padding-top: 22px;
	height: 45px;
}
.calc .filter .film_aval li.p2 {
	background: rgba(0,0,0,0.55);
}
.calc .filter .film_aval li.p3 {
	background: rgba(0,0,0,0.8);
}
.calc .filter .film_aval li.p4 {
	background: #000;
	margin-right: 0;
}

.calc .car {
	float: right;
	width: 630px;
	position: relative;
	z-index: 1;
}
.calc .car h1 {
	text-align: center;
	margin: 6px 0 0;
	font-weight: bold;
	position: absolute;
	width: 630px;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

/* body */
#car_body {
	width: 722px;
	height: 400px;
	margin: 166px 0 0 0;
	position: absolute;
	right: -42px;
	z-index: 1;
	top: -66px;
}
#car_body.p1 {
	background: url(../images/cars/car_p1.jpg) 0 0 no-repeat;
}
#car_body.p2 {
	background: url(../images/cars/car_p2.jpg) 0 1px no-repeat
}
#car_body.p3 {
	background: url(../images/cars/car_p3.jpg) 0 0 no-repeat
}
#car_body.p4 {
	background: url(../images/cars/car_p4.jpg) 0 1px no-repeat
}
#car_body.p5 {
	background: url(../images/cars/car_p5.jpg) 0 1px no-repeat
}
#car_body.p6 {
	background: url(../images/cars/car_p6.jpg) 0 0 no-repeat
}
#car_body.p7 {
	background: url(../images/cars/car_p7.jpg) 0 0 no-repeat
}
#car_body.p8 {
	background: url(../images/cars/car_p8.jpg) 0 1px no-repeat
}

/* test */
#car_body > div {
	position: absolute;
	display: none;
}
#car_body .strip {
	width: 200px;
	height: 10px;
	background: #000;
	z-index: 3;
}
#car_body .windshield {
	background: #000;
	width: 200px;
	height: 100px;
	z-index: 2;
}
#car_body .frontside {
	background: #000;
	width: 100px;
	height: 100px;
	z-index: 2;
}
#car_body .rearside {
	background: #000;
	width: 100px;
	height: 100px;
	z-index: 2;
}
#car_body .rear {
	background: #000;
	width: 100px;
	height: 50px;
	z-index: 1;
}

/* p1 */
#car_body.p1 .strip {
	background: url(../images/cars/car_p1_strip.png) 0 0 no-repeat;
	width: 155px;
	height: 18px;
	right: 286px;
	top: 61px;
	z-index: 3;
}
#car_body.p1 .windshield {
	background: url(../images/cars/car_p1_windshield.png) 0 0 no-repeat;
	width: 227px;
	height: 76px;
	right: 286px;
	top: 61px;
	z-index: 2;
}
#car_body.p1 .frontside {
	background: url(../images/cars/car_p1_rearside.png) 0 0 no-repeat;
	width: 103px;
	height: 81px;
	right: 212px;
	top: 61px;
}
#car_body.p1 .rearside {
	background: url(../images/cars/car_p1_rearside.png) 100% 0 no-repeat;
	width: 135px;
	height: 73px;
	right: 76px;
	top: 61px;
}
#car_body.p1 .rear {
	background: url(../images/cars/car_p1_rear.png) 0 0 no-repeat;
	width: 152px;
	height: 37px;
	right: 95px;
	top: 67px;
}

/* p2 */
#car_body.p2 .strip {
	background: url(../images/cars/car_p2_strip.png) 0 0 no-repeat;
	width: 198px;
	height: 31px;
	right: 259px;
	top: 51px;
	z-index: 3;
}
#car_body.p2 .windshield {
	background: url(../images/cars/car_p2_windshield.png) 0 0 no-repeat;
	width: 258px;
	height: 86px;
	right: 259px;
	top: 51px;
	z-index: 2;
}
#car_body.p2 .frontside {
	background: url(../images/cars/car_p2_rearside.png) 0 0 no-repeat;
	width: 81px;
	height: 83px;
	right: 192px;
	top: 61px;
}
#car_body.p2 .rearside {
	background: url(../images/cars/car_p2_rearside.png) 100% 0 no-repeat;
	width: 62px;
	height: 74px;
	right: 123px;
	top: 60px;
}
#car_body.p2 .rear {
	background: url(../images/cars/car_p2_rear.png) 0 0 no-repeat;
	width: 129px;
	height: 50px;
	right: 136px;
	top: 73px;
}

/* p3 */
#car_body.p3 .strip {
	background: url(../images/cars/car_p3_strip.png) 0 0 no-repeat;
	width: 299px;
	height: 46px;
	right: 262px;
	top: 63px;
	z-index: 3;
}
#car_body.p3 .windshield {
	background: url(../images/cars/car_p3_windshield.png) 0 0 no-repeat;
	width: 299px;
	height: 83px;
	right: 262px;
	top: 63px;
	z-index: 2;
}
#car_body.p3 .frontside {
	background: url(../images/cars/car_p3_frontside.png) 0 0 no-repeat;
	width: 98px;
	height: 80px;
	right: 183px;
	top: 68px;
}
#car_body.p3 .rearside {
	background: url(../images/cars/car_p3_rearside.png) 100% 0 no-repeat;
	width: 111px;
	height: 70px;
	right: 78px;
	top: 67px;
}
#car_body.p3 .rear {
	background: url(../images/cars/car_p3_rear.png) 0 0 no-repeat;
	width: 117px;
	height: 67px;
	right: 125px;
	top: 75px;
}

/* p4 */
#car_body.p4 .strip {
	background: url(../images/cars/car_p4_strip.png) 0 0 no-repeat;
	width: 183px;
	height: 32px;
	right: 294px;
	top: 64px;
	z-index: 3;
}
#car_body.p4 .windshield {
	background: url(../images/cars/car_p4_windshield.png) 0 0 no-repeat;
	width: 250px;
	height: 67px;
	right: 294px;
	top: 64px;
	z-index: 2;
}
#car_body.p4 .frontside {
	background: url(../images/cars/car_p4_rearside.png) 0 0 no-repeat;
	width: 102px;
	height: 69px;
	right: 207px;
	top: 66px;
}
#car_body.p4 .rearside {
	background: url(../images/cars/car_p4_rearside.png) 100% 0 no-repeat;
	width: 115px;
	height: 59px;
	right: 90px;
	top: 67px;
}
#car_body.p4 .rear {
	background: url(../images/cars/car_p4_rear.html) 0 0 no-repeat;
	width: 117px;
	height: 67px;
	right: 125px;
	top: 75px;
}

/* p5 */
#car_body.p5 .strip {
	background: url(../images/cars/car_p5_strip.png) 0 0 no-repeat;
	width: 185px;
	height: 22px;
	right: 267px;
	top: 65px;
	z-index: 3;
}
#car_body.p5 .windshield {
	background: url(../images/cars/car_p5_windshield.png) 0 0 no-repeat;
	width: 242px;
	height: 70px;
	right: 267px;
	top: 65px;
	z-index: 2;
}
#car_body.p5 .frontside {
	background: url(../images/cars/car_p5_frontside.png) 0 0 no-repeat;
	width: 70px;
	height: 75px;
	right: 198px;
	top: 61px;
}
#car_body.p5 .rearside {
	background: url(../images/cars/car_p5_rearside.png) 100% 0 no-repeat;
	width: 92px;
	height: 64px;
	right: 118px;
	top: 59px;
}
#car_body.p5 .rear {
	background: url(../images/cars/car_p5_rear.png) 0 0 no-repeat;
	width: 149px;
	height: 36px;
	right: 147px;
	top: 68px;
}

/* p6 */
#car_body.p6 .strip {
	background: url(../images/cars/car_p6_strip.png) 0 0 no-repeat;
	width: 215px;
	height: 31px;
	right: 272px;
	top: 61px;
	z-index: 3;
}
#car_body.p6 .windshield {
	background: url(../images/cars/car_p6_windshield.png) 0 0 no-repeat;
	width: 276px;
	height: 76px;
	right: 272px;
	top: 61px;
	z-index: 2;
}
#car_body.p6 .frontside {
	background: url(../images/cars/car_p6_frontside.png) 0 0 no-repeat;
	width: 92px;
	height: 76px;
	right: 187px;
	top: 63px;
}
#car_body.p6 .rearside {
	background: url(../images/cars/car_p6_rearside.png) 100% 0 no-repeat;
	width: 97px;
	height: 68px;
	right: 92px;
	top: 66px;
}
#car_body.p6 .rear {
	background: url(../images/cars/car_p6_rear.png) 0 0 no-repeat;
	width: 138px;
	height: 33px;
	right: 95px;
	top: 83px;
}


/* p7 */
#car_body.p7 .strip {
	background: url(../images/cars/car_p7_strip.png) 0 0 no-repeat;
	width: 202px;
	height: 45px;
	right: 271px;
	top: 60px;
	z-index: 3;
}
#car_body.p7 .windshield {
	background: url(../images/cars/car_p7_windshield.png) 0 0 no-repeat;
	width: 241px;
	height: 75px;
	right: 271px;
	top: 60px;
	z-index: 2;
}
#car_body.p7 .frontside {
	background: url(../images/cars/car_p7_frontside.png) 0 0 no-repeat;
	width: 78px;
	height: 77px;
	right: 194px;
	top: 63px;
}
#car_body.p7 .rearside {
	background: url(../images/cars/car_p7_rearside.png) 0 0 no-repeat;
	width: 126px;
	height: 72px;
	right: 69px;
	top: 61px;
}
#car_body.p7 .rear {
	background: url(../images/cars/car_p7_rear.png) 0 0 no-repeat;
	width: 109px;
	height: 43px;
	right: 80px;
	top: 76px;
}

/* p8 */
#car_body.p8 .strip {
	background: url(../images/cars/car_p8_strip.png) 0 0 no-repeat;
	width: 264px;
	height: 45px;
	right: 259px;
	top: 50px;
	z-index: 3;
}
#car_body.p8 .windshield {
	background: url(../images/cars/car_p8_windshield.png) 0 0 no-repeat;
	width: 322px;
	height: 84px;
	right: 259px;
	top: 50px;
	z-index: 2;
}
#car_body.p8 .frontside {
	background: url(../images/cars/car_p8_frontside.png) 0 0 no-repeat;
	width: 156px;
	height: 94px;
	right: 191px;
	top: 61px;
}
#car_body.p8 .rearside {
	background: url(../images/cars/car_p8_rearside.png) 100% 0 no-repeat;
	width: 125px;
	height: 94px;
	right: 71px;
	top: 60px;
}
#car_body.p8 .rear {
	background: url(../images/cars/car_p8_rear.html) 0 0 no-repeat;
	width: 117px;
	height: 67px;
	right: 125px;
	top: 75px;
}


/* types */
.auto_class {
    margin-bottom: 20px;
}
.auto_type {
    margin-bottom: 20px;
}
.calc .types {
	z-index: 2;
	position: absolute;
	color: #fff;
	height: 400px;
	width: 630px;
    left: 15px;
    top: -35px;
	background: url(../images/lines.png) 145px 102px no-repeat;
}
.calc .types .choose {
	display: block;
	position: absolute;
	left: 65px;
	top: 45px;
	font-style: italic;
	background: url(../images/types_arrow.png) 0 100% no-repeat;
	padding: 0 0 0 50px;
	height: 25px;
	font-size: 12px;
	font-family: 'Montserrat Regular', sans-serif;
	width: auto;
	display: none;
}
.calc .types > div .title {
	font-size: 14px;
	font-weight: bold;
}
.calc .types > div {
	position: absolute;
	width: 175px;
	background: url(../images/types_bg.png) 50% 60% no-repeat;
	padding: 18px;
	background-size: 100%;
}
.calc .types > div .descr {
	font-style: italic;
	font-size: 11px;
	float: left;
	width: 136px;
	margin-top: 2px;
}
#strip {
	left: 22px;
	top: 50px;
}
#windshield {
    left: 22px;
    top: 171px;
}
#rear {
    right: -52px;
    top: 43px;
}
#frontside {
    left: 184px;
    top: 104px;
}
#rearside {
    right: 76px;
    top: 105px;
}
.calc .types > div > ul {
	margin: 0;
	padding: 0;
}
.calc .types > div > ul li {
	float: left;
	list-style: none;
	width: 23px;
	height: 23px;
	line-height: 24px;
	text-align: center;
	border: 2px solid #fff;
	margin-left: -2px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.calc .types > div > ul li.p1 {
	background: url(../images/0_proc.png) 50% 50% no-repeat;
	height: 0;
	padding-top: 23px;
	overflow: hidden;
}
.calc .types > div > ul li.p3 {
	background: rgba(0,0,0,0.3);
}
.calc .types > div > ul li.p4 {
	background: rgba(0,0,0,0.5);
}
.calc .types > div > ul li.p5 {
	background: rgba(0,0,0,0.8);
}
.calc .types > div > ul li.p6 {
	background: #000;
}
.calc .types > div > ul li.checked,
.calc .types > div .bron.checked {
	border-color: #ff0000;
	z-index: 2;
}

.calc .types > div .bron {
	float: left;
	list-style: none;
	width: 23px;
	height: 0;
	padding-top: 23px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border: 2px solid #fff;
	margin-left: -2px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin-right: 10px;
	overflow: hidden;
	background: url(../images/bron.png) 50% 50% no-repeat;
}

#film_price {
	position: absolute;
    top: 50px;
    left: -355px;
    width: 365px;
	z-index: 3;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
	padding: 4px 4px 4px 10px;
	border: 2px solid #ff0000;
	/*
color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
*/	
}

#film_price .price {
	font-size: 25px;
	text-align: center;
}
#film_price .price span {
	font-size: 2rem;
  font-weight: 800;
}
#film_price .price.phone {
	font-weight: normal;
	    font-size: 1.3rem;
    margin-top: 30px;
}
#film_price .buy {
	float: right;
	display: block;
	font-size: 20px;
	color: #fff;
	width: 198px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	background: url(../images/buy-btn.png) 0 0 no-repeat;
}
#film_price .buy:hover {
	background-position: 0 -52px;
}
#film_price .buy:active {
	background-position: 0 -104px;
}

.lob_plenka {
    display: block;
    min-height: 130px;
}
p.lob_plenka_desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    color: #000;
    font-weight: 800;
}
a.a_calc_phone {
    color: #000;
    font-weight: 700;
}
