/*************************** section_what **************************************/
.section_what{
	position:relative;
	height:auto;
	min-height:initial;
	background-color:white;
}
 
.section_what .what__title{
	margin-top:240px;
	margin-bottom:3.5rem;
}
@media(max-width:86rem){
	.what__title{
		margin-top: 5rem;
	}
}
.type__slider,
.what__slider{
	width: 86rem;
    border-radius: 1.5rem;
    background: #FFF;
    filter: drop-shadow(0px 0px 40px rgba(167, 165, 166, 0.40));
    padding: 2.75rem 3.69rem 2.38rem;

	margin-top:3.38rem;
	margin-left:auto;
	margin-right:auto;
	max-width: 86rem;
	overflow:hidden;
	padding:0.3rem;
	margin: auto;
}

.type__slide{
	position:relative;	
	height:100%;
	width:100%;
	padding:5% 0 0;

	overflow:hidden;
	    margin: auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;	
	
}
.type__pic{
	width:50%;
	height:320px;
	min-width:320px;
}
.type__desc{
	width:50%;
	min-width:320px;
	color: #068F9D;	   
    font-weight: 300;
    line-height: 1.8125rem;   
}
.type__title{
	font-size: 2.1875rem;
	margin-bottom:30px;
}
.type__item{
	font-size: 1.5em;
	line-height: 1.5em;
}
.color_title{
	margin:60px auto;
}
.what__slider{
	display: flex;
	margin-bottom: 60px;
	padding:30px;
}
.what__slide{
	position:relative;	
	height:100px;
	width:100px;
	box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15); 
	/*filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.15));*/
	border-radius: 1.5rem;
	/*background: #D9D9D9;*/
	overflow:hidden;
	margin: auto;
	
}

.what__pic{
	display:block;
	height:100%!important;
	width:100%!important;
	
}
.what__img{	
	width:100%!important;
	height:100%!important;
}
.slide__title{	
	display: flex;	
	height: 3.15625rem;
	width:100%;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
	color: #205A5A;
	text-align: center;	
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	position:absolute;
	bottom: 2.8rem;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.30) 0.09%, rgba(255, 255, 255, 0.64) 14.79%, rgba(255, 255, 255, 0.81) 49.34%, rgba(255, 255, 255, 0.64) 85.62%, rgba(255, 255, 255, 0.30) 99.92%);
}

/* Контейнер с маркерами */
.type__slider .owl-dots {
  text-align: center; 
	margin-top:2.5rem;
	margin-bottom:3rem;  
}

/* Сам маркер
Здесь body в начале, чтобы заменить стили, которые указаны в самом плагине */
.type__slider.owl-carousel button.owl-dot {
 
	border-radius: 6.25rem;
	background: #FFCB9E;
	width: 2.25rem;
	height: 0.3125rem;
	margin: 0 1rem;
}

/* Активный маркер */
.type__slider.owl-carousel button.owl-dot.active {
  background: #F58626;
}
.owl-carousel .owl-stage-outer {
	overflow:initial!important;
}
@media screen and (width <= 45rem){
	.what__title{
		font-size: 1.375rem;
		font-weight: 300;		
	}
	.slide__title{	
		font-size: 0.875rem;
		height:2.29rem;
	}
	.type__slider.owl-carousel button.owl-dot {
		width:1.3rem;
		height: 0.25rem;
		margin: 0 0.3rem;
	}
}