.how_to {
	margin-bottom: 76px;
}

.how_to > div {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	text-align: center;
	height: 93px;
	
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(36%, rgba(255,255,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
	
	margin-right: -1px;
	position: relative;
}
.how_to div span {
	position: absolute;
	top: 0;bottom: 0;
	margin: auto;
	text-align: center;
	left: 65px;
    width: auto;
	/*height: max-content;*/
	height: 45px;
	text-transform: uppercase;
}
.how_to div.active {
	background: #1977B6;
	color: white;
	margin-right: 3px;
	border-bottom: 1px solid #1977B6;
}

.how_to div:not(:last-child):after, .how_to div:not(:last-child):before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.how_to div:not(:last-child):after {
	border-color: rgba(237, 237, 237, 0);
	border-left-color: rgb(238, 238, 238);
    border-width: 46px;
    margin-top: -46px;
	z-index: 1;
}
.how_to div:not(:last-child):before {
	border-color: rgba(237, 237, 237, 0);
    border-left-color: black;
    border-width: 46px;
    margin-top: -46px;
}
.how_to div:first-child:after {
	border-left-color: #1B77B5;
}

.select-auto {
	margin-top: 20px;
	/*font-family: "Exo2Regular", sans-serif;*/
}
.select-auto label {
	text-transform: uppercase;
	display: block;
}

.sel_auto-selct {
	position: relative;
}
.sel_auto-selct:after {
	content: " ";
	font-size: 8px;
	position: absolute;
	right: 20px;
	top: 27px;
	text-align: center;
	height: 100%;
	pointer-events: none;
	display: block;
	background: url(/images/elements/arow_select.jpg);
	width: 7px;
	height: 4px;
	background-size: 100%;
}

.select-auto select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/images/elements/sort-down.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.select-auto input, .select-auto select {
	width: 100%;
}
.select-auto input, .select-auto select {
	background: #fff;
	margin-top: 7px;
	height: 44px;
	border-radius: 3px;
	border: 1px solid rgb(204, 204, 204);
	padding: 0 10px;
}
.select-auto input {
	background: #fff url(/images/elements/search.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.select-auto input:focus, .select-auto select:focus {
	border: 1px solid #1976B5;
}
#show-list {
	position: absolute;
	top: 5px;
	right: 15px;
	transform: rotate(0deg);
}
.mein-garage {
	text-align: center;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-bottom: 8px;
	margin-top: 39px;
}
.mein-garage .title {
	color: #000;
	/*font-family: "Exo2Regular", sans-serif;*/
	font-size: 29px;
	margin-top: 21px;
	margin-bottom: 1px;
	color: #1776B6;
}
.basket-amount .value-table {
	width: 130px;
}
.mein-garage .authorize {
	margin: 0;
	/*font-family: Open Sans, sans-serif;*/
	font-size: 12px;
}

.clear-checkboxes, .search-filter {
	line-height: 86px;
	/*font-family: Open Sans, sans-serif;*/
	float: left;
}
.search-filter {
	float: right;
}
.clear-checkboxes-div {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

#clear_filters {
	display: none;
}
.clear-checkboxes input[type="checkbox"] {
	display: none;
}

.clear-checkboxes label {
	color: #000;
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
	font-size: 13px;
	display: none;
}

.clear-checkboxes label:before {
	content: " ";
	color: #000;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	border-image: initial;
	vertical-align: middle;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
	box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
}
.clear-checkboxes input:checked + label:before {
	/* галочка */
	background: url(/images/common/check.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center, center;
}

.clear-checkboxes input:disabled + label:before {
	background: #eee;
	color: #aaa;
}
.news-block .title {
	color: #000;
	/*font-family: "Exo2Regular", sans-serif;*/
	font-size: 29px;
	margin-top: 34px;
	margin-bottom: 27px;
	color: black;
}
.news-block img {
	display: inline-block;
}
.news-block .headline {
	display: inline-block;
	/*font-family: Open Sans, sans-serif;*/
	font-size: 18px;
	margin-bottom: 17px;
}
.news-block .news {
	/*font-family: Open Sans, sans-serif;*/
	font-size: 14px;
	line-height: 21px;
	padding: 0 0 29px;
	margin-bottom: 22px;
}
.description {
	/* display: inline-block; */
	/* vertical-align: middle; */
	float: left;
	width: 55%;
}
.description p {
	margin: 0;
}
.link-to-post {
	color: #14689E;
	margin-left: 10px;
	font-size: 12px;
}

.news-block .news:not(:last-of-type) {
border-bottom: 1px solid silver;
}
.category {
	margin-top: 44px;
}
.category > div > div {
	position: relative;
}

.category input[type="checkbox"] {
	display: none;
}

.category .category-block label {
	color: #000;
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 25px;
	display: none;
}

.category label:before {
	content: " ";
	color: #000;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	border-image: initial;
	vertical-align: middle;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
	box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
}
.category input:checked + label:before {
	/* галочка */
	background-image: url(/images/common/check.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center, center;
	background-color: rgb(255, 255, 255);
}

.category input:disabled + label:before {
	background: #eee;
	color: #aaa;
}
.category-block > div > div {
	position: relative;
}

.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label {
	color: #000;
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
}

.checkbox label:before {
	content: " ";
	color: #000;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	border-image: initial;
	vertical-align: middle;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
	box-shadow: inset 1px 1px 2px 0px rgba(5, 0, 0, 0.24);
}
.checkbox input:checked + label:before {
	/* галочка */
	background-image: url(/images/common/check.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center, center;
	background-color: rgb(255, 255, 255);
}

.checkbox input:disabled + label:before {
	background: #eee;
	color: #aaa;
}

.category .headline {
	/*font-family: Open Sans, sans-serif;*/
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	transition: 0.4s;
}

.category {
	margin-bottom: 45px;
	position: relative;
	text-align: center;
	height: auto;
}
.search-filter {
	font-size: 16px;
}
.add_to_garage {
	color: #1073B5;
}
.add_to_garage a:hover {
	color: #6E6E6E;
}
.margin-top-14 {
	margin-top: 14px;
}
.right {
	text-align: right;
}
.f_el_link:hover {
	text-decoration: none;
}
.social_fb_el.s_fb:hover {
	background-image: url(/images/elements/facebook-hover.svg);
}
.social_fb_el.s_yout:hover {
	background-image: url(/images/elements/youtube-hover.svg);
}
.social_fb_el.s_inst:hover {
	background-image: url(/images/elements/instagram-hover.svg);
}
.news:hover .headline {
	color: #12689F;
}
.news-list .link-to-post {
	margin: 0;
}
.apply-filters input {
	margin-top: 4.1%;
	margin-bottom: 4.1%;
	height: 33px;
	border: 1px solid rgb(16, 115, 181);
	background-color: rgb(16,115,181);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	/*font-family: Open Sans, sans-serif;*/
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 80px;
	transition: 0.4s;
}
.apply-filters input:hover {
	background: #035A94;
}
.apply-filters.small input {
	padding: 0 60px;
}
.h_auth_b.reg-button:hover {
	color: #1B61A3;
}
.table {
	letter-spacing: -0.3em;
	border: 1px solid #E0E0E0;
	/*font-family: Open Sans, sans-serif;*/
	width: 100%;
	text-align: initial;
}
.table [class*=row] {
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
}
.table_header [class*=row] {
	min-height: 84px;
	line-height: 84px;
	background: #E8E8E8;
	text-transform: uppercase;
}
.table_content [class*=row] {
	min-height: 66px;
	line-height: 26px;
	padding-top: 22px;
}
.table [class*=line_] {
	border-top: 1px solid #E0E0E0;
}
.row_1 {
	width: 23.6%;
	border-right: 0.2px solid #E0E0E0;
}
.row_2 {
	width: 12%;
	border-right: 0.2px solid #E0E0E0;
}
.row_3 {
	width: 17.5%;
	border-right: 0.2px solid #E0E0E0;
}
.row_4 {
	width: 8.5%;
	border-right: 0.2px solid #E0E0E0;
}
.row_5 {
	width: 10.5%;
	border-right: 0.2px solid #E0E0E0;
}
.row_6 {
	width: 13.5%;
	border-right: 0.2px solid #E0E0E0;
}
.row_7 {
	width: 14.4%;
}

.breadcrumb {
	border-top: 7px solid #1777B7;
	min-height: 44px;
	background: #DFDFDF;
	/*font-family: Open Sans, sans-serif;*/
}
.breadcrumb-list {
	padding: 5px 0;
	margin: 0;
}
.breadcrumb-list li {
	display: inline-block;
	font-size: 12px;
	color: #1B61A3;
	cursor: pointer;
	margin-right: 15px;
}
.breadcrumb-list li.active {
	color: #8A8A8A;
}
.black-mask {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 609;
}
.info-popup {
    /* border-radius: 5px; */
    padding: 15px;
    background: #fff;
    border: 1px solid rgb(192,192,192);
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 610;
    height: 85%;
    width: 1100px;
    margin: auto;
    padding-top: 30px;
}
.info-popup img {
	max-width: 100%;
}
.info-popup .fa-times {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #aaa;
	cursor: pointer;
	font-size: 30px;
}
.page_title {
	/*font-family: "Exo2Regular", sans-serif;*/
	color: rgb(0, 0, 0);
	font-size: 30px;
	padding: 25px 0 20px 0;
}
.cat_list_wr img {
	max-width: 100%;
}
.news-list {
	min-height: 400px;
	/*font-family: Open Sans, sans-serif;*/
}
.news-list img {
	width: 100%;
}
.news-list .title {
	margin: 10px 0;
	font-size: 16px;
	/*font-family: Open Sans, sans-serif;*/
}
.news-list .preview {
	font-size: 14px;
}
a.activepage {
	background: rgb(33, 97, 140);
	color: rgb(255, 255, 255);
}
.pagination_wr {
	/*font-family: Open Sans, sans-serif;*/
}
.pagination_wr a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	width: 22px;
	border-radius: 22px;
	transition: all 0.3s;
}
.order_menu_wr {
	position: relative;
	border-bottom: 1px solid rgb(215, 216, 218);
	padding-bottom: 10px;
	padding-top: 25px;
	margin-bottom: 15px;
}
.om_title {
	float: left;
	/*font-family: "Exo2Regular", sans-serif;*/
	color: rgb(0, 0, 0);
	font-size: 30px;
}
.om_item {
	float: right;
	color: rgb(16, 115, 181);
	font-size: 14px;
	/*font-family: 'Exo2Regular';*/
	position: relative;
	margin-left: 15px;
	margin-top: 20px;
}
.om_item:nth-child(2) {
	padding-right: 15px;
}
.om_qw {
	position: absolute;
	padding-top: 1px;
	width: 15px;
	height: 15px;
	border-radius: 1000px;
	background: rgb(16, 115, 181);
	color: rgb(255, 255, 255);
	font-size: 11px;
	/*font-family: "Exo2Regular", sans-serif;*/
	text-align: center;
	top: -9px;
	right: 0px;
}
.rf_item {
	/*font-family: Open Sans, sans-serif;*/
}
.personal-inputs input {
	width: 100%;
	margin-bottom: 5px;
	/*font-family: Open Sans, sans-serif;*/
	border-radius: 5px;
	height: 30px;
	padding: 6.5px 10px;
	border: 1px solid #D1D1D1;
}
.red {
	color: red;
}
.forgot-password {
	/*font-family: Open Sans, sans-serif;*/
}
.password-title {
	font-weight: 600;
	font-size: 14px;
	margin: 15px 0;
	/*font-family: Open Sans, sans-serif;*/
}
.reg_but {
	width: 245px;
	text-align: center;
	/*font-family: 'Exo2Regular';*/
	color: rgb(255, 255, 255);
	background: rgb(243, 102, 57);
	border-radius: 3px;
	cursor: pointer;
	padding: 7px 0;
	font-size: 16px;
	display: inline-block;
	border: 1px solid rgb(243, 102, 57);
	margin: 15px 0;
}
.ai_input input, textarea {
	background: white;
	border: none;
	padding: 7px;
	width: 100%;
	outline: none;
	resize: none;
	height: 200px;
}
.ai_input {
	width: 100%;
}
.futher_buttom {
	display: inline-block;
	background: rgb(16, 115, 181);
	border-radius: 3px;
	cursor: pointer;
}
.futher_buttom a {
	display: block;
	padding: 8px 0;
	text-align: center;
	width: 215px;
	/*font-family: "Exo2Regular", sans-serif;*/
	font-size: 16px;
	color: rgb(255, 255, 255);
}
.admin_msg {
	position: relative;
	padding-left: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 2px dashed silver;
}
.admin_msg:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	background: url(/images/admin_msg_icon.png) no-repeat 0px 0px;
	width: 20px;
	height: 15px;
}
.basket_table_resize {
	border: 1px solid silver;
}
.basket_table_resize_head > div {
	border-bottom: 1px solid silver;
}
.basket_table_resize_head > div:not(:last-of-type) {
	border-right: 1px solid rgb(224, 224, 224);
}
.tab_bask_1 {
	width: 10%;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_2 {
	width: 8%;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_3 {
	width: 29%;
	text-align: center;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_4 {
	width: 10%;
	text-align: center;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_5 {
	width: 15%;
	text-align: center;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_6 {
	width: 5%;
	text-align: center;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_7 {
	width: 10%;
	text-align: center;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_8 {
	width: 10%;
	text-align: center;
	border-right: 1px solid rgb(224,224,224);
}
.tab_bask_9 {
	width: 3%;
	text-align: center;
}
.table_basket [class*=tab_bask_] {
	min-height: 95px;
}
.basket_table_resize_head [class*=tab_bask_] {
	height: 84px;
	font-weight: 700;
}
.basket_table_resize_body:not(:first-of-type) {
border-top: 1px solid silver;
}
.basket_table_resize [class*=tab_bask_]:not(.tab_bask_1) {
padding: 25px 0 0 0;
}
.basket_table_resize_head.row {
	padding-top: 0px;
	padding-bottom: 0px;
}
.basket_table_resize_body .p_tab_img {
	width: 100%;
}
.basket-amount {
	/* float: right; */
	/*font-family: Open Sans, sans-serif;*/
	padding-top: 25px;
	text-align: right;
	/* display: block; */
	width: 100%;
}
.basket-amount .title-table {
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}
.basket-amount .value-table {
	padding-left: 10px;
	width: 25px;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
}
.orange {
	color: #F26539;
}
.bbf_row > div > div {
	margin-bottom: 10px;
	/*font-family: Open Sans, sans-serif;*/
}
.basket_bottom_fields .order_but.button-on-basket {
	width: 15%;
}
.basket_bottom_fields .order_but_noreg {
	width: max-content;
	padding: 10px 10px;
}
.order_table {
	font-size: 14px;
}
.order_table thead {
	background: rgb(232, 232, 232);
	border: 1px solid rgb(224, 224, 224);
	color: rgb(66, 66, 66);
	text-align: center;
}
.order_table td {
	padding: 15px;
	/*font-family: 'Exo2Regular';*/
	font-weight: bold;
	border-left: 1px solid #ccc;
}
.order_table  thead td:nth-child(4) {
	padding-top: 0;
}
.order_info td {
	border-left: 0;
}
.order_info td:nth-child(1) {
	width: 70%;
}
.one_oder {
	border: 1px solid rgb(204, 204, 204);
}
.one_oder {
	border: 1px solid rgb(215, 216, 218);
	border-bottom: 1px solid rgb(170, 170, 170);
}
.one_oder .admin_msg {
	border-bottom: 0;
}
.order_table .print_check {
	margin: 10px 0;
	border: 0;
	color: rgb(16, 115, 181);
	font-weight: 400;
}
.order_table .print_check .bill_link:hover {
	color: #000
}
.empty_space {
	height: 15px;
}
.order_info tr:nth-child(2n) {
	background: rgb(232, 232, 232);
}
.add_to_basket, .buy_in_one_click, .h_bask_ico {
	height: 49px;
	width: 49px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.del_info_p div {
	height: 20px;
	width: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.add_to_basket:hover {
	background: url(/images/other/shopping_cart-hover.svg) !important;
}
.buy_in_one_click:hover {
	background-image: url(/images/other/buy_in_one_click-hover.svg) !important;
}
.h_bask_ico.active {
	background-image: url(/images/other/shopping_cart-orange.svg) !important;
}
.del_info_p div:hover {
	background-image: url(/images/other/close_sign-hover.svg) !important;
}
.search_ajax #search_field {
	opacity: .6;
	background: url("/images/search_loader.gif") #fff no-repeat 50%;
}
.constructor {
	width: 100%;
	border-collapse: collapse;
}

.constructor thead {
	background: #1073b5;
	color: #fff;
	font-size: 14px;
}
.constructor thead tr {
	border-bottom: 1px solid #0f659f;
}
.constructor thead tr:first-child {
	/*font-family: 'Exo2Regular';*/
	text-align: center;
}

.constructor thead tr:first-child td {
	padding: 10px 10px 5px 10px;
}
.ct_second_row td {
	vertical-align: top;
}
.constructor thead td {
	border-right: 1px solid #0f659f;
	padding: 0 5px;
	text-align: center;
}
.constructor thead td:last-child {
	border-right: none;
}
.constructor tbody td {
	border-right: 1px solid #c5c5c5;
	font-size: 13px;
	vertical-align: top;
}
.constructor tbody td:last-child {
	border-right: none;
}
.constructor tbody {
	background: #f1f1f1;
}
.constructor tbody tr {
	border-bottom: 1px solid #c5c5c5;
	height: 70px;
}
.constructor tbody tr:last-child {
	border-bottom: none;
}
.constructor tbody tr:nth-child(2n) {
	background: #e8e8e8;
}
.constructor td:nth-child(1) {
	width: 25px;
}
.constructor tbody td:nth-child(1) {
	text-align: center;
	padding: 20px 10px;
	vertical-align: top;
}
.constructor td:nth-child(2) {
	width: 140px;
	max-width: 140px;
}
.constructor td:nth-child(3) {
	width: 140px;
	max-width: 140px;
}
.constructor td:nth-child(4) {
	width: 140px;
	max-width: 140px;
}
.constructor td:nth-child(5) {
	width: 85px;
	max-width: 85px;
	vertical-align: top;
}
.constructor tbody td:nth-child(5), .constructor tbody td:nth-child(9) {
	text-align: center;
}
.constructor td:nth-child(6) {
	width: 140px;
	max-width: 140px;
}
.constructor td:nth-child(7) {
	width: 140px;
	max-width: 140px;
}
.constructor td:nth-child(8) {
	width: 85px;
	max-width: 85px;
	vertical-align: top;
}
.active_row  td:nth-child(8), .active_row  td:nth-child(10), .active_row  td:nth-child(1), .active_row  td:nth-child(5), .active_row  td:nth-child(9) {
	padding: 20px 10px;
}
.constructor td:nth-child(9) {
	width: 85px;
	max-width: 85px;
	vertical-align: top;
}
.constructor td:nth-child(10) {
	width: 85px;
	max-width: 85px;
	vertical-align: top;
}

.constructor tbody td:nth-child(11) {
	background: url(/images/row_clear.png) no-repeat center;
}
.constructor td:nth-child(1) {

}
.ct_inner_info {
	padding: 0px;
}
.ct_inner_info {
	position: relative;
	padding: 20px 5px 10px 33px;
	/* word-wrap: break-word; */
	height: 84px !important;
}
.dd_show_button {
	position: absolute;
	top: 0px;
	right: 0px;
}
.dd_show_button {
	position: absolute;
	width: 12px;
	height: 12px;
	background: rgb(210, 210, 210) url(/images/dd_constr_down.png) no-repeat center;
	cursor: pointer;
	top: 0;
	right: 0;
	border: 1px solid rgb(197, 197, 197);
	z-index: 2;
}
.cat_list_wr > div > div {
	margin-bottom: 10px;
}

@media (max-width: 1699px) {
	.reg_but {
		margin-left: 15px;
	}
	.how_to div img {
		display: block;
    	width: 40px;
    	margin: auto;
	}
}
@media (max-width: 1459px) {
	.table div {
		font-size: 10px;
	}
	.cars_table .table_header div , 
	.cars_table .table_content div {
	    font-size: 14px;
	}
	.mein-garage .title {
		margin-top: 6px;
	}
	/*.select-auto div {
	 margin-bottom: 10px;
	 }*/
	
	#cars_table {
		overflow: auto;
	}
	.how_to div span {
		font-size: 13px;
	}
	.how_to div img {
		display: block;
    	width: 40px;
    	margin: auto;
	}
}
@media (max-width: 1220px) {
	.table {
		width: 955px;
	}
	
	.basket_table_resize {
		overflow: auto;
	}
	
	.order_table {
		width: 1200px;
	}
	.order_tables_wr {
		overflow: auto;
	}
	
}
@media (max-width: 960px) {
	.select-auto > div > div {
		width: 100%;
	}
	.select-auto input, .select-auto select {
		width: 100%;
	}
	.select-auto > div > div {
		margin: 0 0 10px;
	}
	.margin-top-66 {
		border-spacing: 0px;
		display: table;
	}
	.category {
		margin-bottom: 0;
	}
	.news-list {
		min-height: 370px;
	}
	
	
}

@media (max-width: 720px) {
	.om_item {
		float: none;
	}
	.om_title {
		float: none;
	}
}

@media (max-width: 600px) {
	.clear-checkboxes {
		border-bottom: 0;
	}
	.clear-checkboxes label {
		font-size: 16px;
	}
	.basket_bottom_fields .order_but {
		width: 100%;
	}
	.basket_bottom_fields .order_but.button-on-basket {
		width: 100%;
	}
	.info-popup {
		width: 100%;
	}
}

