.layout2 .left {
	/*flex: 1 1 0;*/
	min-width: 20%;
	float: left;
}

.layout2 .center {
	/*flex: 3 1 0;*/
	width: 40%;
	float: left;
}



.layout2 .right{
	/*flex: 3 1 0;*/
	width: 40%;
	float: left;
}

.layout2 .right img {
	max-width: 100%;
}


.layout2 {
	/*display: flex;
	flex-direction: row;*/
}


.layoutPrices .leftPrices {
	flex: 1;
	text-align: center;
}

.layoutPrices .centerPrices {
	flex: 1;
	text-align: center;
}


.layoutPrices .rightPrices{
	flex: 1;
	text-align: center;

}

.layoutPrices {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
/* 
.leftPrices, .rightPrices, .centerPrices{
}
 */
