.DiscountGood{
    margin-top: 30px;
    background-color: white;
}
.DiscountGood div{
    padding-left: 20px;
    padding-right: 20px;
}
.DiscountGood, .DiscountGood div{
    width: 100%;
}
.DiscountGood .DiscountGood__title{
    text-align: center;
}
.DiscountGood .DiscountGood__title p{
    margin-top: 20px;
}
.DiscountGood .DiscountGood__title span{
    color: red;
    font-weight: bold;
}
.DiscountGood .DiscountGood__tovars img{
    /*float: left;*/
    /*max-width: 50%;*/
}
.DiscountGood .DiscountGood__tovars img:first-child {

}
.DiscountGood .DiscountGood__podpis{
    padding-top: 20px;
}
.DiscountGood .DiscountGood__price{
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.DiscountGood .DiscountGood__price p{
    text-align: center;
    font-weight: bold;
}
.DiscountGood .DiscountGood__price .addBasket_pack{
    background-color: #63af3e;
    border-color: #63af3e;
    color: #ffffff;
}
.DiscountGood__tovars{
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.DiscountGood__tovars > a {
    flex: 0 1 50%;
}

.DiscountGood__tovars > a img {
	width: 100%;
	max-width: unset;
}

.DiscountGood__tovars a:not(:last-child):before, 
.DiscountGood__tovars a:not(:last-child):after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	height: 20px;
	width: 3px;
	background-color: #333;
}

.DiscountGood__tovars a:not(:last-child):before {
	transform: rotate(90deg);
}


.DiscountGood__podpis{
    display: flex;
    flex-wrap: wrap;
}

.DiscountGood__podpis > * {
    padding-bottom: 10px;
}