.media-check {
	width: 1024px;
}
.grid_1_sm {
	width:8.333%;
}

.grid_2_sm {
	width:16.667%;
}

.grid_3_sm {
	width:25%;
}

.grid_4_sm {
	width:33.333%;
}

.grid_5_sm {
	width:41.667%;
}

.grid_6_sm {
	width:50%;
}

.grid_7_sm {
	width:58.333%;
}

.grid_8_sm {
	width:66.667%;
}

.grid_9_sm {
	width:75%;
}

.grid_10_sm {
	width:83.333%;
}

.grid_11_sm {
	width:91.667%;
}

.grid_12_sm {
	width:100%;
}
.hide-on-tablet {
	display: none !important;
}
.show-on-tablet {
	display: inline-block;
}
.left-on-tablet {
	text-align: left;
}
.center-on-tablet {
	text-align: center;
}
.right-on-tablet {
	text-align: right;
}
.container_12 {
	width: 90%;
}
.wrapper {
	display: block;
	table-layout: auto;
	height: auto;
	width: 100%;
}
.page {
	display: block;
	height: auto;
	width: 100%;
}
.menu-btn {
	display: block;
	position: absolute;
	width: 90px;
	height: 70px;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-btn span {
	width: 30px;
	display: inline-block;
	height: 2px;
	background: #233f92;
	cursor: pointer;
	-webkit-transition: height 0s;
	transition: height 0s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	position: absolute;
	border-radius: 2px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.menu-btn span:before, .menu-btn span:after {
	position: absolute;
	content: '';
	width: 30px;
	display: inline-block;
	height: 2px;
	background: #233f92;
	left: 0;
	border-radius: 2px;
}
.menu-btn span:before {
	top: -10px;
	-webkit-transition-property: top, -webkit-transform, background;
	transition-property: top, transform, background;
	-webkit-transition-duration: 0.3s, 0.3s, .3s;
	transition-duration: 0.3s, 0.3s, .3s;
	-webkit-transition-delay: 0.3s, 0s, .3s;
	transition-delay: 0.3s, 0s, .3s;
}
.menu-btn span:after {
	bottom: -10px;
	-webkit-transition-property: bottom, -webkit-transform, background;
	transition-property: bottom, transform, background;
	-webkit-transition-duration: 0.3s, 0.3s, .3s;
	transition-duration: 0.3s, 0.3s, .3s;
	-webkit-transition-delay: 0.3s, 0s, .3s;
	transition-delay: 0.3s, 0s, .3s;
}
.menu {
	display: none;
}
header {
	padding: 20px 0 0;
}
.logo {
	width: 300px;
}
.logo span {
	display: none;
}
.header-box {
	width: calc(100% - 300px);
	padding: 0 30px 0 0;
}
.address-box {
	padding: 0 130px 0 0;
	width: 100%;
}
.phone-box {
	max-width: none;
}
.phone-box .phone {
	font-size: 23px;
}
.address-box p {
	font-size: 12px;
	line-height: normal;
}
.cart-box {
	width: 34px;
	position: absolute;
	top: 20px;
	right: 100px;
}
.cart-box a {
	color: #233f92;
}
.cart-box a span {
	min-width: 17px;
	height: 17px;
	font-size: 12px;
	line-height: 16px;
}
.cart-box svg {
	width: 34px;
	height: 27px;
}
.all-categories-box {
	position: fixed;
	height: 100%;
}
.all-categories-box.opened {
	z-index: 4;
}
.all-categories-menu {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.all-categories-menu-content {
    padding: 0 40px 40px;
}
.expand-child {
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.checked {
	overflow: hidden;
	height: auto;
}
.all-categories-menu.scroll.checked {
	height: 100vh;
}
.all-categories-box .modification-box {
	padding: 60px 40px 30px;
    margin: 0 -40px !important;
	width: auto;
}
.catalog-promo-item, .catalog-promo .box-sizer {
	width: 33.333%;
}
.catalog-promo-item.promo {
	width: 100%;
}
.catalog-promo-item.promo > a {
	padding: 0 0 33.333%;
}
.right-sidebar .tabs {
	height: 42px;
}
.right-sidebar .tab {
	font-size: 11px;
	padding: 7px 13px 0;
	height: 40px;
	border-radius: 5px 5px 0 0;
}
.filter-btn {
	position: relative;
	left: 0;
	top: 0;
	padding: 20px 0 20px 30px;
	font-size: 20px;
	font-family: "DINPro", Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #fff;
	background: #233f92;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: background .3s  ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
.sub-menu ~ .filter-btn {
	color: #233f92;
	background: #f2f2f2;
}
.filter-btn:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 20px;
	z-index: 2;
	box-shadow: 0 0 20px 10px #233f92;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sub-menu ~ .filter-btn:after {
	box-shadow: 0 0 20px 10px #f2f2f2;
}
.noTouch .filter-btn:hover:after {
	box-shadow: 0 0 20px 10px #000;
}
.noTouch .filter-btn:hover {
	color: #fdc73c;
	background: #000;
}
.filter-btn.opened {
	color: #233f92;
	background: #fdc73c;
}
.filter-btn.opened:after {
	box-shadow: 0 0 20px 10px #fdc73c;
}
.filter-btn svg {
	margin: -2px 20px 0 0;
}
.filter-btn svg path {
	fill: currentColor;
}
.filter-btn.opened ~ .catalog-box, .filter-btn.opened ~ .product-page-box {
	z-index: 3;
	background: #fff;
}
.overflow .catalog-box {
	z-index: 3;
	background: #fff;
}
.catalog-promo-box .right-column {
	width: 0px;
}
.right-sidebar {
	position: fixed;
	top: 0;
	width: 440px;
	right: -110%;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 99999;
	height: 100%;
}
.right-sidebar > div {
	height: 100%;
	padding: 0 60px 0 0;
	margin: 0 -60px 0 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.right-sidebar .close {
	top: 20px;
	right: 20px;
	display: block;
}
.right-sidebar.opened {
	right: 0;
	z-index: 4;
}
.filter-box {
	width: 440px;
	position: fixed;
	z-index: 4;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 60px 0 0;
	margin: 0 -60px 0 0;
}
.filter-box .close {
	display: none;
}
.back {
	display: block;
	border: 0;
	margin: 0 0 20px;
}
.help-box {
	float: none;
	margin: 0 0 0 10px;
}
.help-box > a {
	text-indent: -9999px;

	position: relative;
	width: 17px;
	height: 17px;
	padding: 0;
}
.help-box > a svg {
	margin: -4px 0 0;
}
.help-box > div {
	position: fixed;
	top: -9999px;
	right: 50%;
	background: #f2f2f2;
	width: 90%;
	z-index: 99999999;
	-webkit-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	max-height: 90%;
}
.help-box > a.opened + div {
	top: 50%;
}
.phone-box > div, header .phone-box > div {
	position: fixed;
	top: -9999px;
	left: -9999px;
	right: auto;
	z-index: 999;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.phone-box > div.opened, header .phone-box > div.opened {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	opacity: 1;
}
.sub-menu.all-parts-menu {
    display: flex;
    align-items: center;
}
.catalog-btn-box {
	display: none;
}
.sticky .catalog-btn-box {
	display: block;
	width: auto;
	padding: 0 0 0 30px;
}
.sticky .catalog-btn {
	height: auto;
	padding: 24px 10px;
	background: none;
}
.sticky .catalog-btn div {
	margin: 0;
	width: 30px;
}
.sticky .catalog-btn div:before {
    top: -10px;
}
.sticky .catalog-btn div:after {
    bottom: -10px;
}
.sticky .catalog-btn span {
	display: none;
}
.header-search-box {
	width: 100%;
	padding: 0 30px;
}
.icon-box {
	margin: 0 0 30px;
	width: 100%;
}
.icon-box div {
	padding: 0 0 30%;
	margin: 0 0 20px;
}
.icon-box div svg {
	width: auto;
	height: 100%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.noTouch .icon-box:hover div svg {
	-webkit-transform: translate(0,-50%) scale(.97,.97);
	transform: translate(0,-50%) scale(.97,.97);
}
.three-columns {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.applicability-popup, .modification-popup {
	width: 100%;
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.applicability-popup.opened, .modification-popup.opened {
	left: 0;
	z-index: 3;
}
.product-page-box + .applicability-popup {
	width: 100%;
}
.right-filter {
	position: fixed !important;
	top: 0;
	right: -110%;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 2;
}
.right-filter.opened {
	right: 0 !important;
}
.all-parts:not([class*='search-results']) .left-menu {
	display: none;
}
.catalog-content-box, .left-menu + .catalog-content-box {
	width: 100%;
	padding: 30px;
}
.catalog-item-price {
	float: left;
	width: 100%;
	text-align: left;
}
.search-results .catalog-item-price {
	float: right;
	width: 180px;
	text-align: right;
}
.catalog-item-price .btn {
	bottom: 45px;
}
.search-results .catalog-item-price .btn {
	bottom: 0;
}
.catalog-item-title, .catalog-item-info {
	width: 100%;
}
.search-results .catalog-item-title, .search-results .catalog-item-info {
	width: calc(100% - 180px);
}
.catalog-item-icon-box, .catalog-item-icon-box div {
	font-size: 12px;
}
.modification-box {
	padding: 20px 30px;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
}
.found-count {
	padding: 30px;
}
.product-info {
	padding: 0;
}
.category-box span {
	font-size: 16px;
}
.page-back svg {
	width: 17px;
	height: 17px;
}
.shop-box {
	padding: 0 0 20px;
}
.cart-item {
	padding: 20px 0;
}
.cart-item > a {
	top: 20px;
}
.cart-left-col {
	width: 100%;
	padding: 0 10px;
}
.cart-right-col {
	width: 100%;
	padding: 0 10px;
}
.show-map-btn {
	font-size: 0.00001px !important;
}
.show-map-btn svg {
	margin: 0;
}
.car-selected-box {
	padding: 30px 30px 5px;
}
.car-selected-title-box {
	float: none;
	width: 100%;
}
.car-selected-btn-box {
	float: none;
	width: 100%;
}
.laximo-search-list {
	padding: 30px;
	position: relative;
}
#qgTree > ul > li > .qgContent {
	font-size: 16px !important;
}
.laximo-left-menu {
	width: 300px;
	margin: 0 30px 0 -330px;
	padding: 20px;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.laximo-left-menu.opened {
	width: 300px;
	margin: 0;
	position: relative;
	z-index: 2;
}
.laximo-content {
	margin: 0;
	width: 100%;
	float: left;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.laximo-left-menu.opened + .laximo-content {
	position: absolute;
	height: 100%;
	overflow: hidden;
	opacity: .2;
	left: 360px;
	z-index: 1;
}
.laximo-content .gdUnit .gdImageCol {
	float: none;
	width: 50%;
	padding: 30px 0 0 0;
}
.laximo-content .gdUnit .gdDetailCol {
	float: none;
	width: 100%;
}
.laximo-content span.h2 {
	margin-left: 40px;
}
.laximo-left-menu-btn {
	display: block;
	left: 330px;
	top: 7px;
}
.laximo-left-menu.opened .laximo-left-menu-btn svg:first-child {
	display: none;
}
.laximo-left-menu.opened .laximo-left-menu-btn svg:first-child + svg {
	display: block;
}
.laximo-content .guayaquil_floatunitlist_box {
	width: 33.333%;
}
.laximo-right-column {
	width: 100%;
	margin: 0;
}
#viewtable {
	width: 100% !important;
}
.service-box {
	margin: 0 0 40px;
}
.service-list-box-item, .service-list-box .box-sizer {
	width: 33.333%;
}
.service-list-box-item.wide {
	width: 66.666%;
}
.service-list-box-item a > div > div:first-child + div {
	font-size: 16px;
	padding: 0 20px 20px;
	line-height: 100%;
}
.service-list-box-item.small a > div > div:first-child + div {
	top: 20px;
}
.service-list-box-item a > span {
	left: 20px;
	bottom: 20px;
}
.partners-carousel-prev {
	left: 20px;
}
.partners-carousel-next {
	right: 20px;
}
.sub-menu-box {
	margin: 0 30px;
}
.sub-menu-box.wide {
	margin: 0 30px;
}
.service-form-box {
	position: relative;
	width: 100%;
	right: 0;
	top: 0;
}
.service-form-popup {
	position: fixed;
	-webkit-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}
.service-form-popup.opened {
	right: 50%;
	top: 50%;
}
.line {
	padding: 0 0 40px;
}
.content {
	padding: 40px 0 60px;
}
.factoid {
	margin: 20px 0 30px;
}
.factoid .h1 {
	font-size: 60px;
	line-height: 100%;
}
.factoid .h4 {
	font-size: 16px;
}
.gallery-box {
	margin: 0 0 40px;
}
.gallery-thumb-box a[href*=youtube] > span {
	width: 50px;
	height: 50px;
}
.gallery-box iframe {
	width: 100%;
	height: 450px;
}
.content-img-box {
	position: relative;
	height: 300px;
	margin: 0 0 70px;
}
.content-img-box.overlay {
	position: absolute;
	height: 100%;
}
.content-img-box div {
	width: 100%;
	min-width: 1px;
}
.content-img-box.overlay div {
	width: 130%;
	min-width: 1px;
}
.content-img-box.right div {
	left: 0;
}
.content-img-box.left div {
	right: 0;
}
.content-img-box span, .content-img-box.right span {
	right: auto;
	left: 0;
}
.service-map-box {
	height: auto;
}
.service-map {
	height: 400px;
	position: relative;
}
.service-contacts-box {
	box-sizing: border-box;
	padding: 50px 50px 10px !important;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
	margin: 0 -40px;
	width: calc(100% + 80px);
}
.map-contacts-icon-box {
	box-sizing: border-box;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.service-list-tabs .service-list-tab {
	width: 40%;
	padding: 30px 30px 10px;
	border-bottom: 1px solid #edf0f6;
}
.service-list-content {
	width: 40%;
}
.service-list-content > div {
	padding: 0 30px 30px;
}
.service-list-content .h3 {
	display: none;
}
.service-list-content.opened {
	left: 0;
	position: relative;
}
.bg-column {
	left: 40%;
}
.service-list-tabs .bg {
	height: 100% !important;
	background-attachment: fixed !important;
}
.service-details-box {
	width: calc(100% + 340px);
	margin: 0 0 0 -340px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-details-box.opened {
	margin: 0;
	padding: 0;
}
.service-details-box .left-menu {
	position: absolute;
	left: 0;
}
.service-details-box.opened .left-menu {
	position: relative;
}
.service-details {
	padding: 30px;
	width: calc(100% - 340px);
	float: right;
}
.opened .service-details {
	padding: 30px 30px 30px 0;
}
.service-details .menu-back {
	padding: 0 0 0 40px;
	position: relative;
}
.service-details .menu-back .back-btn {
	display: block;
}
.opened .service-details .menu-back .back-btn {
	top: 2px;
}
.service-details .menu-back .back-btn svg:first-child + svg {
	display: none;
}
.opened .service-details .menu-back .back-btn svg:first-child {
	display: none;
}
.opened .service-details .menu-back .back-btn svg:first-child + svg {
	display: block;
}
.service-expand-list-title .service-request-box {
	-webkit-transform: none;
	transform: none;
	left: 40px;
}
.service-expand-list-title.opened .service-request-box {
	top: 100%;
	margin: 20px 0 0;
}
.service-request-box .service-form-popup.opened {
	webkit-transform: none;
	transform: none;
	position: absolute;
	right: auto;
	left: 0;
}
.service-expand-list-title span.h4 {
	margin: 0 25% 0 0;
}
.service-details .service-expand-list-content.opened {
	padding: 80px 40px 40px;
}
.wrapper.not-found {
	min-height: 100%;
	position: relative;
}
.not-found footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.not-found-text {
	padding: 0 0 200px;
}
.not-found .header-box {
	width: 100%;
	padding: 0 30px 0 0;
}
.not-found .recall-btn {
	position: absolute;
	background: 0;
	padding: 0;
	height: 29px;
	width: 29px;
	overflow: hidden;
	color: transparent;
	margin: 0;
	right: 0;
	top: 0;
}
.not-found header .recall-btn {
	top: 30px;
	right: 0;
}
.not-found .recall-btn > svg {
	display: none;
}
.not-found .recall-btn svg {
	margin: 0;
}
.not-found .recall-btn span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
}
.not-found .recall-btn span svg path {
	fill: #fdc73c;
}
.not-found header .phone-box {
	text-align: left;
	max-width: 255px !important;
}
.contacts-map-box {
	height: auto;
}
.contacts-box {
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: calc(100% + 100px);
	margin: 0 -50px;
	background: #f5f5f5;
}
.contacts-box .h1 {
	position: absolute;
	left: 50px;
	top: -380px;
}
.contacts-map-box .service-map ymaps[class*=controls-pane]:before {
	box-shadow: 0 0 100px 100px rgba(255,255,255,.8);
}
.contacts-box .map-contacts-icon-box {
	width: 100%;
	box-sizing: border-box;
}
.contacts-box .map-contacts-icon-box.opened {
	background: #f5f5f5;
}
.expand-box.opened > span + div > div {
	max-height: none;
}
.parts-accordion-content > div > div {
	width: 47%;
}
.back-box {
    padding: 0 30px 30px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 -30px 10px;
}
.back-box svg {
    width: 25px;
	height: 25px;
	margin: -3px 20px 0 0;
}
.back-box .back {
    font-weight: 400;
}
.search-results .catalog-content-box {
	padding: 30px 30px 60px 30px;
}
.search-results-box {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search-results-box > div {
	width: 47%;
}
.search-results-box > div:first-child {
	width: 100%;
}
.all-parts.search-results .left-menu {
	width: 100%;
}