@charset "utf-8";
/* CSS Document */
 @font-face {
	font-family: 'OpelSansCondensed';
	src: url('../fonts/OpelSansCondensed_0.eot');
	src: url('../fonts/OpelSansCondensed_0.eot') format('embedded-opentype'),
		url('../fonts/OpelSansCondensed_0.woff') format('woff'),
		url('../fonts/OpelSansCondensed_0.ttf') format('truetype'),
		url('../fonts/OpelSansCondenseda_0.svg#OpelSansCondensed') format('svg');
}

@font-face {
	font-family: 'OpelSansBoldCondensed';
	src: url('../fonts/OpelSansCondensed-Bd_0.eot');
	src: url('../fonts/OpelSansCondensed-Bd_0.eot') format('embedded-opentype'),
		url('../fonts/OpelSansCondensed-Bd_0.woff') format('woff'),
		url('../fonts/OpelSansCondensed-Bd_0.ttf') format('truetype'),
		url('../fonts/OpelSansCondensed-Bd_0.svg#OpelSansBoldCondensed')
		format('svg');
}

@font-face {
	font-family: 'OpelSansCondensedExBd';
	src: url('../fonts/OpelSansCondensed-ExBd_0.eot');
	src: url('../fonts/OpelSansCondensed-ExBd_0.eot')
		format('embedded-opentype'), url('../fonts/OpelSansCondensed-ExBd_0.woff')
		format('woff'), url('../fonts/OpelSansCondensed-ExBd_0.ttf')
		format('truetype'),
		url('../fonts/OpelSansCondensed-ExBd_0.svg#OpelSansCondensedExBd')
		format('svg');
}


@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.woff") format("woff"),
		url("../fonts/icomoon.ttf") format("truetype"),
		url("../fonts/icomoon.svg#icons-common") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome.eot");
	src: url("../fonts/fontawesome.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fontawesome.woff") format("woff"),
		url("../fonts/fontawesome.ttf") format("truetype"),
		url("../fonts/fontawesome.svg#icons-common") format("svg");
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #131313;
}

ul {
	list-style: none;
}
input[type='text'],
textarea{
	-webkit-appearance: none;
	border-radius: 0;	
}
select{
	border-radius: 0;	
}



.page_no_border {
	background: none !important;
}

.beforefooter-text{
	display: inline-block;
	width:100%;
	font-size: 12px;
	color: #797979;
	margin-top: 20px;
}

button.button {
	background: #FEB906 url('../images/btn-orange.png') 0 center no-repeat;
	border: 0;
	padding: 7px 24px 8px 32px;
	*padding: 7px 9px 8px 13px;
	outline: none;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.33);
	line-height: 1;
}

button.mbutton {
	background: #FEB906 url('../images/btn-orange.png') 0 center no-repeat;
	border: 0;
	padding: 7px 24px 8px 32px;
	outline: none;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.33);
	line-height: 1;
}

.header {
	/* margin: 0 auto; */
	/* width: 910px; */
	/* padding-right: 52px; */
	/* min-height: 70px; */
}

.field-invalid-message {
	color: red;
	font-weight: normal;
	font-size: 9px;
	float: left;
	padding-left: 88px;
}

.form_row .field-invalid-message {
	padding-left: 142px;
}

.checkbox .field-invalid-message {
	margin-left: -18px;
	margin-top: -10px;
	padding-left: 0;
}

.checkbox br {
	display: none;
}

.legal-text-hu-form br, .legal-text-hu  br {
	display: inline-block;
}

.suggestion-container, .page_out {
	max-width: 1123px;
	background: #F3F3F3;
	padding: 16px 40px 0 40px;
	margin: 0 auto;
	position: relative;
}

.suggestion-container {
	margin-top: -1px;
}

.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.logo a span {
	background: none repeat scroll 0 0 #f7d900;
	float: left;
	padding: 3px 12px;
	max-width: 355px;
	font-family: 'OpelSansBoldCondensed';
	text-transform: uppercase;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 0px;
}

.page.nsm {
	margin-top: 25px;
}

.page_left {
	float: left;
	width: 296px;
	margin-right: 15px;
	background: #fff;
}

.refine_text {
	font-size: 28px;
	color: #131313;
	font-weight: bold;
	margin: 20px 27px 0;
	font-family: 'OpelSansBoldCondensed';
	text-transform: uppercase;
}

.refine_search {
	padding: 10px 15px 10px 25px;
	background: #fff;
	font-size: 11px;
}
.reset-all {
    float: right;
    font-family: Arial;
    font-size: 14px;
    position: relative;
    margin-right: 25px;
    margin-bottom: 7px;
}
.reset-all span{
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
} 
.reset-all:before{
	font-family: "icons-common";
	content: "l";
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.refine_search label {
	font-weight: bold;
	margin-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 48px);
	max-width: 210px;
}

.refine_search select {
	height: 35px;
	width: 100%;
	float: left;
	border: 1px solid #CCCCCC;
	padding-left: 14px;
	font-size: 14px;
	font-family: Arial;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.refine_search select::-ms-expand{
    display: none;
}
.select-label-arrow-down:after {
    font-family: icons-common;
    content: "m";
    color: #000;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
}

.select-label-arrow-down {
	position: relative;
	display: block;
}

.form_row label.select-label-arrow-down {
    font-weight: bold;
    float: right;
    font-family: Arial;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 100%;
    width: 433px;
}

.form_row label.select-label-arrow-down:after {
    font-family: "icons-common";
    content: "m";
    color: #000;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
}
.refine_search input[type="text"] {
    margin: 0 0 3px;
    padding: 0;
    height: 35px;
    border: 1px solid #CCCCCC;
    padding-left: 14px;
    font-size: 14px;
    font-family: Arial;
    width: calc(100% - 64px);
    max-width: 194px;
}
.refine_search input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Arial;
    color:#000;
    padding-top:2px
}

.refine_search input[type="text"]:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    font-family: Arial;
    color:#000;
    padding-top:2px
}

.refine_search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px;
    font-family: Arial;
    color:#000;
    padding-top:2px
}

.refine_search input[type="text"]:-ms-input-placeholder {  
    font-size: 14px;
    font-family: Arial;
    color:#000;
    padding-top:2px
}
.row select {
	height: 23px;
	width: 192px;
	margin-left: 6px;
	float: right;
	border: 1px solid #E3E3EB;
	border-right: 1px solid #DCDFE6;
	border-top: 1px solid #AAADB2;
	padding-left: 5px;
}
.refine_search .yellow_btn {
	float: right;
	width: 26px;
	height: 23px;
	background: url(../images/refine_submit_arrow.png) center no-repeat,
		url(../images/yellow_bg.jpg) repeat-x;
	padding-right: 0px;
}

.refine_search .inner_block {
	margin-top: 10px;
}

