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


h1 {
	font-size:36px;
	margin-bottom:25px;
	font-weight: normal;
	font-style: italic;
    color:#333;
    line-height: 0.9em;
	}
h2 {
	font-size:30px;
	margin-bottom:20px;
	font-weight: normal;
	font-style: italic;
    color:#333;
	}
h3 {
    font-size:26px;
	margin-bottom:15px;
	padding-top: 15px;
	font-weight: normal;
	font-style: italic;
    color:#333;
	}
h4 {
	font-size:1.3em;
    margin-bottom: .5em;
    color:#0097ab
	}
h5 {
	font-size:1.2em;
	margin-top:1.6em;
	margin-bottom:.4em;
	}
h6 {
	font-size:1em;
	margin-top:1.7em;
	margin-bottom:.5em;
	}
ol li {
	list-style-type:decimal;
	}
ol, ul {
	margin-bottom:1.5em;
	}
ol li,
ul li {
	margin-bottom:.3em;
	}
ol li li,
ul li li {
	margin-bottom:.2em;
	}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom:1em;
	}
ul {
    margin:0;
    padding:0;
    }
ul li {
    list-style-type:none;
    padding:0;
    margin:0;
    }
p {
    margin-bottom:17px;
    line-height: 1.3em;
    }
caption {
	clear:both;
	text-align:left;
	font-weight:bold;
	}


/*------------------------- /RESET.CSS ----------------------------------*/
@font-face {
    font-family: "ALSRubl-Verdana";
    font-style: normal;
    font-weight: normal;
    src: url("font/alsrubl-verdana-regular.eot?#iefix") format("embedded-opentype"), url("font/alsrubl-verdana-regular.woff") format("woff"), url("font/alsrubl-verdana-regular.ttf") format("truetype"), url("font/alsrubl-verdana-regular.svg#ALSRublRegular") format("svg");
}

/*html, body { height:100%;}*/
.content {
	background: #fff;
	color: #272727;
	font: 18px 'PT Sans', 'Trebuchet MS', sans-serif;
}
a {
	color: #13499f;
    transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}
a:hover{
	color: #111;
    transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}
