 :root{
 	--accent: #01A573;
 	--hover: #049167;
 	--red: #EA2525;
 	--fz-20: 18px;
 }
@media screen and (max-width: 1199px) {
	 :root{
	 	--fz-20: 17px;
	 }
}
@media screen and (max-width: 370px) {
	 :root{
	 	--fz-20: 16px;
	 }
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.list{
	list-style-type: 0;
	margin: 0;
	padding: 0;
}
.fw-600{
	font-weight: 600;
}
.img{
	max-width: 100%;
	height: auto;
	display: block;
}
.sz-container{
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.sz-button{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	font-size: 20px !important;text-transform: uppercase;color: #fff;
	background: var(--accent);
	/* font-family: 'Inter'; */
	font-family: var(--e-global-typography-primary-font-family);
	transition: all 0.25s;
	padding: 10px;
	border-radius: 5px;
}

.sz-button:hover{
	background: var(--hover);
	color: #fff;
/* font-family: "Roboto Condensed", Sans-serif; */}

.title-2{
	font-weight: 700;
	font-size: 38px;
	font-family: var(--e-global-typography-primary-font-family);
	color: #000000;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
	.title-2{
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {
	.title-2{
		font-size: 30px;
		line-height: 1.25;
	}
}

@media screen and (max-width: 575px) {
	.title-2{
		font-size: 26px;
		line-height: 1.2;
	}
}

.sz-card__related{
	margin: 0 10px;
}

.sz-card{
	color: #000;
	font-family: var(--e-global-typography-primary-font-family);
	transition: all 0.25s;
	display: block;
box-shadow: 4px 4px 10px rgb(0 0 0 / 5%);}

.sz-card:hover{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.sz-card__img{
	height: 280px;
/*	border-radius: 5px 5px 0 0;	*/
	overflow: hidden;
}
.sz-card__img a{
	display: block;
	height: 100%;
	width: 100%;
}
.sz-card__img img{
	height: 100%;
	width: 100%;
	object-fit: cover;

}
.sz-card__content{
	padding: 10px 24px 24px;
	border: 1px solid rgb(0 0 0 / 15%);
/*	border-radius: 0 0 5px 5px;*/
}
.sz-card__cat{
	color: #000;
	opacity: 0.3;
	font-size: 18px;
}
.sz-card__title{
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 12px;
	font-family: var(--e-global-typography-primary-font-family);
	line-height: 1.2;
}
.sz-card__param_item{
	justify-content: space-between;
	margin-bottom: 5px;
}
.sz-card__param_separate{
	border-bottom: 1px dashed #000;
	flex: 1 0 auto;
	margin: 0 5px 8px;
}
.sz-card__btn{
	height: 62px;
	font-size: 20px;
	margin: 20px 0 0 0;
}


@media screen and (max-width: 480px) {
	.sz-card__content{
		padding: 10px 15px 24px;
	}
	.sz-card__title{
		font-size: 20px;
	}
}
