.banner{
	background-image: url(../image/price_fon.jpg);
}
.price{
    position: relative;
}
.price h3{
    position: relative;
	text-align: center;
	font-size: 34px;
	color: rgb(4, 4, 26);
	font-weight: 600;
	font-style: bold;
	padding: 10px 5px;
	z-index: 2;
}
.price-element{
    position: relative;
    z-index: 3;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.price-element h4{
    font-size: 26px;
    font-style: oblique;
    font-weight: 600;
    padding: 10px 5px;
    text-align: left;
}
.price-element h5{
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    padding: 10px 5px;
    text-align: right;
    border-bottom: 2px solid rgba(45, 12, 233, 0.671);
}
.price h6{
    text-align: center;
    font-style: italic;
    padding: 10px 5px;
    position: relative;
    z-index: 3;
}
.fon-pr2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/fon-pr2.jpg);
    background-size: cover;
    z-index: 1;
    opacity: 0.4;
}