

/* Start:/local/templates/mfo/components/bitrix/news.list/certificates/style.css?16396379533908*/
.textBlock {
	margin-bottom: 1rem;
}
.slideBlock {
	margin: 2.5rem 0;
}
.desc .itemDesc {
	display: flex;
	width: 100%;
	margin-top: 1rem;
}
.desc .itemDesc .icon {
	display: flex;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	align-items: center;
	margin-right: 1rem;
}
.desc .itemDesc .icon i {
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
}
.desc .itemDesc .text {
	font-weight: 300;
}
.imgBlockSlider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.imgBlockSlider img {
	position: absolute;
}
.imgBlockSlider img.hidden-img {
	display: none;
}

.imgBlockSlider:hover .loop {
	display: flex;
}
.loop {
	display: none;
	width: 50px;
	height: 50px;
	align-items: center;
	border-radius: 50%;
	background: rgba(255,255,255, .75);
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	transition: .25s ease-in-out;
}
.loop i {
	margin: 0 auto;
}


/* Modal */

.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.columns {
	display: flex;
	height: calc(40vh - 150px);
	justify-content: center;
	max-width: 70%;
	margin: 0 auto 10px auto;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-color: black;
	text-align: center;
}

/* Modal Content */
.modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.allSliders {
	height: 60vh;
	margin-bottom: 40px;
}
.mySlides {
	display: none;
	height: 100%;
}
.mySlides img {
	max-height: 100%;
}
/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #101010;
	font-size: 13px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.column {
	border: 1px solid transparent;
	padding: 5px;
}

img.demo {
	max-height: 100%;
}

.column.active {
	border-color: #eaeaea;
}

/* end modal */

@media(min-width: 992px) {
	.imgBlockSlider img.oneSize {
		height: 100%;
	}
	.imgBlockSlider img.twoSize {
		max-height: 75%;
	}
	.imgBlockSlider img.twoSize:nth-child(2) {
		left: 25%;
		top: 25%;
	}

	.imgBlockSlider img.endSize {
		max-height: 50%;
	}
	.imgBlockSlider img.endSize:nth-child(2) {
		left: 25%;
		top: 25%;
	}
	.imgBlockSlider img.endSize:nth-child(3) {
		left: 50%;
		top: 50%;
	}
}

@media(max-width: 991px) {
	.imgBlockSlider {
		margin-bottom: 1.6rem;
	}
	.imgBlockSlider img {
		max-height: 100%;
		position: static;
	}
	.imgBlockSlider img.oneSize {
		max-height: 100%;
		max-width: 50%;
		margin-left: 25%;
	}
	.imgBlockSlider img.twoSize {
		max-height: 100%;
		max-width: 49%;
	}
	.imgBlockSlider img.twoSize:nth-child(1) {
		left: 0;
	}
	.imgBlockSlider img.twoSize:nth-child(2) {
		margin-left: 0;
	}
	.imgBlockSlider img.endSize {
		max-width: 32.5%;
		max-height: 100%;
	}
	.imgBlockSlider img.endSize:nth-child(2) {
		margin-left: 0;
	}
	.imgBlockSlider img.endSize:nth-child(3) {
		margin-left: 0;
	}
	.columns {
		max-width: 80%;
	}
}

@media (max-width: 576px) {
	.imgBlockSlider img.endSize {
		max-width: 32%;
	}
}
/* End */
/* /local/templates/mfo/components/bitrix/news.list/certificates/style.css?16396379533908 */
