.pdbrands-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pdbrands-header .btn{
	max-width: 240px;
	padding: 12px 15px;
	font-weight: 500;
	line-height: 1.2;
}
.pbrands-slider{
	margin-bottom: 35px;
}
.pbrands-abc-grid{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
}
.pbrands-abc-grid-item{
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #135CAE;
}
.pbrands-abc-grid-item.active,
.pbrands-abc-grid-item:hover{
	color: #e00;
}
.pbrands-abc-grid-item-br {
	width: 100%;
}
.pbrands-list-abc {
	margin-top: 50px;
}
.pbrands-list-abc-item + .pbrands-list-abc-item {
	margin-top: 40px;
}
.pbrands-list-abc-item-letter {
	font-weight: 600;
	font-size: 30px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.pbrands-list-brands {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.pbrands-list-brands-item{
	line-height: 1.7;
}
.pbrands-list-brands-item-link {
	display: inline-block;
	line-height: 1.1;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.pbrands-list-brands-item-link:hover{
	color: #e00;
}


.pdbrands-aside-nav{
	max-height: 300px;
	overflow: auto;
	padding-right: 10px;
}
.pdbrands-aside-nav .nav-item + .nav-item {
	margin-top: 15px;
}
.pdbrands-aside-nav .nav-link {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 16px;
	color: #5F6368;
}
.pdbrands-aside-nav .nav-link:hover{
	color: #135CAE;
}
.pdbrands-aside-nav .nav-link-name{
	line-height: 1.3;
}
.pdbrands-aside-nav .nav-link-count{
	flex-shrink: 0;
	margin-left: 5px;
	font-size: 14px;
}
.pdbrands-tab{
	margin-bottom: 35px;
}
.pdbrands-tab .bTab {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.pdbrands-tab .count-review{
	margin-left: 4px;
	font-weight: 500;
	font-size: 18px;
	color: #8D8D8D;
}
.pdbrands-catalog{
	margin-top: 100px;
}
.pdbrands-catalog .h1{
	margin-bottom: 30px;
}
.pdbrands-review{
	margin-top: 130px;
}
.pdbrands-review .h2{
	margin-bottom: 35px;
}
.pdbrands-text2{
	margin-top: 100px;
}
.pdbrands .wysiwygText img:not([class]){
	margin-top: 0;
	max-width: 250px;
}