.refine_search .inner_content {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.inner_block_border {
	border: 1px solid #E1E1E2;
	height: 75px;
	width: 192px;
}

.logo_fuel {
	margin-left: 20px;
	margin-top: 5px;
}

.fule-label {
	font-size: 10px;
	margin-left: 5px;
}

span.eco_label_text {
    width: 50px;
    display: inline-block;
    float: left;
    padding: 4px 0;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
}
.eco_fuel.ecoflex span.eco_label_text {
    padding-top: 10px;
}
.eco_fuel > div {
    width: 100%;
    border: none;
    padding: 0;
    height: auto;
    padding: 0 0;
}

.eco_fuel img.logo_fuel {
    float: right;
    max-width: 94px;
    margin: 0;
    padding-top: 0;
}

.eco_fuel label {
    width: calc(100% - 40px);
    margin: 0;
}

.inner_block.eco_fuel {
    margin-bottom: 20px;
}

.eco_fuel.gg img.logo_fuel {
    padding-top: 7px;
}
.price_interval+label {
	display: none;
}

.price_interval_td1 {
	width: 42%
}

.price_interval_table {
	width: 85%;
	max-width: 332px;
}

.refine_search .interval {
	width: 194px;
	height: 15px;
	position: relative;
	background: url(../images/interval_left.jpg) left top no-repeat,
		url(../images/interval_righ.jpg) right top no-repeat,
		url(../images/interva_bg.jpg) repeat-x;
	margin-bottom: 5px;
}

.refine_search .interval_selector {
	position: absolute !important;
	width: 15px;
	height: 15px;
	background: url(../images/intrval_selector.png) no-repeat;
	top: 0px;
	z-index: 5;
	cursor: pointer;
}

.refine_search .interval_selector.left_selector {
	left: -10px;
	top: -4px;
}

.refine_search .interval_selector.right_selector {
	right: -10px;
	top: -4px;
}

.refine_search .interval_bg {
	background: url(../images/interval_bg.png) repeat-x;
	width: 60px;
	height: 7px;
}

.refine_search .interval_yellow {
	position: absolute !important;
	left: 39px;
	top: 4px;
	float: none !important;
}

.refine_search select.more_filters {
	background: url(../images/refine_select_bg.png) repeat-x;
	border: 1px solid #CECECE;
	height: 28px;
	margin-top: 13px;
	width: 159px;
}

.inner_block div:first-of-type {
	position: relative;
}
p#amount{
	display: inline-block;
}
.interval_text {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

.price_interval label, .colors_box label {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 10px;
}

.refine_search .arrow_down {
	position: absolute !important;
	right: 0px;
	top: 0px;
	background: #fff url(../images/arrow_down.jpg) no-repeat;
	width: 16px;
	height: 21px;
	display: none;
	z-index: 10;
}

.price_interval .ui-slider {
	border-radius: 0;
	border: thin solid #D6D6D6;
	background: none;
	height: 6px;
	width: 202px;
}

.price_interval a.ui-slider-handle {
	border-radius: 50%;
	height: 20px;
	width: 20px;
	top: -8px;
	border: none;
	background: #F7D900;
	outline: none;
	border-radius: 20px !important;
}

.price_interval .ui-slider .ui-slider-range {
	height: 8px;
	border: none;
	background: #F7D900;
	top: -1px;
}

.page_right {
	float: right;
	width: calc(100% - 315px);
}

.index_top {
	position: relative;
	display: inline-block;
	width: 100%;
}
.index_top.tab-link-top-containter form{
	overflow: hidden;
	padding-top: 4px;
}
.pageing {
	color: #4D4D4D;
	display: inline-block;
}

.pageing a {
	color: #4D4D4D;
}

.pageing li.paging_item {
	float: left;
}

.pageing li.paging_item a {
	padding: 0px 8px;
	line-height: 25px;
	display: block;
	text-decoration: underline;
}

.pageing ul li span em span {
	background-color: #333;
	color: #fff;
	padding: 2px 3px;
	font-style: normal;
	line-height: 25px;
	margin: 0 4px;
}

.pageing li.paging_item a:hover {
	background: url(../images/paging_bg.jpg) repeat-x;
	color: #fff;
}

.pageing li.to-left, .pageing li.to-right {
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
	display: block;
	float: left;
}

.pageing li.to-left {
	margin-right: 5px;
}

.pageing li.to-right {
	margin-left: 5px;
}

.pageing li.to-left a, .pageing li.to-right a {
	line-height: 25px;
	display: block;
	height: 25px;
}

.pageing .dotes {
	text-decoration: none;
	line-height: 25px;
	display: block;
	float: left;
	margin: 0px 5px;
}

.pageing li.to-right {
	margin-left: 10px;
	margin-left: 0px;
}
.form-row select::-ms-expand{
	display: none;
}
.orderBy select::-ms-expand{
	display: none;
}
.orderBy select {
	height: 35px;
	min-width: 200px;
	border: 1px solid #CCCCCC;
	padding-left: 14px;
	font-size: 14px;
	font-family: Arial;
	padding-right: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.auto_item, .block {
	border-bottom: 1px dotted #838383;
	padding: 15px 0px;
}

.titles_prices {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.auto_content {
	padding-top: 0;
	position: relative;
}

.main_page .auto_content h2 {
	line-height: 16px;
}

.auto_item .top_titles {
	padding-right: 0;
	text-transform: uppercase;
	width: 100%;
}

.auto_item  .price_side {
	margin-top: 5px;
	clear: left;
	position: relative;
	display: inline-flex;
}
.price_side.yellow{
	display: flex;
}
.price_side.yellow .price-cont:first-child{
	padding-right: 0;
}
.ask_price{
	text-align: left;
}
h2 {
	font-size: 16px;
	color: #131313;
	margin-bottom: 5px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	clear: both;
}

.price {
	line-height: 18px;
	float: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	font-family: 'OpelSansBoldCondensed';
}

.fr .price {
	font-size: 12px;
	text-decoration: line-through;
	line-height: 12px;
}

.price_origin {
	margin-right: 9px;
	/* line-height: 22px; */
	float: none;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	font-family: 'OpelSansBoldCondensed';
	text-decoration: line-through;
}

.fr .price_origin {
	font-size: 18px;
	text-decoration: none;
	line-height: 14px;
}

.price_origin div:first-child {
	display: inline-block;
	text-decoration: line-through;
}

.fr .price_origin div:first-child {
	text-decoration: none;
}

.price_origin.old_price {
	text-decoration:line-through;
}

.fr .price_origin div:first-child {
	text-decoration: none;
}

.price_info_section{
	font-size:12px; 
	font-family:'Arial';
	margin-top:10px;
	clear:both;
}
.price_info_section span{
	font-weight:700
}

.index_property{
	font-family: 'OpelSansBoldCondensed';
	font-size: 12px;
	display: inline-block;
	vertical-align: super;
	align-self: flex-end;
	height: 19px;
}
.price.net_price {
    color: #797979;
    line-height: 22px;
    float: none;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-family: 'OpelSansCondensed';
}
.price_origin_details {
	float: right;
	font-weight: bold;
	position: absolute;
	right: 375px;
	text-decoration: line-through;
	top: 74px;
}
.origin_price_label {
    color: #797979;
    line-height: 22px;
    display: inline-block;
    font-size: 18px;
    font-family: 'OpelSansBoldCondensed';
    float: left;
    margin-right: 2px;
}
.net_label_details {
    float: left;
    padding-right: 3px;
}

.net_price_container_details {
    font-family: "OpelSansCondensed";
    font-size: 14px;
    line-height: 18px;
    color: rgb(121,121,121);
    text-align: left;
    padding: 11px 0 0;
}
.net_price_label {
    color: #797979;
    line-height: 22px;
    display: inline-block;
    font-size: 14px;
    font-family: 'OpelSansCondensed';
    float: left;
    clear: both;
    margin-right: 2px;
}
.price_discount {
	background: url(../images/price_bg_dark.png) repeat-x !important;
	color: #fff !important;
}

.price_discount_left {
	background: url(../images/price_left_dark_disc.png) no-repeat !important;
	width: 11px !important;
}

.price div:last-child, .price span:last-child {
	padding-left: 15px;
	padding-right: 10px;
}

.price div, .price span {
	float: left;
	background: url(../images/price_bg_right.jpg) right no-repeat,
		url(../images/price_bg.jpg) repeat-x;
	background-image: url("../images/price_bg.jpg") \9;
	background-repeat: repeat-x\9;
	border-right: 1px solid #cecece\9;
	padding-right: 15px\9;
}

.price div:first-child, .price span:first-child {
	background: url(../images/price_left.png) no-repeat;
	width: 11px;
	height: 30px;
	padding-right: 0px\9;
	border-right: none\9;
}

.fr.price div:first-child,.fr.price span:first-child {
	height: auto;
}

.auto_item img {
	width: 340px;
	margin-right: 7px;
	float: left;
	margin-top: 20px;
}

.auto_content .main_part {
	float: right;
	width: 415px;
	max-width: 58%;
}

.auto_content .short_desc {
	float: left;
}
.small_search_results_pager .to-left a span, .small_search_results_pager .to-right a span, .small_search_results_pager .to-left em span, .small_search_results_pager .to-right em span {
    display: none;
}
.main_info .short_desc {
	float: left;
}
.tech-data {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 20px;
}
.main_page .auto_content .km {
	font-weight: normal;
	display: none;
}

.other_dates .short_desc {
	width: 48%;
	margin-right: 2%;
}

.short_desc span {
	font-weight: bold;
}

.auto_content .prices_for {
	font-size: 11px;
	float: right;
	width: 299px;
}

.auto_content .prices_for .tableDiv {
	display: table;
	width: 100%;
	text-align: right;
}

.auto_content .prices_for .table_row {
	display: table-row;
	height: 22px;
}

.auto_content .prices_for .table_row div {
	display: table-cell;
}

.auto_content .prices_for .table_row:nth-of-type(2) {
	width: 10px;
}

.auto_item a.link_to {
	display: none;
}

.auto_content tr, .short_desc li {
	line-height: 22px;
}

.details .short_desc li {
	padding-left: 20px !important;
	background: url(../images/big_dot.png) left top no-repeat !important;
	margin-right: 19px;
}
ul.accordion{
	border: 1px solid #d9d9d9;
	padding: 15px;
}
.accordion li {
	font-family: 'Arial';
	font-size: 14px;
	line-height: 20px;
	padding-left: 15px;
	display: block;
	position: relative;
	margin-bottom: 2px;
}
.accordion li:before{
	content: '';
	width: 7px;
	height: 7px; 
	background: #f7d900;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
}
.options li {
	padding-left: 20px !important;
	background: url(../images/big_dot.png) left top no-repeat !important;
	display: inline-table;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 5px;
}

.auto_content .prices_for .special_price span {
	padding-left: 15px;
	background: url(../images/star.png) left no-repeat !important;
	font-weight: bold;
}

.seeMore {
	margin-top: 20px;
	width: calc(100% + 10px);
}

.seeMore a {
	font-size: 18px;
	font-weight: bold;
	background: #000;
	box-shadow: none;
	line-height: 30px;
	padding-bottom: 0;
	padding-left: 32px;
	display: inline-block;
	padding-right: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'OpelSansBoldCondensed';
	text-decoration: none;
	position: relative;
	padding-top: 0;
	margin-bottom: 5px;
}
.seeMore a:before{
	text-transform: lowercase;
	font-family: "icons-common";
	content: "e";
	position: absolute;
	font-weight: normal;
	left: 10px;
	font-size: 16px;
}
a.parking-plus{
	/* margin-left: 6px; */
	background-color: #d9d9d9;
	color: #000;
}
a.parking-plus-tick{
	background-color: #000;
	color: #fff;
}
a.yellow_btn_big_zero:before {
    text-transform: lowercase;
    font-family: icons-common;
    content: "e";
    position: absolute;
    left: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
a.parking-plus.parking-plus-tick:before {
    text-transform: uppercase;
    color: #fff;
    font-family: "icomoon";
    content: "I";
}
a.parking-plus:before {
    color: #000;
    content: "s";
    font-family: icomoon;
    text-transform: lowercase;
    font-weight: normal;
    position: absolute;
    left: 15px;
}

.auto_content .simple_text {
	margin-top: 10px;
	line-height: 18px;
	max-width: 100%;
}

.highlighted_auto {
    background: #fff;
    position: relative;
}

.new_txt_mk{
	height: 31px;
	justify-content: center;
	align-items: center;
	background: #F6D800;
	padding: 0 5px;
	position: absolute;
	min-width: 100px;
	top: 18px;
	left: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'OpelSansBoldCondensed';
	display:none;
	z-index: 2;
}
.new_txt_mk:after {
	position: absolute;
    right: -24px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 31px solid #F6D800;
    border-right: 24px solid transparent;
}

.auto_item.highlighted_auto .new_txt_mk{
	display:flex;
}


.price-cont{
	display: inline-block;
	background: #f7d900;
	padding: 5px 10px;
	vertical-align: bottom;
}
.price-cont:nth-child(2) .price{
	margin-left: 7px;
	align-self: flex-end;
	padding-right: 4px;
}
.price-cont:nth-child(2){
	display: flex;
	align-content: flex-end;
}
.price-cont:nth-child(2):before{
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	border-right: 2px solid #000;
}
.highlighted_auto .top_titles {
	/* width: 390px; */
}

.highlighted_auto img {
	width: 340px;
	/* margin-right: 7px; */
	float: left;
	margin-top: 20px;
}

.highlighted_auto .prices_for {
	display: none;
}

.highlighted_auto .short_desc {
	width: 100%;
}

.highlighted_auto .price div, .highlighted_auto .price span {
	background: url(../images/price_bg_dark.png) repeat-x;
	color: #fff;
}

.highlighted_auto .price div:first-child, .highlighted_auto .price span:first-child	{
	background: url(../images/price_left_dark.png) no-repeat;
	width: 23px;
}

.highlighted_auto .price div:last-child, .highlighted_auto .price span:last-child	{
	padding-left: 10px;
}

.colors li img {
	box-shadow: 1px 1px 2px 0px #000;
}

.price span:last-child {
	padding: 0;
	border: none;
	background: none;
	float: none;
}

.price span:first-child {
	background: none;
	width: auto;
	height: auto;
	border: none;
}

.auto_item+div .pageing {
	margin-top: 10px;
}

.footer {
	background: #000;
	padding: 20px;
	margin: 20px auto;
	width: 1144px;
	color: #919191;
	line-height: 16px;
	font-size: 10px;
}

.footer b {
	float: none;
}

.footer h3 {
	color: #D6D6D6;
}

.details {
	position: relative;
}

.details .page_left {
	width: 66%;
	float: left;
}

.details .page_right {
	width: 337px;
	float: right;
	display: inline-block;
	margin-top: 280px;
}

.details .main_part {
	width: 100%;
	float: none;
}

.details .auto_content {
	padding-top: 30px;
}

.details .main_part .simple_text {
	margin-top: 20px;
	line-height: 20px;
}

.details .auto_content {
	position: inherit;
}

*.table_row div {
	display: inline;
}

.block .simple_text {
	margin-top: 10px;
	line-height: 20px;
}

.grey_btn {
	display: inline-block;
	outline: medium none;
	font-size: 18px;
	font-weight: bold;
	background: #D9D9D9;
	box-shadow: none;
	line-height: 30px;
	padding-bottom: 0;
	padding-left: 32px;
	padding-right: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: 'OpelSansBoldCondensed';
	text-decoration: none;
	position: relative;
	border: none;
}

.grey_btn:before {
	font-family: "icons-common";
	content: "e";
	position: absolute;
	left: 15px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
}

.grey_btn a {
	color: #fff;
	text-decoration: none;
}
.ask_price a {
    display: inline-block;
    outline: medium none;
    font-size: 18px;
    font-weight: bold;
    background: #D9D9D9;
    box-shadow: none;
    line-height: 30px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'OpelSansBoldCondensed';
    text-decoration: none;
    position: relative;
    border: none;
    margin: 3px 0;
    white-space: nowrap;
}
.ask_price a:before {
    font-family: "icons-common";
    content: "e";
    position: absolute;
    left: 10px;
    top: 1px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-transform: lowercase;
    }

.ask_price a {
    color: #000;
}
.ask_price em{
	font-style: normal;
}
.grey_btn.print {
	padding-left: 35px;
}

.buttons-container {
	position: absolute;
	left: 20px;
	bottom: 15px;
}

.preview {
	margin-bottom: 15px;
	position: absolute;
	top: 69px;
	right: 25px; *
	right: -357px; *
	top: -60px;
	width: 320px;
}

.topPreview {
	top: 36px !important;
}

.topPreviewWithCurrency {
	top: 77px !important;
}

.currencydd {
	margin-bottom: 15px;
	position: absolute;
	top: 38px;
	right: 23px;
	*right: -357px;
	*top: -60px;
	width: 163px;
}

.currencyddl {
	width: 90px;
}

.currencyddl-right {
	position: absolute;
    right: 45px;
    top: 3px;
    z-index: 1;
}

.currency-label {
	margin-right: 10px;
}

.contacts {
	/* position: absolute; */
	/* right: 25px; */
	/* top: 250px; */
	width: 317px;
}

/* .topCont {
	margin-top: 290px !important;
} */

.topContWithCurrency {
	margin-top: 335px !important;
}

.preview .main_image img {
	width: 337px;
	height: 253px;
}

.preview .sml_image {
	float: left;
	width: 65px;
	height: 53px;
	padding: 2px;
	margin-left: -2px;
	cursor: pointer;
}

.preview .sml_image:hover, .selected_preview {
	background: #f7d900;
}

.contact_info {
	background: #000;
	padding: 15px;
	font-size: 11px;
	line-height: 18px;
	color: #F8F8F8;
	position: relative;
	margin-top: 0;
}

.contact_info h4 {
	font-size: 16px;
	font-weight: bold;
	color: #f7d900;
	margin-bottom: 5px;
	margin-top: 0;
}
.page_right .contact_info .contact_first p{
	font-family: Arial;
	font-size: 12px;
}
.contact_info span {
	font-weight: bold;
}

.contact_info a {
	text-decoration: underline;
	color: #fff;
}

.contacts h2 {
	margin-bottom: 0;
}

.contacts .contacts_form {
	border: 1px solid #E1E1E2;
	border-top: none;
	padding: 18px;
	color: #000;
	font-size: 12px;
	background: #fff;
}

.yellow_btn_big {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 10px;
	background: #f7d900 url(../images/see_more_arrow.png) 10px center no-repeat;
	display: block;
	text-decoration: none;
	line-height: 28px;
}

.yellow_btn_big_zero {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 10px;
	background: #f7d900 url(../images/see_more_arrow.png) 10px center no-repeat;
	display: block;
	text-decoration: none;
	line-height: 28px;
}

.contacts .contacts_form label.title {
	float: left;
	max-width: 92px;
	padding-bottom: 5px;
	/*height:23px*/
    font-weight: bold;
}

.contacts .contacts_form label.title-it {
	float: left;
	max-width: 265px;
	margin-bottom: 8px;
}

.contacts .contacts_form label.title-it a {
	font-weight: bold;
	text-decoration: none;
}

.form_action1 .form_row label.title-it {
	max-width: 265px;
	margin-bottom: 8px;
}

.form_action1 .form_row label.title-it a {
	font-weight: bold;
	text-decoration: none;
}

input[type=text], textarea {
	border: 1px solid #E3E3EB;
	border-right: 1px solid #DCDFE6;
	border-top: 1px solid #AAADB2;
	padding: 5px 7px;
	height: 11px;
	line-height: 11px;
}

.contacts .contacts_form input[type=text].short_input, .contacts .contacts_form textarea.short_input{
	float: right;
	width: 165px;
	font-size: 12px;
	height: 13px;
}

.contacts .contacts_form textarea.short_inputtxt {
	float: right;
	width: 165px;
	font-size: 12px;
}

.contacts .contacts_form textarea {
	height: 80px;
	resize: none;
}

.contacts .contacts_form .row, .article_left_contact .row {
	margin-bottom: 5px;
}

.row.legal-text-baltics {
	font-family: Arial ,Geneva,sans-serif;
    font-size: 12px;
    margin-bottom: 21px !important;
    overflow: visible;
    position: relative;
}

.row.legal-text-baltics a {
	font-weight: bold;
	text-decoration: underline;
}

.row.legal-text-baltics .hover-modal-window-cars {
	font-family: Arial;
    font-size: 14px;
    top: auto;
    bottom: 60px;
}

.legal-text .hover-modal-window-cars {
	font-family: Arial;
    font-size: 14px;
    top: auto;
    bottom: 13px;
    right:0;
}

.row.legal-text a {
	font-weight: bold;
	text-decoration: underline;
}

.row .legal-text-hu {
	float:none !important;
	margin-bottom: 10px;
    width: 261px;
}

.article_left_contact .dealerSearch {
	border: 1px solid #dddddd;
	padding: 20px;
	width: 294px;
}

.error_msg {
	color: #B20000;
	font-weight: normal;
	font-size: 9px;
}
.margin_top_30{
	margin-top:30px;
	margin-bottom: 15px;	
}
.buttons div{
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	margin-bottom: 15px;
}
.buttons div a.parking-plus-tick{
	margin-left: 0;
}
.buttons div a.parking-plus{
	font-size: 18px;
	padding: 1px 20px 1px 35px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: "OpelSAnsBoldCondensed";
	position: relative;
}
.main_info{
	margin-top:15px;
}
.form_side .error_msg {
	width: 192px;
	float: right;
	margin-top: -5px;
}

.contacts .contacts_form input[type=checkbox] {
	margin-right: 5px;
}

.contacts .contacts_form .checkbox_container {
	width: 180px;
	float: right;
}

.contacts .contacts_form .checkbox_container_not_standart {
	width: 279px;
	float: left;
	font-size:14px;
}

.form_action1 .form_row .checkbox_container {
	width: 432px;
	float: right;
	margin-top: -4px;
}

.form_action1 .form_row .checkbox_container_not_standart {
	margin-top: 2px
}

.form_row .checkbox {
	width: 138px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
}

.contacts_form.form_side .checkbox {
	width: auto;
}

.contacts .contacts_form .checkbox input[type=checkbox] {
	margin-bottom: 5px;
	float: left;
	margin-top: 2px;
}

.form_action1 .form_row .checkbox input[type=checkbox] {
	margin-bottom: 5px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 7px;
	border: thin solid #cccccc;
	height: 25px;
	width: 25px;
}

.contacts .contacts_form .checkbox label {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
}

.form_action1 .form_row .checkbox label {
	float: left;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
}
.contacts .contacts_form .checkbox input[type="checkbox"] + label {
    max-width: calc(100% - 22px);
}
.contacts label a {
	text-decoration: underline;
}
.form_row .checkbox [type="checkbox"]:not(:checked),
.form_row .checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.form_row.legal_row .validation-container ~ label,
.form_row .checkbox [type="checkbox"]:not(:checked) + label,
.form_row .checkbox [type="checkbox"]:checked + label	{
	position: relative;
	padding: 2px 0 0 40px;
	cursor: pointer;
}
.form_row.legal_row .validation-container ~ label:before{
	content: '';
	position: absolute;
	left: 0px;
	top: -10px;
	width: 21px;
	height: 21px;
	border: 1px solid #bbb;
	z-index: 5;
	margin-left: 10px
}
.form_row .checkbox [type="checkbox"]:not(:checked) + label:before,
.form_row .checkbox [type="checkbox"]:checked + label:before	{
	content: '';
	position: absolute;
	left: 0px;
	top: -1px;
	width: 21px;
	height: 21px;
	border: 1px solid #bbb;
	z-index: 5;
}

.form_row .checkbox [type="checkbox"]:not(:checked) + label:after,
.form_row .checkbox [type="checkbox"]:checked + label:after	{
	font-family: "icomoon";
	content: "\f00c";
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 1px;
	background-color: #f7d900;
	transition: all .2s;
	z-index: 99999;
	font-size: 20px;
}

.form_row .checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.form_row .checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.form_row.legal_row [type="checkbox"]:not(:checked),
.form_row.legal_row [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.form_row.legal_row [type="checkbox"]:not(:checked) ~ label,
.form_row.legal_row [type="checkbox"]:checked ~ label	{
	position: relative;
	padding: 0;
	cursor: pointer;
	height: 22px;
	width: 25px;
	clear: both;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.form_row.legal_row [type="checkbox"]:not(:checked) ~ label:before,
.form_row.legal_row [type="checkbox"]:checked ~ label:before	{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 21px;
	height: 21px;
	border: 1px solid #bbb;
	z-index: 5;
}

.form_row.legal_row [type="checkbox"]:not(:checked) ~ label:after,
.form_row.legal_row [type="checkbox"]:checked ~ label:after	{
	font-family: icons-common;
	font-size: 20px;
	content: "n";
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #f7d900;
	transition: all .2s;
	z-index: 99999;
}

.form_row.legal_row [type="checkbox"]:not(:checked) ~ label:after {
	opacity: 0;
	transform: scale(0);
}

.form_row.legal_row [type="checkbox"]:checked ~ label:after {
	opacity: 1;
	transform: scale(1);
}
.eco_fuel [type="checkbox"]:not(:checked),
.eco_fuel [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.eco_fuel [type="checkbox"]:not(:checked) + label,
.eco_fuel [type="checkbox"]:checked + label
	{
	position: relative;
	padding: 2px 0 0 40px;
	cursor: pointer;
}

.eco_fuel [type="checkbox"]:not(:checked) + label:before,
.eco_fuel [type="checkbox"]:checked + label:before
	{
	content: '';
	position: absolute;
	left: 5px;
	top: 10px;
	width: 21px;
	height: 21px;
	border: 1px solid #bbb;
	z-index: 5;
}

.eco_fuel [type="checkbox"]:not(:checked) + label:after,
.eco_fuel [type="checkbox"]:checked + label:after{
	font-family: icomoon;
	font-size: 20px;
	content: "\f00c";
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 11px;
	left: 6px;
	background-color: #f7d900;
	transition: all .2s;
}

.eco_fuel [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.eco_fuel [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.disable_mk_mod{
	display:none!important;
}
.serach_dealer {
	height: 25px;
	width: 92px;
	margin-left: 5px;
	padding: 0px !important;
}

.search_block {
	border-top: 1px solid #E1E1E2 !important;
}

h5 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.radio_block {
	margin-bottom: 18px;
}

.search_block .radio, .article_left_contact .radio {
	margin-bottom: 5px;
}

.search_block .radio input[type=radio], .article_left_contact .radio input[type=radio]
	{
	float: left;
	margin-right: 5px;
}

.search_block .radio label, .article_left_contact .radio label {
	float: left;
}

.search_block .searchFor {
	width: 95%;
	margin-bottom: 10px;
	height: 17px;
}

.article_left_contact .searchFor {
	width: 181px;
	margin-bottom: 10px;
	height: 16px;
	float: left;
}

.nonfound.error_msg {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.results {
	padding: 0px !important;
}

.toptext {
	font-size: 12px;
	background: #FFFFFF;
	padding: 15px;
}

.article_left_contact .toptext {
	font-size: 12px;
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 0px;
}

.results .search_result {
	background: #EDEDEC;
	max-height: 405px;
	overflow: auto;
	overflow-x: hidden;
	border-top: 1px solid #E1E1E2;
}

.search_result li a {
	font-size: 11px;
	padding: 7px 20px;
	color: #000;
	text-decoration: none;
	display: block;
	background: url(../images/yellow_arrow_right.png) center right no-repeat;
	padding-right: 35px;
	border-bottom: 1px solid #C2C2C1;
}

.search_result li span {
	display: block;
	margin-bottom: 5px;
}

.search_result li span.title {
	font-weight: bold;
	float: none !important;
}

.search_result li a:hover {
	background-color: #232323;
}

.search_result li a:hover {
	color: #FFFFFF;
}

.search_result li a:hover span.title {
	color: #f7d900;
}

.bottom {
	margin: 5px 20px;
	padding-bottom: 40px;
}
.jcrop-hline.bottom{
	padding-bottom:0;
}
.bottom .cancel {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	background: url("../images/yellow_arrow.png") no-repeat scroll left
		center rgba(0, 0, 0, 0)
}

.bottom .cancel a, .bottom .cancel {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.mPrice {
	text-transform: uppercase;
	list-style: none;
	display: none;
}

.cancel_btn {
	color: #000000;
	text-decoration: underline;
}

.contacts_form .cancel_btn {
	display: none;
}

.Mdetails_bottom {
	display: none;
}

.contact_second .yellow_btn_big {
	display: none;
}

.thanku .simple_text {
	line-height: 18px;
	margin: 20px 0px;
	max-width: 50%;
	width: auto;
}

.block.other_dates h2 {
	margin: 15px 0;
}

.optLbl {
	margin-top: 15px;
}

.optLblNoAcc {
	margin-top: 15px;
}

.text1 {
	font-weight: bold;
	padding-left: 15px;
	font-size: 12px;
}

.x_close {
	float: right;
	cursor: pointer;
	position: absolute;
	top: 27px;
	right: 28px;
}
.x_close a:before {
    font-family: "icomoon";
    content: "\e917";
    font-size: 32px;
    font-weight: bolder;
}
.close {
	width: 25px;
	height: 25px;
}

.h1_title {
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
}

.popup-font {
	font-family: 'OpelSansBoldCondensed';
	font-size: 36px;
	text-transform: uppercase;
}
.h1_title.popup-font {
    max-width: calc(100% - 30px);
    margin-top: 20px;
}
.page_contact {
	font-family: Arial, Geneva, sans-serif;
	width: 628px;
	margin: auto;
	background: #FFF;
	padding: 20px 20px 40px 20px;
	position: relative;
	min-height: 400px;
}

.page_contact_dealers {
	padding: 20px 20px 0px 20px;
}

.article_left_contact {
	position: relative;
	width: 100%;
}

.bg_white1 {
	border: 1px solid #DDD;
	padding: 10px 15px;
	background: #FFF;
	margin-right: 5px;
}

.form_action1 input[type="text"], .form_action1 select, .form_action1 textarea
	{
	background: #fff;
	border: 1px solid #e4e3eb;
	border-top-color: #aaadb2;
}


.popup-label, .form_row label {
	font-weight: bold;
	float: left;
	max-width: 170px;
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 13px;
}

label.required:after {
	content: "*";
	color: #000;
}

.legal-text-hu {
    width: 550px;
    max-width: 600px !important;
}

.legal-text-baltics {
	font-family: Arial;
    font-size: 14px;
}

.form_row.legal-text-baltics .hover-modal-window-cars {
	bottom: 60px;
}

.term-popup {
	color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.form_action1 {
	padding: 10px;
	width: calc(100% - 20px);
	position: relative;
}

.form_action_dealer {
	border: 1px solid #ddd;
	padding: 10px 20px 20px;
	width: 296px;
	min-height: 287px;
}

.form_row {
	margin: 0 0 15px;
	/*overflow: hidden;*/
}
.legal_row{
	
margin-bottom: 40px;
}

input[type=text].popup_field1 {
	float: right;
	height: 35px;
	width: 417px;
	border: thin solid #CCCCCC;
	outline: none;
}
select.popup_field1 {
	float: right;
	height: 47px;
	width: 433px;
	border: thin solid #CCCCCC;
	padding: 5px 7px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.text0 {
	font-size: 9px;
	color: #990000;
	margin-top: -5px;
	margin-left: 120px;
}

.article_right_contact {
	position: relative;
	background: #F3F3F3;
	padding: 30px 10px;
	display: inline-block;
	width: calc(100% - 20px);
	margin-bottom: 20px;
}

.opel_gts {
	width: 270px;
}
.article_right_contact .opel {
    float: left;
}
.gg.article_right_contact .opel {
    margin-top: 40px;
}
.opel {
	margin-top: 10px;
}

.fr-checkboxes {
	margin-left: 18px;
}
.pop_up_right {
    float: right;
    width: 317px;
}

.pup_up_right_top {
    display: inline-block;
    width: 100%;
}
.text_opel {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	width: 230px;
	font-family: 'OpelSansBoldCondensed';
	display: inline-block;
	float: left;
}

.auto_item .top_titles h2 {
	/* width: 100%; */
	display: inline-block;
	font-size: 24px;
	font-family: 'OpelSansBoldCondensed';
	line-height: 1;
	border-bottom: thin solid;
	padding-bottom: 7px;
	/* float: left; */
}
.highlighted_auto .top_titles h2 {
    width: calc(100% - 70px);
}

#page_contact {
	font-family: Verdana, Geneva, sans-serif;
}

b {
	float: left;
	osition: relative;
}

.text01 {
	float: right;
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 44%;
	display: inline-block;
}

.description_opel {
	margin-top: 15px;
	line-height: 16px;
	display: inline-block;
	width: 317px;
	float: right;
	clear: left;
}

.button_send {
	background-image: url(../images/arrow_right.png),
		url(../images/bg_ylw.png);
	background-position: 15px center;
	background-repeat: no-repeat, repeat-x;
	font-size: 11px;
	color: #FFF;
	padding: 7px 25px 7px 30px;
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin-top: 15px;
	box-shadow: 1px 1px 1px #888888;
}

.button_send_dealer {
	position: absolute;
	left: 31px;
	bottom: 73px;
	width: 84px;
	height: 25px;
	padding: 0;
}

.cancel_text {
	float: right;
	text-decoration: underline;
	margin-top: 15px;
	cursor: pointer;
}

.cancel_text_central {
	float: left;
	text-decoration: underline;
	padding-left: 10px;
	cursor: pointer;
	background: url("../images/yellow_arrow_next.png") no-repeat scroll left
		center rgba(0, 0, 0, 0);
}

.cancel_text_central_dealer {
	margin-top: 16px;
}

.new_search {
	text-decoration: underline;
	padding-left: 10px;
	cursor: pointer;
	background: url("../images/yellow_arrow_next.png") no-repeat scroll left
		center rgba(0, 0, 0, 0);
	margin-bottom: 18px;
}

.send_text {
	text-decoration: none;
	color: #000;
}

#page_thankyou {
	/* width: 466px; */
	margin: auto;
	background: #FFF;
	/*border-radius: 5px 5px 0px 0px;
	border: 10px solid #3E3E3E;*/
	padding: 20px 15px 60px 20px;
}

.title p {
	background: #f7d900;
	text-transform: uppercase;
	font-size: 24px;
	padding: 5px 15px;
	text-align: centre;
	font-family: 'OpelSansBoldCondensed';
	font-weight: bold;
}
.title p.thank_you_title{
	display:inline-block;
}

.title {
	float: left;
}

.simple_text {
	line-height: 21px;
	width: 317px;
	margin-top: 20px;
}

.extra_text {
	line-height: 21px;
	margin-top: 15px;
}

.close_button {
	background: none repeat scroll 0 0 #505050;
	cursor: pointer;
	float: left;
	margin-top: 10px;
	padding: 5px 20px;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 90px;
}

.orderBy {
	color: #000000;
	float: right;
	display: inline-block;
}

.close_button a {
	color: #FFF;
	font-weight: bold;
}

.page_top p {
	position: relative;
	font-family: 'OpelSansBoldCondensed';
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: -15px;
}
.zeroResults .page_top p {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 25px;
}
.zero-header + p{
	margin-top: 0;
}
/* Wicket AJAX Indicator  *********************************************************************************************************************/
.wicket-ajax-indicator {
	position: fixed;
	top: 50%;
	width: 10%;
	left: 45%;
	text-align: center;
	z-index: 2000;
}

.wicket-ajax-indicator img {
	width: 24px;
	height: 24px;
}

.tcb-indicator {
	position: fixed;
	top: 45%;
	left: 45%;
	text-align: center;
	z-index: 2000;
	display: block;
	vertical-align: middle;
}

.tcb-indicator img {
	display: inline;
	text-align: center;
	position: relative;
	top: 50%;
}

.colors {
	float: left !important;
	width: 100%;
	/* max-width: 159px; */
}

.colors li {
	float: left;
	padding: 2px;
	margin: 0 10px 10px 0;
}

.highlight {
	outline: 1px solid #fb0404;
}

/*OLD CSS*/
.header h1 {
	position: relative;
	padding-top: 16px;
}

h1 {
	color: #f7d900;
	font-family: 'OpelSansBoldCondensed';
	font-size: 30px;
	line-height: 1;
	margin-bottom: 16px;
	text-transform: uppercase;
}

h1 a {
	color: #f7d900 !important;
}

.float-left, .left {
	float: left;
}

.nomargin {
	margin: 0 !important
}

.hidden {
	display: none;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

div.options-standard, div.options-optional, div.options-packages {
	/*width: 206px;*/
	width: 100%;
	margin-right: 24px;
	position: relative;
	margin-bottom: 15px;
}

div.options-standard ul.two-column {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-left: 0;
}

div.options-packages {
	display: none;
}

div.options.group li {
	margin: 0px;
	color: #000;
	background: transparent url('../images/list-point-black.png') 2px 8px
		no-repeat;
	padding-left: 20px;
}

div.options h4 {
	color: #000;
	background-color: #EBEBEB;
	border-bottom: 1px solid #BDBDBD;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.block a.see-all, div.block a.hide {
	color: #000;
	font-size: 12px;
	padding: 4px 10px 5px 0;
	right: 0px;
	display: none;
	text-align: right;
	text-decoration: underline;
	margin-top: 12px;
	float: left;
	margin-right: 6px;
	z-index: 99;
	line-height: 1;
	background: transparent url('../images/arrow-showhide.png') right 7px
		no-repeat;
}

div.options a.hide {
	background-position: right -26px;
}

div.options a:hover {
	text-decoration: underline;
}

div.options ul {
	margin-left: 5px;
	line-height: 1.9;
}

div.checkbox a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}

.legal-text-popup a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.hover-modal-window-cars {
    display: none;
    color: #fff;
    background-color: #000;
    width: 536px;
    text-align: justify;
    line-height: 20px;
    padding: 20px 18px;
    margin: 5px 0px 15px 0px;
    bottom: 175px;
    position: absolute;
    z-index: 15;
}
.form_row .hover-modal-window-cars{
    bottom: 147px;
    top: auto;
}
.legal-text-baltics a:hover + div#terms-and-conditions, div.checkbox a:hover+div#terms-and-conditions {
	display: block;
}

div.checkbox a.notooltip:hover+div#terms-and-conditions {
	display: none;
}

.legal-text-baltics a:hover + div#terms-and-conditions,div.form_row a:hover+div#terms-and-conditions {
	display: block;
}

.legal-text-baltics a:hover,div.checkbox a:hover, .row.legal-text a:hover, 
.legal-text-baltics a:hover, div.form_row a:hover {
	color: #F7D800;
}

div.form_row a.notooltip:hover+div#terms-and-conditions {
	display: none;
}

.terms-link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.feedbackPanelERROR {
	list-style: disc;
	margin: 0 0 12px 0;
}

.feedbackPanel {
	color: #B20202;
	margin: 5px 0 15px 18px;
}

img.preview1 {
	position: relative;
}

div.sliderkit {
	position: relative;
	float: right;
	width: 100% !important;
	max-width: 320px;
	height: auto !important;
	padding-bottom: 55px;
}

div.sliderkit a#main-img, div.sliderkit-panel a {
	width: 100% !important;
	max-width: 320px;
	float: left;
	position: relative;
	overflow: hidden;
}

.group .sliderkit-nav {
	bottom: 0;
	left: 0;
	right: 0;
}

.sliderkit .sliderkit-panel {
	overflow: hidden;
	position: relative;
	right: 0;
	z-index: 1;
}

div.sliderkit .sliderkit-nav-clip {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	z-index: -1;
}

div.sliderkit .sliderkit-nav ul {
	width: 68px;
	position: relative;
	/*background-color: #272727;*/
}

.sliderkit-nav-clip ul li a {
	border: 2px solid transparent;
	display: block;
	width: 64px;
	height: 47px;
	overflow: hidden;
}

.sliderkit-nav-clip ul li.sliderkit-selected a, .sliderkit-nav-clip ul li a:hover{
	border-color: #f7d900;
}

div.sliderkit a.thumbs-next.disabled, div.sliderkit a.thumbs-previous.disabled,
	div.sliderkit div.sliderkit-btn-disable, div.sliderkit div.sliderkit-btn-disable
	{
	filter: alpha(opacity =   33);
	zoom: 1;
	cursor: default;
}

div.sliderkit .sliderkit-nav ul li a img {
	cursor: pointer;
	float: left;
	margin-left: -2px;
	padding: 2px;
	width: 64px;
}

div.sliderkit ul.thumbs li.active a, div.sliderkit ul.thumbs li a:hover	{
	border-color: #f7d900;
}

.sliderkit-nav {
	display: inline-block;
	z-index: 1 !important;
}

.sliderkit-nav-prev a, .sliderkit-nav-next a {
	width: 16px;
	height: 16px;
	background: transparent url('../images/yellow_arrow.png') center top
		no-repeat;
	position: absolute;
	padding: 3px 0;
	display: block;
	z-index: 105;
	bottom: 11px;
	cursor: pointer;
}

.sliderkit-nav-prev a {
	left: -16px;
}

.sliderkit-nav-next a {
	right: -16px;
}

.sliderkit-nav-prev a span, .sliderkit-nav-next a span {
	display: none;
}

.sliderkit .sliderkit-nav-clip ul li {
	float: left;
	margin: 0;
}

.sliderkit .sliderkit-nav-clip ul {
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 0;
}

.sliderkit-nav-clip li {
	display: inline-block;;
}

.sliderkit-nav-next a {
	background: transparent url('../images/yellow_arrow_next.png') center
		top no-repeat;
	top: auto;
	bottom: 11px;
}

.distance {
	float: left;
	margin-right: 5px;
}

.mentionlegal {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.legaltitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.legaltext {
	overflow-y: auto;
	overflow-x: none;
	height: 350px;
}

.close-btn {
	background-color: #f7d900;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.33);
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	float: right;
}

.tarifsize {
	font-size: 9px;
	float: right;
}

.legal-text {
	font-size: 14px;
	font-family: Arial;
	position: relative;
	display: inline-block;
	max-width: 246px;
}

.legal-text-fr {
	float: right !important;
	margin-bottom: 4px;
	width: 261px;
}

.legal-text-popup-privacy {
	font-size: 14px;
	width: 100%;
	display: inline-block;
	max-width: 570px;
	padding-left: 10px;
	line-height: 24px;
	font-family: Arial;
}

.legal-text-checkbox {
	float: left;
	margin-right: 0;
	border: thin solid #BBBBBB;
	width: 25px;
	height: 25px;
}

.mainImage {
	width: 100% !important;
	max-width: 320px;
	float: left;
	max-height: 240px;
}

.mainImageLarge {
	width: 100% !important;
	max-width: 320px;
	float: left;
	max-height: 240px;
}

.row-div {
	overflow: hidden;
}

.top-back-button {
	position: absolute;
	top: -65px;
	right: 0;
}

.nsm-back-button {
	position: absolute;
	right: 0;
	top: -59px;
}

.black-modal-window {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 18px;
    margin: 5px 0px 15px 0px;
	right: -85px;
	bottom: 60px;
	width: 536px;
	max-width: 75vw;
	text-align: justify;
	position: absolute;
	z-index: 15;
	font-family: Arial;
}

.black-modal-window p {
	color: #DDDDDD;
	font-size: 11px;
	line-height: 1.33;
	margin: 0;
}

.black-modal-window p a {
	color: #fff !important;
}

.black-modal-window .closePopup {
	color: #fff !important;
	display: block;
	font-weight:bold;
	text-decoration: underline;
}

.black-modal-window span a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}

.legal-text-popup {
    font-size: 14px;
    display: inline-block;
    max-width: 526px;
    margin-left: 5px;
    line-height: 18px;
    font-family: Arial;
    vertical-align: top;
}

.required-message {	
	margin-bottom: 7px !important;
	margin-top: 7px;
	text-align: right;
	font-size: 12px;
	color: #797979;
	font-family: Arial;
}

.b-button:not(.b-button-small) {
	outline: medium none;
	font-size: 18px;
	font-weight: bold;
	background: #000;
	box-shadow: none;
	line-height: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'OpelSansBoldCondensed';
	text-decoration: none;
	position: relative;
	border: none;
	cursor: pointer;
}
.fc-button .b-button:before{
	content: '';
	margin: 0;
}
/*.b-button:before {
	font-family: "icons-common";
	content: "e";
	margin-right: 7px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	text-transform: lowercase;
}*/

.b-button:not(.b-button-small)::before {
    color: #fff;
    content: "e";
    font-family: "icons-common";
    font-weight: normal;
    line-height: normal;
    margin-right: 7px;
    text-transform: lowercase;
}

.placeholder {
	color: #d3d3d3 !important;
	font-style: italic;
}

.zeroResults {
	background: #fff none repeat scroll 0 0;
	padding: 16px;
	font-size: 11px;
	margin-top: 40px;
}
.tab-link-top-containter + div .zeroResults{
	margin-top: 10px;
}

.zero-header {
	font-size: 30px;
}

.zeroresult {
	position: static !important;
}

.zeroresult .legal-text {
	position: relative;
}

.zeroResults .seeMore .yellow_btn_big {
	width: 280px;
	background: #f7d900;
	padding: 1px 10px;
	text-align: center;
}

.zeroResults .seeMore+.contacts.zeroresult {
	margin-top: 20px;
}

.zeroResults .contacts.zeroresult h2 {
    background-color: #000;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    line-height: 45px;
    padding-left: 20px;
    height: 45px;
    margin: 0;
}

.zeroResults .contacts.zeroresult h2:after {
	position: absolute;
	content: "";
	background: url(../images/envelope_white.png) no-repeat;
	width: 32px;
	height: 32px;
	top: 6px;
	right: 17px;
}

.contacts.zeroresult input[type=submit] {
	background: #FDBB07;
}

.grey_btn.calc-btn {
	background-image: url(../images/calc-button.png),
		url(../images/grey_btn.png);
	padding-left: 35px;
	background-repeat: no-repeat, repeat-x;
	background-position: 10px center, center;
}

.calc-btn.button-overlined {
	background-image: url(../images/calc-button_overlined.png),
		url(../images/grey_btn.png);
}

.grey_btn.calc-btn:before {
	display: none;
}

.grey_btn.calc-btn.floatR {
	float: right !important;
	margin: 0;
}

.calc-table {
	display: table;
	border: 1px solid #DDDDDD;
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	color: #000;
	background: #fff;
}

.calc-table-row {
	display: table-row;
}

.calc-table-cell {
	display: table-cell;
	padding: 5px;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.calc-table-cell-width {
	min-width: 50px !important;
}

.calc-table-head .calc-table-cell {
	background: #474747;
	background: -webkit-linear-gradient(top, #474747, #3a3a3a);
	background: -o-linear-gradient(bottom, #474747, #3a3a3a);
	background: -moz-linear-gradient(bottom, #474747, #3a3a3a);
	background: linear-gradient(to bottom, #474747, #3a3a3a);
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	height: 26px;
}

.calc-table-cell {
	border-right: 1px solid #ccc;
}

.calc-table-cell:last-child {
	border-right: 0;
}

.calc-table-row:last-child .calc-table-cell {
	border-bottom: 0;
}

.calc-table-cell.big-price {
	font-size: 15px;
	font-weight: bold;
}

.calc-table-cell img {
	max-width: 100%;
	max-height: 60px;
}

.simple-link {
	background: url(../images/yellow_arrow_right.png) left no-repeat;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
	padding-left: 17px;
	display: inline-block;
	cursor: pointer;
}
.with_logo.gg.auto_item .top_titles h2{
	width: 270px;
}
.with_logo.gg .eco_logo{
	float: right;
}
.with_logo.gg .eco_logo img{
	max-width: 128px;
	margin: 10px 0 0 0;
}
.with_logo.ecoflex.auto_item .top_titles h2{
	width: 320px;
}
.with_logo.ecoflex .eco_logo{
	float: right;
}
.with_logo.ecoflex .eco_logo img{
	max-width: 75px;
	margin: 0;
}
.highlighted_auto.with_logo.gg.auto_item .top_titles h2{
	width: 250px;
}

.highlighted_auto.with_logo.ecoflex.auto_item .top_titles h2{
	width: 305px;
}

.article_right_contact .text_opel{
	width: 100%;
}
.with_logo_contact.gg .text_opel{
	width: 190px;
}
.with_logo_contact.gg .eco_logo_contact{
	float: right;
}
.with_logo_contact.gg .eco_logo_contact img{
	max-width: 128px;
}
.with_logo_contact.ecoflex .text_opel{
	width: 235px;
	float: left;
}
.with_logo_contact.ecoflex .eco_logo_contact{
	float: right;
}
.with_logo_contact.ecoflex .eco_logo_contact img{
	max-width: 75px;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.page_contact_fc {
	font-family: Verdana, Geneva, sans-serif;
	width: 680px;
	margin: auto;
	background: #FFF;
	border-radius: 5px 5px 0px 0px;
	border: 10px solid #3E3E3E;
	padding: 20px 20px 60px 20px;
	position: relative;
	min-height: 400px;
}

.b-popup_secondary {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.b-popup_secondary .page-content {
	background: none;
}

#page_thankyou .x_close {
    top: 35px;
    right: 30px;
}
.fc-button {
  margin-bottom: 5px;
  margin-top: 5px;
}
.fc-button button{
	border: none;
}
.fc-button .b-button {
  display: block;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integrated_button_container.fc-button .b-button {
	display: inline-block;
	float: none;
	width: inherit;
	height: inherit;
	padding: 0 20px 0 35px;
}

.integrated_button_container.fc-button .b-button:before {
	content: "\f054";
	position: absolute;
	left: 18px;
	top: 7px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.fc-button .b-button.zero {
	background-color: #D9D9D9;
} 
.fc-button .b-button span{
	margin-left: 7px;
}
.fc_int_frame {
	width: 450px;
}

div.integrated_button {
	background: #000;
	text-decoration: none;
	padding: 0 20px 0 32px;
	font-size: 18px;
	font-family: 'OpelSansBoldCondensed';
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	background-image: none !important;
	color: #fff;
	line-height: 30px;
}

.integrated_wrapper {
  display: inline-block;
  position: relative;
  height: 113px;
  width: 635px;
  border-bottom: 1px dotted #838383;
  padding-bottom: 30px;
}

.integrated_iframe_container {
	position: absolute;
	top: 0;
}

.integrated_iframe {
  width: 478px;
  height: 110px;
  max-width: 96%;
}

.integrated_button_container {
	float: right;
	margin-top: 20px;
}

.title-n-price-container {
	position: relative;
}

.title-n-price-container h1 {
	max-width: 544px !important;
}

.price-yell {
	color: #000;
    padding: 7px 40px 7px 7px;
    margin: 0;
    text-transform: uppercase;
    z-index: 2;
    background: url(../images/price-bg.png) center right no-repeat;
    margin-bottom: 4px;
    float: none;
    clear: both;
    position: relative;
    width: inherit;
    line-height: inherit;
    height: auto;
    background-size: cover;
}
.fr_price_txt {
    font-size: 12px!important;
    line-height: 12px!important;
    font-family: arial!important;
    text-transform: initial;
    margin-top:3px;
}
.price-yell div:first-child {
	background: none;
	background-image: none;
	padding: 0;
	margin: 0;
	width: auto;
}
.yell-table-item {
    display: table-cell;
    float: none;
}
.yell-table-face .integrated_price_label_bl{
  font-weight: bold;
    font-family: "OpelSansBoldCondensed";
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    line-height: normal !important;
}
.price-yell div:nth-child(2) {
	background: none !important;
	background-image: none;
	font-family: "OpelSansBoldCondensed";
	font-size: 24px;
	color: #000 !important;
	/*line-height: 41px;*/
	vertical-align: bottom;
}

.details .price-yell {
    float: left;
    display:  block;
}
.yell-table-item + .yell-second-table-item{
	border-left: 2px solid;
}
.yell-second-table-item {
    padding-left: 10px;
    vertical-align: bottom;
    display: table-cell;
}
.net_price_container_details {
    font-family: OpelSansBoldCondensed;
    font-size: 24px;
    color: #000;
    text-align: left;
    vertical-align: top;
    line-height: normal;
}
.net_price_container_details .integrated_price_label_bl{
	font-size: 14px;
	vertical-align: top
}
div.yell-table-face div,
div.yell-table-face{
  display: table;
  line-height: normal;
  background: none;
  font-family: "OpelSansBoldCondensed";
  margin-right: 3px;
  padding: 0 !important;
}


.fr .gross_price_new {
	font-size: 16px;
	text-decoration: line-through;
}

div.gross_price_old{
	font-size: 16px;
	font-family: OpelSansBoldCondensed;
	text-decoration: line-through;
	float: none !important;
	display: block;
	line-height: 16px;
	color: #000;
	height: auto !important;
}

.fr div.gross_price_old {
	font-size: 24px;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 21px;
}


div.integrated_price_label_bl {
	color: #000;
	font-size: 13px !important;
	padding: 0 0 0 7px !important;
	display: table-cell;
}

.integrated_price_label_bl span {
	background: none !important;
	width: auto !important;
	display: inline-block;
	padding: 0 !important;
	height: auto !important;
	font-size: 14px;
	vertical-align: top;
}

.price-old {
	background: black;
	color: #fff;
	padding: 1px 7px;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	font-size: 16px;
	font-family: 'OpelSansBoldCondensed';
	z-index: 100;
	display: inline-block;
	float: none;
	position: relative;
}

.no_text_decoration {
	text-decoration: none !important;
}

.net-label {
	float: left;
	font-weight: bold;
	margin-left: 13px;
	margin-top: 9px;
}

.net-label-details {
	background: black;
	color: #fff;
	padding: 1px 0 1px 7px;
	font-size: 16px;
	font-family: 'OpelSansBoldCondensed';
	display: inline-block;
	float: none;
}

.agree-font-size {
	font-size: 11px;
}

.details .short_desc  .sub-list li {
	background: rgba(0, 0, 0, 0) url("../images/square.png") no-repeat
		scroll left 9px !important;
	margin-right: 19px;
	padding-left: 14px !important;
}

.sub-list {
	margin-left: 0px;
}

table.html4_cellpadding_0 th, table.html4_cellpadding_0 td {
	padding: 0px;
}

table.html4_cellspacing_0 {
	border-collapse: collapse;
}

table.html4_cellspacing_1 {
	border-collapse: separate;
	border-spacing: 5px;
}

table.html4_cellspacing_5 {
	border-collapse: separate;
	border-spacing: 5px;
}

table.html4_border_0 {
	border-spacing: 0;
}

table.html4_width_100_percent {
	width: 100%;
}

iframe.html4_frameborder_0 {
	border: none;
	border-width: 0px;
}

iframe.html4_marginheight_0:not(.integrated_iframe_container iframe) {
	margin-top: 0px;
	max-width: 100%;
	min-height: 550px;
}

.details.details_page.redesigned-7s .logo a span {
	max-width: calc(100% - 220px);
	float: none;
	margin-bottom: 15px;
	display: inline-block;
}

.details.details_page.redesigned-7s .short_desc li {
	font-size: 14px;
	font-family: Arial;
	background: url(../images/list_square.png) left 7px no-repeat !important;
	padding-left: 12px !important;
}

.details.details_page.redesigned-7s .tech-data li {
	background: none !important;
	padding-left: 0 !important;
}

.details.details_page.redesigned-7s .block.other_dates h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'OpelSansCondensedExBd';
	font-weight: bold;
}

.details.details_page.redesigned-7s .short_desc span {
	font-size: 13px;
	text-transform: uppercase;
}

.details.details_page.redesigned-7s .grey_btn a {
	color: #000;
}

.details.details_page.redesigned-7s .contact-form-title-7s {
	font-family: OpelSansBoldCondensed;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    background: none;
    color: #000;
    padding: 15px;
}

.details.details_page.redesigned-7s .contact_info h4 {
	font-size: 20px;
	font-weight: bold;
	color: #f7d900;
	font-family: 'OpelSansCondensed';
}

.details.details_page.redesigned-7s .row select {
	height: 25px;
	width: 181px;
}

.side-bg {
	background-image: url(../images/auto_yell_bg.png);
}

.details.details_page.redesigned-7s input[type=submit]:before {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	left: 15px;
	top: 1px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
#dialogWindow, .dialogWindow {
	max-width: 100%;
	padding: 0 !important;
}
.dialogWindow iframe{
	min-height: 600px;
}
.details.details_page.redesigned-7s .integrated_wrapper, .details.details_page.redesigned-7s .block
	{
	border-bottom: none;
	padding: 0;
}

.description-block-7s h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'OpelSansCondensedExBd';
	font-weight: bold;
	margin: 15px 0;
}

.description-block-7s p {
	font-family: arial;
	font-size: 13px;
	color: #292929;
	background: url(../images/list_square.png) left 4px no-repeat !important;
	padding-left: 12px !important;
}

.details.details_page.redesigned-7s {
	background-color: #fff;
	padding-top: 50px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: right top;
}

.left-pad {
	padding-left: 10px;
}

.small_search_form_block ::-webkit-input-placeholder {
	color: #D6D6D6;
	font-size: 14px;
	font-style: italic;
	font-family: Arial;
}

.small_search_form_block :-moz-placeholder { /* Firefox 18- */
	color: #D6D6D6;
	font-size: 14px;
	font-style: italic;
	font-family: Arial;
}

.small_search_form_block ::-moz-placeholder { /* Firefox 19+ */
	color: #D6D6D6;
	font-size: 14px;
	font-style: italic;
	font-family: Arial;
}

.small_search_form_block :-ms-input-placeholder {
	color: #D6D6D6;
	font-size: 14px;
	font-style: italic;
	font-family: Arial;
}

.small_search_form_block {
	border: thin solid #D6D6D6;
	padding: 15px;
	margin-top: 20px;
	width: 285px;
}

.small_search_results_block {
	border: thin solid #D6D6D6;
	padding: 15px;
	margin-top: 20px;
	width: 315px;
}

.small_search_form_title > h2 {
	font-size: 23px;
	text-transform: uppercase;
	font-family: 'OpelSansCondensedExBd';
	font-weight: bold;
}

.small_search_form_text > p {
	font-size: 14px;
	font-family: Arial;
	margin-bottom: 15px;
}

input[type="text"].small_search_form_input_text {
	width: calc(100% - 15px);
	border: 1px solid #D6D6D6;
	height: 35px;
	margin-bottom: 15px;
}

.small_search_results_block {
	padding: 0;
}

.small_search_results_title {
	padding: 15px;
	border-bottom: thin solid #D6D6D6;
}

.small_search_results_title > p {
	font-size: 21px;
	font-family: 'OpelSansBoldCondensed';
}

.small_search_results_item {
	border-bottom: thin solid #d6d6d6;
	position: relative;
}

.small_search_results_item a {
	display: block;
	padding: 15px;
	padding-right: 40px;
}

.small_search_results_item a:hover {
	background: #F7D900;
}

.small_search_results_item a:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 17px;
	top: calc(50% - 14px);
	color: #F7D900;
	font-size: 28px;
	font-weight: normal;
}

.small_search_results_item a:hover:after {
	color: #000;
}

.small_search_results_item_title {
	font-size: 18px;
	font-family: 'OpelSansBoldCondensed';
	padding-bottom: 5px;
	display: block;
}

.small_search_results_item_desc {
	font-size: 14px;
	font-family: Arial;
	display: block;
}

.small_search_results_pager {
	display: block;
}
.index_top .small_search_results_pager {
	display: inline-block;
	text-align: left;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
}
.small_search_results_pager > ul {
	display: inline-block;
	margin: 15px auto;
	height: auto;
}
.index_top .small_search_results_pager > ul {
    display: inline-block;
    margin:0;
}
.small_search_results_pager > ul > li {
	float: left;
	display: inline-block;
	height: 25px;
	min-width: 25px;
	line-height: 25px;
	margin: 0 5px;
}

.small_search_results_pager > ul > li:not(.to-left):not(.to-right):hover{
	background: #F7D900;
}

.small_search_results_pager .to-left {
	text-align: center;
}

.small_search_results_pager .to-left > a{
	line-height: 25px;
	min-width: 25px;
	display: inline-block;
}

.small_search_results_pager .to-left > a:before {
    font-family: icons-common;
    content: "f";
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.small_search_results_pager li:first-child,
.small_search_results_pager li:first-child > a,
.small_search_results_pager li:last-child,
.small_search_results_pager li:last-child > a  {
    display: none;
}
.activetab-link-container {
    background-color: #fff;
    margin-bottom: 1px;
    display: inline-block;
    width: 100%;
}
.activetab-link-container a {
    padding: 11px 30px;
}
.activetab-link-container a.passive-tab-link{
	font-family: "OpelSansCondensed";
    font-size: 16px;
}
.activetab-link-container a span {
    background: #000;
    color: #fff;
    font-family: "OpelSansCondensedExBd";
    font-size: 18px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    margin: -6px 0 -5px 10px;
}
.active-tab-link {
    display: inline-block;
    background-color: #f7d900;
    font-family: 'OpelSansCondensed-Bd';
    font-size: 18px;
    outline: none;
}
.small_search_results_pager .paging_item > a {
	display: inline-block;
	line-height: 25px;
	min-width: 25px;
	text-align: center;
}

.small_search_results_pager .paging_item > a > span {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.small_search_results_pager .to-right {
	text-align: center;
}

.small_search_results_pager .to-right > a {
	line-height: 25px;
	min-width: 25px;
	display: inline-block;
}
.small_search_results_pager .to-right > span em:before,
.small_search_results_pager .to-right > a:before {
    font-family: icons-common;
    content: "e";
    color: #000;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}
.small_search_results_pager .to-right em:before {
	font-family: FontAwesome;
	content: "\f054";
	color: #000;
	font-size: 16px;
	font-weight: normal;
	font-style:normal;
}
.small_search_results_pager .to-left em:before {
	font-family: icons-common;
	content: "f";
	color: #000;
	font-size: 16px;
	font-weight: normal;
	font-style:normal;
	vertical-align: middle;
}
.small_search_results_pager .paging_item > span > em > span {
    display: inline-block;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    font-style:normal;
    background:#F7D900;
}
.search_result_button_container{
	text-align: center;
    margin-bottom: 15px;
}
.dialogWindow{
	position: absolute;
	display: block;
	top: 50px;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.auto_item img.car-status-image {
	margin-left: auto;
    margin-top: 20px;
    height: auto;
    width: 97px;
    margin-right: auto;
    max-width: 100%;
    position: absolute;
    left: 0;   
    top:0; 
}

.wrapper{
    margin: 0 auto;
    /* background-color: #F3F3F3; */
    min-width: 320px;
    color: #000;
}

.thank-you-container {
    height: 100%;
}

.thank-you-image {
    width: 172px;
    height: 145px;
    background-image: url(../images/thank_you.png);
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.thank-you-yellow-area {
    background-color: #f7d900;
    height: 500px;
    text-align: center;
}    
.thank-you-yellow-area p{
    font-family: "OpelSansCondensedExBd";
    font-size: 58px;
}

.yellow-area-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.dealer-contacts {
    background: #fff;
    width: calc(100% - 70px);
    box-sizing: border-box;
    margin: 20px auto;
    padding: 30px;
    font-family: "OpelSansBoldCondensed";
    margin-top: 25px;
}
.dealer-contacts h1{
    margin-bottom: 30px;
    color:#000;
}
.dealer-contacts p{
    margin: 25px 0
}
.dealer-name {
    font-family: "OpelSansBoldCondensed";
    font-size: 18px;
}
.dealer-phone {
    margin-top: 15px;
    margin-bottom: 6px;
}
.dealer-phone:before {
    font-family: "icons-common";
    content: "\e904";
    font-size: 17px;
    vertical-align: middle;
    margin-right: 7px;
}
.dealer-email:before {
    font-family: "icons-common";
    content: "\e90a";
    font-size: 15px;
    vertical-align: sub;
    margin-right: 5px;
}

.text-size-12{
    font-size: 12px;
}
.text-size-14{
    font-size: 14px;
}
.text-size-36{
    font-size: 36px;
}
.arial{
    font-family: Arial;
}
.arial-bold{
    font-family: Arial;
    font-weight: bold;
}

.reset-button{
	background: url('../images/reset.png') 0 center no-repeat;
	border: 0;
	padding: 17px;
	outline: none;
	line-height: 1;
	margin-left:8px;
	width:22px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: none;
	margin-bottom: 3px;
    cursor: pointer;
}
.fc-marker{
	position: fixed;
	width: 1px;
	height: 1px;
	bottom: 130px;
	left: 0;
}
.top-text-message{
	background: #f3f3f3;
	height: 42px;
	font-size: 20px;
    font-family: "OpelSansCondensed-Bd";
}
.popover{
	background: #000;
	color: #fff;
	font-family: "OpelSansBoldCondensed";
	font-size: 18px;
	position: absolute;
	transform: translateY(-100%);
	left: 0;
	right: 0;
	padding: 16px 40px 16px 40px;
	height: 65px;
	visibility: hidden;
}
.popover.show,
.popover.clicked{
	display: block;
	visibility: visible;
}
.popover.fix{
	position: fixed;
	transform: translate(-50%, 0);
	left: 50%;
	top: 0;
	z-index: 20;
	width: calc(100% - 80px);
	max-width: 1104px;
}
.popover .popover-info-area{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: middle;
	margin-left: 13px;
}
.popover:before{
	font-family: "icomoon";
	content: "\f00c";
	left: 40px;
	width: 65px;
	height: 65px;
	background: #fff;
	color: #000;
	border-radius: 50px;
	text-align: center;
	font-size: 45px;
	box-sizing: border-box;
	padding-top: 9px;
	display: inline-block;
	vertical-align: middle;
}
.popover .popover-info-area a{
	color: #f7d900;
	margin-left: 5px;
	text-decoration: underline;
}
.popup-label ~ .validation-container{
	float: right;
}
.details_page #accordionOpt h3,
.details_page #accordionStd h3{
	min-height: 43px;
	line-height: 43px;
	background: #d9d9d9;
	border: solid 1px #d9d9d9;
	border-bottom: none;
	margin-top: 2px !important;
	color: #000;
	text-transform: uppercase;
	font-family: "OpelSansBoldCondensed";
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color.5s;
	-ms-transition: background-color.5s;
	-o-transition: background-color.5s;
	transition: background-color.5s;
}
.details_page #accordionOpt h3.active,
.details_page #accordionStd h3.active{
	background-color: #fff;
}
.details_page #accordionOpt h3 span,
.details_page #accordionStd h3 span{
	font-size: 18px;
	margin-left: 18px
}
.details_page #accordionOpt h3:before,
.details_page #accordionStd h3:before{
	text-transform: lowercase;
	font-family: "icons-common";
	content: 'e';
	font-size: 16px;
	position: absolute;
	left: 10px;
    width: 15px;
	-webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.details_page #accordionOpt h3.active:before,
.details_page #accordionStd h3.active:before{
	transform: rotate(90deg);
}

.suggestion-car-container {
	display: flex;
	background: #f3f3f3;
}

.suggestion-car-container .auto_content {
	flex: 1;
	height: 100%;
}

.suggestion-car-container .auto_item {
	margin-left: 0.8%;
	margin-right: 0.8%;
	animation: showNav 750ms ease-in-out both;
	flex-basis: 21.599%;
}

.suggestion-car-container .auto_item:nth-child(4n + 1) {
	margin-left: 0;
}

.suggestion-car-container .auto_item:nth-child(4n) {
	margin-right: 0;
}

.calculated .suggestion-car-container .auto_item {
	display: none;
	padding-bottom: 35px;
}
.auto_item {
	background: #fff;
	margin: 15px 0;
	border: none;
	padding: 25px 12px;  
	position:relative;
}


@keyframes showNav {
	from {opacity: 0;
		}to {
	opacity: 1;
	}
}
.suggestion-car-container .auto_content .main_part {
	float: none;
	max-width: inherit;
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	height: 100%
}

.suggestion-car-container .auto_content .main_part .seeMore {
	align-self: flex-end;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-top: 20px;
}

.suggestion-car-container .auto_content .main_part img {
	max-width: 100%;
	width: inherit;
	max-height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.suggestion-car-container .auto_content .main_part .titles_prices {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	height: calc(100% - 60px);
	flex-basis: 100%;
}

.suggestion-car-container .auto_content .main_part .titles_prices * {
	flex-basis: 100%;
}
.c-carussel-title{
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20px;
}

.suggestion-car-container .auto_content .main_part .titles_prices a {
	align-self: flex-end;
	height: 115px;
	font-size: 18px;
}

.suggestion-car-contols a {
	position: absolute;
	color: #000;
	font-size: 40px;
	font-weight: normal;
	top: calc(50% - 15px);
}

.suggestion-car-contols a.next-button {
	right: 5px;
	cursor: pointer;
}

.suggestion-car-contols a.next-button:before {
	content: "e";
}

.suggestion-car-contols a.back-button {
	left: 5px;
	cursor: pointer;
}

.suggestion-car-contols a.back-button:before {
	content: "f";
}

.suggestion-car-contols a.next-button.disabled, .suggestion-car-contols a.back-button.disabled
	{
	opacity: 0.2;
	cursor: inherit;
}

.suggestion-car-contols a:before {
	font-family: "icons-common";
}

.suggestion-car-contols a {
	display: none;
}

.suggestion-car-contols a.big {
	display: block;
}
.page.nsm .action-block {
    background-color: #fff;
    box-sizing: border-box;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    color: #000;
    padding: 20px;
    width: 100%;
}
.page.nsm .action-block .action-title {
    font-family: 'OpelSansCondensed-Bd';
    font-size: 24px;
    text-transform: uppercase;
}

.page.nsm .action-block .action-text {
    font-size: 12px;
    line-height: 21px;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 13px;
}
.page.nsm .action-block .action-input {
    display: inline-block;
    margin-right: 55px;
}
.page.nsm .action-block .action-input .reset-button{
	margin-left: 2px;
}
.page.nsm .action-block .action-input input[type=text] {
    background-color: #fff;
    color: #000;
    height: 35px;
    padding: 8px 0;
    padding-left: 10px;
    width: 200px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 5px;
}
.page.nsm .action-block .action-range{
    display: inline-block;
    position: relative;
    padding-top: 12px;
    margin-right: 60px;
    margin-top: -5px;
}
.page.nsm .action-block .action-search {
	 display: inline-block;
}
.page.nsm .action-block .action-range .radius-text {
    text-align: center;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-size: 14px;
}
.page.nsm .action-block .action-range .slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    width: 254px;
    height: 0.5em !important;
}
.page.nsm .action-block .ui-slider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    width: 252px;
}
.page.nsm .action-block .action-range .ui-widget-header {
    background: #f7d900 !important;
}
.page.nsm .action-block .action-range .selected-duration {
    left: -4px;
    top: -3px;
    height: 22px;
    width: 22px;
    position: absolute;
    text-decoration: none !important;
    text-align: center;
    background: #f7d900;
    border-radius: 50%;
}
.page.nsm .action-block .action-range .ui-state-default{
    background: none !important;
    border: none !important;
}
.action-search .b-button{
    border: none;
    line-height: 34px;
}
.page.nsm .product-block {
    width: 100%;
    display: flex;
    margin-top: 15px;
    padding: 0 32px;
    box-sizing: border-box;
    background-color: #F3F3F3;
    position: relative;
    flex-wrap: wrap;
}
.page.nsm .product {
    width: calc(20% - 15px);
    border: none;
    margin: 0 7px;
    margin-bottom: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.page.nsm .product-title {
    font-family: 'OpelSansCondensed-ExBd';
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    height: 40px;
}
.page.nsm .product-info {
    font-size: 11px;
    color: #000;
    font-family: Verdana;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page.nsm .product .button-primary-container{
	text-align: center;
}
.page.nsm .product-info-wrapper {
    display: inline-block;
}
.page.nsm .product-info span.big-text {
    font-size: 45px;
    font-family: 'OpelSansCondensed-Bd';
    margin: 3px 5px 0 10px;
    vertical-align: top;
    line-height: 29px;
    float: left;
    display: inline-block;
    min-width: 25px;
    text-align: right;
}
.page.nsm .product-info span.small-text {
    font-size: 14px;
    font-family: arial;
    max-width: 105px;
    float: left;
    text-align: left;
}
.product .button-primary{
	display: inline-block;
	max-width: 100%;
	text-align: center;
	margin: 10px auto;
}
@media screen and (-moz-images-in-menus:0) {
	.reset-button {
		padding: 28px 35px 6px 0px;
	}
}

@media screen and (max-width:1200px) and (min-width:1025px) {
	.page_out {
		/* width: 944px; */
	}
	.details .page_left {
		width: 60%;
		float: left;
	}
	.details .main_info {
		width: 545px;
	}
	.integrated_wrapper {
		display: inline-block;
		position: relative;
		height: 89px;
		width: 588;
		border-bottom: 1px dotted #838383;
		padding-bottom: 30px;
	}
	.auto_item img {
		max-width: 40%;
	}
	.auto_content .main_part {
		/* width: 340px; */
	}
	.page_right {
		/* float: right; */
		/* width: 100%; */
		/* max-width: 633px; */
	}
	.footer {
		width: 985px;
	}
	.thanku {
		min-height: 600px;
	}

	.auto_content .prices_for table {
		float: right;
	}
	.auto_content .prices_for .special_price {
		font-weight: bold;
	}
	.tech-data {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 20px;
		}
	.highlighted_auto .top_titles {
		/* width: 310px; */
	}
	.with_logo.gg.auto_item .top_titles h2{
		width: 200px;
		margin-right: 10px;
	}
	.with_logo.gg .eco_logo{
		float: right;
	}
	.with_logo.gg .eco_logo img{
		max-width: 128px;
		margin: 10px 0 0 0;
	}
	.with_logo.ecoflex.auto_item .top_titles h2{
		margin-right: 10px;
		width: 250px;
	}
	.with_logo.ecoflex .eco_logo{
		float: right;
	}
	.with_logo.ecoflex .eco_logo img{
		max-width: 75px;
		margin: 0;
	}
	.highlighted_auto.with_logo.gg.auto_item .top_titles h2{
		max-width: 180px;
		margin-right: 0;
	}

	.highlighted_auto.with_logo.ecoflex.auto_item .top_titles h2{
		width: 225px;
	}

	.article_right_contact .text_opel{
		width: 100%;
	}
	.with_logo_contact.gg .text_opel{
		width: 200px;
		float: left;
	}
	.with_logo_contact.gg .eco_logo_contact{
		float: right;
	}
	.with_logo_contact.gg .eco_logo_contact img{
		max-width: 128px;
	}
	.with_logo_contact.ecoflex .text_opel{
		width: 235px;
		float: left;
	}
	.with_logo_contact.ecoflex .eco_logo_contact{
		float: right;
	}
	.with_logo_contact.ecoflex .eco_logo_contact img{
		max-width: 75px;
	}
	.details.details_page.redesigned-7s .integrated_wrapper{
		height: 110px;
	}
	.integrated_button_container{
		float: none;
		margin-top: 90px;
		display: inline-block;
	}
}
@media screen and (max-width: 1183px){
	.currencyddl-right {
    	left: 20px;
   	 	top: 2px;
	}
	#accordionOpt,
	#accordionStd{
		max-width: calc(100% - 25px);
	}
	.page.nsm .product {
		width: calc(25% - 15px);
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.topPreview {
		top: 0 !important;
	}
	.page_out {
		padding: 16px 20px 24px;
	}
	.auto_item .top_titles {
	    padding-right: 0;
  	}
	.details .page_left {
		width: calc(100% - 352px);
		float: left;
	}
	.details .page_right {
		margin-top: 354px;
	}
	.auto_content .main_part{
		max-width:100%;
	}
	.preview{
		top:118px;
	}
	.details.details_page.redesigned-7s .logo a span{
		max-width:100%;
	}
	.other_dates .short_desc{
		width: 100%
	}
	.topCont {
		margin-top: 30px !important;
	}
	.sliderkit-panels{
		width:100%;
	}
	div.sliderkit {
		position: relative;
		float: none;
		margin: 0 auto;
	}
	.mainImage {
		width: 100% !important;
		max-width: 320px;
		float: none;
	}
	div.sliderkit-panel a {
		display:block;
		bottom: 0;
		position: absolute;
	}
	.sliderkit .sliderkit-panel {
		min-height: 200px;
		position: relative;
		background-color: #fff;
		background-image: url(../images/auto_yell_bg.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.details.details_page.redesigned-7s .auto_content {
		width: 100%;
	}
		.details .auto_content .main_part {
		float: none;
		width: 100%;
	}
	.details.details_page.redesigned-7s {
		background-color: #fff;
		padding-top: 50px;
		padding-left: 24px;
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
	}

	.refine_search input[type="text"] {
	    width: calc(100% - 62px);
	    margin-right: -2px;
	}
	.refine_search select {
		height: 35px;
		width: 175px;
		}
	.refine_text {
		font-size: 28px;
		color: #131313;
		font-weight: bold;
		margin: 10px 15px 0;
		font-family: 'OpelSansBoldCondensed';
		text-transform: uppercase;
	}
	.refine_search {
		margin-top: 10px;
		padding: 10px 15px;
		background: #fff;
		font-size: 11px;
	}
	.reset-all{
		margin-right: 15px;
	}
	.page_left {
		float: left;
		width: 251px;
		margin-right: 15px;
		background: #fff;
	}
	.header {
		margin: 0 auto;
		width: 767px;
		padding-right: 0;
		min-height: 40px;
	 }
	.page_right {
		float: right;
		width: calc(100% - 275px);
	}
	.footer {
		width: 728px;
	}
	.auto_item img {
		/* width: 406px; */
		max-width: calc(40% - 10px);
	}
	.auto_content .main_part {
		/* float: none; */
		width: 100%;
	}
	.tech-data {
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 10px;
		column-count: 1;
		column-gap: 20px;
	}
	.with_logo.gg.auto_item .top_titles h2{
		width: 300px;
	}
	.with_logo.gg .eco_logo{
		float: right;
	}
	.with_logo.gg .eco_logo img{
		max-width: 128px;
		margin: 0;
	}
	.with_logo.ecoflex.auto_item .top_titles h2{
		width: 355px;
	}
	.with_logo.ecoflex .eco_logo{
		float: right;
	}
	.with_logo.ecoflex .eco_logo img{
		max-width: 75px;
		margin: 0;
	}
	.highlighted_auto.with_logo.gg.auto_item .top_titles h2{
		width: 300px;
	}

	.highlighted_auto.with_logo.ecoflex.auto_item .top_titles h2{
		width: 355px;
	}

	.article_right_contact .text_opel{
		width: 100%;
	}
	.with_logo_contact.gg .text_opel{
		width: 335px;
		float: left;
	}
	.with_logo_contact.gg .eco_logo_contact{
		position: absolute;
		left: 140px;
	}
	.with_logo_contact.gg .eco_logo_contact img{
		max-width: 128px;
	}
	.with_logo_contact.ecoflex .text_opel{
		width: 235px;
		float: left;
	}
	.with_logo_contact.ecoflex .eco_logo_contact{
		float: right;
	}
	.with_logo_contact.ecoflex .eco_logo_contact img{
		max-width: 75px;
	}
	.integrated_wrapper{
		width: 600px;
	}
	.integrated_button_container a.b-button{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.thank-you-yellow-area {
        height: 330px;
    }
    .thank-you-image {
        width: 150px;
        height: 130px;
    }
    .thank-you-yellow-area p{
        font-size: 48px;
    }
    .action-search .b-button{
		line-height: 45px;
		height: 45px;
	}
	.page.nsm .action-block .action-search {
		padding-top: 30px;
		display: block;
		clear: both;
		text-align: center;
	}
	.page.nsm .product {
		width: calc(33.3% - 14px);
	}
}

@media screen and (max-width: 980px){
	
	.thank-you-yellow-area {
        height: 425px;
    }
    .black-modal-window {
    	right: initial;'
    	left: -30px;
    }
    .suggestion-container {
		overflow: hidden;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.suggestion-car-container div.auto_item {
		flex-basis: 32%;
	}
	.suggestion-car-container .auto_item:nth-child(4n + 1) {
		margin-left: 0.8%;
	}
	.suggestion-car-container .auto_item:nth-child(4n) {
		margin-right: 0.8%;
	}
	.suggestion-car-container .auto_item img {
		width: 100%;
	}
    .buttons div a.parking-plus{
    	padding-top: 14px;
    	padding-bottom: 14px;
    }
    .buttons div a{
    	padding-top: 13px;
    	padding-bottom: 13px;
    }
}

@media screen and (max-width: 989px){
	.popover.fix{
		top: 61px;
	}
	.action-search .b-button{
		line-height: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 768px) {
	.reset-all{
		display: block;
		float: none;
		text-align: right;
		margin-bottom: 0;
		margin-right: 34px;
	}
	.price_interval_table{
	width: 220px;
	margin: 0 auto;
	padding: 0 10px;
	}
	.fc-button .b-button {
		max-width: 256px;
		margin: 0 auto;
	}
		.suggestion-car-container div.auto_item {
		flex-basis: 44.6%;
	}
	.suggestion-car-container .auto_content .main_part .seeMore{
		margin-top: 16px;
	}
	.suggestion-car-container .auto_content .main_part .titles_prices a {
		height: 160px;
	}
	.auto_item .seeMore{
		margin-top: 0;
	}
	.seeMore a{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.index_top .small_search_results_pager{
		float: none;
		text-align: center;
		display: block;
		padding-bottom: 0;
	}
	.index_top.tab-link-top-containter form{
		text-align: center;
		margin-bottom: 5px;
	}
	.orderBy{
		float: none;
	}
	.popover.fix{
		top: 49px;
	}
	.page.nsm .action-block .action-input {
	    float: none;
	    margin-right: 0;
	    display: block;
	    width: 100%;
	    margin-bottom: 25px;
	}
	.page.nsm .action-block .action-search{
		display: inline-block;
		padding-top: 0;
	}
	.page.nsm .action-block {
    	max-width: calc(100% - 40px);
	}
	.page.nsm .action-block .action-range{
		margin-bottom: 28px;
		vertical-align: top;
	}
}
@media screen and (max-width: 768px) and (min-width: 641px) {
	.topPreview {
		top: 0 !important;
	}
	.details .page_left {
	    width: 100%;
	    float: none;
	}
	.legal-text-popup{
			width: 500px;
			}
			.pop_up_right {
		float: right;
		width: 285px;
	}
	.description_opel{
		width: 285px;
	}
	.opel_gts {
		width: 210px;
	}
    .form_row .checkbox{
		/* width: 32%; */
	}
	.form_action1 .form_row .checkbox_container {
    	width: 379px;
	}
	.dialogContent .h1_title{
		display: inline-block;
	}
	.dialogContent .page_contact {
		width: 535px;
	}
	select.popup_field1{
		width: 371px;
	}
	.form_row label.select-label-arrow-down{
		width: 100%;
		max-width: 305px;
	}
	.dialogContent input[type=text].popup_field1{
		width: 355px;
	}
	.page_out {
		width: calc(100% - 30px);
		padding: 16px 15px 24px;
	}
	.details .page_right {
		width: 100%;
		float: none;
		display: block;
		margin-top: 20px;
	}
	.topCont {
		margin-top: 30px !important;
	}
	.details.details_page.redesigned-7s .integrated_wrapper {
		border-bottom: none;
		padding: 0;
		width: 100%;
		height: auto;
	}
	.integrated_iframe_container {
		width: 478px;
		position: relative;
		bottom: 0;
	}
	.integrated_button_container {
		float: none;
		margin-top: 10px;
		display: inline-block;
		width: 200px;
	}
	.integrated_button_container .b-button{
		text-align: center;
		padding-top:8px;
		padding-bottom: 8px;
	}
	.b-button:before{
		left: 45px
	}
	.details.details_page.redesigned-7s .block {
		border-bottom: none;
		padding: 0;
		width: 100%;
	}
	.auto_content .main_part {
		float: right;
		width: 350px;
	}
	.auto_item img {
		width: calc(100% - 360px);
		}
 	.auto_item img.car-status-image {
 		width: 73px;
	 }
	.header {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	 }
	 .sliderkit-panels{
		width:100%;
	}
	div.sliderkit {
		position: relative;
		float: none;
		margin: 0 auto;
	}
	.mainImage {
		width: 100% !important;
		max-width: 320px;
		float: none;
	}
	div.sliderkit-panel a {
		display:block;
		bottom: 0;
		position: absolute;
	}
	.sliderkit .sliderkit-panel {
		min-height: 200px;
		position: relative;
		background-color: #fff;
		background-image: url(../images/auto_yell_bg.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.details.details_page.redesigned-7s .auto_content {
		width: 100%;
	}
	.details .auto_content .main_part {
		float: none;
		width: 100%;
	}
	.details.details_page.redesigned-7s {
		background-color: #fff;
		padding-top: 50px;
		padding-left: 24px;
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.preview {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.refine_search input[type="text"] {
		width: calc(100% - 46px);
		max-width: 210px;
		box-sizing: border-box;
	}
	.refine_search select {
		height: 35px;
	}
	.refine_text {
		font-size: 28px;
		color: #131313;
		font-weight: bold;
		margin: 10px 15px 0;
		font-family: 'OpelSansBoldCondensed';
		text-transform: uppercase;
	}
	.refine_search {
		padding: 10px 15px;
		background: #fff;
		font-size: 11px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-ms-column-count: 2;
		-ms-column-gap: 40px;
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		/* column-count: 2; */
		column-gap: 30px;
		text-align: center;
	}
	.page_left {
		float: none;
		width: 100%;
		margin-right: 15px;
		background: #fff;
	}
	
	.page_right {
			float: right;
			width: 100%;
		}
	.footer {
			width: calc(100% - 40px);
		}

	.highlighted_auto .auto_item .top_titles h2 {
		width: 70%;
		max-width: 210px;
	}
	.highlighted_auto .top_titles {
		width: 317px;
	}
	.with_logo.gg.auto_item .top_titles h2{
		width: 215px;
	}
	.with_logo.gg .eco_logo{
		float: right;
	}
	.with_logo.gg .eco_logo img{
		max-width: 128px;
		margin: 10px 0 0 0;
	}
	.with_logo.ecoflex.auto_item .top_titles h2{
		width: 265px;
	}
	.with_logo.ecoflex .eco_logo{
		float: right;
	}
	.with_logo.ecoflex .eco_logo img{
		max-width: 75px;
		margin: 0;
	}
	.highlighted_auto.with_logo.gg.auto_item .top_titles h2{
		width: 185px;
	}

	.highlighted_auto.with_logo.ecoflex.auto_item .top_titles h2{
		width: 235px;
	}

	.article_right_contact .text_opel{
		width: 100%;
	}
	.with_logo_contact.gg .text_opel{
		width: 100%;
	}
	.with_logo_contact.gg .eco_logo_contact{
		position: absolute;
		left: 93px;
	}
	.with_logo_contact.gg .eco_logo_contact img{
		max-width: 128px;
	}
	.with_logo_contact.ecoflex .text_opel{
		width: 235px;
		float: left;
	}
	.with_logo_contact.ecoflex .eco_logo_contact{
		float: right;
	}
	.with_logo_contact.ecoflex .eco_logo_contact img{
		max-width: 75px;
	}
	.form_row.legal_row .legal-text-checkbox ~ .legal-text-popup, .form_row.legal_row .validation-container ~ .legal-text-popup{
		width: 490px;
	}
	.page.nsm .product-block {
		padding: 0 14px;
	}
	.page.nsm .product {
		width: calc(50% - 14px);
		text-align: center;
	}
}

@media screen and (max-width: 640px) and (min-width: 481px) {
	.topPreview {
    	top: 0 !important;
	}
	.form_row .hover-modal-window-cars{
		width:300px;
		bottom: 130px;
	}
	.gg.article_right_contact .opel {
    	margin-top: 30px;
	}
	.legal-text-popup{
		width: 360px;
	}
	.form_row.legal_row .legal-text-checkbox ~ .legal-text-popup,
	.form_row.legal_row .validation-container ~ .legal-text-popup
	{
		width: 348px
	}
	.form_row.legal_row .validation-container ~ label:before{
		top: 0;
	}
	.pop_up_right {
	    width: 100%;
    	float: none;
	}
	.description_opel{	
		width: 100%;
	}
	.opel_gts {
	    width: 100%;
    }
    .form_row .checkbox{
		display: block;
		margin-bottom: 0;
		margin-top: 0;
		}
	.form_action1 .form_row .checkbox_container {
    	width: 379px;
	}
	.dialogContent .h1_title{		
		display: inline-block;
	}
	.dialogContent .page_contact {
		width: 400px;
	}
	select.popup_field1{
		width: 380px;
	}
	.dialogContent input[type=text].popup_field1{	
		width: 364px;
	}
	.page_out {
		width: calc(100% - 30px);
		padding: 16px 15px 24px;
	}
	.details .page_right {
	    width: 100%;
	    float: none;
	    display: block;
	    margin-top: 20px;
	}
	.topCont {
	    margin-top: 30px !important;
	}
	.details .page_right {
	    width: 100%;
	    float: none;
	    display: block;
	    margin-top: 20px;
	}
	.details.details_page.redesigned-7s .integrated_wrapper {
	    border-bottom: none;
	    padding: 0;
	    width: 100%;
	    height: auto;
	}
	.integrated_iframe_container {
	    width: 430px;
	    position: relative;
	    bottom: 0;
	}
	.integrated_button_container {
		float: none;
		margin-top: 10px;
		display: inline-block;
		width: 200px;
	}
	.integrated_button_container .b-button{
		text-align: center;
		padding-top:8px;
		padding-bottom: 8px;
	}
	.b-button:before{
		left: 45px
	}
	.details.details_page.redesigned-7s .block {
		border-bottom: none;
		padding: 0;
		width: 100%;
	}
	.auto_content .main_part {
		float: right;
		width: 259px;
	}
	.auto_item img {
		width: 320px;
	 }
	.header {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	 }
	.sliderkit-panels{
		width:100%;
	}
	div.sliderkit {
		position: relative;
		float: none;
		margin: 0 auto;
	}
	.mainImage {
		width: 100% !important;
		max-width: 320px;
		float: none;
	}
	div.sliderkit-panel a {
		display:block;
		bottom: 0;
		position: absolute;
	}
	.sliderkit .sliderkit-panel {
		min-height: 200px;
		position: relative;
		background-color: #fff;
		background-image: url(../images/auto_yell_bg.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.details.details_page.redesigned-7s .auto_content {
		width: 100%;
	}
	.auto_content .main_part {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.details.details_page.redesigned-7s {
		background-color: #fff;
		padding-top: 50px;
		padding-left: 24px;
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.preview {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.price_interval .ui-slider {
		border-radius: 0;
		border: thin solid #D6D6D6;
		background: none;
		height: 6px;
		width: 176px;
	 }
	.auto_content .main_part {
		float: none;
		width: 100%;
		margin: 20px 0 0;
	}
	.auto_item img {
		width: auto;
		float: none;
		max-width: 100%;
		}
	.header {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	 }
	 
	.refine_search select {
		height: 35px;
		width: 100%;
		}
	.refine_text {
		font-size: 28px;
		color: #131313;
		font-weight: bold;
		margin: 10px 15px 0;
		font-family: 'OpelSansBoldCondensed';
		text-transform: uppercase;
	}
	.refine_search {
		margin-top: 10px;
		padding: 10px 15px;
		background: #fff;
		font-size: 11px;
		-webkit-column-count: 2;
		-webkit-column-gap: 19px;
		-ms-column-count: 2;
		-ms-column-gap: 19px;
		-moz-column-count: 2;
		-moz-column-gap: 19px;
		column-count: 2;
		column-gap: 19px;
	}
	.page_left {
		float: none;
		width: 100%;
		margin-right: 15px;
		background: #fff;
	}
	.details .page_left{
		float: none;
		width: 100%;
	}
	.page_right {
		float: right;
		width: 100%;
	}
	.footer {
		width: calc(100% - 40px);
	}
	
	.highlighted_auto .top_titles {
		width: 100%;
	}
	.with_logo.gg.auto_item .top_titles h2{
		width: 275px;
	}
	.with_logo.gg .eco_logo{
		float: right;
	}
	.with_logo.gg .eco_logo img{
		max-width: 128px;
		margin: 10px 0 0 0;
	}
	.with_logo.ecoflex.auto_item .top_titles h2{
		width: 330px;
	}
	.with_logo.ecoflex .eco_logo{
		float: right;
	}
	.with_logo.ecoflex .eco_logo img{
		max-width: 75px;
		margin: 0;
	}
	.highlighted_auto.with_logo.gg.auto_item .top_titles h2{
		width: 270px;
	}

	.highlighted_auto.with_logo.ecoflex.auto_item .top_titles h2{
		width: 325px;
	}

	.article_right_contact .text_opel{
		width: 100%;
	}
	.with_logo_contact.gg .text_opel{
		width: 100%;
		float: none;
	}
	.with_logo_contact.gg .eco_logo_contact{
		float: none;
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.with_logo_contact.gg .eco_logo_contact img{
		max-width: 128px;
	}
	.with_logo_contact.ecoflex .text_opel{
		width: 235px;
		float: left;
	}
	.with_logo_contact.ecoflex .eco_logo_contact{
		float: right;
	}
	.with_logo_contact.ecoflex .eco_logo_contact img{
		max-width: 75px;
	}
	.auto_item  .price_side{
		text-align: left
	}
	.details.details_page.redesigned-7s .logo a span{
		max-width: calc(100% - 37px);
	}
	.popup-label, .form_row label{
		margin-top: 0;
	}
	.currencydd{
		top: 15px;
		right: 5px;
	}
	.suggestion-car-container {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.suggestion-car-container div.auto_item {
		margin-right: 1%;
		margin-left: 1%;
		flex-basis: 98%;
	}
	.suggestion-car-container .auto_content .main_part .titles_prices a {
		height: 200px;
	}
	.page.nsm .product-block {
		padding: 0 14px;
	}
	.page.nsm .product {
		width: calc(50% - 14px);
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.topPreview {
		top: 0 !important;
	}
	.form_row .hover-modal-window-cars {
		bottom: 120px;
		top: auto;
		width: 260px;
		left: 10px;
	}
	.x_close {
		top: 15px;
		right: 15px;
	}
	.form_row .checkbox label{
		padding-left: 30px !important;
	}
	.form_action1 .form_row .checkbox_container {
		width: 257px;
		float: right;
		margin-top: -4px;
	}
	.form_row .checkbox {
		width: auto;
		padding-right: 15px;
		height: initial;
		display: block;
	}
	.details .price-yell {
		float: none;
	}
	.legal-text-popup{
		width: calc(100% - 35px);
	}
	.page_contact .description_opel{	
		width: 100%;
	}
	.pop_up_right {
		float: right;
		width: 100%;
	}
	select.popup_field1{
		width: 260px
	}
	.page_contact input[type=text].popup_field1 {
		width: 244px;
    }
    .page_contact{
		width: 280px;
		padding: 10px;
	}
	.page_out {
		width: calc(100% - 30px);
		padding: 16px 15px 24px;
		min-width: 300px;
		box-sizing: border-box;
	}
	.tech-data {
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 10px;
		column-count: 1;
		column-gap: 20px;
	}
	.other_dates .short_desc {
		width: 100%;
		margin-right: 2%;
	}
	.details .page_right {
		width: 100%;
		float: none;
		display: block;
		margin-top: 20px;
	}
	.topCont {
		margin-top: 30px !important;
	}
	.details.details_page.redesigned-7s .integrated_wrapper {
		border-bottom: none;
		padding: 0;
		width: 100%;
		height: auto;
	}
	.integrated_iframe_container {
		width: 289px;
		position: relative;
		bottom: 0;
		margin-top: 10px;
	}
	.integrated_button_container {
		float: none;
		margin-top: 10px;
		display: inline-block;
	}
	
	.details.details_page.redesigned-7s .block {
		border-bottom: none;
		padding: 0;
		width: 100%;
	}
	.auto_content .main_part {
		float: right;
		width: 259px;
	}
	.auto_item img {
    	width: 320px;
 	}
	.header {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	 }
	.sliderkit-panels{
		width:100%;
	}
	div.sliderkit {
		position: relative;
		float: none;
		margin: 0 auto;
	}
	.mainImage {
		width: 100% !important;
		max-width: 320px;
		float: none;
	}
	div.sliderkit-panel a {
		display:block;
		bottom: 0;
		position: absolute;
	}
	.sliderkit .sliderkit-panel {
		min-height: 200px;
		position: relative;
		background-color: #fff;
		background-image: url(../images/auto_yell_bg.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.details.details_page.redesigned-7s .auto_content {
		width: 100%;
	}
	.auto_content .main_part {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.contacts {
		width: 290px;
	}
	.grey_btn{
		margin-bottom:10px;
	}
	.details.details_page.redesigned-7s {
		background-color: #fff;
		padding-top: 50px;
		padding-left: 12px;
		padding-right: 12px;
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.preview {
		position: static;
		right: auto;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
		.price_interval .ui-slider {
		border-radius: 0;
		border: thin solid #D6D6D6;
		background: none;
		height: 6px;
		width: 100%;
	}
		.refine_search label {
		font-weight: bold;
		margin-bottom: 3px;
		width: calc(100% - 54px);
	}
		.auto_content .main_part {
		float: none;
		width: 100%;
		margin: 20px 0 0;
		max-width: inherit;
	}
		.auto_item img {
		width: 100%;
		float: none;
	 }
		.header {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	 }
		.refine_search select {
		height: 35px;
		width: 100%;
	 }
		.refine_text {
		font-size: 28px;
		color: #131313;
		font-weight: bold;
		margin: 10px 15px 0;
		font-family: 'OpelSansBoldCondensed';
		text-transform: uppercase;
	}
		.refine_search {
		padding: 10px 15px;
		background: #fff;
		font-size: 11px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		width: 265px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.refine_search .inner_block{
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.refine_search input[type="text"]{
		max-width: 180px;
	}
	.page_left {
		float: none;
		width: 100%;
		margin-right: 15px;
		background: #fff;
	}
	.details .page_left{
		float: none;
		width: 100%;
	}
		.page_right {
			float: right;
			width: 100%;
		}
		.footer {
			width: calc(100% - 40px);
		}

	.highlighted_auto .top_titles {
		width: 100%;
	}
	.with_logo.gg.auto_item .top_titles h2{
		width: 130px;
	}
	.with_logo.gg .eco_logo{
		float: right;
	}
	.with_logo.gg .eco_logo img{
		max-width: 128px;
		margin: 10px 0 0 0;
	}
	.with_logo.ecoflex.auto_item .top_titles h2{
		width: 185px;
	}
	.with_logo.ecoflex .eco_logo{
		float: right;
	}
	.with_logo.ecoflex .eco_logo img{
		max-width: 75px;
		margin: 0;
	}
	.highlighted_auto.with_logo.gg.auto_item .top_titles h2{
		width: 135px;
	}

	.highlighted_auto.with_logo.ecoflex.auto_item .top_titles h2{
		width: 185px;
	}

	.article_right_contact .text_opel{
		width: 100%;
	}
	.with_logo_contact.gg .text_opel{
		width: 100%;
	}
	.with_logo_contact.gg .eco_logo_contact{
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.with_logo_contact.gg .eco_logo_contact img{
		max-width: 128px;
	}
	.with_logo_contact.ecoflex .text_opel{
		width: 235px;
		float: left;
	}
	.with_logo_contact.ecoflex .eco_logo_contact{
		float: right;
	}
	.with_logo_contact.ecoflex .eco_logo_contact img{
		max-width: 75px;
	}
	.integrated_iframe{
		height: 150px;
	}
	.integrated_button_container {
		float: none;
		margin-top: 10px;
		display: inline-block;
		width: 200px;
	}
	.integrated_button_container .b-button{
		text-align: center;
		padding-top:8px;
		padding-bottom: 8px;
	}
	.b-button:before{
		left: 45px
	}
	.highlighted_auto .price_side{
		display: inline-block;
	}
	.auto_item  .price_side{
		text-align: left
	}
	.price-cont{
		display: inline-block;
		margin-bottom: 5px;
	}
	.price-cont:nth-child(2){
		border-top: 1px solid #797979;
		padding-top: 5px;
	}
	.price-cont:nth-child(2) .price{
		margin-left: 0;
	}
	.price-cont:nth-child(2):before{
		border: none;
	}
	div.price-yell{
    	padding-right: 40px;
  	}
 	div.yell-second-table-item,
	div.yell-table-item{
		display: table;
  	}
  	div.yell-second-table-item{
		border-left: none;
		padding-left: 0;
		border-top: 2px solid #000; 
		padding-top: 5px;
  	}
  	
  	.thank-you-image {
        width: 80px;
        height: 80px;
    }
    .thank-you-yellow-area {
        height: 140px;
    }
    .thank-you-yellow-area p{
        font-size: 26px;
    }
    .dealer-contacts{
        width: 100%;
        padding: 20px 12px;
    }
    .reset-button{
    	margin-left: 2px;
    }
    	.suggestion-container {
		width: calc(100% - 30px);
		margin: 0 auto;
		margin-top: -1px;
		min-width: 300px;
		padding-left: 0;
		padding-right: 0;
	}
	.suggestion-car-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.suggestion-car-container div.auto_item, .suggestion-car-container .auto_item:first-child
		{
		margin-right: 1%;
		margin-left: 1%;
		flex-basis: 98%;
	}
	.suggestion-car-contols a {
		font-size: 28px;
	}
	.suggestion-car-contols a.back-button {
		left: -1px;
	}
	.suggestion-car-contols a.next-button {
		right: -1px;
	}
	.c-carussel-title{
		margin: 0 10px;
	}
    .seeMore{
		max-width: 200px;
	}
	.seeMore a{
		margin-left: 0;
	}
	.seeMore a:first-child{
		margin-bottom: 10px;
	}
	.buttons div a{
		display: inline-block;
	}
	.buttons div{
		display: block;
	}
	.details.details_page.redesigned-7s .logo a span{
		max-width: calc(100% - 26px);
	}
	.currencydd{
		top: 15px;
		right: 5px;
	}
	.activetab-link-container a{
		display: block;
	}
	#accordionOpt,
	#accordionStd{
		max-width: 100%;
	}
	.details_page #accordionOpt h3 span, .details_page #accordionStd h3 span{
		font-size: 14px
	}
	.page.nsm .product-block{
		padding: 0 20px;
	}
	.page.nsm .product {
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}
	
}

@media print {
	.print-mode .header,
	.print-mode .page-middle .menu-block,
	.print-mode .main-banner-block,
	.print-mode .page-footer,
	.print-mode .bottom-navigation-block,
	.print-mode .contacts .contact-form-title-7s,
	.print-mode .contacts form,
	.print-mode .buttons,
	.sliderkit-nav,
	.print-mode .extra_text,
	.print-mode h3,
	.print-mode hr,
	.print-mode .suggestion-container,
	.print-mode .editPanelArea a.editArea,
	.print-mode .publish_button{
		display: none !important;
	}
	.print-mode .details .page_left{
		width: 65% !important;
	}
	.print-mode .preview{
		width: 250px !important;
		max-width: 250px;
		margin-right: -20px !important;
	}
	.print-mode .page_out{
		padding: 0;
	}
	.print-mode ul.short_desc.tech-data{
		font-size: 12px !important;
		list-style: disc !important;
		list-style-position: inside !important;
	}
	.print-mode .details.details_page.redesigned-7s{
		padding-left: 0;
	}
	.print-mode .details.details_page.redesigned-7s .short_desc li,
	.print-mode .details.details_page.redesigned-7s .tech-data li{
		font-size: 11px !important;
		list-style: disc !important;
	    margin-left: 10px !important;
	}
	.print-mode .details.details_page.redesigned-7s .short_desc span{
		font-size: 11px !important;
	}
	.print-mode .short_desc.floatL li{
		display: block !important;
		list-style: disc !important;
		margin-left: 10px !important;
		padding-left: 5px !important;
		background: none !important;
	    line-height: 14px !important;
	}
	.print-mode .details.details_page.redesigned-7s .short_desc li{
		background: none !important;
		list-style: disc !important;	
	}
	.print-mode .details.details_page.redesigned-7s ul{
		list-style: disc !important;
	}
	.print-mode .details .page_right{
		margin-top: 180px;
		width: 250px;
	}
	.print-mode .details .page_right .contact_info{
		padding: 0;
	}
	.print-mode .contacts .contact_first *{
		color: #000;
	}
	.print-mode .editPanelArea{
		outline: none !important;
		border: none !important;
	}
}