.b-left{
	float: left;
}
.b-right{
	float: right;
}
.clear{
	clear: both;
}
.fake-link{
	color: #13499f;
	text-decoration: none;
	border-bottom: 1px dashed #13499f;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}
	.fake-link:hover{
		color: #111;
		border-bottom: 1px dashed #111;
		-webkit-transition: all 0.15s ease 0s;
	    -moz-transition: all 0.15s ease 0s;
	    -o-transition: all 0.15s ease 0s;
	    transition: all 0.15s ease 0s;
	}
.wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}
.b-meeting .wrapper{
	width: 1020px;	
}
.in{
	/*width: 1020px;*/

	font: 18px 'PT Sans', 'Trebuchet MS', sans-serif;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#oldstyle p.in,
.block10-new .in{
	    margin-left: auto;
	    margin-right: auto;
    padding: 0;
	font-size: 14px;
	width: 	1020px;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.rub {
    font-family: "ALSRubl-Verdana";
    font-style: normal;
}
.over-hid{
	overflow: hidden;
}
.pos-rel{
	position: relative;
}
.align-center{
	text-align: center;
}
.production-title a{
	font-size: 18px;
	color: #13499f;
}
.production-title a:hover{
	color: #000;
}
.title1{
	font-family: "PT Sans", "Trebuchet MS", sans-serif;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #272727;
	font-style: normal;
}
.title2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 25px;
}
.title3{
	font-size: 35px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 17px;
    line-height: normal;
}
.btn180{
	width: 180px;
	height: 47px;
	padding: 2px 6px 12px;
	background: url(../images/btn180.png) 0 0 no-repeat;
	cursor: pointer;
	color: #fff;
	line-height: 47px;
	display: inline-block;
}
.pattern{
	position: relative;
}
	.pattern:after{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: url(../images/bg1-pattern.png) 0 2px repeat;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.pattern .in{
		position: relative;
		z-index: 10;
	}
/*------------------------------ HEADER --------------------------------*/
.header{
	background: #f4f4f4;
	height: 40px;
	position: relative;
}
	.languages{
		float: left;
		margin-right: 28px;
		margin-left: -10px;
		padding-top: 10px;
		font: 13px/15px 'PT Sans';
		color: #969696;
	}
		.languages span{
			margin: 0 7px;
		}
		.languages .active{
			font-weight: bold;
			color: #272727;
		}
		.languages .fake-link{
			color: #969696;
			border-bottom-color: #969696;
		}
			.languages .fake-link:hover{
				color: #272727;
				border-bottom-color: #272727;
			}
	.location{
		float: left;
		padding-left: 21px;
		position: relative;
		width: 110px;
		margin-right: 70px;
		padding-top: 8px;
		line-height: 15px;
	}
		.location:before{
			position: absolute;
			content: '';
			width: 17px;
			height: 17px;
			top: 10px;
			left: 0;
			background: url(../images/icons.png) 0 0 no-repeat;
		}
		.location .fake-link{
			font: 13px/15px 'PT Sans';
			position: relative;
			color: #272727;
			border-bottom: 1px dotted #272727;
			display: inline-block;
		}
			.location .fake-link:hover{
				color: #969696;
				border-bottom-color: #969696;
			}
			.location .fake-link:after{
				position: absolute;
				content: '';
				width: 0;
				height: 0;
				border-left: 2px solid transparent;
			    border-right: 2px solid transparent;
			    border-top: 2px solid #272727;
			    top: 9px;
			    right: -7px;
			}
			.location .fake-link:hover:after{
				opacity: 0.7;
			}
		.location-popup{
			display: none;
		}
	.connect{
		float: left;
		padding-top: 7px;
	}
		.top-phone{
			color: #272727;
			font: bold 23px/26px 'PT Sans';
			display: inline-block;
			vertical-align: top;
			margin-right: 10px;
		}
			.top-phone .code{
				font-weight: normal;
				padding-right: 2px;
			}
		.callback{
			display: inline-block;
			vertical-align: top;
			line-height: 16px;
			padding-top: 1px;
		}
			.callback .fake-link{
				color: #969696;
				border-bottom: 1px dotted #969696;
				font: 13px/15px 'PT Sans';
			}
				.callback .fake-link:hover{
					color: #272727;
					border-bottom-color: #272727;
				}
		.top-nav{
			float: right;
		}
			.top-nav-list{
				margin-right: -12px;
			}
			.top-nav-list li{
				font: 13px/40px 'PT Sans';
				height: 40px;
				padding: 0 12px;
				float: left;
				position: relative;
			}
				.top-nav-list li a{
					color: #939090;
				}
				.top-nav-list li a:hover{
					color: #272727;
				}
			.top-nav-list .active{
				background: #403636;
				color: #fff;
			}
			.sub-nav{
				position: absolute;
				bottom: -52px;
				right: 0;
				height: 52px;
				width: 600px;
			}
				.sub-nav-bg{
					position: absolute;
					content: '';
					height: 52px;
					width: 100%;
					background: rgba(64,54,54,0.53);
					top:100%;
					z-index: 10;
					left: 0;
				}
				.sub-nav-list{
					margin-top: 17px;
					margin-right: -13px;
					position: relative;
					z-index: 20;
					float:right;
				}
					.sub-nav-list li{
						display: inline-block;
						vertical-align: middle;
						padding: 0 13px;
						font: 14px/16px 'Century Gothic', 'Trebuchet MS', sans-serif;
						position: relative;
					}
						.sub-nav-list li:after{
							position: absolute;
							content: '/';
							color: #7f7170;
							top: 0;
							right: -3px;
						}
						.sub-nav-list li:last-child:after{
							display: none;
						}
					.sub-nav-list li a{
						color: #d8d6d3;
					}
					.sub-nav-list li a:hover{
						color: #fff;
					}

.input{
	font: 14px/31px 'PT Sans', sans-serif;
	border: 1px solid #e5e5e5;
	height: 31px;
	border-radius: 2px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #272727;
	padding: 0 15px;
}
	.input::-webkit-input-placeholder {color:#cdcdcd; opacity:1;}
	.input::-moz-placeholder          {color:#cdcdcd; opacity:1;}/* Firefox 19+ */
	.input:-moz-placeholder           {color:#cdcdcd; opacity:1;}/* Firefox 18- */
	.input:-ms-input-placeholder      {color:#cdcdcd; opacity:1;}

.top-block{
	padding: 20px 0 15px;
}
	.logotip{
		float: left;
		margin-right: 80px;
	}
	.top-search{
		float: left;
		width: 305px;
		position: relative;
		padding-top: 4px;
	}
		.top-search:after{
			position: absolute;
			content: '';
			width: 12px;
			height: 12px;
			background: url(../images/icons.png) -47px 0 no-repeat;
			top: 12px;
			right: 13px;
		}
		.top-search .input{
			padding-right: 30px;
			width: 100%;
		}
	.navig2{
		float: right;
		padding-top: 4px;
	}
		.navig2-list{}
		.navig2-list li{
			display: inline-block;
			vertical-align: middle;
			margin-left: 50px;
			font-size: 16px;
			position: relative;
		}
		.navig2-list li a{
			color: #272727;
		}
		.navig2-list li:before{
			position: absolute;
			content: '';
			height: 12px;
			top: 5px;
		}
			.nav-catalog:before{
				background: url(../images/icons.png) -61px 0 no-repeat;
				width: 12px;
				left: -22px;
			}
			.nav-basket:before{
				background: url(../images/icons.png) -76px 0 no-repeat;
				width: 14px;
				left: -24px;
			}
			.nav-compare:before{
				background: url(../images/icons.png) 0 -19px no-repeat;
				width: 15px;
				left: -25px;
			}
			.nav-cabinet:before{
				background: url(../images/icons.png) -16px -19px no-repeat;
				width: 10px;
				left: -21px;
			}
		.navig2-list .quantity{
			font-size: 8px;
			color: #fff;
			padding: 0 4px;
			height: 14px;
			line-height: 14px;
			border-radius: 8px;
			background: #e52022;
			position: absolute;
			top: -8px;
			right: -20px;
		}
.main-navig{
	background: #272727;
	position: relative;
}
	.main-navig-list{
	}
	.main-navig-list &gt; li{
		float: left;
	}
	.main-navig-list &gt; li &gt; a,
	.main-navig-list &gt; li &gt; span{
		display: inline-block;
		height: 64px;
		line-height: 64px;
		padding: 0 29px;
		color: #fff;
		font-size: 18px;
		text-decoration: none;
		background: url(../images/main-nav.png) 0 center no-repeat;
	}
		.main-navig-list &gt; li &gt; a:hover{
			background: #111;
		}
		.main-navig-list &gt; li:last-child &gt; a{
			background: url(../images/main-nav.png) 0 center no-repeat, url(../images/main-nav.png) right center no-repeat;
		}
		.main-navig-list &gt; li &gt; a:hover{
			background-color: #111;
		}
	.sub-main-navig{
		position: absolute;
		width: 100%;
		height: 43px;
		top: 100%;
		left: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,e6e6e6+100 */
		background: #e2e2e2; /* Old browsers */
		background: -moz-linear-gradient(top,  #e2e2e2 0%, #e6e6e6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e2e2e2 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e2e2e2 0%,#e6e6e6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e2e2e2 0%,#e6e6e6 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e2e2e2 0%,#e6e6e6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
		z-index: 100;
		display: none;
	}
		.sub-main-navig-list{
			margin: 0;
		}
		.sub-main-navig-list li{
			display: inline-block;
			vertical-align: middle;
			padding: 0 11px 0 18px;
			line-height: 40px;
		}
		.sub-main-navig-list li a{
			color: #272727;
			font-size: 16px;
		}
		.sub-main-navig-list li a:hover{
			color: #ec221f;
			font-size: 16px;
			text-decoration: none;
		}
	.main-navig-list &gt; li.active{
		color: #fff;
		background: #e2e2e2;
	}
	.main-navig-list &gt; li.active .sub-main-navig{
		display: block;
	}
/*----------------------------- /HEADER --------------------------------*/

/*----------------------------- MAIN PAGE ------------------------------*/
.white-bg{
	background: #fff;
}
.block1{
	background: url(../images/bg1.jpg) center top no-repeat;
	position: relative;
	min-height: 520px;
	text-align: center;
	padding-top: 20px;
}
	.bl1-icon{
		margin-bottom: -5px;
	}
.bl1-icon{
	animation-name: bl-icon;
	-webkit-animation-name: bl-icon;

	animation-duration: 5s;
	-webkit-animation-duration: 5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes bl-icon {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(6deg);
	}
	20% {
		transform: rotate(-6deg);
	}
	30% {
		transform: rotate(6deg);
	}
	40% {
		transform: rotate(-6deg);
	}
	50% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
@-webkit-keyframes bl-icon {
	0% {
		-webkit-transform: rotate(0deg);
	}
	10% {
		-webkit-transform: rotate(6deg);
	}
	20% {
		-webkit-transform: rotate(-6deg);
	}
	30% {
		-webkit-transform: rotate(6deg);
	}
	40% {
		-webkit-transform: rotate(-6deg);
	}
	50% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(0);
	}
}
	.bl1-title{
		font-size: 53px !important;
		line-height: 46px !important;
		color: #fff !important;
		font-weight: bold !important;
		margin-bottom: 10px !important;
		font-family: inherit !important;
		font-style: normal !important;
		text-align: center !important;
	}
	.bl1-title2{
		color: #ef2126 !important;
		font-family: "PT Sans", "Trebuchet MS", sans-serif;
		font-size: 38px !important;
		font-weight: bold !important;
		line-height: 35px !important;
		margin-bottom: 37px !important;
		font-style: normal !important;
	}
	.slogan-block{
		width: 620px;
		height: 58px;
		line-height: 54px;
		background: #ee2022;
		color: #fff;
		margin: 0 auto 35px;
		position: relative;
	}
		.slogan-image{
			display: inline-block;
			vertical-align: middle;
			line-height: 31px;
			margin-right: 10px;
		}
.slogan-image{
	animation-name: slogan-image;
	-webkit-animation-name: slogan-image;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}
@keyframes slogan-image {
	0% {
		transform: translateX(-550%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes slogan-image {
	0% {
		-webkit-transform: translateX(-550%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}
		.slogan-text{
			display: inline-block;
			vertical-align: middle;
			font-family: "PT Sans", "Trebuchet MS", sans-serif;
			font-size: 26px;
		}
		.slogan-image + .money{
			position: absolute;
			width: 5px;
			height: 5px;
			background:#fff;
			border-radius: 3px;
			top: 26px;
			left: 36px;
			/*visibility: hidden;*/
			opacity: 0;
		}
.slogan-image + .money{
	animation-name: money;
	-webkit-animation-name: money;

	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;

	animation-duration: 4s;
	-webkit-animation-duration: 4s;

	/*-webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;	*/

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	visibility: visible !important;
}
@keyframes money {
	0% {
		opacity: 1;
		transform: translateY(-600%);
	}
	10% {
		opacity: 1;
		transform: translateY(0%);
	}
	11% {
		opacity: 0;
	}
	12% {
		opacity: 0;
		transform: translateY(-600%);
	}
	15% {
		opacity: 1;
	}
	25% {
		opacity: 1;
		transform: translateY(0%);
	}
	26% {
		opacity: 0;
	}
	27% {
		opacity: 0;
		transform: translateY(-600%);
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 1;
		transform: translateY(0%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes money {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-600%);
	}
	10% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
	11% {
		opacity: 0;
	}
	12% {
		opacity: 0;
		-webkit-transform: translateY(-600%);
	}
	15% {
		opacity: 1;
	}
	25% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
	26% {
		opacity: 0;
	}
	27% {
		opacity: 0;
		-webkit-transform: translateY(-600%);
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
	.bl1-icon2{
		margin-bottom: 16px;
	}
	.bl1-text{
		font-family: "PT Sans", "Trebuchet MS", sans-serif;
		font-size: 22px;
		font-style: italic;
		color: #fff;
		line-height: 26px;
	}
.block2{
	padding-top: 73px;
	padding-bottom: 85px;
}
.block2 .in{
	width: 1200px;
}
	.bl2-title{
		font-size: 28px;
		margin-bottom: 25px;
		text-align: center;
	}
	.logotips-top{
		margin: 0 auto 30px;
		width: 1020px;
		text-align: center;
	}
	.block2 .logotips-top{
		width: auto;
	}
		.logotips-top li{
			display: inline-block;
			vertical-align: middle;
			margin-left: 48px;
		}
		.block2 .logotips-top li{
			margin-left: 70px;
		}
		.logotips-top li:first-child{
			margin-left: 0;
		}
	.logotips-bottom{
		margin: 0 auto 65px;
		text-align: center;
	}
		.logotips-bottom li{
			display: inline-block;
			vertical-align: middle;
			margin-left: 60px;
		}
		.logotips-bottom li:first-child{
			margin-left: 0;
		}
	.review-item{
		border-radius: 10px;
		background: #f3f3f3;
		margin-bottom: 20px;
		padding: 30px 30px 30px 230px;
		position: relative;
	}
		.review-image{
			position: absolute;
			top: 30px;
			left: 30px;
			border-radius: 90px;
		}
		.review-image img{
			display: block;
		}
		.review-info{
			margin-top: -4px;
		}
		.review-name{
			display: inline-block;
			vertical-align: bottom;
			margin-right: 18px;
			font-size: 18px;
			font-weight: bold;
		}
		.review-logo{
			display: inline-block;
			vertical-align: bottom;
		}
		.review-position{
			font-size: 18px;
			color: #a1a1a1;
			margin-bottom: 22px;
		}
		.review-text{
			font-size: 14px;
			line-height: 20px;
			height: 100px;
			position: relative;
		}
		.review-text p{
			margin-bottom: 17px;
    		line-height: 1.3em;
		}
.over-hid{
	overflow: hidden;
}
		.review-more{
			height: 60px;
			margin-top: -17px;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f3f3f3+50,f3f3f3+100&amp;amp;0+0,1+49,1+100 */
			background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(241,242,243,1) 49%, rgba(243,243,243,1) 50%, rgba(243,243,243,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(49%,rgba(241,242,243,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(241,242,243,1) 49%,rgba(243,243,243,1) 50%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(241,242,243,1) 49%,rgba(243,243,243,1) 50%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(241,242,243,1) 49%,rgba(243,243,243,1) 50%,rgba(243,243,243,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(241,242,243,1) 49%,rgba(243,243,243,1) 50%,rgba(243,243,243,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
		}
			.review-more .link{
				cursor: pointer;
				font-size: 14px;
				color: #13499f;
				border-bottom: 1px dashed #13499f;
				display: inline-block;
				line-height: 1em;
				margin-top: 45px;
			}
			.review-more .link:hover{
				color: #111;
				border-bottom: 1px dashed #111;
			}
	.certif-title{
		font-size: 28px;
		padding-top: 10px;
		margin-bottom: 32px;
		margin-top: -7px;
		margin-left: -200px;
		text-align: center;
	}
	.certificates{
		text-align: center;
		margin-left: -195px;
		margin-bottom: 10px;
	}
		.certificates li{
			display: inline-block;
			vertical-align: bottom;
			margin-left: 45px;
			border: 1px solid #fff;
			box-shadow: 0 0 28px 0 rgba(0,0,0,0.18);
		}
			.certificates li img{
				display: block;
			}
		.certificates li:first-child{
			margin-left: 0;
		}
.block3{
	background: #f1f1f1;
	text-align: center;
	padding: 60px 0 75px;
}
	.best-sum{
		margin: 0 auto 33px;
	}
	.best-item{
		display: inline-block;
		vertical-align: bottom;
		font-size: 14px;
		color: #ee2022;
		text-transform: uppercase;
		padding-top: 100px;
		position: relative;
		min-width: 110px;
		visibility: hidden;
	}
	.best-sign{
		display: inline-block;
		vertical-align: bottom;
		font-size: 50px;
		color: #4a4a4a;
		padding-bottom: 37px;
	}
		.best-first{
			background: url(../images/high-quality.png) center top no-repeat;
			padding-left: 14px;
			padding-right: 20px;
		}
		.best-second{
			background: url(../images/big-pig.png) center top no-repeat;
			padding-left: 20px;
			padding-right: 23px;
		}
		.best-third{
			background: url(../images/tesli-icon.png) center top no-repeat;
			padding-left: 37px;
			padding-right: 37px;
		}
	.best-text{
		font-size: 23px;
		line-height: 28px;
	}
.block4{
	background: url(../images/bg2.jpg) center top no-repeat;
	min-height: 828px;
	padding: 60px 0 25px;
	text-align: center;
}
.block4 .in{
	width: 	1200px;
}
	.block4 .title1,
	.block4 .title2{
		color: #fff;
	}
	.block4 .title1{
		margin-bottom: 15px;
	}
	.block4 .title2{
		margin-bottom: 42px;
	}
	.bl4-text{
		color: #cbcbcb;
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.bl4-review{}
	.bl4-review-list{
		display: inline-block;
	}
		.bl4-review-list li{
			margin-left: 47px;
			display: inline-block;
			vertical-align: bottom;
		}
		.bl4-review-list li:first-child{
			margin-left: 0;
		}
	.bl4-rl-title{
		font-size: 18px;
		margin-bottom: 13px;
		color: #c1c1c1;
		line-height: 25px;
	}
		.bl4-rl-title b{
			color: #fff;
		}
	.bl4-rl-image{
		box-shadow: 0 0 28px 0 rgba(0,0,0,0.18);
	}
		.bl4-rl-image img{
			display: block;
		}
.block5{
	background: url(../images/bg3.jpg) center top no-repeat;
	min-height: 366px;
	padding: 40px 0 30px;
	text-align: center;
	color: #fff;
}
.block5 .in{
	width: 1200px;
}
	.offer-icon{
		margin-bottom: 7px;
		visibility: hidden;
	}
	.offer-title{
		margin: 0;
		line-height: normal;
		font-family: "PT Sans", "Trebuchet MS", sans-serif;
		font-size: 35px;
		font-weight: bold;
		margin-bottom: 0;
		font-style: normal;
		padding-top: 0;
		color: #272727;
	}
	.offer-text{
		line-height: 40px;
		font-size: 28px;
	}
		.offer-text p{
			line-height: 40px;
			font-size: 	28px;
		}
		.offer-text p:first-child{
			margin-top: 0;
			margin-bottom: 40px;
		}
		.offer-text a{
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			border-bottom: 3px solid #fff;
			display: inline-block;
			line-height: 1.1em;
			font-size: 	28px;
		}
			.offer-text a:hover{
				color: #ffc1c3;
				border-bottom: 3px solid #ffc1c3;
			}
		.offer-text b{
			background: #fff;
			color: #ee2022
		}
.block6{
	padding: 52px 0 35px;
}
.block6 .in{
	width: 	1200px;
}
	.block6 .title1{
		padding-top: 0;
		text-align: center;
	}
	.projects{
		width: 100%;
		margin-bottom: 59px;
	}
		.projects td{
			width: 50%;
			padding: 0 36px 35px 0;
			vertical-align: top;
		}
		.projects td:last-child{
			width: 50%;
			padding-left: 36px;
			padding-right: 0;
		}
		.project-title{
			font-size: 28px;
			font-weight: bold;
			margin-bottom: 13px;
		}
		.project-image{
			display: block;
			margin-bottom: 15px;
		}
		.project-text{
			font-size: 16px;
			line-height: 21px;
		}
	.small-projects{
		margin: 0 -12px 0 -12px;
	}
		.smproj-item{
			float: left;
			width: 284px;
			margin: 0 11px 45px;
		    transition: all 0.05s ease 0s;
			-webkit-transition: all 0.05s ease 0s;
		    -moz-transition: all 0.05s ease 0s;
		    -o-transition: all 0.05s ease 0s;
		    transition: all 0.05s ease 0s;
		    cursor: pointer;
		    position: relative;
		}
		.smproj-title{
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 15px;
			line-height: 22px;
		}
		.m_smproj-title{
			height: 50px;
		}
		.smproj-image{}
			.smproj-image img{
				display: block;
				width: 100%;
			}
		.smproj-text{
			font-size: 16px;
			line-height: 22px;
			display: none;
			margin-top: 13px;
		}
		.smproj-item-hover{
			/*transform:scale(1.02);
		    transition: all 0.05s ease 0s;*/
			/*-webkit-transition: all 0.05s ease 0s;
		    -moz-transition: all 0.05s ease 0s;
		    -o-transition: all 0.05s ease 0s;
		    transition: all 0.05s ease 0s;*/
		    /*margin: -20px -9px 0;*/
		    padding: 20px;
		    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
			background: #fff;
			border-radius: 10px;
			display: none;
			top: -20px;
			left: -29px;
			z-index: 30;
			position: absolute;
			width: 300px;
		}
		.smproj-item:hover .smproj-item-hover,
		.smproj-item:hover .smproj-text{
			display: block;
		}
.block7{
	background: url(../images/bg4-2023.jpg) center top no-repeat;
	text-align: center;
	padding-top: 70px;
	min-height: 1283px;
}
.block7 .in{
	width: 1200px;
}
	.block7 .title1{
		padding-top: 0;
		margin-bottom: 58px;
	}
	.production{
		width: 1170px;
		margin: 40px auto 37px;
	}
		.production tr td{
			text-align: center;
			padding-bottom: 40px;
		}
		.production tr:first-child td{
			vertical-align: top;
		}
		.production tr:last-child td{
			vertical-align: bottom;
		}
		.production-title{
			font-size: 18px;
			font-weight: bold;
			color: #111;
			margin-bottom: 13px;
			margin-left: -10px;
		}
		.production-image{
			/*padding-left: 15px;*/
			display: block;
			margin: 0 auto -10px;
		}
		.production-text{
			font-size: 16px;
			line-height: 18px;
			color: #111;
		}
		.production tr:last-child .production-image{
			margin-bottom: 3px;
		}
	.block7 .offer-text a{
		color: #13499f;
		border-bottom-color: #13499f;
	}
		.block7 .offer-text a:hover{
			opacity: 0.7;
		}
	.block7 .offer-text b{
		color: #fff;
		background: #e52420;
	}
.block8{
	background: url(../images/bg5.jpg) center top no-repeat;
/*	min-height: 1021px;*/
	padding-top: 55px;
	position: relative;
}
	.citate-block{
		width: 814px;
		margin: 0 auto 18px;
	}
	.citate-photo{
		float: left;
		width: 320px;
	}
	.citate-text{
		float: right;
		width: 490px;
		padding-top: 30px;
	}
		.citate-name{
			font-size: 25px;
			line-height: 23px;
			color: #fff;
			margin-bottom: 5px;
			font-weight: bold;
		}
		.citate-who{
			color: #ef2126;
			margin-bottom: 25px;
		}
		.citate{
			background: #fff;
			border-radius: 10px;
			padding: 15px 15px 15px 20px;
			font-size: 18px;
			line-height: 26px;
			color: #000;
			position: relative;
		}
			.citate:before{
				position: absolute;
				content: '';
				width: 21px;
				height: 20px;
				background: url(../images/citate-arrow.png) 0 0 no-repeat;
				top: -20px;
				left: 29px;
			}
		/*.citate{display:none;}*/
		.citate .new{opacity: 0;}
		.citate .div_opacity{
		  -webkit-transition: opacity .1s ease-in-out;
		  -moz-transition: opacity .1s ease-in-out;
		  -ms-transition: opacity .1s ease-in-out;
		  -o-transition: opacity .1s ease-in-out;
		  transition: opacity .1s ease-in-out;
		  opacity: 1;
		}
	.bl8-title{
		font-size: 25px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
		text-align: center;
	}
	.bl8-checks{
		padding-bottom: 15px;
		width: 790px;
		margin: 0 auto;
	}
		.bl8-checks-left{
			float: left;
			width: 435px;
		}
		.bl8-checks-right{
			float: right;
			width: 320px;
		}
.check-list{}
	.check-list li{
		padding-left: 42px;
		position: relative;
		font-size: 16px;
		color: #cbcbcb;
		line-height: 25px;
		margin-bottom: 24px;
	}
		.check-list li:before{
			position: absolute;
			content: '';
			width: 22px;
			height: 21px;
			background: url(../images/check-list.png) 0 0 no-repeat;
			top: -2px;
			left: 3px;
		}
	.bl8-video{
		text-align: center;
		width: 780px;
		height: 380px;
		margin: 0 auto;
	}

.block9{
	background: #f9f9f9;
	padding: 68px 0 95px;
}
.block9 .in{
	width: 1200px;
}
	.block9 .title3{
		text-align: center;
		margin-bottom: 0;
	}
	.bl9-subtitle{
		color: #494949;
		font-size: 28px;
		margin-bottom: 29px;
		text-align: center;
	}
	.bl9-subtitle b{
		color: #111;
	}
	.city-row{
		/* margin: 0 -22px 20px; */
	}
		.city-item{
			float: left;
			margin: 0 22px;
			
		}
		.city-top{
			margin-bottom: 8px;
			font-size: 18px;
		}
		.city-name{
			font-family: "PT Sans", "Trebuchet MS", sans-serif;
			font-weight: bold;
			display: inline-block;
			vertical-align: baseline;
		}
		.city-value{
			font-family: "PT Sans", "Trebuchet MS", sans-serif;
			display: inline-block;
			vertical-align: baseline;
			margin-left: 30px;
			font-size: 22px;
		}
        .city-value_en{
            margin-left: 5px;
        }
			.city-value .digits{
				color: #fff;
				background: #e52420;
				padding: 0 3px;
				font-size: 25px;
				line-height: 1.1em;
				display: inline-block;
				font-weight: bold;
				visibility: hidden;
			}
		.city-image{}
			.city-image img{
				display: block;
			}

.block10{
	padding: 50px 0;
}
.mt-25{
	margin-bottom: 50px;
}
	.block10 .title3{
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.block10 .bl9-subtitle{
		line-height: 40px;
		margin-bottom: 60px;
	}
	.docs-row{
		margin-bottom: 25px;
		padding: 0 40px;
		display: flex;
	}
		.docs-item{
			/*float: left; */
			width: 25%;
		}
			.docs-item-last{
				width: 19.75%;
			}
		.docs-image{
			margin-bottom: 12px;
		}
		.docs-title{
			line-height: 18px;
			font-size: 16px;
		}
			.docs-item-last .docs-title{
				margin-right: -30px;
			}
		.docs-pre-three{
			width: 36%;
		}
		.docs-three{
			width: 64%;
            text-align: center;
		}
		.docs-two{
			/*width: 45%;*/
			width: 25%;
            text-align: center;
		}
		.docs-three .docs-image img{
			margin-right: 39px;
		}
			.docs-three .docs-image img:last-child{
				margin-right: 0;
			}
		.docs-three .docs-title{
			text-align: center;
			/*padding-right: 44px;*/
		}
.block11{
	position: relative;
	padding: 10px 0;
	min-height: 355px;
	background: url(../images/bg6.jpg) center top no-repeat;
}
	.block11 .title3{
		text-align: center;
		color: #fff;
		margin-bottom: 35px;
	}
	.advantages{
		width: 985px;
		margin: 0 auto;
	}
		.advantages-left{
			float: left;
			width: 350px;
			color: #cbcbcb;
		}
		.advantages-right{
			float: right;
			width: 570px;
		}
		.advantages-title{
			color: #ef2126;
			font-weight: bold;
			font-size:30px;
			line-height: 36px;
			margin-bottom: 35px;
		}
	.advantages .circle-list li{
		font-size: 16px !important;
	}
.circle-list{
	padding-bottom: 20px;
}
	.circle-list li{
		position: relative;
		padding-left: 23px;
		margin-bottom: 5px;
		color: #cbcbcb;
		font-size: 16px;
	}
		.circle-list li:before{
			position: absolute;
			content: '';
			width: 7px;
			height: 7px;
			border-radius: 4px;
			background: #ef2126;
			top: 7px;
			left: 0;
		}
		.advantages-text{
			line-height: 24px;
			color: #fff;
			font-size: 16px;
		}
		.advantages-right .advantages-text{
			color: #cbcbcb;
		}

.circle-list-black{
	padding-bottom: 20px;
}
	.circle-list-black li{
		position: relative;
		padding-left: 23px;
		margin-bottom: 5px;
		color: #000;
		font-size: 16px;
	}
		.circle-list-black li:before{
			position: absolute;
			content: '';
			width: 7px;
			height: 7px;
			border-radius: 4px;
			background: #ef2126;
			top: 7px;
			left: 0;
		}

.circle-list-black {
	overflow: hidden;
}


.block12{
	padding: 70px 0;
}
	.block12 .title3{
		text-align: center;
		margin-bottom: 15px;
	}
	.block12 .review-image{
		margin-left: 12px;
		margin-top: 7px;
	}
	.block12 .review-info{
		padding-top: 8px;
	}
		.block12 .review-info p{
			margin-bottom: 26px;
			font-size: 18px;
			line-height: 1.3;
		}
	.review-info-image{
		float: right;
		border: 1px solid #d3d3d3;
		width: 120px;
		min-height: 150px;
		margin: -10px -8px -10px 90px;
	}
	.review-row{
		overflow: hidden;
		position: relative;
		margin-top: 55px;
	}
	.review-row-list{
		white-space: nowrap;
	}
		.review-row-item{
			display: inline-block;
			vertical-align: bottom;
			margin-right: 12px;
			margin-left: 12px;
		}
		.review-row-title{
			font-size: 18px;
			color: #111;
			margin-bottom: 16px;
		}
		.review-row-image{
			border: 1px solid #d5d5d5;
		}
			.review-row-image img{
				display: block;
				width: 100%;
			}
	.review-row-prev,
	.review-row-next{
		position: absolute;
		width: 44px;
		height: 80px;
		cursor: pointer;
		background: rgba(213,213,213,0.5);
		top: 50%;
		margin-top: -24px;
		z-index: 10;
	}
		.review-row-prev{
			border-radius: 0 42px 42px 0;
			left: 12px;
		}
		.review-row-next{
			border-radius: 42px 0 0 42px;
			right: 12px;
		}
		.review-row-prev:hover,
		.review-row-next:hover{
			background: rgba(213,213,213,1);
		}
		.review-row-prev:before,
		.review-row-next:before{
			position: absolute;
			content: '';
			width: 5px;
			height: 7px;
			top: 50%;
			margin-top: -3.5px;
		}
		.review-row-prev:before{
			background: url(../images/arrows.gif) 0 0 no-repeat;
			left: 18px;
		}
		.review-row-next:before{
			background: url(../images/arrows.gif) -5px 0 no-repeat;
			right: 18px;
		}
.block13{
	padding: 75px 0 0;
	min-height: 618px;
	background: url(../images/bg7.jpg) center top no-repeat;
}
	.block13 .title3{
		margin-top: 0;
		text-align: center;
		color: #fff;
	}
	.block13 .advantages-title{
		text-align: center;
		margin-bottom: 30px;
	}
	.warranty-docs{
		width: 603px;
		margin: 0 auto
	}
		.warranty-docs-item{
			padding: 0 40px;
			width: 295px;
			display: inline-block;
			vertical-align: top;
		}
		.warranty-docs-title{
			margin-bottom: 17px;
		}
.block14{
	padding: 34px 0;
	min-height: 439px;
	color: #fff;
	background: url(../images/bg8.jpg) center top no-repeat;
	text-align: center;
}
	.special{
		padding: 43px 0 40px;
		width: 957px;
		margin: 0 auto;
	}
		.special-item{
			width: 319px;
			float: left;
			padding: 0 33px;
		}
		.special-icon{
			margin-bottom: 21px;
			visibility: hidden;
		}
	.special-text{
		visibility: hidden;
		font-size: 18px;
		line-height: 1.3;
	}
		.special-text b{
			background: #fff;
			color: #e52420;
			padding: 0 2px;
			line-height: 22px;
			display: inline-block;
		}
	.special-note{
		font-size: 16px;
	}
.block15{
	padding: 70px 0 50px;
}
	.block15 .title3{
		text-align: center;
		margin-bottom: 33px;
	}
	.order-list{
		width: 530px;
		margin: 0 auto;
		padding-right: 20px;
		font-family: "PT Sans", "Trebuchet MS", sans-serif;
		font-size: 18px;
	}
		.order-list li{
			padding-left: 85px;
			margin-bottom: 27px;
			position: relative;
			line-height: 25px;
		}
		.order-list li:before{
			position: absolute;
			content: '';
			width: 70px;
			height: 48px;
			left: 0;
		}
		.order-list .order1:before{
			background: url(../images/order-icons.png) 0 5px no-repeat;
			top: 9px;
		}
		.order-list .order2:before{
			background: url(../images/order-icons.png) 0 -63px no-repeat;
			top: 0;
		}
		.order-list .order3:before{
			background: url(../images/order-icons.png) 0 -138px no-repeat;
			top: -2px;
		}
		.order-list .order4:before{
			background: url(../images/order-icons.png) 0 -220px no-repeat;
			top: 3px;
		}
		.order-list .order5:before{
			background: url(../images/order-icons.png) 0 -300px no-repeat;
			top: 6px;
		}
.block16{
	padding: 75px 0 50px;
	background: #f8f8f8;
}
	.delivery{
		padding: 0 67px;
	}
	.delivery-title{
		font-size: 25px;
		text-transform: uppercase;
		margin-bottom: 22px;
		font-weight: bold;
		padding-top: 0;
		font-family: "PT Sans", "Trebuchet MS", sans-serif;
		font-style: normal;
		color: #272727;
	}
	.delivery-item{
		margin-bottom: 25px;
	}
	.delivery-item-title{
		font-size: 18px;
		color: #ef2126;
		font-weight: bold;
		padding-bottom: 10px;
	}
		.delivery-item-title span{
			font-weight: normal;
		}
	.delivery-item p{
		margin: 0 0 17px 0;
		font-size: 18px;
		line-height: 24px;
	}
.map-block{
	height: 425px;
}
.contact-block{
	padding: 35px 0 35px;
}
	.contact-block .title3{
		text-align: center;
		margin-bottom: 48px;
	}
	.contacts{
		width: 450px;
		margin: 0 auto;
	}
		.contact-image{
			float: left;
			margin-right: 30px;
			width: 113px;
			height: 113px;
		}
		.contact-image img{
			display: block;
			-webkit-border-radius: 100%;
			border-radius: 100%;
		}
		.contact-data{
			float: left;
			width: 305px;
			font-size: 16px;
			color: #818181;
			line-height: 24px;
		}
		.contact-name{
			font-size: 22px;
			font-weight: bold;
			line-height: 1em;
			margin-bottom: 3px;
			color: #111;
		}
		.contact-data b{
			color: #111;
		}
		.contact-data a{
			font-weight: bold;
		}
/*---------------------------- /MAIN PAGE ------------------------------*/

/*------------------------------ POPUPs --------------------------------*/
.popup-container{
	z-index: 2000;
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
}
.popup-bg{
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
	.popup{
		position: absolute;
		z-index: 2100;
		top: 100px;
	}

.zoom-photo{
	border: 8px solid #f1f1f1;
}
	.zoom-photo img{
		display: block;
	}
	.zoom-photo .prev,
	.zoom-photo .next{
		position: absolute;
		width: 36px;
		height: 72px;
		background: #f1f1f1;
		cursor: pointer;
		opacity: 0.6;
		top:50%;
		margin-top: -36px;
	}
		.zoom-photo .prev{
			border-radius: 0 38px 38px 0;
			left: -8px;
		}
		.zoom-photo .next{
			border-radius: 38px 0 0 38px;
			right: -8px;
		}
		.zoom-photo .prev:hover,
		.zoom-photo .next:hover{
			opacity: 1;
		}
		.zoom-photo .prev:before,
		.zoom-photo .next:before{
			position: absolute;
			content: '';
			width: 7px;
			height: 13px;
			top: 50%;
			margin-top: -6.5px;
		}
		.zoom-photo .prev:before{
			background: url(../images/popup-arrows.png) 0 0 no-repeat;
			left: 8px;
		}
		.zoom-photo .next:before{
			background: url(../images/popup-arrows.png) -7px 0 no-repeat;
			right: 8px;
		}
/*----------------------------- /POPUPs --------------------------------*/

.btn-order{
	z-index:1000;
	position:fixed;
	width:45px;
	height:190px;
	margin-top:-95px;
	top:50%;
	right:0;
	border:1px solid #f10f1a;
	border-right:none;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
	background:#fff;
	font-size:17px;
	line-height:44px;
	color:#000;
	-webkit-transition:color .3s, width .3s;
	transition:color .3s, width .3s;
}
.btn-order:hover{
	width:55px;
	border-color:#f10f1a;
	color:#f10f1a;
	-webkit-transition:color .1s, width .1s;
	transition:color .1s, width .1s;
}
.btn-order__text{
	z-index:1000;
	position:absolute;
	width:188px;
	height:44px;
	margin:-22px 0 0 -94px;
	left:50%;
	top:50%;
	text-align:center;
	white-space:nowrap;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
} 


.text-center {
    text-align: center;
}
.b-fieldset {
    margin-top: 20px;
}
/*input[type=text], input[type=password], textarea, select {
    width: 100%;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    font: 400 16px 'Exo 2',sans-serif;
    color: #000;
    outline: none;
    -webkit-transition: border-color .3s,background-color .3s;
    -moz-transition: border-color .3s,background-color .3s;
    -o-transition: border-color .3s,background-color .3s;
    transition: border-color .3s,background-color .3s;
}
input[type=text], input[type=password] {
    height: 36px;
    padding: 0 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1;
}*/
button {
    padding: 0;
    border: none;
    background: none;
    font-weight: 400;
    font-family: 'Exo 2',sans-serif;
    line-height: normal !important;
    outline: none;
    cursor: pointer;
}
.btn-red {
    display: inline-block;
    height: 28px;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f10f1a;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    vertical-align: top;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.btn-red_middle {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
}
.btn-red_full {
    display: block;
    width: 100%;
    padding: 0;
}
.popup__block._order {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


#oldstyle .b-footer__subscribe-form {
	width: 100% !important;
}


.circle-list {
	overflow: hidden;
}</pre></body></html>