@media screen and (max-width:1024px) {
	.dropdown-menu a {
		width: 100%;
	}
	.main-content,
	body,
	footer,
	header {
		min-width: 0px;
	}

	.logo a.mini,
	.logo a.bmw {
		display: none;
	}

	.logo a.moto {
		min-width: 80px;
	}

	.logo a:not(:first-child) {
		margin: 0;
	}

	.logo a {
		height: 40px
	}

	.logo {
		position: relative
	}
	.lineup_item.bmw {
		background-size: 40px!important
	}
	.lineup_item.mini {
		background-size: 50%!important
	}
	.container {
		padding: 0 30px;
	}

	::-webkit-scrollbar {
		width: 0;
	}

	#news_block .bg-header h1 {
		padding-left: 30px;
	}

	.main-content {
		margin-bottom: 80px;
	}

	header.fixed {
		background-color: #fff;
	}

	header.fixed .menu-icon::after,
	header.fixed .menu-icon::before {
		border-color: #000;
	}

	header .container:before,
	header .container:after {
		content: none
	}

	header .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center
	}

	/* Меню */
	.menu-icon {
		background-size: cover;
		width: 48px;
		height: 48px;
		position: absolute;
		top: 5px;
		left: 0px;
		cursor: pointer;
		z-index: 1;
		display: block;
	}

	.menu-icon:after {
		content: "";
		position: absolute;
		left: 0;
		top: 14px;
		display: block;
		border-width: 2px 0;
		border-style: solid;
		border-color: #fff;
		width: 22px;
		height: 17px;
	}

	.menu-icon:before {
		content: "";
		position: absolute;
		left: 0;
		top: 21px;
		display: block;
		border-top: 3px solid #fff;
		width: 22px;
	}

	.close {
		background: url(/static/img/moto/close.png) no-repeat left;
		background-size: 24px 24px;
		width: 24px;
		height: 58px;
		position: absolute;
		top: 0px;
		cursor: pointer;
		z-index: 999;
		display: none;
		left: 0;
	}
	header .nav-menu a {
		padding: 0;
		margin-right: 0
	}
	header .nav-menu a:after {
		content: none
	}
	header.fixed .nav-menu a {
		color:#000
	}
	.nav-menu {
		height: 58px;
	}

	.nav-models {
		display: block;
		border-bottom: 0
	}

	.nav-models li:first-child.current_page {
		color: white;
	}

	.nav-models li:not(:first-child) a:hover,
	.nav-models li:not(:first-child).current a {
		color: #9e9e9e;
		transition: color .1s linear;
		background-color: transparent;
	}

	.nav-menu ul {
		position: fixed;
		background: #fff;
		margin-left: -30px;
		margin-right: -30px;
		width: 100%;
		height: 100vh;
		z-index: 99;
		display: none;
		padding-top: 50px;
		overflow: auto !important;

	}

	.nav-menu li,
	.nav-models li {
		font-size: 18px;
		display: block;
	}

	header .nav-menu li {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		display: block;
		position: relative;
	}

	.nav-menu li:first-child {
		margin-left: 15px;
	}

	.nav-menu li:last-child {
		margin: 0;
	}

	.nav-menu li a {
		line-height: 1.4;
		color: #262626;
	}

	.nav-menu li a:hover {
		border: 0;
		color: #262626;
	}

	.nav-menu li a:hover:after,
	.nav-menu li a.current_page:after {
		display: none;
	}

	.nav-menu .have {
		display: block;
	}

	.logo {
		right: 0;
		z-index: 999;
	}

	.logo img {
		height: 58px;
		width: auto;
	}



	/* Модельный ряд. Навигация*/
	#open-nav-models {
		display: block;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-left: 0;
		margin-right: 0;
		padding: 20px 30px;
		margin-top: 15px;
	}

	#open-nav-models:after {
		content: '';
		background: url(../img/menu-ar-right.png) no-repeat;
		width: 13px;
		height: 23px;
		position: absolute;
		top: 20px;
		right: 30px;
		cursor: pointer;
	}

	.nav-models a {
		cursor: pointer;
	}

	.nav-models ul {
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		overflow-x: hidden;
		z-index: 9999;
		top: 0;
		left: -100%;
		background: rgba(255, 255, 255, 1);
		display: block;
		margin-left: -30px;
		margin-right: -30px;
		padding: 0 30px;
		transition: all .3s;
	}

	.nav-models ul.show {
		left: 0;
		margin-left: 0;
		display: block;
	}

	.nav-models li {
		border-bottom: 1px solid #ccc;
		border-right: none;
		display: block;
		margin-left: -30px;
		margin-right: -30px;
		padding: 0 30px;
		height: auto;
	}

	.nav-models li:first-child {
		border: none;
		margin-left: -30px;
		margin-right: -30px;
		padding: 0 25px;
		background: rgba(28, 96, 136, .95) url(../../img/bmw/nav-arr-left.png) no-repeat 25px;
		background-size: 15px;
		text-indent: 40px;
	}

	.nav-models li:last-child {
		border-bottom: none;
	}

	.nav-models li.active {
		background: #f2f2f2;
	}

	.nav-models li:first-child a {
		color: white;
		padding: 25px 0;
	}

	.nav-models li a {
		padding: 15px 0;
		text-align: left
	}

	/* Выпадающее меню. Модели*/
	.open-model {
		display: none;
		position: relative;
		overflow: hidden;
		margin-left: -30px;
		margin-right: -30px;
		padding: 0 30px;
	}

	.open-model a {
		padding: 0 !important;
		border-bottom: 1px solid #ccc;
		margin-right: -30px;
		margin-left: -30px;
	}

	.open-model a:first-child {
		border-top: 1px solid #ccc;
	}

	.open-model a:last-child {
		border-bottom: 0;
	}

	.open-model figure {
		margin: 0;
		padding: 15px 0;
		display: flex;
		align-items: center;
	}

	.open-model img {
		float: left;
		margin: 3px 30px;
		height: 20px;
	}

	.menu-arrow {
		display: block;
		float: right;
		margin-top: 7px;
		transform: rotate(180deg);
		transition: all .2s;
	}

	.menu-arrow.rotate {
		transform: none;
	}

	/* MINI/MOTO/ROLLS */
	#lineup {
		position: relative;
	}

	header .lineup {
		margin-left: 0;
	}

	.lineup {
		display: none;
		z-index: 99;
		position: relative;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		margin-top: 15px;
	}

	.lineup_item {
		display: inline-grid;
		grid-template-rows: 1fr 1fr 1fr;
		height: 50px;
		width: 33.33333%;
	}

	.lineup_item:last-child {
		border: 0;
	}

	.lineup_item a {
		padding-top: 35px;
	}

	/* Кнопка */
	.btn {
		background-color: rgba(29, 109, 158, .9);
	}

	.btn a {
		padding: 12px 0;
		height: 40px;
	}

	/* Слайдер */
	.header-slider {
		height: 350px;
	}

	.header-slider img {
		max-height: 100%;
		height: 100%;
		object-fit: cover;
	}

	.header-slider .swiper-button-prev,
	.header-slider .swiper-button-next {
		display: none;
	}

	.swiper-pagination {
		right: 0 !important;
		bottom: 35px !important;
		top: auto;
		left: 0;
		width: 100%;
		padding-left: 30px;
		margin: 0 auto;
	}

	.swiper-pagination-bullet {
		float: left;
	}

	.swiper-pagination-bullet:first-child {
		margin-left: 0;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		vertical-align: middle
	}
	/* Слайдер текст*/
	.text-slider {
		width: 100%;
		padding: 0 15px;
		top: 25%;
	}

	.text-slider h1 {
		margin-top: 55px;
		font-size: 30px;
		padding-right: 0;
	}

	.text-slider p {
		margin: 27px 0 25px;
	}

	/*===============================МОДЕЛЬНЫЙ РЯД=======================*/
	.car-content {
		padding-top: 60px;
	}

	/* Пагинация. Модельный ряд*/
	.pagination {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		margin: 30px auto;
		overflow: hidden;
	}

	.pagination li {
		color: #222;
		cursor: pointer;
		padding: 10px 0;
		display: inline-block;
		margin-left: -4px;
		border: 1px solid #eee !important;
		position: relative;
		margin: 0;
	}

	/* Слайдер модельный ряд */
	.lineup-slider {
		width: 100%;
	}

	.lineup-slider .swiper-button-prev,
	.lineup-slider .swiper-button-next {
		bottom: 0 !important;
		top: auto !important;
	}

	.lineup-slider .swiper-button-prev {
		left: 30px !important;
	}

	.lineup-slider .swiper-button-next {
		right: 30px !important;
	}

	.lineup-slider .container {
		width: 100%;
		top: auto;
	}

	/* Слайд. Авто*/
	.lineup-slider .swiper-slide,
	.car-item {
		width: 100% !important;
		padding: 0 30px;
		height: 456px;
	}

	/* Карточка авто. Инфо */
	.car-item span {
		color: #1d6d9e;
	}

	.item-block {
		padding: 0;
		margin-top: 20px;
	}

	.big-num {
		position: absolute;
		left: 0;
		right: 0;
		bottom: auto;
		top: -30px;
		background: url(../img/numbers/2.png) no-repeat center;
		background-size: 250px 360px;
		width: 100%;
		height: 100%;
	}

	.car-item .btn {
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 0;
	}

	/* Авто картинка */
	.model-car {
		left: 0;
		right: 0;
		margin: 0px auto;
		width: 100%;
		top: 120px;
	}

	.model-car img {
		margin: 0 auto;
		padding: 0;
	}

	/*===============================КОНЕЦ=======================*/
	/*===============================УСЛУГИ======================*/
	.services {
		margin-top: 80px;
	}

	.services h2,
	.last_news h2 {
		margin-bottom: 30px;
	}

	.service_item p {
		display: none;
	}

	.img-caption {
		padding: 0 0 0 30px;
		width: 100%;
		height: 100%;
		text-align: left;
		top: 0;
		position: absolute;
	}

	.img-caption h3 {
		font-size: 20px;
		margin: 50px auto 0;
		text-transform: none;
	}

	.service_item .sm-6 {
		height: 120px;
		overflow: hidden;
	}

	.service_item:last-child .md-6 {
		margin-top: -60px;
	}

	.service_item .md-3 {
		padding: 0;
		height: 60px;
		text-align: center;
	}

	.service_item:nth-child(2) .md-3 {
		border-top: 1px solid #efefef;
		border-right: 1px solid #efefef;
		border-left: 0;
		width: 50%;

	}

	.service_item:last-child .md-3 {
		border-bottom: 1px solid #efefef;
		border-left: 1px solid #efefef;
		border-right: 0;
		border-top: 0;
		width: 50%;
		clear: left;

	}

	.service_item .xs-12 img {
		max-height: 300%;
		width: 100%;
	}

	.service_item .md-6:before {
		height: 100%;
	}

	.services .container::before,
	.services .container::after {
		content: none;
	}
	.service_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		flex-wrap: wrap;
		border-left: 1px solid rgb(230 230 230);
		margin-left: 1px;
	}
	.service_item .simple {
		width: 100%;
		margin-right: 0;
		margin-top: -1px;
		margin-left: -1px;
		padding: 20px 15px;
	}
	.service_item .simple h3 {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.service_item .simple img {
		width: 60px;
	}
	.service_ico {
		width: 90%;
		height: 60px;
		background-size: 40px;
		background-position: right;
		padding-right: 20px;
	}

	.service_text {
		font-size: 20px;
		font-weight: normal;
		margin: 0 auto;
		position: relative;
		margin-top: -42px;
		text-align: left;
		padding-left: 20px;
	}

	/*===============================КОНЕЦ=======================*/
	/*==============================НОВОСТИ======================*/
	.last_news {
		margin-top: 100px;
	}

	.last_news .btn {
		width: 200px;
		margin: 11px auto 0;
	}

	.news_item .md-4 {
		padding: 0;
		margin: 0 auto 40px;
		max-width: 100%;
		width: 50%;
		padding: 15px 0;
	}

	.news_item .md-4:nth-child(1) {
		padding-right: 15px;
	}

	.news_item .md-4:nth-child(2) {
		margin-left: 0;
		padding-left: 15px;
	}

	.news_item .md-4:last-child {
		display: none;
	}

	.news_item h3 {
		font-size: 20px;
		padding: 0;
	}

	.news_item p {
		display: none;
	}

	/*===============================КОНЕЦ=======================*/
	/*===============================ФУТЕР=======================*/
	footer {
		padding-bottom: 0;
	}

	footer .flex {
		display: block;
	}

	footer .col {
		border-bottom: 1px solid #bbb;
		padding: 30px 20px;
		margin-right: 0;
	}

	footer .col:first-child {
		padding-top: 0;
	}

	footer .col:last-child {
		text-align: left;
		border: 0;
	}

	footer .col:last-child .copyright {
		text-align: left;
		padding: 0;
	}

	footer .col:last-child img {
		margin-left: 0;
	}


	footer .nav-menu {
		display: none;
	}

	.footer {
		background: #e9e9e9 !important;
		height: auto;
	}

	.follow {
		display: inline-block;
		font-size: 12px;
	}

	.follow .btn {
		margin-top: 10px;
		width: 130px;
		margin-left: 10px;

	}

	.follow label {
		margin-bottom: 0;
		display: block;
	}

	form input {
		width: 200px;
		height: 40px;
		background-color: #f7f7f7;
		margin: 10px auto;

	}

	.social {
		float: right;
		font-size: 12.41px;
		vertical-align: top;
		margin: 0 auto;

	}

	.copyright {
		width: 100%;
		float: none;
		text-align: center;
		margin: 40px auto;
		padding: 0 40px;
	}

	/*=============================СТРАНИЦА. О НАС=========================*/
	/* Пагинация */
	.bg-header {
		height: 250px;
	}

	.bg-header:after {
		padding-left: 30px;
	}

	.about-content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		display: none;
		padding: 0 30px;
	}

	.header-text {
		margin: 40px auto 0;
	}

	#about .header-text:first-child {
		margin: 0 auto 20px;
	}

	/*=============================КОНЕЦ=========================*/

	/*=============================СТРАНИЦА.СЕРВИС=========================*/
	#service .main-content {
		margin-bottom: 0 !important;
	}

	.service-content,
	.content,
	._form {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.form-container {
		padding: 0 30px 40px;
	}

	._form {
		position: relative;
	}

	._form .sm-6:first-child {
		padding-right: 15px;
	}

	._form .sm-6:nth-child(2) {
		padding-left: 15px;
	}

	._form .md-6 input,
	select {
		width: 100%;
		margin: 0 auto;
	}

	._form .md-6:nth-child(2) input {
		float: none;
	}

	._form .md-6 input,
	select,
	textarea {
		border: 1px solid rgba(255, 255, 255, .75);
		outline: none;
		display: block;
		background-color: rgba(22, 142, 195, .5);
		color: #fff;
		margin: 0 auto 20px;
	}

	textarea {
		resize: none;
		width: 100%;
		padding: 10px 15px;
	}

	textarea::-webkit-scrollbar {
		width: 0px;
	}

	._form textarea {
		height: 160px;
	}

	/*=============================КОНЕЦ=========================*/
	/*=============================СТРАНИЦА.АКСЕССУАРЫ=========================*/

	.catalog {
		width: 550px;
		grid-template-columns: repeat(3, 1fr);
		margin: 0 auto;

	}

	.item-catalog img {
		margin: auto
	}

	.item-catalog p {
		padding: 0;
	}

	/*=============================КОНЕЦ=========================*/
	/*=============================TRADE-IN=========================*/
	#trade-in .bg-header:after {
		content: 'BMW с пробегом';
	}


	.categories ul {
		width: 100%;
		grid-template-columns: repeat(4, 1fr);
	}

	.categories ul li a {
		font-size: 14px;
	}

	.trade-in-container {
		position: relative;
		padding: 0px !important;
	}

	.trade-in-item {
		padding: 0;
		height: 280px;
	}

	.trade-in-item p {
		padding: 0 5px;
	}

	.trade-in-item img {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*==============================================================================*/
	/*=================================НОВОСТИ СТРАНИЦА=============================*/
	#news_block {
		overflow: hidden;
	}

	#news_block .last_news {
		margin-top: 30px;
	}

	#news_block .follow {
		display: none;
	}

	.news_single {
		border: none;
		border-bottom: 1px solid #efefef;
		margin: 0;
		padding: 0 30px 25px;
	}

	.news_single h3 {
		margin-top: 30px;
	}

	.news_single .md-12 {
		padding: 0;
	}

	.news_single .btn {
		display: none;
	}

	.news_single img {
		width: 100%;
	}

	#news_block .news_item {
		margin-top: 40px;
	}

	#news_block .news_item:nth-child(2) {
		margin-top: 0;
	}
	.last_news .pagination {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.last_news .pagination a {
		width: 44px;
		height: 44px;
		padding:0;
		display: flex;
		align-items: center;
		justify-content: center;
	}



	/*==============================================================================*/
	/*====================================НОВОСТЬ===================================*/
	.header_news {
		text-align: center;
	}

	.header_news .news_date {
		margin-right: 0;
		font-size: 14.19px;
		display: block;
		margin-bottom: 15px;
		font-weight: normal;
	}

	.single_news {
		width: 100%;
		padding: 0 30px;
	}

	.single_news .news_item .md-4 {
		max-width: 100%;

	}

	.single_news .news_item .md-4:nth-child(2) {
		margin-left: 0;
	}

	.single_news .md-4 {
		margin: 0;
		float: left;
	}

	.single_news h1 {
		text-align: center;
		padding: 0;
	}

	.single_news:first-child .text-center {
		text-align: center;
	}

	.single_news img {
		margin: 30px auto;
		width: 100%;
	}

	.single_news .social {
		float: none;
	}

	.social-color {
		margin: 40px auto 80px;
		width: 205px;
	}

	/*==============================================================================*/
	/*============================ДИЛЕРСКАЯ СЕТЬ====================================*/
	#dealers .bg-header:after {
		width: 100%;
	}

	#dealers .content {
		width: 100%;
		padding: 0 30px;
	}

	.map .md-6:last-child {
		padding-left: 40px;

	}

	.map .header-text {
		text-align: left;
		margin: 0 0 20px;
	}

	/*==============================================================================*/
	/*========================СТРАНИЦА МОДЕЛЬНЫЙ РЯД================================*/
	#models .bg-header:after {
		width: 100%;
	}

	#filters {
		display: none;
	}

	/* Фильтр контейнер */
	.item-container {
		position: relative;
	}

	.item {
		height: 220px;
		position: relative;
		border: 1px solid transparent;
	}

	.item:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		border: 1px solid #efefef;
	}

	.item img {
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		display: block;
		min-width: 230px;
		width: 100%;
		max-width: 300px;
		margin: auto;
	}

	.item .model-name {
		font: 14px Asimov;
		bottom: 30px;
		right: 30px;
		text-align: right;
	}

	.item .series {
		position: absolute;
		font: 170px Asimov;
		color: #ddd;
		line-height: 80px;
		left: 40px;
		top: 50px;
	}

	#models .model {
		margin: 30px auto;
	}

	#models .line {
		margin-top: 0;
		margin-bottom: 40px;
	}

	/*==============================================================================*/
	/*===============================ИНФО О МАШИНЕ ================================*/
	#car-info .header-slider {
		height: auto;
	}

	.header-slider .right-block {
		top: auto;
		left: 30px;
		position: absolute;
		z-index: 1;
	}

	.header-slider .ico {
		margin-top: 10px;
	}

	#car-info ul.tabs {
		position: relative;
		z-index: 2;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
		width: 100%;
		height: auto;
	}

	#car-info ul.tabs li {
		border: 1px solid #efefef;
	}

	#car-info .content {
		width: 100%;
		display: none;
	}

	#car-info {
		overflow: hidden;
	}

	.table-container {
		position: relative;
	}

	.table-container .table-scrollbar {
		display: block;
		height: 9px !important;
		background: rgba(255, 255, 255, 0) !important;
		bottom: 15px !important;
		width: 100% !important;
	}

	.table-container .table-scrollbar:after {
		height: 3px;
		background: #eee;
		content: '';
		display: block;
		margin-top: -6px;
	}

	/* ТАБЛИЦА */
	#car-info .swiper-slide {
		-webkit-overflow-scrolling: touch;
		width: 850px;
	}

	.table {
		margin: 0 auto 35px;
	}

	.mobile_noflex {
		display: block;
	}

	.mobile_width100 {
		width: 100%;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:640px) {
	#models .item {
		height: 200px
	}
	#logo-am {
		display: none;
	}

	.container {
		padding: 0 15px;
	}

	h2 {
		font-size: 20px;
	}

	.main-content {
		margin-bottom: 0;
	}
	#langs {
		position: absolute;
		top: 0;
		right: -68vw;
		z-index: 999;
	}
	#langs a {
		line-height: 58px;
		padding: 0 10px;
	}
	/* Меню */
	header .nav-menu ul {
		margin: 0;
		left: 0;
		width: 100%;
		display: none;
	}


	.nav-menu li {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 20px;
	}



	.bavaria:before {
		left: 45px;
	}

	.bavaria:after {
		left: 45px;
	}



	/* Модельный ряд. Навигация*/
	#open-nav-models {
		padding: 15px;
	}


