.page_width { padding-left: 15px;padding-right: 15px; }


/* headers */

#logo_nav_inner #logo {
    width: 35%;padding: 20px 0 20px;
}
#logo_nav_inner #nav_outer {
    width: 65%;
}
#logo_nav_inner {
    align-items: initial;padding-right: 70px;
}
/* navigation */

ul#navigation { display: block; }
ul#navigation li { margin: 0 0; }
ul#navigation li a { padding: 20px 22px 20px; }

ul#navigation li ul { position: static;min-width: 100%;margin-left: 10px; }

a#mobile_menu { color: #fff;display: block;text-decoration: none;text-align: center;position: absolute;top: 18px;right: 25px;font-size: 40px; }


#nav_wrapper_container {  }
#nav_wrapper { background-color: rgba(0,0,0,0.9);padding: 20px;width: 100%;position: fixed;left: 0;top: 0;z-index: 9999;min-height: 100vh;margin-left: -100%;transition: all 0.4s ease 0s;text-align: left; }

.close_mobile_menu { display: block;position: absolute;right: 16px;top: 16px;font-size: 32px;color: #fff;text-decoration: none; }

#menu_inner_wrapper { overflow: auto;position: absolute;bottom:0;left:0;right:0;top:0;width: 100%;padding: 20px 70px 20px 20px; }

/* home */

.cms h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

#home_intro_inner #home_left {
	background-color: #0f0e0e;
	/* padding: 30px; */
	opacity: 1;
	border-radius: 10px;
	margin: 0 2%;
	overflow: hidden;
	width: 100%;
}

#home_intro_inner #home_right {
	width: 100%;
	/* background-color: unset; */
	padding: 30px;
	opacity: 1;
	border-radius: 10px;
	margin: 0 2%;
	margin-top: 30px;
}

/* showroom */

.large_nav {
    width: 40px;height: 40px;line-height: 40px;margin-top: -20px;
}

.large_prev {
    left: 20px;
}
.large_next {
    right: 20px;
}

.view_left {
    width: 100%;padding-right: 0px;float: none;margin-bottom: 20px;
}
.view_right {
    width: 100%;float: none;position: static;
}

ul.main_details {
    gap: 6px;
}
ul.main_details li {
	padding: ;
	background-size: 40px;
	font-size: 14px;
	padding: 52px 10px 10px 10px;
	background-position: center 8px;
}

.showroom_stock .stock_item {
    width: 49%;
}

/* sell */

.sell_form_wrapper .col {
    width: 100%;margin-right: 0;
}


/* vip */

.vip_service {
    height: auto;min-height: 100px;
}
.vip_service .photo {
    width: 100%;padding-top: 50%;
}
.vip_service .details {
    width: 100%;
}

.vip_form_top {
    gap: 0;
}

.vip_form_top div.form_block {
    width: 100%;margin-bottom: 15px;
}

.vip_form_top div.form_block:last-child {
    margin-bottom: 0px;
}

/* about */

.asl_content {
    padding-right: 30px;
}

/* contact */


.contact_wrapper .left {
    width: 65%;padding-right: 36px;
}

.contact_wrapper .right {
    width: 35%;
}


.footer_blocks {
    margin: 0;
}

.footer_block {
    width: 32%;
}
.footer_block:nth-child(3n) {
    margin-right: 0;padding-right: 0;border-right: 0;display: block;
}
.footer_block:last-child {
    justify-content: center;width: 100%;
}

.footer_block:last-child .footer_logo {
    max-width: 300px;padding-top: 20px;opacity: 0.4;
}
.footer_logo {
    justify-content: center;
}

.footer_more {
	text-align: center;
	font-size: 11px;
	color: #aaa;
	line-height: 1.5;
}