<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../../fonts.googleapis.com/css@family=PT+Sans_3A400,700&amp;subset=latin,cyrillic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'PT Sans', sans-serif, Arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'PT Sans', sans-serif, Arial;
	min-width: 1180px;
}

a img {
    border: 0 none;
}
a {
    text-decoration: underline;
	font-family: 'PT Sans', sans-serif, Arial;
	text-decoration: none;

}
.cleaner {
    clear: both;
    font-size: 1px;
    height: 1px;
}
form {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.container{
	margin: 0 auto;
	width: 1180px;
	position: relative;
}

.block-title{
	color: #3E4554;
	font-size: 36px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-weight: 400;
}

/*
Header
*/

header{
	background: #fff;
	padding: 10px 0;
	min-height: 44px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.logo{
	float: left;
	margin-top: 0;
}

.contacts{
	float: right;
	color: #3e4552;
	font-size: 13px;
	font-weight: 400;
	margin-top: 16px;
}

.contacts .phone-number{
	font-size: 24px;
	margin-bottom: 5px;
    color: #3e4552;
}

.contacts .phone-number a, .contacts .phone-number span {
    color: #3e4552 !important;
    font-size: 24px !important;
    margin-bottom: 5px;
}


.main-nav{
	padding: 23px 180px 0;
	text-align: center;
}

.main-nav li {
	display: inline-block;
	position: relative;
}

.main-nav li a {
	font-weight: 400;
	color: #3e4552;
	text-decoration: none;
	font-size: 16px;
	padding: 10px;
}

.main-nav li a:hover, .main-nav li a.active{
	text-decoration: none;
}


.main-nav li a.active{
	color: #5A94C5;
	font-weight: 600;
}
/*
End Header
*/

/*
section leaderboard
*/
.leaderboard{
	background: #e4eff9;
	padding: 83px 0 30px;
	text-align: center;
	position: relative;
	min-height: 730px;
	background: url(../images/land-bg-prop.jpg) no-repeat center 83px;
}
.leaderboard h1.title-board{
	font-size: 36px;
	font-style: normal;
	line-height: 40px;
	color: #fff;
    margin-top:36px;
    font-weight: 400;
}

.leaderboard p.guarantee{
	color: #fff;
	font-size: 32px;
	margin: 15px 0 0;
}

.leaderboard .form-inline{
	background: #ffffff;
	padding: 20px 30px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
}

.leaderboard input[type="text"], .leaderboard input[type="email"]{
	height: 52px;
	padding: 5px 20px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #e4e5e6;
	width: 100%;
	margin-right: 10px;
	color: #A0A2A3;
	margin-top: 10px;
}

.leaderboard p{
	text-align: center;
	color: #3E4552;
	font-size: 14px;
	}

.leaderboard .action-bg p{
	padding: 20px 20px 10px;
	background: #E3EFF8;
	
}

.leaderboard p a{color: #E53832;}

.btn {
  color: #FFF;
  background: #e53832;
  text-transform: uppercase;
  height: 48px;
  width: 190px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 48px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	border-bottom: 1px solid #BC2E29;
	font-family: 'PT Sans', sans-serif, Arial;
}

.leaderboard .btn{
	margin: 20px auto 0;
}

.btn:hover{
	background: #BC2E29;
	cursor: pointer;
}

.action-bg{
	margin: 56px auto 0;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	padding-left: 800px;
	min-height: 410px;
}


/*
end section leaderboard
*/


/*how-work*/

.how-work{
	background: #94c2e9;
	padding: 35px 0;
	overflow: hidden;
}

.how-work ul{
	margin: 0;
}

.how-work ul li{
	display: inline-block;
	zoom: 1;
	text-align: center;
	*display: inline;
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	width: 25%;
	position: relative;
	vertical-align: top;
	padding: 0 30px;
	margin-right: -4px;
}

.how-work ul li span{
	display: block;
	width: 136px;
	height: 136px;
	background: url(../images/step-icon.png) no-repeat;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.how-work ul li.start span {background-position: 0 0;}
.how-work ul li.place span {background-position: -166px 0;}
.how-work ul li.design span {background-position: -329px 0;}
.how-work ul li.test span {background-position: -483px 0;}



/* end how-work*/

/*scheme_work*/
.scheme_work{
	padding: 80px 0;
	overflow: hidden;
}

.success-block{
	float: right;
	background: #FAFBFC;
	border: 1px solid #e6e8eb;
	padding: 10px 35px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 380px;
}

.success-block .title{
	color: #FFF;
	background: url(../images/title.png) no-repeat;
	height: 73px;
	width: 360px;
	margin-left: -44px;
	padding-left: 35px;
	line-height: 63px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #5d98ca;
}
.success-block ul{padding-left: 20px;}
.success-block ul li{
	list-style: disc;
	color: #26292E;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.scheme-block{
	position: relative;
	background: url(../images/scheme.png) no-repeat;
	min-height: 270px;
	width: 752px;
	margin: 60px 0;
}

.sheme-item{
	position: absolute; 
	color: #67A8E0;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	width: 230px;
}

.item1{top: 32px; left: 118px;}
.item2{top: 22px; left: 513px;}
.item3{top: 185px; left: 316px;}
/*end scheme_work*/

/*price block*/
.grey-block{
	background: #fafbfc;
	padding: 38px 0 40px;
	border-top: 1px solid #e1e5eb;
	border-bottom: 1px solid #e1e5eb;
	overflow: hidden;
}

.title-note{
	color: #3E4552;
	font-size: 18px;
	text-align: center;
	margin-top: -5px;
}

.price-block{
	background: #F2F7FC;
	border: 1px solid #e1e5eb;
	margin-top: 80px;
	width: 900px;
	float: left;
}

.option-block{
	overflow: hidden;
	padding: 50px 0;
}

.option-block .block-title{margin-bottom: 30px;}
.option-block li{
	padding-left: 27px;
	background: url(../images/list.png) no-repeat left 8px;
	color: #585E6B;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 24px;
}

.option-block .block:first-child li{
	background-position: 0 -52px;
}

.option-block .block{
	width: 50%;
	padding: 0 30px;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 50px;
}

.option-block .block:first-child{padding-left: 0;}



.price .block-title{
	color: #FFF;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/title_price.png);
	height: 78px;
	width: 700px;
	margin: auto;
	line-height: 72px;
	display: block;
}
.price-item {text-align: center; display: inline-block; margin-right: -4px;  width: 25%; border-left: 1px solid #e1e5eb; padding-bottom: 30px; zoom: 1; *display: inline;}
.price-item:first-child{border-left: none;}
.price-item span{display: block; text-align: center;}
.rate{
	color: #BBC0C7;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}

.active-item{
	background: #FFF;
	border: 1px solid #e1e5eb !important;
	margin: -30px -10px -32px;
	min-height: 250px;
	padding-top: 25px;
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.06);
	        box-shadow: 0 0 5px rgba(0,0,0,0.06);
	
}

.note-block{
	width: 240px;
	float: right;
	margin-top: 80px;
	color: #9B9DA3;
}

.note-block p{
	margin-bottom: 25px;
	line-height: 22px;
	font-size: 14px;
}

.price-item .note{
	color: #67A8E0;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	min-height: 48px;
	margin: 30px 0 15px;
}

.active-item .note{margin-top:19px;}

.price-item .note b{font-size: 36px; line-height: 46px;}
.price-item .note small{font-size: 16px;}

.btn-calculate{
	background: #67A8E0;
	border-bottom: 2px solid #5a94c5;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 180px;
	height: 43px;
	line-height:43px;
	margin: 20px auto;
	display: block;
}


.insurance-block{
	clear: both;
}
.insurance-block .title{
	text-align: center;
	margin-bottom: 35px;
	color: #3E4552;
	font-size: 20px;
}

.insurance-block li{
	display: inline-block;
	width: 25%;
	font-size: 16px;
	color: #3E4552;
	vertical-align: top;
	text-align: center;
	padding-left: 0;
	background: none;
	margin-right: -4px;
}

.other-block{
	background: #387baf url(../images/other_bg.jpg) 100% 100%;
	overflow: hidden;
	padding: 50px 0 70px;
	color: #FFF;
	background-size: cover;
}

.list-wrapper{
	background: url(../images/wrapp.png);
	overflow: hidden;
	padding: 30px;
}
.other-block .block-title{
	display: block;
	margin-bottom: 40px;
	color: #FFF;
	text-align: center;
}

.other-block ul{
	float: left;
	width: 50%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.other-block li{
	background: url(../images/list-item.png) no-repeat left 9px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.guarantee-block{
	padding: 40px 0;
}

.guarantee-block .block-title{
	background: url(../images/title_guaratee.png) no-repeat;
	color: #FFFFFF;
    display: block;
    font-size: 30px;
    height: 78px;
    line-height: 72px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 441px;
}
.gallery{ margin-bottom: 30px;}
.gallery li{
	font-size: 16px;
	width: 25%;
	display: inline-block;
	text-align: center;
	zoom: 1;
	*display: inline;
	margin-top: 46px;
	margin-right: -4px;
}

.pp_social{display: none !important;}
.download{
	border-top: 1px solid #E1E5EB;
	padding-top: 35px;
}

.download li{
	font-size: 16px;
	width: 25%;
	display: inline-block;
	text-align: center;
	zoom: 1;
	*display: inline;
	font-weight: 700;	
	color: #3E4552;
	margin-right: -4px;
}

.download li a{
	font-weight: 700;	
	color: #3E4552;
	font-size: 16px;
	background: url(../images/download.png) no-repeat left center;
	display: block;
	line-height: 31px;
	text-align: left;
	padding-left: 40px;
}

.download li a.xl{
	background: url(../images/xl.png) no-repeat left center;
}

.reviews{
	padding: 50px 0 20px;
	overflow: hidden;
}


.reviews .block-title{
	text-align: center;
	display: block;
	margin-bottom: 50px;
}

.left-block, .right-block{
	width: 50%;
	padding: 0 46px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	margin-right: -4px;
}
.left-block{padding-left: 0;}
.right-block{padding-right: 0;}

.reviews-block{margin-bottom: 40px;}
.reviews-block .title{
	color: #5A94C5;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.reviews-item{
	background: #FCFCFC;
	border: 1px solid #E6E8EB;
	padding: 25px;
	color: #3E4552;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-top: 18px;
}

.reviews-item:before{
	clear: both;
    content: url(../images/arr.png);
    z-index: 1000;
    position: absolute;
    top: -18px;
}

.our-work .block-title {
    background: url("../images/title_work.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    height: 78px;
    line-height: 72px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 501px;
}

.work-block{
	margin-left: -50px;
	padding-bottom: 30px;
	overflow: hidden;
}
.work-item{
	width: 360px;
	float: left;
	margin: 25px 0 25px 50px;
	background: #FFF;
	overflow: hidden;
}

.work-item p{
	color: #5A94C5;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	padding: 15px 25px;
	min-height: 80px;
}


.border{
	border-top: 1px solid #E1E5EB;
    padding-top: 35px;
    text-align: center;
    font-size: 22px;
}

.border a{
	color: #E53832;
	font-size: 22px;
}
/*connect block*/
.connect{
	background: #2f343d;
	padding: 50px 0;
	overflow: hidden;
}


.connect .connect-block{
	width: 67%;
	float: left;
}
.connect-block .block-title{color: #FFF; margin-top: 15px;}
.connect-block dl{width: 400px; font-size: 0; margin: 30px 0 50px;}
.connect-block dl dt{
	display: inline-block;
	width: 100px;
	margin-right: 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	clear: both;
	vertical-align: top;
	line-height: 28px;
}

.connect-block dl dd{
	display: inline-block;
	width: 280px;
	font-size: 18px;
	vertical-align: top;
	color: #FFF;
	line-height: 28px;
}

.connect-block li{
	display: inline-block;
	width: 50%;	
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	padding-left: 20px;
	background: url("../images/list-item.png") no-repeat scroll left 9px transparent;
	line-height: 24px;
	margin-right: -4px;
}

.connect-block li span{display: block; font-weight: 400; color: #c4c6c9; font-size: 16px; margin-top: 5px; padding-left: 30px; background: url(../images/mail.png) no-repeat;}
.connect-block li span a{font-weight: 400; color: #c4c6c9; font-size: 16px;}
.connect-block li span:first-child{margin-top: 8px;}
.connect-block li span.tel { background-position: 0 4px;}
.connect-block li span.mail {background-position: 0 -39px;}
.connect-block li span.skype {background-position: 0 -78px;}
.connect-block p{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}

.connect form{
	width: 33%;
	float: left;
	background: #23272E;
	padding: 20px 30px 30px;
}

.connect .btn{
	margin: 20px auto 0;
}

.connect form input, .connect form textarea{
	border: none;
	color: #98999E;
	font-size: 18px;
	margin-right: 20px;
	width: 100%;
	font-weight: normal;
	height: 48px;
	margin-top: 21px;
	padding: 5px 20px;
	font-family: 'PT Sans', sans-serif, Arial;
}

.connect form textarea{
	max-width: 100%;
	height: 130px;
	padding: 20px;
}



footer{
	background: #67a8e0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 112px;
}

#popup-form{
	display: none;
}

.form-inline{
	background: #ffffff;
	padding: 40px 30px 0;
	text-align: left;
	position: relative;
	margin-bottom: 0;
}

.form-inline input[type="text"], .form-inline input[type="email"]{
	height: 52px;
	padding: 5px 20px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #e4e5e6;
	width: 100%;
	margin-right: 10px;
	color: #A0A2A3;
	margin-top: 20px;
}

.form-inline p{
	text-align: center;
	color: #3E4552;
	font-size: 14px;
	padding: 0 20px;
}

.form-inline p a{color: #E53832;}
.form-inline .btn{
	margin: 20px auto 0;
}

.pp_gallery, .pp_details{
	display: none !important;
}

.form-inline .block-title{
	text-align: center;
	font-size: 24px;
}

a.pp_close{
	right: 0px;
	top: -20px;
	z-index: 999999;
}

.form-title{
    /*background: url(../images/form-title-bg.png) repeat-x center;*/
    margin: 0 0 10px;
    text-align: center;
}

.form-title span{
    background: #FFF;
    padding: 0 10px;
    color: #4C4D52;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;

}

a.pp_close:hover{opacity: 1;}

.pp_inline .block-title{margin-bottom: 20px; text-align: center;}
.pp_inline p{text-align: center;}

.popup{position: absolute; background: #FFF; display: none;}

.overlay {display:none; position:fixed; z-index:999; opacity:0.5; filter:alpha(opacity=50); top:0; right:0; left:0; bottom:0; background:#000; }
.popup {display:none; text-align: center; position:fixed;
    border:3px solid #999; background:#fff; width:500px;
    height:auto; top:50%; left:50%; margin:-100px 0 0 -250px; z-index:1000; border-radius:10px; padding:30px; line-height: 1em;}
.close {display:block; width:20px; text-align:center; cursor:pointer; height:20px; font-weight: 700; line-height:20px; background:#fff; color:#37373b; border:1px solid #37373b; position:absolute; top:10px; right:10px; text-decoration:none; border-radius:10px; font-size:14px; }</pre></body></html>