

.background-cat__div{
	background: grey;
	background: lightgrey;
	/*background-image: url('/wp-content/uploads/2021/12/3slid.7ee0f8c04ab409250af999de3605cc62.webp');*/
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 650px;*/
	min-height: 500px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}
.background-cat__div::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0,0,0, .7);
	z-index: 0;
}
.title-cat__h1{
	/*color: #fff;
	position: relative;
	font-weight: bold;
	border: 2px solid rgba(255, 255, 255, 1);
	padding: 25px;
	/*font-size: 36px;
	z-index: 1;*/
	font-weight: bold;
font-size: 43px;
padding: 25px;
text-transform: uppercase;
text-align: center;
text-shadow: 0 0 10px #000;
line-height: 76px;
color: #fff;
position: relative;
z-index: 1;
}
.subtitle-cat__p{
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 1;
	letter-spacing: 2px;
	font-style: oblique;
	padding: 0px 20px;
}
.name-company__p{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/**/

@media screen and (max-width: 992px){
	.title-cat__h1{
		font-size: 28px;
	}
}

.ready-price__a {
    display: block;
    background: #af023f;
    color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: normal;
}