.accessories-promo__wrap{
	width: 100%;
}


.menu__item.menu__item--catalog .menu__link {
  padding: 10px 7px;
}

.article-adv .article-adv__picture{
	filter: none;
	-webkit-filter: none;
}
.articles-list__item .article-adv .video__btn{
	display: none;
}

.promo-slider .promo-slider__photo-wrap::before{
	background: rgba(0, 0, 0, 0);
}
.promo-slider .promo-slider__nav-btn {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  /*visibility: hidden;*/
  opacity: 0;
  transition: all .5s ease;
}
.promo-slider:hover .promo-slider__nav-btn {
  /*visibility: visible;*/
  opacity: initial;
}


.promo-banner__btns-wrap.test_ride{
	display: block;
} 	
.promo-banner__btns-wrap.test_ride.is_mob{
	display: none;
} 	
@media screen and (max-width: 670px) {
	.promo-banner__btns-wrap.test_ride{
		display: none;
	} 	
	.promo-banner__btns-wrap.test_ride.is_mob{
		display: block;
	} 	
}
.product__btn-item.test_ride{
	display: block;
} 	
.product__btn-item.test_ride.is_mob{
	display: none;
}
@media screen and (max-width: 670px) {
	.product__btn-item.test_ride{
		display: none;
	} 	
	.product__btn-item.test_ride.is_mob{
		display: block;
	} 	
}


.title-search-result {
  z-index: 11205;
}

.favorit-btn.infavor svg path {
    fill: #504C48;
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #C59F72;
}

.footer-brands__row .footer-brands__col {
  padding-bottom: 24px;
  width: 10%;
}

.accessory__price-wrap .product-item-price-old{
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
}

.product__price-wrap .product-item-price-old {
	font-size: 16px;
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 16px;
}


.contacts__text-wrap ul, .contacts__text-wrap ol {
  opacity: 0.6;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
}


.contacts-item__link
{
  cursor: pointer;
}

.catalog-page.catalog_section .catalog__row.row-new
{
  justify-content: flex-start;
}

.compare__wrap .compare__tab
{
  overflow: auto;
}

.article__wrap
{
  width: 100%;
  /*text-align: justify;*/
  text-align: left;
}
.inner .article__wrap
{
  width: 100%;
  /*text-align: justify;*/
  text-align: left;
}
.col-new-71{
  text-align: justify;	
}


.popup-add-product__btns-col {
	margin: auto;
}


.product-measurement__table .product-measurement__value {
  width: 160px;
  text-align: center;
}
.product-measurement__table tr td {
	text-transform: none;
}	
@media screen and (max-width: 670px) {
  .product-measurement__table .product-measurement__value {
    width: 100px;
    text-align: center;
  }
}



.filter-catalog__checkbox-item item:disabled{
	color: #aaa;
}
.filter-catalog__label-checkbox.disabled{
	color: #aaa;
}

/*pagination*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #C59F72;
}
/*EOF pagination*/

.product-form__select2 .select2-container--theme-select2-product .select2-selection.select2-selection--single {
  min-width: 200px;
}

.title-search-result {
  width: 100% !important;
  border: 0;
  left: 0 !important;
  right: 0 !important;
  padding: 0;
}

.search-title {
  width: 100%;
  max-width: 1356px; 
  height   : 100%;
  margin   : 0 auto;
  padding  : 0 30px;
}

.search-title-result-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  border: 0;
}

.search-title-result-item-image-container {
  width: 75px;
}

.search-title-result-item-info {
  max-width: calc(100% - 75px);
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.search-title-result-item-link {
  display: inline-block;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 15px;
}

.search-title-result-item-link b {
  font-weight: 400;
}

.search-title-result-item-current-price {
  font-weight: 700;
}

.search-title-result-item-price {
  font-size: 15px;
}

.search-title-result-item:last-child .search-title-result-item-info  {
  padding-left: 0;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.search-title-result-item:last-child .search-title-result-item-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  color: #C59F72;
  text-decoration: underline;
}

@media screen and (max-width: 670px) {
  .search-title {
    padding: 0 20px;
  }

  .title-search-result {
    max-height: calc(100vh - 200px);
    overflow: auto;
    margin-top: -65px
  }
}

.accessories-promo .accessory__picture-wrap,
.accessories-promo .product__picture-wrap {
  background: #F4F1ED !important;
}

.accessories-promo .accessory__picture,
.accessories-promo .product__picture {
  mix-blend-mode: multiply;
}

#filter-form .filter-catalog__apply-widget-btn {
  width: auto;
}
@media screen and (max-width: 670px) {
  #filter-form .filter-catalog__container {
    padding: 100px 10px 140px;
  }
  
  #filter-form .filter-catalog__apply-widget-btn {
    margin-bottom: 10px;
	width: 100%;
  }
  
  #filter-form .filter-catalog__apply-widget {
    padding: 10px 20px 20px;
  }  
}

.footer__phone small, .header-widget__phone small{
	opacity: 1 !important;
}
a[href^=tel] small {
    opacity: 1 !important;
}

.single-product {
	padding-top: 40px;	
}

section.product-info{
	padding-bottom: 0px;
}


.single-product .product-characteristics {
  padding-top: 0px;
}

.single-product .product-features {
  padding-top: 95px;
}


.article__wrap ul li{
  opacity: 0.6;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
}


table.mytable {
    border: 0 none;
    border-collapse: collapse;
    width: 95%;
}
.mytable td, .mytable th {
    border: 1px solid #9e9e9e;
    padding-left: 10px;
    padding-right: 10px;
}
.page-content table.mytable td:last-child {
  border-right: 1px solid #9e9e9e;
}
.mytable_center td, .mytable_center th, .mytable_center td p {
    text-align: center;
}
.mytable_center th {
    background: #ddd none repeat scroll 0 0;
}
.mytable td p {
    text-align: left;
}
.mytable td li {
    list-style: outside none none;
} 
