.mototires {
	cursor: pointer;
}

.pstrnav {
    width: 97%;
    margin: 20px auto;
    border-top: 1px solid #DDD;
    padding-top: 15px;
}
.pstrnav ul {
    list-style: none;
}
.pstrnav ul li {
    font-size: 14px;
    margin-left: 5px;
    float: left;

}
.pstrnav ul li a {
    text-decoration: none;
    padding: 5px 10px;
    color: grey;
    border: 1px solid #DDDDDD;
}

.pstrnav ul li .pstr-active {
   	-moz-box-shadow:0px 0px 3px #437AB2;
    -webkit-box-shadow:0px 0px 3px #437AB2;
    box-shadow:0px 0px 3px #437AB2;
    border:2px solid white;
    background: #437AB2;
    color: white;
}
.danger {
    background-color: rgb(253, 247, 247);
    border: 1px solid rgb(238, 211, 215);
    color: red;
    padding: 10px;
}
.count-plus, .count-minus, .del_product_cart {
	cursor: pointer;
}
#filtr_article {
	border-color: #303031 !important;
}
.none_pc {
	display: none;
}
@media screen and (max-width: 765px) {
	.none_pc {
		display: block;
	}
	.none_mob {
		display: none;
	}
	.full_wrapper.header div.logo {
		padding-top: 5px;
	}
	.full_wrapper.header div.phone {
		padding-top: 0px;
	}
	.full_wrapper.header div.phone div {
		margin-top: 0px;
	}
	.none_pc a {
		color: white;
	}
}

/* Запрет горизонтального скролла */
html, body {
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* Все изображения и медиа — адаптивные */
img, video, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

/* Контейнеры не выходят за пределы */
.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

/* Слайдер Splide — адаптивность */
.banner-slider {
  width: 100% !important;
}

.splide__slide img {
  width: 100% !important;
  height: auto !important;
  max-height: 300px;
  object-fit: cover;
}