#open-nav-models:after {
    content: '';
    background: url(../../img/bmw/menu-ar-right.png) no-repeat;
		background-size: contain;
    width: 10px;
    height: 15px;
		display: block;
    position: absolute;
    top: 19px;
    right: 15px;
	cursor: pointer;}
	
	.nav-models ul {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}

	.nav-models li {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}

	.nav-models li:first-child {
		margin-left: -25px;
		margin-right: -25px;
	}

	/* Выпадающее меню. Модели*/
	.open-model {
		margin-left: -25px;
		margin-right: -25px;
		padding: 0 25px;
	}

	.open-model a {
		margin-right: -25px;
		margin-left: -25px;
	}

	.open-model img {
		margin: 3px 25px;
		height: 20px;
	}

	/* Слайдер */


	.swiper-pagination {
		padding-left: 15px;
	}



	/*===============================МОДЕЛЬНЫЙ РЯД=======================*/
	.car-content {
		padding-top: 40px;
	}

	/* Пагинация. Модельный ряд*/
	.pagination {
		margin: 20px auto;
	}

	ul.tabs li {
		float: left;
		margin-left: 2px;
		margin-bottom: 2px;
	}

	/* Слайдер модельный ряд */

	.lineup-slider .swiper-button-prev {
		left: 15px !important;
	}

	.lineup-slider .swiper-button-next {
		right: 15px !important;
	}

	/* Слайд. Авто*/
	.lineup-slider .swiper-slide,
	.car-item {
		padding: 0 15px;
		height: 240px;
	}

	/* Карточка авто. Инфо */
	.car-item span {
		font-size: 18px;
	}

	.right-block .ico {
		width: 65px;
		height: 65px
	}

	.right-block .ico {
		z-index: 1;
		margin-top: 10px;
	}

	.right-block .ico-text {
		font-size: 9px;
		top: 10px;
	}

	.right-block .ico-text strong {
		font-size: 12px;
	}

	.right-block p {
		font-size: 16px;
	}

	.big-num {
		background-size: 120px 180px;

	}

	/* Авто картинка */
	.model-car {
		width: 300px;
		top: 20px;
	}

	.model-car img {
		padding: 0 15px;
	}

	/*===============================КОНЕЦ=======================*/
	/*===============================УСЛУГИ======================*/
	.services {
		margin-top: 60px;
	}

	.services h2,
	.last_news h2 {
		margin-bottom: 20px;
	}

	.img-caption {
		padding: 0;
		text-align: center;
	}

	.img-caption h3 {
		font-size: 16px;
		margin: 22px auto;
	}

	.service_item .sm-6 {
		height: 60px;
	}

	.service_item:last-child .md-6 {
		margin-top: 0;
	}

	.service_item:nth-child(2) .md-3 {
		border-top: 1px solid #efefef;
		border-right: 1px solid #efefef;
		border-left: 1px solid #efefef;
		width: 100%;
	}

	.service_item:last-child .md-3 {
		border: 1px solid #efefef;
		border-bottom: 0;
		width: 100%;
	}

	.service_item .xs-12 {
		height: 60px;
		overflow: hidden;
		width: 100%;
	}

	/*===============================КОНЕЦ=======================*/
	/*==============================НОВОСТИ======================*/
	.last_news {
		margin-top: 61px;
	}
	.news_item {
		display: grid;
		grid-template-columns: 1, 1fr;
	}
	.news_item .md-4 {
		padding: 0;
		margin: 0 auto 30px;
		width: 100%;
	}

	.news_item .md-4:nth-child(1),
	.news_item .md-4:nth-child(2) {
		padding: 0;
	}

	.news_item h3 {
		font-size: 18px;
	}

	/*===============================КОНЕЦ=======================*/
	/*===============================ФУТЕР=======================*/

	.follow,
	.social,
	.copyright {
		display: block;
	}

	.follow {
		width: 100%;
		font-size: 12px;
	}

	.follow .btn {
		display: block;
		float: none;
		margin: 0 auto 23px;
	}

	.follow form {
		display: block;
	}

	.follow label {
		text-align: center;
	}

	form input {
		display: block;
	}

	.social {
		float: none;
	}

	.copyright {
		margin: 30px auto;
	}

	/*=============================СТРАНИЦА. О НАС=========================*/
	.bg-header {
		height: 165px;
	}

	.bg-header:after {
		width: auto !important;
		padding-left: 15px;
		bottom: 30px;
		font-size: 25px;
	}

	/* Пагинация */
	#about ul.tabs {
		display: block;
		width: 100%;
		padding: 0 15px;
		height: auto;
		margin: 30px auto;
	}

	#about ul.tabs li {
		display: block;
		width: 100%;
		margin: 0;
	}

	#about ul.tabs li:not(:first-child),
	.categories ul li:not(:first-child),
	#car-info ul.tabs li:not(:first-child),
	#dealers ul.tabs li:not(:first-child) {
		border-top: 0 !important;
		border-left: 1px solid #eee;
		display: none;
	}

	#about ul.tabs li:first-child,
	#dealers ul.tabs li:first-child,
	.categories ul li:first-child,
	#car-info ul.tabs li:first-child {
		background: url(../img/menu-icon.png) no-repeat 96%;
		background-size: 24px auto;
	}

	.about-content {
		padding: 0 15px;
	}

	#about .about-content.current {
		display: block;
	}

	/*=============================КОНЕЦ=========================*/
	/*=============================СТРАНИЦА.СЕРВИС=========================*/
	#service .main-content {
		margin-bottom: 0 !important;
	}

	.form-container {
		padding: 0 15px 40px;
	}

	.form-container p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	._form .sm-6:first-child,
	._form .sm-6:nth-child(2) {
		padding: 0;
	}

	._form textarea {
		height: 160px;
	}

	/*=============================КОНЕЦ=========================*/
	/*=============================СТРАНИЦА.АКСЕССУАРЫ=========================*/

	#accessories .content {
		margin-top: 30px;
	}

	#accessories .content .txt {
		margin-top: 20px;
	}

	.catalog {
		display: block;
		float: left;
		padding-bottom: 30px;
		width: 100%;
		margin: 0 auto;
	}

	.item-catalog {
		padding: 15px;
		width: 50%;
		float: left;

	}

	.item-catalog img {
		width: 100%;
		margin: auto;
	}

	.item-catalog p {
		margin-top: 15px;
		min-height: 40px;

	}

	/*=============================КОНЕЦ=========================*/
	/*=============================TRADE-IN=========================*/

	#trade-in .content {
		margin: 30px auto;
	}

	#trade-in .content .txt strong {
		color: #1d232b;
	}

	/* Trade-in пагинация / фильтр*/
	.categories-grid {
		margin: 0 auto 50px;
	}

	.categories ul {
		line-height: normal;
		display: inline-grid;
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
	}

	.categories ul li {
		border: 1px solid #efefef;
	}

	.car-name {
		padding: 0 10px;
	}

	.car-price {
		margin-bottom: 10px;
	}

	.trade-in-item p,
	.car-city {
		padding: 0 5px;
	}

	.car-city {
		margin: 10px auto;
	}

	.trade-in-item img {
		padding: 0;
	}

	/*==============================================================================*/
	/*=================================НОВОСТИ СТРАНИЦА=============================*/

	.news_single {
		padding: 0 15px 25px;
	}

	.news_single h3 {
		font-size: 20px;
		margin-top: 20px;
	}

	.news_single .news_date {
		margin: 10px 0;
	}

	#news_block .news_item {
		margin-top: 30px;
	}

	#news_block .news_item:not(:first-child) {
		display: none;
	}


	/*==============================================================================*/
	/*====================================НОВОСТЬ===================================*/
	.header_news {
		display: block;
		text-align: left;
		margin: 30px auto 20px;
		width: 100%;
		padding: 0;
	}

	.single_news {
		padding: 0 15px;
	}

	.single_news .news_item .md-4:nth-child(2) {
		margin-left: 0;
	}

	.single_news .md-4 img {
		margin: 30px 0 20px;
	}

	.single_news h1 {
		font-size: 25px;
		text-align: left;
		margin-bottom: 0;
	}

	.single_news:first-child .text-center {
		text-align: left;
	}

	.social-color {
		margin: 30px auto;
	}

	.social-color p {
		font: 12px Open Sans;
	}

	/*==============================================================================*/
	/*============================ДИЛЕРСКАЯ СЕТЬ====================================*/
	#dealers .bg-header:after {
		font-size: 25px;
		bottom: 30px;
	}

	/* Пагинация */
	#dealers ul.tabs {
		display: block;
		width: 100%;
		padding: 0 15px;
		height: auto;
		margin: 30px auto;
		line-height: normal;
		min-height: 50px;
	}

	#dealers ul.tabs li {
		display: block;
		width: 100%;
		margin: 0;
	}

	#dealers .content {
		padding: 0 15px;
	}

	.map {
		display: table;
		margin: 0 auto;
		width: 100%;
	}

	.map .md-6:first-child {
		display: table-footer-group;
	}

	.map .md-6:last-child {
		padding-left: 0;
		display: table-header-group;
	}

	.map .header-text {
		margin: 0 0 25px;
	}

	#map_1,
	#map_2,
	#map_3,
	#map_4,
	#map_5 {
		height: 190px;
	}

	/*==============================================================================*/
	/*========================СТРАНИЦА МОДЕЛЬНЫЙ РЯД================================*/

	/* Фильтр контейнер */

	.item {
		height: 150px;
	}

	.item img {
		min-width: 130px;
		max-width: 150px;
	}
	#models .item .model-name {
		bottom: 10%;
	}
	.item .model-name {
		right: 10%;
	}

	.item .series {
		font: 110px Asimov;
		line-height: 80px;
		left: 10%;
		top: 10%;
	}

	/*==============================================================================*/
	/*===============================ИНФО О МАШИНЕ ================================*/


	.header-slider .right-block {
		left: auto;
		right: 18px;
		top: 35px;
	}

	.header-slider .ico-text {
		left: 13px;
	}

	#car-info h1 {
		margin: 30px 0;
	}

	#car-info .header-slider p {
		font-size: 18px;
	}

	#car-info ul.tabs {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		margin: 30px auto;
	}

	#car-info ul.tabs li {
		border: 1px solid #efefef;
		display: block;
		width: 100%;
		margin: 0;
	}

	#car-info .header-text {
		margin: 0;
	}

	#car-info {
		overflow: hidden;
	}


	.text-slider .title {
		font-size: 20px;
		margin-top: 10px;
	}

	.text-slider p {
		margin-top: 5px;
		margin-bottom: 7px;
		font-size: 13px;
	}

	.text-slider .btn {
		display: inline-block;
		padding: 0;
		width: auto;
	}

	.text-slider .btn a {
		height: auto;
		padding: 5px 10px;
		font-size: 12px;
	}

	.header-slider .swiper-pagination {
		right: 20px !important;
		left: auto;
		width: auto;
		bottom: 20px !important;
	}

	#cbpwr-widget-wrapper {
		display: none;
	}




}

@media screen and (max-width:319px) {
	body {
		display: none;
	}
}