

/* Start:/bitrix/templates/.default/components/bitrix/news.list/trainers_default-team/style.css?15512012762172*/
.trainer-cnt {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 262px !important;
	transition: .2s;
	line-height: normal;
}
.trainer-cnt:hover{
	box-shadow: 0 0 32px #ccc;
	transition: .5s;
}
.trainer-img {
	height: 394px;
	background-repeat: no-repeat;
	background-position-x: center;
	position: relative;
	color: white;
	font-size: 12px;
	margin: 0 auto;
}
.trainer-name {
	/*color: var(--prv_color);*/
	font-size: 16px;
	/*font-style: italic;
	font-weight: 600;*/
	text-transform: uppercase;
	margin-bottom: 14px;
}
.tr-img-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 20px;
	right: 20px;
}
.trainer-info {
	padding: 24px;
	padding-bottom: 32px;
	font-size: 12px;
}
.dot {
	color: var(--prv_color);
}
@media (max-width: 767px) {
	.trainer-img {
		height: 320px;
	}
	.trainer-cnt:hover{
		box-shadow: unset;
	}
}
.tr-img-content p{
	text-shadow: 1px 1px 5px black;
}



#owl1 .owl_btn-right a,
#owl1 .owl_btn-right a:focus,
#owl1 .owl_btn-left a,
#owl1 .owl_btn-left a:focus{
	border: none;
	color: #707070;
	font-size: 32px;
	padding: 0;
}
#owl1 .owl_btn-right a:hover,
#owl1 .owl_btn-left a:hover{
	color: var(--prv_color);
}
#owl1 .owl_btn-left{
	left: -48px;
}
#owl1 .owl_btn-right{
	right: -48px;
}
#owl1 .owl_btn-left,
#owl1 .owl_btn-right{
	top: calc(50% - 37px);
}
@media (max-width: 1284px) {
	#owl1 .owl_btn-left{
		left: 12px;
	}
	#owl1 .owl_btn-right{
		right: 12px;
	}
	#owl1 .owl_btn-right a,
	#owl1 .owl_btn-right a:focus,
	#owl1 .owl_btn-left a,
	#owl1 .owl_btn-left a:focus{
		color: #fff;
		width: 32px;
	    height: 32px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		font-size: 25px;
	    background: #707070;
	}
	#owl1 .owl_btn-left a:hover,
	#owl1 .owl_btn-right a:hover{
		background-color: var(--prv_color);
		color: #fff;
	}
	#owl1 .owl_btn-left,
	#owl1 .owl_btn-right{
		top: calc(50% - 32px);
	}
}

#trainers p.text-upp{
	margin-bottom: 0;
	font-size: 14px;
}
.trainer-text p{
	margin-bottom: 0;
}
.trainer-text .text-bold{
	font-size: 14px;
	font-weight: unset;
}
#trainers .btn_cnt{
	margin-top: 36px;
	text-align: center;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/trainers_default-team/style.css?15512012762172 */
