.popup--product_added{
  display: flex;
  justify-content: space-around;
}
.popup--product_added > *{
  margin: 0 15px;
}

.cart__badge{
  text-align: center;
}
.section_page {   	margin-top: 25px;}
.group-checkbox__item a, .group-radio__item a{
	text-decoration:none;
}
.cart-list__title {
	text-decoration:none;
}
.catalog-sort__radio .form-radio__label {
	text-decoration:none;
}
a.brand {
    transition: .4s;
}
a.brand:hover {
    background-color: #bfd9fb;
}
.js-catalog-text {
	transition: .4s;
}
a.js-catalog-text-button {
   text-decoration: underline;
}
.catalog-text-small {
    overflow-y: hidden;
    max-height: 151px;
}
.js-catalog-text.catalog-text-small {
    max-height: 150px;
}
.small-price-text {
    font-size: 12pt;
    line-height: 20pt;
    display: inline-block;
}
body.filter-opened .page__filter {
	transform: translateX(0);
}
@media (min-width: 992px) {
	.layout_product .layout__tabs {
		max-width: 1060px;
	}
	.price-preorder {
		line-height: 40px;
	}
}
@media (min-width: 1300px) {
	.request__content {
		padding-top: 15px;
	}
}
.brand-body {
	margin: 20px 0px 40px 0px;
    border: 2px solid #456ec8;
    padding: 20px;
    background: #456ec8;
    color: #fff;
}
.form-checkbox__input:disabled ~ span,
.form-radio__input:disabled ~ span
{
	color: #aaa;
}