<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* РћР±РЅСѓР»РµРЅРёРµ РѕС‚СЃС‚СѓРїРѕРІ */
* {
	margin: 0;
	padding: 0;
}

/* РЁСЂРёС„С‚С‹ */

@font-face {
  font-family: 'GloberBold';
  src: url('../fonts/GloberBold.eot');
  src: url('../fonts/GloberBold.woff2') format('woff2'),
       url('../fonts/GloberBold.woff') format('woff'),
       url('../fonts/GloberBold.ttf') format('truetype'),
       url('../fonts/GloberBold.svg#GloberBold') format('svg'),
       url('../fonts/GloberBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GloberRegular';
  src: url('../fonts/GloberRegular.eot');
  src: url('../fonts/GloberRegular.woff2') format('woff2'),
       url('../fonts/GloberRegular.woff') format('woff'),
       url('../fonts/GloberRegular.ttf') format('truetype'),
       url('../fonts/GloberRegular.svg#GloberRegular') format('svg'),
       url('../fonts/GloberRegular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GloberSemiBold';
  src: url('../fonts/GloberSemiBold.eot');
  src: url('../fonts/GloberSemiBold.woff2') format('woff2'),
       url('../fonts/GloberSemiBold.woff') format('woff'),
       url('../fonts/GloberSemiBold.ttf') format('truetype'),
       url('../fonts/GloberSemiBold.svg#GloberSemiBold') format('svg'),
       url('../fonts/GloberSemiBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


/* РЎС‚РёР»Рё РґР»СЏ Р·Р°РіРѕР»РѕРІРєРѕРІ */

h2 {
	font-family: GloberBold;
	font-size: 28px;
	margin: 30px auto;
	text-align: center;

}

/* РџРѕРїР°Рї РѕРєРЅРѕ */

.popup-box {
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    z-index: 9;
    display: none;    
}

.popup-item {
	margin: 25px auto;
    width: 820px;
    padding:10px;
    background-color: #fff;
    border-radius:5px;
    box-shadow: 2px 5px 5px rgba(0,0,0,.4);
    position: relative;
    z-index: 10;
    display: inherit;
}

.popup-item-close {
	/*display: none;*/
	width: 18px;
	height: 17px;
	top: 0;
	right: -35px;
	position: absolute;
}

.photo-info {
	float: left;
	margin: 10px 0;
}

.photo-info div {
	float: left;
	margin-bottom: 0 10px;
}

.popup-item span {
	font-family: GloberBold;
	font-size: 16px;
	display: block;
	margin: 10px 0;
	clear: both;
}

.popup-item p {
	color: #464646;
	font-family: GloberRegular;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
}

.popup-item table {
	width: 100%;
	color: #464646;
	font-family: GloberRegular;
	font-size: 14px;
}

.popup-item table tr &gt; td {
	padding: 1px 0;
}

.popup-item form {
	margin: 10px 0;
}

.popup-item form &gt; input {
	width: 220px;
	background: #f5f5f5;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	font-size: 16px;
	font-family: GloberRegular;
	text-align: center;
	outline: none;
	height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0 25px;
}

.popup-item form &gt; button {
	display: block;
	font-family: GloberRegular;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 0;
    width: 220px;
    height: 40px;
    border-radius: 20px;
    border: none;
    text-transform: uppercase;
    outline: none;
    font-size: 20px;
    color: #fff;
    background: #f07000;
    line-height: 45px;
    cursor: pointer;
}

.popup-box .form-error {
	width: 160px;
	margin: 0 auto;
	float: none;
	font-size: 12px;
}

/* Р¦РµРЅС‚СЂР°Р»СЊРЅС‹Р№ Р±Р»РѕРє */

.middle {
	margin: 0 auto;
	max-width: 960px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* РЁР°РїРєР° */

.header-box {
	background: url("../img/header-box.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 740px;
	float: left;
	border-bottom: 2px solid #f07000;
}

.header {
	background: url("../img/top-background.png") no-repeat center top;
	float: left;
	width: 100%;
	min-height: 331px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.header .middle div {
	float: left;
	padding: 35px 40px 20px 0;
}

.logo {
	background: url("../img/logo.png") no-repeat left center;
	width: 220px;
	height: 36px;
}

.call-me form {
	position: relative;
}

.call-me input {
	font-family: GloberRegular;
	font-size: 14px;
	color: #b8b8b8;
	border: 1px solid #b8b8b8;
	border-radius: 15px;
	padding: 0 10px;
	outline: none;
	width: 315px;
	height: 30px;
	box-sizing: border-box;


}

.call-me button {
	width: 138px;
	height: 30px;
	font-family: GloberRegular;
	font-size: 14px;
	color: #fff;
	background: #f07000;
	border: none;
	border-radius: 15px;
	padding: 8px 5px;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;

}

.phone {
	font-family: GloberBold;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.email a {
	font-family: GloberRegular;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	border-bottom: 1px dashed #fff;

}

.email a:hover {
	color: #f07000;
	border-bottom: 1px dashed #f07000;
}

.head-title {
	max-width: 960px;
	width: 550px;
	margin: 20px auto;
}

.head-title h1 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-family: GloberRegular;
	font-weight: normal;
	margin-top: 240px;
}

.head-title span {
	font-family: GloberBold;
	font-size: 56px;
}

.advant-box {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.advant-box .advant-item {
	float: left;
	width: 160px;
	text-align: center;
	padding-right: 30px;

}

.advant-item:last-child {
	padding-left: 0;
}

.advant-box .advant-item span {
	font-family: GloberBold;
	color: #fff;
	font-size: 16px;
}

/* РљРѕРЅРµС† РІРµСЂС…РЅРµР№ С‡Р°СЃС‚Рё */

.why-box {
	float: left;
	width: 100%;
}

.why-item {
	width: 160px;
	float: left;
	margin-right: 100px;
	position: relative;
}

.why-desc {
	font-family: GloberRegular;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f07000;
	padding: 30px;
	color: #fff;
	position: absolute;
	width: 410px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
	margin: 10px 0;
	left: -125px;
	display: none;
}

.why-desc:before {
	content: '';
	position: absolute;
	top: -15px;
	border: 5px solid transparent;
	border-bottom: 10px solid #f07000;
	left: 200px;
}

.why-item:nth-child(5), .why-item:nth-child(9) {
	margin-right: 0;
}

.why-item:hover .why-desc {
	display: block;
}

.why-item:hover p {
	color: #f07000;
}

.why-item span {
	font-family: GloberBold;
	width: 40px;
	height: 40px;
	font-size: 25px;
	background: #c0d4c1;
	color: #007c05;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: block;
	line-height: 45px;
	margin: 20px 60px;
}

.why-item p {
	font-family: GloberRegular;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

/* Р¤РѕСЂРјР° РїРѕРґРїРёСЃРєРё */

.content-form {
	float: left;
	width: 100%;
	background: url("../img/form-bg.jpg") no-repeat;
	min-height: 329px;
	border-top: 2px solid #f07000;
	border-bottom: 2px solid #f07000;
	margin: 30px 0;
	background-size: cover;
}

.content-form form {
	float: left;
	margin-bottom: 20px;
}

.content-form input {
	width: 300px;
	height: 40px;
	box-sizing: border-box;
	color: #a6a6a6;
	font-size: 16px;
	font-family: GloberRegular;
	border: none;
	border-radius: 20px;
	text-align: center;
	margin-right: 20px;
	display: block;
	float: left;
	outline: none;
}

.content-form button {
	float: left;
	display: block;
	margin: 40px 320px 0;
	width: 300px;
	height: 40px;
	background: #f07000;
	color: #fff;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
	outline: none;
}

.content-form h2 {
	color: #fff;
}

.input-error {
	border: 2px solid #c62f00!important;
}

.form-error {
	width: 250px;
	height: 24px;
	color: #fff;
	font-size: 14px;
	font-family: GloberRegular;
	background: #c62f00;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	float: left;
	margin: 0 345px 10px;
	text-align: center;
	line-height: 28px;
}

.form-confirm {
	background: #007c05;
}

.form-phone {
	text-align: center;
	font-family: GloberRegular;
	font-size: 18px;
	color: #fff;
}

.form-phone span {
	font-family: GloberBold;
}

/* РљРѕРЅРµС† С„РѕСЂРјС‹ */

.reasons-box {
	float: left;
	width: 100%;
}

.reason-item {
    float: left;
    width: 300px;
    margin: 0 0 60px 0;
    margin-left: 10px;
}

.reason-img {
    float: left;
    margin: 0 10px;
}

.reason-text {
    width: 200px;
    float: right;
}

.reason-text span {
    display: block;
    font-family: GloberBold;
    font-size: 18px;
    color: #666666;
    margin: 20px 0;
}

.reason-text p {
    font-family: GloberRegular;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.reason-text ol li {
    font-family: GloberRegular;
    font-size: 14px;
    color: #666666;
    margin: 0 0 0 13px;
}

.hothouse-box {
    float: left;
    width: 100%;
    background: #ededed;
    min-height: 250px;
}

.hothouse-box .middle {
    margin-top: 40px;
}

.hothouse-box .middle h2 {
    display: block;
    float: left;
    width: 215px;
    text-align: left;
}

.hothouse {
    float: right;
}

.hothouse-item {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.hothouse-item span {
    font-family: GloberBold;
    color: #666666;
    font-size: 14px;
}

/* РЎС‚РёР»Рё РІС‚РѕСЂРѕР№ С„РѕСЂРјС‹ */

.form-two {
    background: url("../img/form-two-bg.jpg") no-repeat;
    border-bottom: none;
    border-top: none;
    margin: 0;
    background-size: cover;
}

.form-two button {
    background: #009c0a;
}

/* РљРѕРЅРµС† СЃС‚РёР»РµР№ РІС‚РѕСЂРѕР№ С„РѕСЂРјС‹ */

.map {
    float: left;
    width: 100%;
    position: relative;
}

.contact-box {
    background: #fff;
    width: 630px;
    min-height: 315px;
    position: absolute;
    top: 50px;
    left: 145px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 3px 2px 5px rgba(0,0,0,0.3);
}

.contact-box span {
    display: inline-block;
    margin: 10px 0;
    font-family: GloberSemiBold;
    font-size: 16px;
    padding: 0 10px 0 0;
}

.contact-box p {
    display: inline-block;
    font-family: GloberRegular;
    font-size: 14px;
}

.contact-box .contact {
    font-family: GloberBold;
    font-size: 20px;
    margin: 10px 0 15px 20px;
}

.contact-box .contact-img {
    float: left;
    margin: 0 20px;
}

.contact-info {
    float: left;
}

.contact-info .name {
    font-size: 16px;
    font-family: GloberSemiBold;
}

.contact-info .position {
    font-size: 14px;
    font-family: GloberRegular;
    color: #686868;
    display: block;
}

.addres {
    float: left;
    margin: 0 20px;
}

.addres span {
    display: block;
}

.footer {
    float: left;
    width: 100%;
    min-height: 80px;
}

.footer .middle div {
    float: left;
    margin-right: 40px;
    padding: 30px 0;
}

.ft-phone {
    color: #000;
}

.ft-email a {
    color: #009c0a;
}</pre></body></html>