<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	height: 465px;
	overflow: hidden;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 18px;
}
.banner .container {
	padding-top: 25px;
}
.banner h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 15px 0 10px 0;
	text-align: left;
	font-weight: 500;
}
.banner p {
	margin: 10px 0 40px 0;
}
.banner .picture {
	position: absolute;
	width:532px;
	height: 321px;
	background:url(../../images/pages/services-sla/banner.jpg) no-repeat top left;
	margin-top: 65px;
}
.banner2 {
	height: 388px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	background:#000 url(../../images/pages/services-sla/banner_2.jpg) no-repeat center center;
	background-size: cover;
}
.banner2 h2 {
	margin: 40px 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
}
ul.green-checked-marks {
	margin: 45px 0;
	font-size: 16px;
	line-height: 18px;
}
ul.green-checked-marks li {
	margin: 20px 0;
	padding-left: 30px;
	background: url(../../images/green-checked-mark.png) no-repeat 0px 2px;
}
.light-grey {
	COLOR: #CCC;
}
ul.green-circle {
	margin: 40px 0;
	padding: 0;
	list-style: none;
	color: #707070;
}
ul.green-circle li {
	margin: 15px 0;
	padding: 0 0 0 40px;
	line-height: 20px;
	background: url(../../images/list-marker/green-circle-20.png) no-repeat top left;
}
.banner .button-order, .banner2 .button-order {
	display: inline-block;
	text-decoration: none;
	color: #54bf4f;
	line-height: 37px;
	border: #e5e5e5 1px solid;
	border-radius: 2px;
	padding: 0 15px;
	background: #fff;
}
.grey-text {
	background: #f8f7f7;
	color: #000;
}
.grey-text .container {
	padding: 30px 0 0 0;
}
.centered {
	text-align: center;
}
.grey-text h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0 30px 0;
}
.slide-block {
	margin-bottom: 30px;
	padding-left: 60px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
}
.slide-block .pic {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 60px;
	text-align: center;
}
.slide-block .inner {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.24);
}
.slide-block-open {
	width: 100%;
	color: #14b1e4;
	cursor: pointer;
	display: table;
}
.slide-block-row {
	display: table-row;
}
.pseudo-link {
	cursor: pointer;
	color: #14b1e4;
	font-weight: 300;
}
.slide-block-open .title {
	display: table-cell;
	vertical-align: top;
	font-weight: 500;
	padding: 20px;
}
.slide-block-open .pseudo-link.action-open {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-right: 50px;
	line-height: 20px;
}
.slide-block-open .pseudo-link.action-open:after {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../../images/pages/services-sla/down.png) no-repeat center center;
	margin-right: -30px;
	transition: 600ms;
	content: '';
}
.slide-block.opened .slide-block-open  .pseudo-link.action-open:after{
	background-image: url(../../images/pages/services-sla/up.png);
	transition: 600ms;
	transform: rotate(360deg);
}
.slide-block .slide-block-text {
	display: none;
	transform: 300ms;
	
}
.slide-block.opened .slide-block-text{
	display: block;
}
.slide-block .slide-block-footer {
	padding: 20px;
	background: #f2f2f2;
	color: #c9c9c9;
}
.slide-block .slide-block-footer:after {
	display: block;
	clear: both;
	content: '';
}
.slide-block .slide-block-footer  .text {
	float: left;
	font-weight: 500;
}
.underline {
	text-decoration: underline;
}
.slide-block .slide-block-footer  .pseudo-link {
	float: right;
	background: url(../../images/pages/services-sla/up.png) no-repeat center right;
	padding-right: 30px;
	line-height: 20px;
}
.table-borders {
	border-collapse: collapse;
	margin: 0 -1px;
}
.table-borders th, .table-borders td {
	border: #cccccc 1px solid;
	padding: 15px 20px;
	text-align: left;
}
.table-borders tr td:first-child{
	color: #707070;
	vertical-align: top;
}
.table-borders.no-gray tr td:first-child{
	color: #000;
}
.table-borders.with-tooltips tr td:last-child{
	font-weight: 500;
	vertical-align: top;
}
.table-borders th {
	font-weight: 500;
	color: #707070;
	background: #fbfbfb;
	white-space: nowrap;
}
.table-borders tr.highlight td {
	background: #fff176;
	border-color: #fff176;
}
.table-borders p {
	color: #505050;
}
.table-borders.with-tooltips td {
	cursor: default;
}
.table-borders.with-tooltips .tooltip {
	position: absolute;
	max-width: 500px;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height:14px;
	padding: 10px 10px 5px 10px;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.24);
	margin-top: -13px;
	margin-left: -18px;
	cursor: default;
	display: none;
	opacity: 0;
	transform: 300ms;
}
.table-borders.with-tooltips .tooltip:after{
	display: block;
	position: relative;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	bottom: -10px;
	left: 50%;
	margin-left: -3px;
	content: '';
}
.table-borders.with-tooltips td:hover .tooltip{
	display: block;
	opacity: 1;
}
.slide-block-text .text-inner {
	padding: 0 20px;
	font-weight: 300;
}
.slide-block-text .text-inner ol {
	margin: 0 0 0 15px;
	counter-reset: text-inner-ol-cnt;
}
.slide-block-text .text-inner ol &gt; li:before {
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	content: counter(text-inner-ol-cnt, decimal)'.';
	counter-increment: text-inner-ol-cnt;
	margin-left: -25px;
	margin-right: 5px;
	font-weight: 500;
}
.slide-block-text .text-inner ol.letters-small &gt; li:before {
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	content: counter(text-inner-ol-cnt, lower-alpha)'.';
	counter-increment: text-inner-ol-cnt;
	margin-left: -25px;
	margin-right: 5px;
	font-weight: 500;
	color: #14b1e4;
}
.slide-block-text .text-inner ol.roman &gt; li:before {
	display: block;
	float: left;
	width: 30px;
	text-align: left;
	content: counter(text-inner-ol-cnt, upper-roman);
	counter-increment: text-inner-ol-cnt;
	margin-left: -20px;
	margin-right: 5px;
	font-weight: 300;
}
.slide-block-text .text-inner ol &gt; li {
	margin: 20px 0;
	padding-left: 10px;
}
.note {
	background: #f9f9f9;
	margin: 0 -20px 20px -20px;
	padding: 20px 20px 20px 55px;
	margin-top: 20px;
}
.slide-block-text .text-inner &gt; ul {
	margin: 20px 0;
}
ol .note {
	margin-left: -45px;
	margin-bottom: 0px;
}
.slide-block-text .text-inner ol .note {
	margin-left: -45px;
	margin-right: -20px;
	margin-bottom: 0px;
	padding-left: 60px;
	margin-top: 15px;
}
.slide-block-text .text-inner ol ol .note {
	margin-left: -70px;
	margin-bottom: 0px;
	margin-right: -20px;
	padding-left: 80px;
	margin-top: 15px;
}
.slide-block-text .text-inner ol ol ol.note {
	padding-top:5px;
	padding-bottom:5px;
}
.note p {
	padding-left: 20px;
	border-left: #14b1e4 2px solid;
	margin: 0px;
}
.slide-block-text ul.with-dots li {
	margin: 6px 0;
	padding-left: 20px;
	position: relative;
}
.slide-block-text ul.with-dots li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background: #14b1e4;
	content: '';
}
.price-block {
	overflow: hidden;
	background: #54bf4f url(../../images/pages/services-sla/bucks.png) no-repeat 20px center;
	border: #54bf4f 1px solid;
	padding: 0 0 0 60px;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.24), inset 0 2px 3px rgba(0,0,0,0.24);
	margin-bottom: 50px;
}
.price-block .price-text {
	padding: 20px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.24), inset 0 2px 3px rgba(0,0,0,0.24);
}
.price-block .price-text p {
	margin: 5px 0;
}
.form-block-centered {
	width: 430px;
	margin: 0px auto;
	color: #000;
	padding: 10px 0 100px 0;
}
.form-block-centered .title {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	margin: 30px 0;
}
.form-block-centered form {
	border: #eeeeee 1px solid;
	border-radius: 3px;
	padding: 40px;
}
.form-block-centered label {
	font-family: Roboto;
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #444;
	margin: 15px 0 5px 0;
}
.form-block-centered input[type=text]{
	display: block;
	font-family: Roboto;
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	padding: 10px;
	border: #d0d2d0 1px solid;
	border-radius: 2px;
	background: #fff;
	outline: none;
}
.form-block-centered input[type=text].error {
	border-color: red;
}
.form-block-centered input[type=submit]{
	font-family: Roboto;
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	line-height: 40px;
	background: #55bf50;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 40px;
	outline:none;
}
.border-top {
	border-top: #dfdede 1px solid;
}
.bnr-block {
	display: table;
	width: 100%;
}
.bnr-block .inner {
	display: table-row;
}
.bnr-block .inner .text {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	background: #54bf4f url(../../images/pages/services-sla/banner-i.png) no-repeat 95% center;
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	height: 96px;
	padding: 35px;
	border-radius: 5px;
}
.bnr-block.red .inner .text {
	background: #e74c3c url(../../images/pages/services-sla/banner-1c.png) no-repeat 95% center;
}
.gray  {
	background: #f8f7f7;
}
.gray .container {
	padding-top: 60px;
	padding-bottom: 60px;
}</pre></body></html>