	.example>h2{
		text-align: center;
		font-size: 34px;
		font-weight: 600;
		font-style: italic;
		padding: 15px 5px;
		position: relative;
		z-index: 3;
	}
	.example{
		position: relative;
		height: 450px;
	}
	.ex_img{
		width: 250px;
		height: 250px;
		border-radius: 5px;
	}
		/* Ограничивающая оболочка */
	.example-slider .slick-list{
			overflow: hidden;
		}
		/* Лента слайдов */
	.example-slider .slick-track{
			display: flex;
			flex-direction: row;
			align-items: center;
		}
	/* Конкретный слайдер */
	.example-slider{
		position: relative;
		padding: 0 60px;
		z-index: 3;
	}
	/*   точки   */
	.example-slider .slick-dots{
		display: flex;
		justify-content: center;
		padding-bottom: 10px;
	}
	.example-slider li{
		margin: 0 5px;
	}
	.example-slider li button{
		width: 12px;
		height: 12px;
		border: none;
		font-size: 0;
		border: 1px solid rgb(15, 0, 146);
		border-radius: 50%;
		padding: 0 0;
	}
	.example-slider li.slick-active button{
		box-shadow: 0 0 10px rgb(25, 0, 255);
		background: rgba(86, 70, 180, 0.952);
	}
	.example-item{
		text-align: center;
		opacity: 0.3;
	}
	.example-item.slick-center{
		opacity: 1;
	}
	.example-item.slick-center img{
		width: 350px;
		height: 350px;
		transition: 1s;
	}
	.exemple-fon{
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-image: url(../image/exemple_fon.jpg);
		background-size: cover;
		opacity: 0.2;
		top: 0;
		left: 0;
	}
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		 @media отзывы
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media(max-width: 1200px){
	.example{
		height: 350px;
	}
	.example-item.slick-center img{
		width: 250px;
		height: 250px;
	}
	.ex_img{
		width: 150px;
		height: 150px;
	}
}
@media(max-width: 900px){
	.example{
		height: 300px;
	}
	.example-item.slick-center img{
		width: 200px;
		height: 200px;
	}
	.ex_img{
		width: 100px;
		height: 100px;
	}
}
@media(max-width: 750px){
	.example{
		height: 222px;
	}
	.example-item.slick-center img{
		width: 150px;
		height: 150px;
	}
	.ex_img{
		width: 100px;
		height: 100px;
	}
	.example>h2{
		font-size: 24px;
		padding: 7px 5px;
	}
}
@media(max-width: 380px){
	.example{
		height: 192px;
	}
	.example-item.slick-center img{
		width: 120px;
		height: 120px;
	}
	.ex_img{
		width: 50px;
		height: 50px;
	}
}