anlin.webp/* < Title > */
.mc_wds_title {
	padding: 0 0 20px;
	text-align: center;
}
.mc_wds_title span {	
	font-family: Roboto,sans-serif;
	line-height: 1;
	font-size: 27px;
	color: #404040;
}
@media screen and (min-width: 1120px) {
	.mc_wds_title {
		padding: 0 0 40px;
	}
	.mc_wds_title span {	
		font-size: 38px;
	}
}
/* </ Title > */

.sxn_videos_zone {
	text-align: center;
	background: #f0f0f0;
}
.sxn_videos_zone .sxn_wrap {
	padding: 40px 20px 40px;
	max-width: 1580px;
}
@media screen and (min-width: 1120px) {
	.sxn_videos_zone .sxn_wrap {
		padding: 100px 20px 80px;
	}
}
@media screen and (min-width: 1440px) {	
	.sxn_videos_zone .sxn_wrap {
		padding: 140px 20px 20px;
	}
}

/*  < mc_videos_list >  */
.mc_videos_list {
	margin: auto;
	padding: 40px 0 0;
	font-size: 0;
}
.mc_videos_list .item_cont {
	display: inline-block;
	margin: 0 10px 20px 0;
	max-width: 498px;
	vertical-align: top;
}
.mc_videos_list .cont_video_link:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/source/76c976fe43cbc1c6b3501610225b8530/play-btn.png") no-repeat center;
}
.mc_videos_list .cont_video_link {
	cursor: pointer;
	position: relative;
	display: block;
	max-width: 498px;
}
.mc_videos_list .cont_video_link:hover {
	-webkit-filter: brightness(114%);
	-ms-filter: brightness(114%);
	filter: brightness(114%);
}
.mc_videos_list .cont_video_link img {
	display: block;
	width: 100%;
	height: auto;
}
.mc_videos_list .item_cont p {
	padding: 20px 0 0;	
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #404040;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
@media screen and (min-width: 1120px) {
	.mc_videos_list .item_cont {
		margin: 0 10px 40px 0;
	}
	.mc_videos_list .item_cont p {
		padding: 28px 0 0;
	}
}
@media screen and (min-width: 1440px) {
	.mc_videos_list {
		padding: 100px 0 0;
	}
	.mc_videos_list .item_cont {
		margin: 0 27px 121px 0;
	}
	.mc_videos_list .item_cont p {
		padding: 38px 48px 0;
		font-size: 24px;
	}
}
/*  </ mc_videos_list >  */

/* < Manufacturers > */
.sxn_manufacturers_zone {
	text-align: center;
	background: #ffffff;
}
.sxn_manufacturers_zone .sxn_wrap {
	padding: 40px 20px 40px;
	max-width: 1580px;
}
.wds-warranty-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 106px;
	row-gap: 20px;
	padding: 56px 0 0;
	text-align: center;
}
	.wds-warranty-list li {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		height: 218px;
	}
	.wds-warranty-list li img {
		display: inline-block;
		max-width: 210px;
		height: auto;
	}
.wds-warranty-btn-wrap {
	text-align: left;
	margin: 24px 0 0;
	padding: 0 0 15px;
}
	.wds-warranty-btn-wrap a {
		display: inline-block;
		padding: 11px 22px 11px 22px;
		font-family: 'Roboto', sans-serif;
		color: #fff;
		font-weight: 500;
		font-size: 14px;
		line-height: 1; 	
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
		background-color: #8cdc6b;	
	}
	.wds-warranty-btn-wrap a:hover {
		text-decoration: none;
		color: #fff;
		background-color: #97ed74;
	}
@media screen and (min-width: 1120px) {
	.sxn_manufacturers_zone .sxn_wrap {
		padding: 100px 20px 140px;
	}
	.wds-warranty-list {
		row-gap: 64px;
	}
	.wds-warranty-btn-wrap a {
		font-size: 15px;
	}
}
@media screen and (min-width: 1440px) {	
	.sxn_manufacturers_zone .sxn_wrap {
		padding: 140px 20px 200px;
	}
	.wds-warranty-btn-wrap {
		margin: 34px 0 0;
	}
	.wds-warranty-btn-wrap a {		
		padding: 15px 30px 15px 30px;
		font-size: 20px;		
	}
	.wds-warranty-list {
		column-gap: 150px;
		row-gap: 90px;
		padding: 80px 0 0;
	}
	.wds-warranty-list li img {
		max-width: none;
	}
}
/* </ Manufacturers > */