<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	min-height: 553px;
	background: url(../../images/pages/competence-msfo/bg_banner.jpg) repeat-x center center;
	background-size: cover;
	overflow-x: hidden;
}
.banner .text-block {
	display: table;
	background: rgba(255,255,255,0.8);
	min-height: 553px;
	margin-left: -9999px;
}
.banner .text-block .aligner {
	display: table-row;
}
.banner .text-block .aligner .inner {
	display: table-cell;
	padding-right: 60px;
	padding-left: 9999px;
	vertical-align: middle;
	width: 425px;
	font-size: 16px;
	line-height: 20px;
	color: #444;
}
.banner h1 {
	font-size: 36px;
	line-height: 36px;
	color: #e74c3c;
}
.banner .subtitle {
	color: #e74c3c;
	margin-bottom: 30px;
}
.centered {
	text-align: center;
}
.grey-text {
	background: #eee;
	color: #444;
}
h2.centered {
	padding: 35px 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
}
.subtitle.centered {
	margin-top: -30px;
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 24px;
	color: #444;
	font-weight: 300;
}
.main-slider .section-icon {
	display: none;
}
.all-projects.blue-btn {
	display: none;
}
.slider-arrows {
	margin: 0 40px 30px 40px;
}
.contact-form.grey-text h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	margin: 35px 0 10px 0;
}
.contact-form.grey-text h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 50px;
	text-align: center;
}
.contact-form.grey-text .container{
	padding-bottom: 0px;
}
.contact-form.grey-text .form-order {
	background: #f9f9f9;
	border: 0px;
	padding: 40px 20px 120px 20px;
	width: 300px;
}
.contact-form.grey-text input[type=text] {
	border-bottom: #e3e3e3 2px solid;
	background: #fff;
	width: 250px;
}
.contact-form.grey-text .form-order .blue-btn{
	width: 270px;
}
.contact-form.grey-text .or span {
	background: #f9f9f9;
}
.contact-form.grey-text ul {
	margin: 23px 0 23px 10px;
}
.contact-form.grey-text ul.green li {
	font-size: 14px;
	padding-left: 32px;
	margin-bottom: 0px;
}
.contact-form.grey-text img {
	float: left;
	margin-right: 20px;
}
.contact-form.grey-text .text {
	float: left;
	width: 350px;
}
.contact-form.grey-text .text .title {
	text-transform: uppercase;
	font-size: 18px;
}
.contact-form.grey-text ul.green li:before {
	background: url('../../images/icons-sab9c4ec195.png') 0 -1117px no-repeat;
	margin-left: -42px;
}
.half-blocks .container {
	padding-bottom: 35px;
}
.program-descriptions {
	position: relative;
}
.program-description {
	display: block;
	position: absolute;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 15;
	transition: 300ms;
	opacity: 0;
	height: 0;
	transform: scale(0.6);
	overflow: hidden;
}
.program-description .inner {
	padding: 20px;
}
.program-description.right {
	transform-origin: top right;
}
.program-description.left {
	transform-origin: top left;
}
.program-description.open {
	height: auto;
	opacity: 1;
	transform: scale(1);
}
.half-block .description {
	background: #f9f9f9;
	padding: 22px;
}
.half-block .description ul {
	margin: 20px 0 20px 10px;
}
.half-block .description ul li {
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 8px;
}
.half-block .description ul li:before {
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #16c5fe;
	left: 0;
	top: 7px;
}
.half-block .block-title {
	font-size: 19px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.half-block .details {
	background: #fff;
	padding: 22px;
}
.half-block .details .title {
	color: #79c6fd;
	text-align: center;
	margin-bottom: 20px;
}
.half-block .details .bold.centered {
	margin: 30px 0 0 0;
	font-weight: 500;
}
.half-block .programs {
	margin-right: -15px;
}
.half-block .programs:after {
	display: block;
	clear: both;
	content: '';
}
.half-block .programs .program {
	float: left;
	margin: 0 6px 6px 0;
	width: 227px;
	height: 170px;
	position: relative;
}
.half-block .programs .program .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	padding: 20px;
}
.half-block .programs .program .more-link {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	line-height: 18px;
	padding-right: 27px;
	background: url(/bitrix/templates/new/images/white-arrow-more.png) no-repeat center right;
}
.half-block.orange .block-title {
	color: #e29125;
}
.half-block.orange ul li:before {
	background-color: #e29125;
}
.half-block.orange .program {
	background: #e29125;
	color: #fff;
}
.half-block.orange .program:hover {
	background: #f59e2a;
}
.half-block.green .block-title {
	color: #73c050;
}
.half-block.green ul li:before {
	background-color: #73c050;
}
.half-block.green .program {
	background: #54bf4f;
	color: #fff;
}
.half-block.green .program:hover {
	background: #56cd50;
}
.article-banner-holder {
	padding: 30px 0;
	background:#fdfdfd;
}
.article-banner {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 3px 3px 19px rgba(0,0,0,0.16);
	font-size: 16px;
}
.article-banner-title {
	font-size: 26px;
	line-height: 32px;
	margin: 5px 0 15px 0;
}
.article-banner-holder .related-articles {
	border-radius: 6px;
}

</pre></body></html>