@media screen and (max-width:428px) {
	.breadcrumbs{
		display: none;
	}
	.breadcrumb-navigation{
		display: none;
	}
	.container{
		margin: auto;
		width: auto;
		padding: 0 10px;
		min-height: 30vh;
		margin-bottom: 15px;
	}
	/*Header*/
	.header {
		width: auto;
		padding: 0 10px;
		margin-bottom: 10px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.header__wrapper-menu {
		display: block;
		margin-right: 15px;
	}
	.search-menu__item{
		border-bottom: none;
	}
	.search-menu__item:hover {
		border-bottom: none;
	}
	.catalog-menu.-active, .search-menu__item.-active{
		background-color: #ffd800;
	}
	.mobile-menu-btn{
	    height: 36px;
	    width: 36px;
	    background-color: #ffd801;
	    border-radius: 4px;
	    display: flex;
	   	justify-content: center;
	   	align-items: center;
	}
	.mobile-menu-btn{
		font-size: 20px;
	}
	.mobile-catalogue, .mobile-autos, .mobile-types{
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.mobile-catalogue__title{
		display: block;
		font-size: 14px;
		font-family: 'Century-Gothic-Bold';
	    width: fit-content;
	    margin-bottom: 10px;
	    color: darkgray;
	}
	.mobile-catalogue__categories{
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.mobile-catalogue__category{
		text-decoration: none;
		padding: 10px 5px;
		border-bottom: 1px solid #eaeaea;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mobile-catalogue__category:hover{
		background-color: #ffd800;
	}
	.mobile-catalogue__category i{
		color: darkgray;
	}
	.mobile-catalogue__category:first-child{
		border-top: 1px solid #eaeaea;
	}
	.mobile-autos__row{
		display: flex;
		flex-wrap: wrap;
	}
	.mobile-autos__row-item{
		padding: 2px 10px;
		border: 1px solid #eaeaea;
		text-decoration: none;
		margin-bottom: 10px;
		margin-right: 3%;
		border-radius: 4px;
		width: 25%;
	}
	.mobile-autos__row-item:hover{
		background-color: #ffd800;
	}
	.mobile-autos__row-item:nth-child(3n){
		margin-right: 0;
	}
	.mobile-autos__links{
		display: flex;
		flex-direction: column;
	}
	.mobile-autos__links-item{
		background-color: #eaeaea;
		padding: 2px 15px;
		border-radius: 4px;
		text-decoration: none;
		font-family: 'Century-Gothic-Bold';
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobile-autos__links-item i{
		margin-right: 10px;
	}
	.mobile-autos__links-item:last-child{
		margin-bottom: 0;
	}
	.mobile-autos__links-item.-vin{
		background-color: #ffd800;
	}
	.mobile-types__title{
		display: block;
	    background-color: #ffd800;
	    margin-bottom: 10px;
	    border-radius: 4px;
	    padding: 2px 10px;
	    width: fit-content;
	    font-family: 'Century-Gothic-Bold';
	}
	.mobile-types__row{
		display: flex;
		flex-wrap: wrap;
	}
	.mobile-types__row-item{
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 2px 8px;
		margin-right: 10px;
		margin-bottom: 10px;
		text-decoration: none;
	}
	.mobile-types__row-item:hover{
		background-color: #ffd800;
	}
	.mobile-types .mobile-autos__links{
		margin-bottom: 15px;
	}
	.mobile-types__hr{
		margin: 0;
		margin-bottom: 15px;
	}
	.header__wrapper-block{
		display: flex;
		align-items: center;
	}
	.header__wrapper-mobile{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-phone{
		margin-right: 15px;
		padding: 5px;
		border-radius: 4px;
	}
	.mobile-phone i{
		font-size: 20px;
	}
	.mobile-phone:hover{
		background-color: #eaeaea;
	}
	.logo-avtgr{
		width: 165px;
    	height: 55px;
    	margin-right: 30px;
	}
	.login{
		margin-right: 15px;
	}
	.login .fa-sort-down, .login__user-text{
		display: none;
	}
	.login .fa-user{
		font-size: 20px;
		margin-right: 0;
	}
	.login-basket{
		align-items: unset;
	}
	.login:hover .login-menu{
		display: none;
	}
	.auth_divider, .auth_login, .auth_reg{
		display: none;
	}
	.basket{
		margin-left: 0;
	}
	.basket:hover .basket__menu{
		display: none;
	}
	.basket-mobile_edition{
	    display: block;
	    padding: 0 10px;
	}
	.empty_basket{
		display: none;
	}
	.basket__row-link .sum{
		display: none;
	}
	.basket__row-stick{
		margin: -22px 0 0px -20px;
	}
	.basket__row .fa-shopping-cart{
		font-size: 20px;
	}
	.basket-mobile_edition a{
	    display: block;
	    font-size: 20px;
	}
	.navigation {
		width: auto;
		margin: 0 10px;
		margin-bottom: 10px;
		height: 40px;
		justify-content: space-between;
	}
	.social-buttons{
		display: none;
	}
	.contacts-phones{
		display: none;
	}
	.search-menu .-delivery{
		display: none;
	}
	.search-menu .-contacts{
		display: none;
	}
	.search-menu{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.search-menu__item{
		display: flex;
		height: 40px;
		margin-right: 0;
		padding: 0 9px;
	}
	.search-menu__item.-contacts, .search-menu__item.-delivery{
		display: none;
	}
	.search-menu__item-text{
		text-transform: none;
	}
	.search-menu .search-menu__item>a{
		text-transform: none;
	}
	.search-menu .search-menu__submenu{
		width: 391px;
		top: 45px;
		left: -15px;
	}
	.search-menu .submenu-akpp{
		left: -155px;
	}
	.catalog-menu{
		width: auto;
		height: 40px;
		margin: 0;
		padding: 0 10px;
		background-color: #eaeaea;
	}
	.catalog-menu i{
		font-size: 14px;
		background-color: #ffd800;
		padding: 4px;
		border-radius: 4px;
	}
	.catalog-menu__title-text {
		text-transform: capitalize;
		line-height: unset;
	}
	.catalog-menu:hover .catalog-menu__submenu {
		display: none !important;
	}
	.submenu-akpp li{
		height: 24px;
		overflow: hidden;
	}
	.search-form .search-form__button {
		height: 37px;
	}
	.search-form .search-form__input {
		height: 33px;
		line-height: 33px;
		width: 100%;
		font-size: 12px;
		padding-left: 10px;
	}
	.xdsoft_autocomplete{
		width: 100% !important;
	}
	.autocomplete_subsection__title, .autocomplete_section__title{
		font-size: 12px;
	}
	.autocomplete_section__item{
		flex-wrap: nowrap;
	}
	.search-form__sep{
		display: none;
	}
	.autocomplete_section__analog{
		display: none;
	}
	.page__content .language-wrapper{
		display: none;
	}
	.search-menu__submenu-wrapper{
		flex-direction: column;
	}
	.search-menu__submenu-title{
		padding: 2px 10px;
		margin-bottom: 10px;
	}
	.search-menu__submenu-wrapper .-top{
		border-right: none;
		padding: 0;
		border-bottom: 1px solid lightgray;
		padding-bottom: 15px;
	}
	.submenu-trans-wrapper{
		height: 460px;
	}
	.submenu-trans-wrapper.-new{
		height: auto;
		display: block;
	}
	.-top .search-menu__submenu-item a{
		font-size: 14px;
		line-height: unset;
	}
	.-top .search-menu__submenu-item{
		height: auto;
		width: auto;
		display: inline-block;
		padding: 2px 4px;
	    border: 1px solid lightgray;
	    border-radius: 4px;
	    margin-right: 5px;
	    margin-bottom: 10px;
	}
	.search-menu__submenu-showall{
		padding: 5px;
	}
	.search-menu__submenu-wrapper .-popular{
		padding-left: 0;
		padding-top: 15px;
	}
	/*Футер*/
	#footer {
		width: 100% !important;
	}

	.footer-area {
		flex-direction: column;
		padding: 0 10px;
	}
	.footer-item{
		padding: 10px 0;
		border-bottom: 1px solid lightgray;
	}
	.footer-menu{
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.footer-menu li{
		float: none;
		margin-right: 20px;
	}
	.footer-item__text{
		text-align: center;
	}
	.footer-item__full{
		text-align: center;
		font-weight: bold;
		display: block;
	}
	.footer-item__inst-ico{
		width: 15px;
	    height: 15px;
	    background-size: 15px;
	    margin-right: 4px;
		background-image:  url(/images/inst.png);
	}
	.footer-item__youtube-ico{
		width: 15px;
	    height: 15px;
	    background-size: 15px;
	    margin-right: 4px;
		background-image:  url(/images/youtube.png);
	}
	.footer-contacts{
		display: flex;
		justify-content: space-between;
	}
	.footer-item__block{
		display: flex;
		align-items: center;
		text-decoration: none;
	}
	.footer-item__block .-phone{
		background-image: url(/img/phone-mobile.png);
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.footer-item__block-icons{
		display: flex;
		align-items: center;
	}
	.footer-item__social-ico{
		width: 20px;
	    height: 20px;
	    display: inline-block;
	    cursor: pointer;
	    margin-right: 5px;
	    background-repeat: no-repeat;
	    background-image: url(/img/messangers2.png);
	}
	.footer-item__block .-whatsap{
		background-position: -25px 0;
	}
	.footer-item__block .-telegram{
		background-position: 0 0;
	}
	.footer-item__block .-viber{
		background-position: -52px 0;
	}
	.footer-item__block-phone{
		font-weight: bold;
		text-decoration: none;
	}
	.footer-item.-socials{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer-item__socials{
		display: flex;
		font-size: 18px;
	}
	.footer-item__socials-item{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 10px;
		width: 25px;
		height: 25px;
		border-radius: 4px;
		text-decoration: none;
		color: white;
	}
	.footer-item__socials-item.-whatsapp{
		background-color: #43d854;
	}
	.footer-item__socials-item.-telegram{
		background-color: #0088cc;
	}
	.footer-item__socials-item.-viber{
		background-color: #665CAC;
	}
	.footer-item__socials-item:last-child{
		margin-right: 0;
	}
	.footer-item__block-icon{
		width: 25px;
		height: 25px;
		margin-right: 10px;
		background-color: white;
		border-radius: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #09192b;
	}
	.layer-fade{
		position: absolute;
	    display: block;
	    top:0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.8);
	    z-index: 100;
	}
	.layer-fade__wrapper{
		position: absolute;
	    top: 145px;
    	left: 35px;
	    display: flex;
    	align-items: baseline;
	}
	.layer-fade__text{
		color: #ffd800;
	    font-family: 'Century-Gothic-Bold';
	    font-size: 24px;
	}
	.layer-fade__arrow{
		background-image: url('https://avtgr.ru/img/yellow-arrow.png');
		width: 70px;
		height: 100px;
		display: block;
		background-size: contain;
    	background-repeat: no-repeat;
	}
	.layer-fade .fa-times-circle{
		color: #ffd800;
		font-size: 36px;
		right: 3%;
	    top: 3%;
	    position: absolute;
	}
	/*БЛОГ*/
	.company-blogs.-section{
		width: 100%;
	}

	.blog-card {
        width: 55%;
	    margin-right: 0;
	    margin-bottom: 5px;
	    padding: 10px;
	    display: flex;
	    flex-direction: column;
	}

	.blog-card img{
		width: 120px;
		align-self: center;
	}

	.blog-section ul{
		margin: 0 16px;
	}

	.flex-block{
		flex-direction: column;
		margin-bottom: 15px;
	}

	.block-detail {
    	width: 100%;
	}
	.blog-section__container{
		flex-direction: column;
	}
	.trans-card-row{
		flex-direction: column;
	}

	.trans-card-img{
		width: 100%;
	}
	.news-detail h1{
		font-size: 14px;
	}

	.oil_container_first{
		height: 100%;
		flex-direction: column;
	}

	.oil_container_2{
		flex-direction: column;
	}

	.oil_container_left {
	    width: 100%; 
	    flex-direction: column;
	}

	.oil_img{
		width: 100%;
	}

	.oil_text{
		width: 100%;
	}

	.oil_container_right{
		width: 100%;
		flex-direction: column;
	}

	.oil_container_img{
		width: 100%;
		background-repeat: no-repeat;
		background-color: inherit;
	}

	.oil_text_right{
		width: 100%;
	}

	.kit-title{
		display: none;
	}

	.oil-product{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.news-detail h1{
		margin-bottom: 5px;
	}
	.news-detail__data{
		margin-bottom: 10px;
	}
	.blog-section__img-1{
		width: 40%;
	}
	.blog-section__img-2{
		width: 50%;
	}
	.blog-section__img{
		height: 155px;
	}
	.blog-kit__main-img{
		width: 40%;
		height: 99%;
	}
	.blog-kit__item-text{
		display: none;
	}
	.blog-kit__item{
		width: 22%;
	}
	.blog-kit__main-link{
		font-size: 12px;
	}
	.blog-card-row{
		margin-top: 10px;
		flex-direction: column;
	}
	.blog-card-row .blog-card{
		margin-bottom: 10px;
	}
	.blog-list__item{
		width: 100%;
	}
	.blog-list__item-text{
		width: 75%;
	}
	.blog-list__item-img img{
		width: 75px;
		height: 75px;
	}
	.news-detail iframe{
		width: 100%;
		height: 222px;
	}
	.blog-section__background-pic{
		display: none;
	}
	.panel-info{
		padding: 5px;
		border-left: 5px solid #ffd800;
	}
	.youtube-video{
		width: 100%;
	}
	/*ГАРАЖ*/
	.garage-card{
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
		justify-content: center;
		height: auto;
	}
	.garage-vin__input{
		width: 64%;
	}
	/*КОНТАКТЫ*/
	.breadcrumbs{
		padding: 0px;
		margin: 15px 0;
		border: none;
	}

	.contacts{
		padding: 0;
	}

	.tab{
		display: flex;
		flex-direction: column;
	}

	.contacts .tabset a{
		padding: 0 6px;
	}

	.contacts .tabset li{
		line-height: 36px;
		margin-bottom: 0px;
		margin-right: 5px;
	}

	.contacts .tab-content{
		padding: 0px;
	}

	.map{
		width: 100%;
		order: 2;
	}

	.info{
		overflow: unset;
	}
	.contacts__chose{
		margin-bottom: 10px;
	}

	/*ДОСТАВКА*/
	.delivery_section .tabset{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.delivery_section .tabset a{
		padding: 0 6px;
	}

	.delivery_section .tabset li{
		line-height: 36px;
		margin-bottom: 0px;
		margin-right: 5px;
	}

	.delivery_section .tab-content{
		padding: 0px;
	}

	.delivery_section h1{
		padding-bottom: 15px;
		text-align: center;
	}

	.delivery_card-row{
		border: none;
		margin-bottom: 15px;
	}

	.delivery-card, .pay-card{
		width: 100%;
		border-bottom: 1px solid lightgray;
		margin-right: 0;
		margin-bottom: 10px;
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	}

	/*О КОМПАНИИ*/
	.about-section h1{
		margin: 15px 0;
		padding: 0;
		border: none;
		font-size: 14px;
	}

	.cd-horizontal-timeline .events-content li{
		width: 100%;
	}

	.cd-horizontal-timeline .events-content h2{
		font-size: 14px;
		text-align: center;
	}
	.cd-horizontal-timeline .events-content p{
		font-size: 14px;
	}
	.map-fil{
		width: 100%;
	    height: 198px;
	    background-size: contain;
	    background-repeat: no-repeat;
	}

	.about_us_item{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}

	.about_us_item h2{
		font-size: 14px;
	}

	.card-logo {
    width: 31%;
    padding: 1%;
	}

	.about_logo{
		width: 80%;
	}

	/*ТЕХ ИНФО*/
	.tech-section{
		justify-content: space-around;
	}
	.tech-card{
		margin: 0;
		width: 45%;
	}

	.tech-title{
		font-size: 14px;
	}

	.tech-img{
		width: 100%;
		height: 150px;
		background-size: cover;
	}

	.tech_col{
		margin-bottom: 10px;
	}

	.tech-manuals{
		margin-bottom: 0;
	}

	/*ВСЕ ТИПЫ АКПП*/
	.type-akpp__shemes{
		display: none;
	}
	.akpp_themes_list th, .table2 tr, .table2 tr td{
		font-size: 12px;
		line-height: 20px;
	}
	.themes_quick_search{
		margin-bottom: 10px;
	}
	/*ЛИЧНЫЙ КАБИНЕТ*/
	.personal-manager{
		width: 91%;
	}
	.personal-links{
		width: 100%;
	}
	.form-reg{
		font-size: 12px;
	}
	.reg-block-row{
   		flex-direction: column;
   		margin-bottom: 10px;
   	}
   	.reg-block-item{
   		margin-bottom: 10px;
   	}
   	.reg-block-row .-user-type{
   		display: flex;
   		flex-direction: column;
   	}
	/*ЛИЧНЫЙ КАБИНЕТ - НАСТРОЙКИ*/
	.profile_table{
		width: 100%;
	}

	.bx_profile .form-group .form-control{
		width: 100%;
	}

	.form_table .reg_l {
		width: auto;
	}

	/*АВТОРИЗАЦИЯ*/
	.bxe-light{
		display: none;
	}
	.center_popup{
		margin: 0;
		width: 75%;
		left: 10%;
	}

	/*ОФОРМЛЕНИЕ ЗАКАЗА*/
	.form-container .form-container__row.-one-column{
		padding-right: 0px;
	}
	.form-container .form-container__row {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
	}
	.w150{
		width: auto !important;
	}
	.form-container{
		align-items: inherit;
	}
	.cart-order {
		width: 100%;
		flex-direction: column;
	}
	.block-container {
		width: auto;
		flex-direction: column;
		align-items: inherit;
	}
	.block-container .block-radio {
		margin-bottom: 10px;
	}
	.order-app {
		width: 100%;
		order: 2;
	}
	.block-container .block-radio {
		width: auto;
		margin-right: 0;
	}
	.small-notice {
	    position: absolute;
	    margin-top: 24px;
	    margin-left: 0px;
	}
	.block-delivery__addresses .block-small-radio:nth-child(2) {
		padding-bottom: 20px;
	}
	.block-container.-two-column .block-radio:first-child {
		width: auto;
	}
	.block-container.-two-column .block-radio:last-child {
		width: auto;
	}
	.form-container {
		width: 100%;
		flex-direction: column;
		margin-bottom: 0;
	}
	.cart-list {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
	}
	.block-delivery__select {
		width: 100%;
	}
	.block-notice{
		margin-right: 0;
	}
	.cart-list__button{
		margin: 0;
		width: 100%;
	}
	.form-container .form-container__row input, .form-container .form-container__row textarea{
		width: auto;
	}
	.cart-list__wrapper{
		margin-top: 10px;
	}
	.delivery-calculator{
		width: 100%;
	}
	.pickup-item:last-child{
		margin-right: 0;
	}
	/*ГЛАВНАЯ - СПИСКИ*/
	.hide_in_mob{
		display: none;
	}
	.search-menu__label-text{
		display: none;
	}
	.search-menu__label .fas{
		margin-right: 0;
	}
	.search-menu__label{
		margin-left: 5px;
	}
	.search-menu .search-menu__submenu .search-menu__submenu-list a{
		font-size: 12px;
	}

	/*ГЛАВНАЯ*/
	.tabs-selection .tabs-selection__title{
		font-size: 14px;
	}
	.selection, .special-links{
		display: none;
	}
	.selection-and-blog, .special-links{
		padding-top: 0px;
	}

	.slideshow .gmask .slide{
		top: 0;
		padding-top: 0;
	}

	.selection-and-blog, .special-links{
		margin-top: 15px;
	}

	.simple-selection .chose-panel-new{
		margin-bottom: 0;
	}

	.chose{
		margin-bottom: 0;
	}
	.company-blogs .company-blogs__description {
    	margin-top: 10px;
   		margin-bottom: 5px;
   	}
 	.company-blogs{
 		margin-top: 0;
 	}
   	.main_popular_product h1 span{
   		font-size: 16px;
   	}
   	.slideshow .btn-prev,.slideshow .btn-next {
		display: none;
	}
	.slideshow .pagination {
		display: none;
	}
	.slideshow .gmask, .slideshow, .slideshow .gmask .slide {
    	height: auto;
    	width: 100%;
    }
    .swiper{
    	margin-bottom: 10px;
    }
    .swiper-container{
    	height: 94px;
    }
    .swiper-container.-sm{
    	display: none;
    }
    .swiper-pagination{
    	opacity: 0.5;
    }
    .products-and-blog{
    	width: 100%;
    	flex-direction: column;
    	margin: 0;
    }
    .new-products{
    	margin-bottom: 10px;
    }
    .products-and-blog__description{
    	font-size: 12px;
    }
    .new-product{
    	width: auto;
    	height: auto;
    	display: flex;
    	flex-direction: column;
    }
    .new-product__wrapper{
    	padding: 15px;
    	height: auto;
    }
    .new-product .swiper-button-prev, .new-product .swiper-button-next{
    	display: none;
    }
    .new-product__image{
    	width: 42%;
    }
    .new-product__description{
    	width: 55%;
    }
    .new-product__image-img{
    	width: 150px;
    	height: 150px;
    }
    .new-product__description-item{
    	line-height: 20px;
    }
    .catalogue-block__price-wrapper{
    	margin: 5px 0;
    }
    .catalogue-block__picture-sticker{
    	bottom: 28px;
    }
    .new-product__show-all{
    	width: fit-content;
    	align-self: flex-end;
    	margin-top: 0;
    	margin-bottom: 8px;
    	margin-right: 8px;
    }
    .swiper-button-next, .swiper-button-prev{
    	display: none;
    }
    .language-wrapper{
    	display: none;
    }
    .language-menu{
    	display: block;
    	border: none;
    	width: auto;
    	position: unset;
    	box-shadow: none;
    	padding: 0;
    	margin-bottom: 15px;
    }
    .language-menu__select{
    	width: 100%;
    }
	/*Каталог*/
	.catalogue-view{
		display: none;
	}
	.catalogue-sort{
		flex-direction: column;
		width: 100%;
		margin-bottom: 0;
	}
	.catalogue-sort__item{
		width: auto;
		border-radius: 0;
		margin: 0;
	}
	.catalogue-sort__item:nth-child(2n){
		background-color: #eaeaea;
	}
	.catalogue-sort .-selected{
		background-color: #ffd800;
	}
	.catalogue-mobile__filters{
		background-color: #eaeaea;
		display: block;
		margin: 10px 0;
		padding: 4px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.catalogue-mobile__filters-ico{
	    background-image: url(/img/filter-arrow.png);
	    width: 9px;
	    height: 5px;
	    display: block;
	    margin-left: 15px;
	}
	.akpp-hide, .akpp-del{
		display: none;
	}
	.catalogue-header__schemes{
		display: none;
	}
	.mobile-select{
		position: relative;
	}
	.catalogue-categories__item{
		width: auto;
		border-radius: 4px;
		height: auto;
		line-height: 28px;
		margin: 0;
	}
	.catalogue-categories i{
	    display: block;
	}
	.mobile-select select{
		width: 100%;
	    padding: 8px 15px;
	    background-color: #ffd800;
	    border-radius: 4px;
	    border: 1px solid #09192b;
	    font-family: 'CenturyGothic';
	    font-size: 12px !important;
	    -webkit-appearance: none;/* Chrome */
	    -moz-appearance: none;/* Firefox */
	    appearance: none;/* убираем дефолнтные стрелочки */
	    font-family: inherit;/* наследует от родителя */
	}
	.mobile-select:after {
	    content: url('/img/mob-menu.png');
	    display: block;
	    pointer-events: none;
	    position: absolute;
	    top: 9px;
	    right: 17px;
	    z-index: 1;
	}
	.catalogue-block__item {
		width: 100%;
		padding-right: 0;
		display: flex;
		min-height: auto;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.catalogue-block__item:last-child{
		margin-bottom: 0;
		border: none;
	}

	.catalogue-block__picture{
		width: 45%;
		margin-right: 15px;
		height: 180px;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.catalogue-block__picture-wrapper{
		height: inherit;
	}

	.catalogue-block__description{
		width: 50%;
	}

	.catalogue-block__title{
		height: auto;
	}

	.catalogue-block__img{
		width: 150px;
		height: 150px;
	}

	.catalogue-block__title-recovery{
		display: none;
	}

	.catalogue-block__title{
		margin-bottom: 0;
		font-family: 'Century-Gothic-Bold';
		line-height: 10px;
    	padding-bottom: 10px;
	}

	.catalogue-block__price-item.-price-value{
		width: 100%;
	}

	.-price-quantity{
		display: none;
	}

	.catalogue-block__price-item.-price-button{
		width: 55%;
	}

	.catalogue-item__buy-button{
		height: 24px;
	}

	.btn-by:after{
		top: 5px;
	}
	.catalogue-item__buy-button:after{
		display: none;
	}

	.modern-page-all{
		display: none;
	}

	.table-desc{
		min-width: auto;
		width: 85%;
		padding: 15px;
	}

	.table-desc__header-title, .table-desc__text{
		font-size: 12px;
	}

	.catalogue-block__options-item .table-desc__link{
		margin-left: 5px;
	}

	.color-yellow{
		color: #887f00;
	}
	.modern-page-navigation a, .modern-page-title, .modern-page-first, .modern-page-current{
   		font-size: 10px;
   	}
   	.catalogue-block__watch{
   		display: none;
   	}
   	.catalogue-block__price{
   		margin-top: 0;
   	}
   	.catalogue-item__buy{
   		margin-top: 5px;
   		margin-bottom: 5px;
   	}
   	.catalogue-header__akpp-menu{
   		padding: 15px;
   		min-width: auto;
   		width: 85%;
   	}
   	.catalogue-header__akpp-menu .bx-filter-parameters-box-container{
   		max-height: 300px;
   	}
   	.catalogue-header__akpp .filter_text {
    	padding-left: 10px;
    }
    .catalogue-header__akpp .bx_filter_param_label input[type="checkbox"]{
    	margin-top: 6px;
    }
    .catalogue-item__buy-plus, .catalogue-item__buy-minus{
    	color: #09192b;
    }
    .catalogue-block__picture-label{
    	font-size: 12px;
    }
   	/*Каталог-Диски*/
   	.catalogue-plates__items{
   		display: none;
   	}
   	.catalogue-plates__group{
   		text-align: center;
   		padding: 10px;
   		background-color: #eaeaea;
   		cursor: pointer;
   		margin-bottom: 10px;
   		display: flex;
   		align-items: center;
   	}
   	.catalogue-plates__group-arrow{
   		background-image: url(/img/filter-arrow.png);
   		width: 9px;
   		height: 5px;
   		display: block;
   		margin-left: 15px;
   	}
   	.-arrow-right{
   		background-image: url(/img/filter-arrow-right.png);
   		width: 5px;
   		height: 9px;
   	}
	/*Карточка*/
	.catalogue-items__table nobr{
		display: none;
	}

	.detail-item__tabs-title{
		display: flex;
		flex-direction: column;
	}

	.applicability-row.brands span:hover,
	.applicability-row.models span:hover,
	.applicability-row.mods span:hover,
	.applicability-row.engines span:hover
	{
		font-weight: normal;
	}
	.detail-item__tabs-title a{
		padding: 10px 0;
	}

	.detail-item__tabs-title a.-selected, .detail-item__tabs-title a:hover{
		margin: initial;
		margin: 0;
	}

		.product-item-container {
		left: 20px;
	}

	.slider-container {
		display: none;
	}

	.detail-item {
		width: 100%;
	}

	.detail-item__sections {
		flex-direction: column;
	}
	.detail-item__sections .item-panel {
		width: 100%;
		order: 3;
	}
	.item-panel__buy-disabled:after{
		display: none;
	}
	.detail-item__sections .item-picture {
		width: 100%;
		margin-bottom: 10px;
	}
	.detail-item__sections .item-description .item-title {
		font-size: 26px;
	}

	.detail-item__sections .item-description {
		width: 100%;
	}

	.applicability-row table tr td{
		text-align: center;
		padding: 0 2px 0 2px !important;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		color: #333;
		font-size: 16px;
	}
	.applicability-row table {
		table-layout: fixed;
		min-width: 700px;
	}
	.applicability-row {
		overflow: scroll;
		background: none;
		padding: 5px 0;
	}
	.applicability-row.brands span, .applicability-row.models span, .applicability-row.mods span, .applicability-row.engines span{
		margin-right: 0;
	}
	.applicability-row span{
		display: block;
		padding: 5px 10px;
	}
	.applicability-row span:nth-child(2n){
		background-color: #eaeaea;
	}
	.applicability-row span.active{
		background-color: #ffd600;
		font-weight: normal;
	}
	.applicability__title {
    	overflow: hidden;
    	margin-bottom: 10px;
    	font-weight: bold;
	}

	.applicability__title span {
	    display: inline-block;
	    vertical-align: middle;
	}
	.applicability__title:after {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    width: 100%;
	    height: 2px;
	    background-color: #09192b;
	    position: relative;
	    margin-right: -100%;
	    right: -14px;
	}

	#analogs table {
		width: 700px;
		position: relative;
		table-layout: fixed;
		overflow: scroll;
	}

	.product_descr  {
		width: 98%;
		margin: auto;
	}
	.product_descr ul {
		list-style-position: inside;
	}

	.item-title{
		font-weight: 700;
	    font-size: 16px;
	    line-height: 1.3em;
	    margin-bottom: 5px;
	}

	.item-category{
		text-decoration: none;
		margin-bottom: 10px;
		display: block;
	    line-height: normal;
	    color: gray;
	}

	.item-panel .btn-by:after{
		display: none;
	}

	.detail-item__sections{
		margin-top: 0;
	}

	.detail-item__sections .item-description .item-properties{
		margin-top: 0;
	}

	.kit-alert{
		display: none;
	}

	.detail-item__tabs-title .detailed-description a, .product-description{
		display: none;
	}

	.mobile-applicability{
		display: flex;
		flex-direction: column;
	}

	.mobile-applicability__card{
		display: flex;
		flex-direction: column;
		padding: 10px 0;
		border: 1px solid lightgray;
		margin-bottom: 10px;
		border-radius: 4px;
	}
	.mobile-applicability__card:nth-child(2n){
		background-color: #eaeaea;
	}
	.mobile-applicability__card b{
		font-family: 'Century-Gothic-Bold';
	}
	.mobile-applicability__card p{
		padding: 0 10px;
	}
	.mobile-applicability__card-model{
		background-color: #fcd602;
	}
	.more-photos{
		width: 100%;
		justify-content: flex-start;
		margin-top: 0;
	}
	.more-photos__link:nth-child(3n){
		margin-right: 0;
	}
	.more-photos__link{
		width: 32%;
		margin-right: 4px;
	}
	.detail-item__sections .item-panel .item-panel__text{
		margin-top: 15px;
	}
	/*НОВЫЕ Марки авто*/
	.selection__item{
		margin-right: 0;
		margin-bottom: 10px;
		padding: 5px 10px;
	}
	.selection__title{
		font-size: 14px;
	}
	.selection__breadcrumbs{
		margin-bottom: 10px;
		flex-wrap: wrap;
	}
	.selection__letters{
		margin-bottom: 10px;
	}
	.selection__items{
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
	}
	.selection__breadcrumbs a{
		font-size: 12px;
	}
	.selection__breadcrumbs{
		padding: 10px;
	}
	.selection__breadcrumbs .fa-share-alt-square{
		display: none;
	}
	.auto-cards{
		margin-bottom: 0;
	}
	.auto-card{
		margin-right: 0;
		min-width: auto;
		width: 100%;
	}
	.auto-card.-static{
		width: auto;
		margin-bottom: 10px;
	}
	.selection-mods__wrapper{
		flex-direction: column;
		margin-bottom: 10px;
	}
	.mods-filters{
		box-shadow: none;
	}
	.mods-filters__title{
		font-size: 14px;
	}
	.mods-filters__wrapper{
		flex-direction: column;
	}
	.mods-filter{
		margin-right: 0;
	}
	.mods-filter__dropdown{
		width: 100%;
	}
	.mods-filter__buttons{
		flex-direction: column;
	}
	.mods-filter__clear{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mods-filter__apply{
		margin-right: 0;
		width: auto;
	}
	.selection__subtitle-wrapper{
		flex-direction: column;
	}
	.modification__header .modification__row-value{
		display: none;
	}
	.modification__header .modification__row-value:first-child{
		display: flex;
	}
	.selection-mods{
		padding: 0;
	}
	.modification__row{
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 15px;
	}
	.modification__row:nth-child(odd){
		background-color: #f8f8f8;
	}
	.modification__row:first-child{
	}
	.modification__row:last-child{
		border-bottom: none;
	}
	.modification__row-value{
		padding: 0;
		padding-right: 5px;
	}
	.modification__row-value:nth-child(1){
		width: 100%;
		font-weight: bold;
	}
	.modification__row-value:nth-child(2), .modification__row-value:nth-child(3), .modification__row-value:nth-child(4), .modification__row-value:nth-child(5), .modification__row-value:nth-child(6), .modification__row-value:nth-child(7){
		width: auto;
	}
	.selection-detail__back{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.result__alert{
		margin-bottom: 10px;
	}
	.selection-info__wrapper{
		justify-content: space-between;
	}
	.selection-info__item:last-child{
		margin-right: 0;
	}
	.selection-info__item i{
		font-size: 36px;
	}
	.selection-info__item-title{
		font-size: 16px;
	}
	.selection-info__item{
		width: 42%;
		height: auto;
		padding: 10px;
		margin: 0;
	}
	.selection-result__section-title{
		min-width: auto;
		padding: 5px 10px;
		font-size: 16px;
	}
	.selection-result__count{
		display: none;
	}
	.selection-choise{
		width: 90%;
		padding: 10px;
	}
	.selection-choise .fa-times{
		display: none;
	}
	.selection-choise__title{
		font-size: 14px;
		text-transform: none;
		flex-direction: column;
	}
	.selection-choise__title b{
		font-size: 24px;
	}
	.selection-choise__trans{
		margin-bottom: 10px;
	}
	.selection-choise__trans-delimetr{
		width: 100%;
		margin-bottom: 10px;
	}
	.selection-choise__text{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.selection-choise__cards{
		width: auto;
		margin-bottom: 10px;
		flex-direction: column;
	}
	.selection-choise__card{
		height: auto;
		padding: 10px;
		justify-content: flex-start;
		box-shadow: none;
		margin-bottom: 10px;
	}
	.selection-choise__card-text{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.selection-choise__card i{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.selection-choise__card-text-small{
		font-size: 16px;
		margin-bottom: 0;
		margin-right: 5px;
	}
	.selection-choise__card-text-big{
		font-size: 16px;
	}
	.selection-choise__back{
		padding: 10px;
		top: 4%;
		bottom: unset;
	}
	.selection-info__wrapper.-three .selection-info__item{
		width: 25%;
	}
	/*Марки авто*/
	.transmission_categories{
		display: block;
	}
	.transmission_categories li a{
		display: block;
		width: auto;
		height: auto;
		padding: 4px 8px;
		line-height: 29px;
		border: 1px solid #09192b;
		border-radius: 4px;
	}
	.row-char li.mobile-float, .row-model li.mobile-float, .row-modif li.mobile-float {
		float: none;
	}

	.chose-panel-new .desc{
		font-size:12px;
	}
	.desc-b, .link-b{
		width:100%;
		float: left;
	}
	.link-b{
		background: inherit;
		height:auto;
	}
	.search-row{
		width: auto;
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	.wrap-right-block .right-block {
		margin-top: 60px;
	}
	.news-list.with-akpp-inner {
		margin-top: 50px;
	}
	.news-list.with-akpp-inner .wrap-right-block .right-block {
		margin-top: -70px;
	}
	.row-modif li{
		width:50%;
	}
	.row-modif li a {
		width: calc(100% - 60px);
		height: 109px;
		word-break: break-word;
	}
	.row-modif.no-height li a {
		height: auto;
	}
	.row-model, .row-modif {
		width: 100%;
	}
	.mobile-auto-table{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.mobile-auto-table__card{
		display: flex;
		flex-direction: column;
		border: 1px solid lightgray;
		padding: 10px 0;
		margin-bottom: 10px;
		border-radius: 4px;
		text-decoration: none;
	}
	.mobile-auto-table__card:nth-child(2n){
		background-color: #eaeaea;
	}
	.mobile-auto-table__card p{
		padding: 0 15px;
	}
	.mobile-auto-table__card b{
		font-family: 'Century-Gothic-Bold';
	}
	.mobile-auto-table__card-model{
		background-color: #ffd801;
	}
	.item-panel__delivery{
		margin-top: 15px;
		font-size: 14px;
		padding: 10px 15px;
		justify-content: center;
	}
	.detail-item__tabs-title{
		margin-top: 15px;
	}
	.delivery-city__input{
		width: -webkit-fill-available;
	}
/*	.search-row input[type=text]{
		width: 100%;
	}*/
	.chose-panel-new .desc{
		padding: 5px 10px;
	}
	/*POSIK*/
	.result-head{
		margin: 0;
		margin-top: 10px;
	}
	.result-info{
		padding: 10px;
	}
	.search-item{
		font-size: 12px;
	}
	.search-item__last{
   		display: none;
   	}
   	/*КОНТАКТЫ*/
   	.form-1-price{
   		margin: 0;
   	}
   	.form-1-price .btn-1{
   		display: none;
   	}
   	/*VIn*/
   	.vin-block{
   		flex-direction: column;
   		margin-bottom: 0;
   	}
   	.vin-block__wrapper{
   		flex-direction: column;
   		align-items: flex-start;
   		margin-bottom: 10px;
   	}
   	.vin-title{
   		margin-bottom: 10px;
   	}
   	.vin-loader{
   		margin-top: 10px;
   	}
   	.vin-panel{
   		margin-bottom: 10px;
   		flex-direction: column;
   	}
   	.vin-panel__column:last-child{
   		display: none;
   	}
   	.vin-form{
   		width: 100%;
   		justify-content: flex-start;
   		align-items: center;
   	}
   	.vin-form__input{
   		width: 100%;
   		margin-right: 0;
   	}
   	.vin-panel__column{
   		
   	}
   	.vin-panel__column-title{
   		width: 100px;
   		margin-right: 10px;
   	}
   	.vin-info-wrapper{
   		flex-direction: column;
   		justify-content: flex-start;
   		align-items: flex-start;
   	}
   	.vin-trans__block-notice{
   		display: none;
   	}
   	.vin-form__button{
   		margin: 0;
   		padding: 12px 15px;
   	}
   	.vin-form-wrapper{
   		flex-direction: column;
   	}
   	.vin-send-form{
   		border: none;
   		padding: 0;
   		justify-content: flex-start;
   		width: 100%;
   		margin-bottom: 30px;
   	}
   	.vin-send-form__title{
   		margin-bottom: 10px;
   	}
   	.vin-send-form .form-groups{
   		margin: 0;
   	}
   	.vin-send-form .form-groups__column{
   		width: 100%;
   		margin-bottom: 10px;
   	}
   	.vin-form-info{
   		width: auto;
   	}
   	.vin-send-form .form-groups__buttons{
   		margin: 0;
   	}
   	.form-groups__notice{
   		margin-bottom: 10px;
   		width: auto;
   	}
   	.catalogue-items__empty{
   		padding: 10px 10px;
   		border-radius: 4px;
   	}
   	.vin-info{
   		margin: 0;
   	}
   	.vin-info-wrapper{
   		margin-top: 20px;
   	}
   	.trans-alert{
   		margin-bottom: 10px;
   	}
   	.vin-info__tip{
   		padding: 5px 15px;
	    margin-top: 10px;
	    border-radius: 4px;
	    display: inline-block;
	    background-color: #eaeaea;
   	}
   	.vin-alert{
   		width: 100%;
   	}
   	.vin-alert__header{
   		width: auto;
   	}
   	.vin-alert__text{
   		width: auto;
   	}
   	.vin-video-tittle{
   		width: auto;
   	}
   	.how-to-kit__block{
   		flex-direction: column;
   		margin-bottom: 0;
   	}
   	.how-to-kit__block-item{
   		width: auto;
   		margin-bottom: 15px;
   		height: 150px;
   	}
   	.how-to-kit__subtitle{
   		border: none;
   	}
   	.vin-add{
   		min-width: 100%;
   	}
   	/*ЗАКАЗЫ*/
   	.orders-list__header-item:nth-child(3), .orders-list__short-item:nth-child(3){
   		display: none;
   	}
   	.orders .orders-list__header-item:nth-child(4), .orders .orders-list__short-item:nth-child(4){
   		display: none;
   	}
   	.orders-list__header-item{
   		font-size: 12px;
   	}
   	.orders-list__header-item:nth-child(1), .orders-list__short-item:nth-child(1){
   		width: 33%;
   	}
   	.orders-list__header-item:nth-child(2), .orders-list__short-item:nth-child(2){
   		width: 33%;
   	}
   	.orders-list__header-item:nth-child(5), .orders-list__short-item:nth-child(5){
   		width: 33%;
   	}
   	.orders-products__header-item{
   		font-size: 12px;
   	}
   	.orders-products__info-trans{
   		display: none;
   	}
   	.orders-products__info-description{
   		display: none;
   	}
   	.orders-products__info-names{
   		width: 50%;
   	}
   	.orders-products__info-img{
   		margin-right: 30px;
   	}
   	.orders-products__header-item:nth-child(1){
   		width: 50%;
   	}
   	.orders-products__header-item:nth-child(2){
   		width: 28%;
   	}
   	.orders-products__header-item:nth-child(3){
   		width: 20%;
   	}
   	.order-info__item{
   		font-size: 12px;
   	}
   	.order-info__item{
   		flex-direction: row;
   		margin-bottom: 5px;
   		justify-content: flex-start;
   	}
   	.order-info__item:last-child{
   		margin-bottom: 0;
   	}
   	.order-info__label{
   		width: 40%;
   		text-transform: none;
   	}
   	.order-info{
   		display: flex;
   		flex-direction: column;
   	}
   	.order-info__link{
   		font-size: 12px;
   		padding: 0 18px;
   	}
   	.order-info__change{
   		width: auto;
   	}
   	.-name a{
   		text-decoration: none;
   	}
   	.vin-order__table{
   		width: auto;
   	}
   	.modal-window{
   		padding: 15px !important;
   	}
   	#vin-order .modal-window__title{
    	margin-bottom: 20px;
    }
    .vin-order__table .orders-list__header-item:nth-child(1), .vin-order__table .orders-list__short-item:nth-child(1){
    	width: 35%;
    }
    .vin-order__table .orders-list__header-item:nth-child(2), .vin-order__table .orders-list__short-item:nth-child(2){
    	width: 35%;
    }
    .vin-block__links{
    	margin-left: 0;
    	padding: 5px 15px;
    	background-color: #eaeaea;
    	border-radius: 4px;
    }
    .vin-block__links:first-child{
    	margin-bottom: 10px;
    }
    .vin-panel{
    	padding: 5px 15px;
    }
    .vin-info{
    	background-color: #eaeaea;
    }
    /*ХРЕНЬ*/
	/*РЕГИСТРАЦИЯ / АВТОРИЗАЦИЯ*/
	.registration__form-wrapper{
		flex-direction: column-reverse;
	}
	.registration__row{
		flex-direction: column;
	}
	.registration__row-field{
		margin-right: 0;
		margin-bottom: 5px;
	}
	.registration__row-field:last-child{
		margin-bottom: 0;
	}
	.registration__errors{
		width: auto;
		margin-bottom: 15px;
	}
	.registration__row-field .-large{
		min-width: auto;
	}
	.registration__form-submit{
		width: -webkit-fill-available;
	}
}

/*iphone 6,7,8*/
@media screen and (max-width:376px) {
	.search-menu .search-menu__submenu {
	    width: 353px;
	    left: -9px;
	}
	.search-menu .submenu-akpp {
    	left: -136px;
	}
	.slideshow .btn-prev, .slideshow .btn-next {
    	top: 27px;
	}
	.catalogue-block__picture{
		width: 44%;
	}

	.blog-section table, .blog-section td, .blog-section th{
		font-size: 12px;
	}

	.blog-kit__main-text{
		font-size: 12px;
	}

	.blog-kit__main-title{
		margin-bottom: 0;
	}
	.news-detail iframe{
		height: 200px;
	}
	.garage-vin__input{
		width: 60%;
	}
    .orders-products__info-img{
    	margin-right: 15px;
    }
    .orders-products__info-names{
    	width: 55%;
    }
    .orders-products__header{
    	margin: 0 10px;
    }
    .orders-products__row{
    	margin: 0 10px;
    }
    .modal-window{
    	min-width: 300px;
    }
    .registration__switch i{
    	display: none;
    }
    .registration__errors-list{
    	padding: 10px;
    	padding-left: 30px;
    }
    .delivery-result__parameters tr th:first-child {
	    width: 46%;
	}
	.delivery-result__parameters tr th:nth-child(2) {
	    width: 32%;
	}
	.delivery-result__parameters tr th:nth-child(3) {
	    width: 18%;
	}
	.delivery-result__parameters td, .delivery-result__parameters th{
		font-size: 12px;
	}
	.delivery-result__parameters td, .delivery-result__parameters th{
		padding: 2px 10px;
	}
	.search-menu__submenu-wrapper .-top{
		padding-right: 15px;
	}
	.search-menu__submenu-wrapper .-popular{
		padding-left: 15px;
	}
}

/*iphone se*/
@media screen and (max-width:321px) {
	.search-menu .search-menu__item>a{
		font-size: 12px;
	}
	.search-menu .search-menu__submenu {
		width: 298px;
		left: -5px;
	}
	.search-menu .submenu-akpp {
		left: -112px;
	}
	.search-menu .search-menu__submenu .search-menu__submenu-list{
		font-size: 11px;
	}
	.footer-item__social-ico {
	    width: 15px;
	    height: 15px;
	    background-size: 55px;
	    margin-right: 4px;
	 }
	.footer-item__block .-viber {
    	background-position: -40px 0;
	}
	.footer-item__block .-whatsap {
    	background-position: -20px 0;
	}
	.footer-item__block .-phone {
	    width: 15px;
	    height: 15px;
	    background-size: 15px;
	    margin-right: 4px;
	}
	.footer-item__block-phone{
		font-size: 11px;
	}
	.slideshow .btn-prev, .slideshow .btn-next {
    	top: 19px;
	}
	.catalogue-block__picture{
		width: 45%;
		height: 150px;
	}

	.catalogue-block__img{
		width: 120px;
		height: 120px;
	}

	.catalogue-block__options-title, .catalogue-block__options-item, .catalogue-block__link, .catalogue-block__options-transmission, .color-green, .color-yellow, .color-red{
		font-size: 10px;
	}

	.catalogue-block__price-item.-price-value{
		font-size: 18px;
	}

	.catalogue-block__title .catalogue-block__link{
		line-height: 14px;
	    margin-bottom: 0;
	    display: block;
	}
	.catalogue-block__price{
		margin-top: 5px;
	}

	.detail-item__sections .item-description .item-properties .properties-row__right a{
		font-size: 12px;
	}

	.detail-item__sections .item-description .item-properties .properties-row__left{
		font-size: 12px;
	}

	.detail-item__sections .item-description .item-properties .properties-row__right{
		font-size: 12px;
	}

	.detail-item__sections .item-description .item-properties .properties-row__full a{
		font-size: 12px;
	}

	.detail-item__tabs-title a{
		padding: 5px 0;
	}

	.blog-section table, .blog-section td, .blog-section th{
		font-size: 11px;
	}

	.blog-section__title, .blog-kit__hr{
		font-size: 16px;
	}

	.panel-info{
		padding: 10px;
	}

	.company-blogs .company-blogs__posts .company-blogs__posts-item .company-blogs__item-date{
		display: none;
	}

	.company-blogs .company-blogs__posts{
		padding: 5px;
	}

	.blog-section__img{
		height: 125px;
	}

	.blog-card {
    	width: auto;
	}

	.catalogue-akpp__title{
		font-size: 20px;
	}

	.akpp_themes_list th, .table2 tr, .table2 tr td {
	    font-size: 10px;
	    line-height: 16px;
   	}

   	.modern-page-navigation a, .modern-page-title, .modern-page-first, .modern-page-current{
   		font-size: 10px;
   	}
   	.submenu-akpp li{
		height: 24px;
		overflow: hidden;
	}
	.search-form .search-form__input{
		font-size: 11px;
	}
	.link-b, .link-b a{
		font-size: 12px;
	}
	.catalogue-plates__group span{
   		font-size: 12px;
   	}
   	.chose-panel-new .desc{
   		font-size: 11px;
   	}
   	.catalogue-categories__item{
   		font-size: 11px;
   	}
   	.search-item{
   		font-size: 11px;
   	}
   	.search-form .search-form__result .search-item .search-item__name{
   		min-width: 85px;
   	}
   	.search-form .search-form__result .search-item .search-item__name{
   		margin-right: 10px;
   	}
   	.catalogue-block__title{
   		padding-bottom: 5px;
   	}
   	.catalogue-item__buy{
   		margin-bottom: 5px;
   	}
   	.catalogue-header__akpp-menu .bx-filter-parameters-box-container{
   		max-height: 220px;
   	}
   	.btn{
   		font-size: 12px;
   	}
   	.bx_filter_param_text{
   		font-size: 12px;
   	}
   	.catalogue-items__blocks{
   		margin-top: 10px;
   	}
   	.news-detail iframe{
		height: 170px;
	}
	.garage-vin__input{
		width: 54%;
	}
	.more-photos__link{
		width: 31%;
		margin-right: 5px;
	}
    .orders-list__header-item:nth-child(1), .orders-list__short-item:nth-child(1){
    	width: 40%;
    }
    .orders-list__header-item:nth-child(5), .orders-list__short-item:nth-child(5){
    	width: 25%;
    }
    .orders .catalogue-item__picture{
    	width: 50px;
    	height: 50px;
    }
    .orders-products__header-item:nth-child(1){
    	width: 45%;
    }
    .orders-products__header-item:nth-child(2){
    	width: 35%;
    }
    .orders-products__header-item:nth-child(3){
    	width: 25%;
    }
    .orders-products__row{
    	font-size: 10px;
    }
    .orders-products__info-names{
    	font-size: 10px;
    }
    .orders-list__header-item{
    	font-size: 11px;
    }
    .vin-order__table .orders-list__header-item:nth-child(1), .vin-order__table .orders-list__short-item:nth-child(1){
    	width: 41%;
    }
    .orders-list__short{
    	font-size: 12px;
    }
    .products-and-blog__title-text{
    	font-size: 12px;
    }
    .new-product__title{
    	font-size: 11px;
    }
    .new-product__wrapper{
    	padding: 10px;
    }
    .new-product__image-img{
    	width: 115px;
    	height: 115px;
    }
    .new-product__show-all{
    	font-size: 10px;
    	padding: 2px 4px;
    }
    .new-product__description-item{
    	font-size: 11px;
    }
    .products-and-blog__title{
    	padding: 10px;
    }
    .products-and-blog__title-block{
    	display: flex;
    	align-items: center;
    }
	.products-and-blog__title-icon {
	    background-size: 16px;
	    width: 16px;
	    height: 16px;
	    margin-right: 10px;
	}
	.registration__title{
		font-size: 14px;
	}
	.registration__switch-item{
		padding: 5px 7px;
		margin-right: 0;
	}
	.registration__switch{
		justify-content: space-between;
	}
	.registration__errors-list{
		padding: 5px;
		padding-left: 30px;
	}
	.registration__errors-title, .registration__block-header{
		font-size: 14px;
	}
	.search-menu__label .fas{
		font-size: 6px;
	}
	.search-menu__label{
		padding: 2px;
	}
	.layer-fade__text{
		font-size: 20px;
	}
	.search-menu__submenu-wrapper .-top{
		padding-right: 10px;
	}
	.search-menu__submenu-wrapper .-popular{
		padding-left: 10px;
	}
	.search-menu__submenu-title{
		padding: 5px;
	}
	.-top .search-menu__submenu-item{
		width: 80px;
	}
	.search-menu__submenu-title-icon{
		display: none;
	}
	.search-menu__submenu-showall{
		font-size: 12px;
	}
	.-top .search-menu__submenu-item a{
		font-size: 18px;
	}
	.search-menu__submenu-wrapper{
		padding: 10px;
	}
	.catalog-menu{
		padding: 0 5px;
	}
}