@media screen and (max-width:1200px) {
	.container {
		padding: 0 20px;
	}

}
@media screen and (max-width:1024px) {
	.form-container ._form .md-6:nth-of-type(1), .form-container ._form .md-6:nth-of-type(2) {
		padding: 0
	}
	::-webkit-scrollbar {
		width: 0;
	}

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

	header .all-models-container,
	header .all-models-container .container {
		position: relative;
		top: 0;
		left: 0;
		padding: 0
	}
	header .all-models-container {
		flex-wrap: wrap;
	
	}
	header .container-flex {
		justify-content: space-between;
		border-bottom: 0;
	}
	header.fixed .container-flex, header.active .container-flex {
		border-bottom: 0
	}
	header .container::before,
	header .container::after {
		content: none
	}
	
	.dropdown-auto.active .all-models-container {
		margin: 15px -15px
	}
	#lineup .moto{
		filter: none
	}
	header .logo {
		position: relative;
		top: 0;
		margin: 0;
		order: 1;
		right: auto;
		left: 0;
	}
	#lineup .bmw {
    background: url(/static/img/preload/bmw_grey.svg) left / contain no-repeat;
    width: auto;
    margin-right: 20px;
    padding: 10px 0;
    border-right: 1px solid #333;
    padding-left: 20px;
    display: block;
    min-width: 60px;
	}

	header .all-models-container .item img {
		margin: 0 auto
	}
	header .all-models-container .open-models {
		width: 50%;
		height: auto
	}
	header .all-models-container .item .model-name {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		text-align: center
	}
	header .all-models-container .container::before,
	header .all-models-container .container::after {
		content: none
	}
	.dropdown-auto.active::after, header .nav-menu a:hover::after, header.bg .nav-menu a:hover::after, header.active .nav-menu a:hover::after {
		content: none
	}
	header.bg .menu-icon, header.active .menu-icon{
		filter: invert(0)
	}
	/* Меню */
	.menu-icon {
		background: url(/static/img/mini/menu-icon.png) no-repeat center;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 17px;
		left: auto;
		right: 0;
		cursor: pointer;
		z-index: 1;
		display: block;

		filter: grayscale(100%) invert(1)
	}

	.close {
		background: url(/static/img/mini/close.png) no-repeat left;
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 15px;
		cursor: pointer;
		z-index: 999;
		display: none;
		left: auto;
		right: 0;
	
	}

	.nav-menu a {
		padding: 0;
		color: #000
	}

	.nav-menu {
		height: 55px;
		text-align: left;
		border-bottom: none;
		order: 2;
		position: relative
	}
	.nav-menu a, .nav-models a, .lineup_item a {
		font-size: 13px
	}
	.nav-models {
		border-top: none;
	}

	.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: rgba(233, 233, 233, 1);
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		height: 100vh;
		z-index: 99;
		display: none;
		padding-top: 50px;
		overflow: auto !important;
		left: 0;
		right: 0;
		
	}

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

	.nav-menu li {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 20px;
		display: block;
		position: relative;
	}

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


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

	.logo {
		top: 10px;
		right: 30px;
		width: 75px;
		z-index: 999;
		left: auto;
		float: none;
		position: absolute;
	}

	/* Модельный ряд. Навигация*/
	#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: #000 url(../img/nav-arr-left.png) no-repeat 25px;
		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;
	}

	/* Выпадающее меню. Модели*/
	.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;
	}

	.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;
		margin: 0;
		padding: 20px 15px;
	}

	header .lineup {
		margin-left: 0;
	}

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

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

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

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

	/* Кнопка */

	.btn a {
		padding: 10px 20px;
	}

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

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

	.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;
	}

	/* Слайдер текст*/
	.text-slider {
		width: 100%;
		padding: 0 30px;
	}

	.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;
		width: 40px;
		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;
		background-color: #fff;
		width: 43px !important;
		height: 43px !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;
	}

	/* Карточка авто. Инфо */

	.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: 350px;
		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%;
	}

	.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 {
		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 .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;

	}

	.social a:first-child {
		margin-left: 0;
	}

	.social a:last-child {
		margin-right: 0;
	}

	.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-left: 15px;
	}

	._form .sm-6:nth-child(2) {
		padding-right: 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: transparent;
		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 .bg-header h1 {
		padding-left: 33px;
	}

	#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 a {
		padding: 10px;
	}

	/*==============================================================================*/
	/*====================================НОВОСТЬ===================================*/
	.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;
		margin-top:90px;
	}

	.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 {
		width: 100%;
	}

	#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) {

	#logo-am {
		display: none;
	}

	.container {
		padding: 0 15px;
	}

	h2 {
		font-size: 20px;
	}

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

	.text-slider .title {
		font-size: 24px;
	}

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

	/* Меню */


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

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

	.bavaria:before {
		left: 45px;
	}

	.bavaria:after {
		left: 45px;
	}

	.logo {
		right: 15px;
	}

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

	#open-nav-models:after {
		right: 15px;
	}

	.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;
	}

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

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

	/* Слайдер текст*/
	.text-slider {
		padding: 0 15px;
	}

	.text-slider h1 {
		font-size: 25px;
		padding-right: 60%;
	}

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

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

	/* Пагинация. Модельный ряд*/

	ul.tabs {
		margin: 20px auto;
	}

	ul.tabs li {
		border: 1px solid #000;
		margin-bottom: 4px;
		margin-right: 0px;
		margin-left: 0;
		padding: 10px 15px;

	}

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

	.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: 280px;
	}

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

	.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: 60px;
	}

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

	/*===============================КОНЕЦ=======================*/
	/*===============================УСЛУГИ======================*/
	.services {
		margin-top: 60px;
		padding: 50px 0 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;
		padding: 15px;
	}

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

	.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%;
		height: auto;
	}

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

	.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;
	}
	h1 {font-size: 30px}
	/*=============================СТРАНИЦА. О НАС=========================*/
	.bg-header {
		height: 100%;
		min-height: 200px;
	}

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

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


		position: relative;
		z-index: 9;
		margin: 30px auto 30px;

	}

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

	#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;
		display: none;
		margin-top: -4px;
	}

	#dealers ul.tabs li.current,
	#about ul.tabs li.current,
	#car-info ul.tabs li.current {
		color: #000;
		margin-top: 0;
		background-color: #fff;
	}

	#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;
	}

	.last_news .pagination {
		margin-top: 20px;
	}

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

	.single_news {
		padding: 0 15px;
		margin-top:90px;
	}

	.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 PT 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;
	}

	#dealers ul.tabs li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border-color: #000 !important;
	}

	#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;
	}

	.item .model-name {
		bottom: 10px;
		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 {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		margin: 30px auto;
	}

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

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

	#car-info {
		overflow: hidden;
	}

	.service_item div {
		padding: 15px;
	}

	.service_item h3 {
		font-size: 18px;
		font-family: Georgia;
	}

	.service_item div:first-child,
	.service_item div:last-child {
		border-right: 0;
		border-left: 0;
	}

	.h3 {
		margin: 30px auto 25px;
	}

	.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;
	}
	
	.dropdown_item .dropdown {
		position: relative;
		box-shadow: none;
		padding: 15px 15px 0;
		width: 100%;
		left: 0;
		background: none
	}
	.dropdown_item .dropdown-menu {
		width: 100%;
		flex-wrap: wrap;
		border-top: 0
	}
	.dropdown_item .dropdown-menu a {
		line-height: normal;
	}
	.dropdown_item .main__link.active:after {
		content: none
	}
	.dropdown_item .dropdown-menu a {
		flex: 1 1 100%
	}
	.dropdown_item .dropdown-menu a:not(:last-child) {
		margin-bottom: 10px;
	}
	
}

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