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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
}

.wrp {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.header {
	background: #f7f7f7;
	height: 47px;
}
.logo{
	position:absolute;
	top:12px;
	left:0;
}
.logo a{
	display:inline-block;
	width:240px;
	height:24px;
	background:url(../img/logo.png) 0 0 no-repeat;
}

.header-phone {
    position: absolute;
    top: 14px;
    right: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 28px;
    background: url(../img/phone.png) 0 0 no-repeat;
}
.header-phone a {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.header-email a {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

.header_menu {
	height: 66px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 0.4);
}

.inner_page .header_menu {
	margin-bottom: 30px;
}


	
.header_menu-ul {
	margin: 0;
	padding: 0;
	display: table;
}
.header_menu-li {
    margin: 0 10px;
	padding: 0;
	display: inline-block;
	position: relative;
	display: table-cell;
    margin: 0 0;
    padding: 0 11px;
    min-width: 84px;
    text-align: center;
    vertical-align: top;
	padding-top: 15px;
	height: 48px;
}
.header_menu-a {
	text-decoration: none;
	font-size: 14px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	
}
.header_menu-a.active {
	color: rgb(83, 137, 6);
}
.header_menu-li.active {
	border-bottom: 3px solid rgb(83, 137, 6);
}



.main-slider {
	height: 530px;
	margin-bottom: 30px;
	background:url(../img/page-1-slider.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.main-slider-title {
	font-size: 48px;
	font-family: "Gilroy";
	color: rgb(83, 137, 6);
	text-transform: uppercase;
	line-height: 1.25;
	font-weight: 900;
	position: absolute;
	top: 161px;
}

.main-text {
    border-bottom: 1px solid #a2a2a2;
    margin-bottom: 30px;
    padding: 79px 93px 64px 93px;
}
.main-text-content  {
	margin-bottom: 30px;
}
.main-text-content h1 {
	text-align: center;	
}
.main-text-content p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 39px;
}
.main-text-logo {
	background:url(../img/page_1-text-logo.jpg) 50% 0 no-repeat;
	height: 90px;
	margin-bottom: 30px;
}


.block_1 {
	padding: 30px 0 0 0;
}
.block_1 .wrp:before {
	content: '';
	display: block;
	width: 1142px;
	height: 1295px;
	background:url(../img/block_1-nebo.png) 0 0 no-repeat;
	position: absolute;
	top: -100px;
	left: -300px;
	z-index: -1;
}
.block_1-left {
	width: 370px;
	float: left;
	position: relative;
	margin-top: -11px;
	}
.block_1-left:before {
    content: '';
    display: block;
    width: 293px;
    height: 342px;
    background: url(../img/block_1-man.png) 0 0 no-repeat;
    position: absolute;
    top: 271px;
    left: -27px;
    z-index: -1;
}
.block_1-right {
	margin-left: 396px;
	z-index: 200;
	position: relative;
}

.block_1-item {
	background: #538906;
	height: 183px;
	border-radius: 6px;
	margin-bottom: 30px;
	position: relative;
}
.block_1-title {
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.6;
    -moz-transform: matrix( 0,-1,1,0,0,0);
    -webkit-transform: matrix( 0,-1,1,0,0,0);
    -ms-transform: matrix( 0,-1,1,0,0,0);
    position: absolute;
    left: -73px;
    top: 73px;
    width: 183px;
    height: 36px;
	line-height: 36px;
    text-align: center;
}
.block_1-body {
	background: #e3ebf1;
    height: 183px;
	margin-left: 36px;
	border-radius: 5px;
	overflow: hidden;
	padding: 32px 0 0 30px;
	box-sizing: border-box;
}
.block_1-icon {
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(40, 40, 40);
    font-weight: bold;
    line-height: 22px;
    width: 215px;
    float: left;
    margin-right: 30px;
    padding: 54px 0 0 0;
}

.items-4 .block_1-icon {
    width: 157px;
}
.block_1-body .block_1-icon:last-child {
	margin-right: 0;
}
.block_1-icon.icon-1 {background:url(../img/block_1-icon-1.png) 0 0 no-repeat;}
.block_1-icon.icon-2 {background:url(../img/block_1-icon-2.png) 0 0 no-repeat;}
.block_1-icon.icon-3 {background:url(../img/block_1-icon-3.png) 0 0 no-repeat;}
.block_1-icon.icon-4 {background:url(../img/block_1-icon-4.png) 0 0 no-repeat;}
.block_1-icon.icon-5 {background:url(../img/block_1-icon-5.png) 0 0 no-repeat;}
.block_1-icon.icon-6 {background:url(../img/block_1-icon-6.png) 0 0 no-repeat;}
.block_1-icon.icon-7 {background:url(../img/block_1-icon-7.png) 0 0 no-repeat;}
.block_1-icon.icon-8 {background:url(../img/block_1-icon-8.png) 0 0 no-repeat;}
.block_1-icon.icon-9 {background:url(../img/block_1-icon-9.png) 0 0 no-repeat;}
.block_1-icon.icon-10 {background:url(../img/block_1-icon-10.png) 0 0 no-repeat;}






.block_3 {
	padding: 112px 0 112px 0;
	overflow: hidden;
}
.block_3 .wrp:before {
    content: '';
    display: block;
    width: 1142px;
    height: 1295px;
    background: url(../img/block_1-nebo.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -600px;
    margin-left: -600px;
    z-index: -1;
}
.block_3 h2 {
    margin-bottom: 75px;
	text-align: center;
}
.block_3-list {
	margin-bottom: 88px;
	overflow: hidden;
}
.block_3-list-left {
    width: 335px;
    margin-right: 27px;
    float: left;
    text-align: right;
    padding-top: 17px;
}
.block_3-list-center {
	width: 456px;
	float: left;
}
.block_3-list-right {
	width: 361px;
	float: left;
    padding-top: 17px;
}
.block_3-list-item {
    margin-bottom: 50px;
    padding-right: 66px;
}
.block_3-list-item-name {
	font-size: 17px;
	font-family: "Gilroy";
	color: rgb(14, 119, 216);
	font-weight: bold;
	line-height: 1.667;
	margin-bottom: 10px;
}
.block_3-list-item-text {
	font-size: 15px;
	color: #282828;
	white-space: nowrap;
}
.block_3-list-right  .block_3-list-item {
    padding-left: 66px;
}
.block_3-list-item.icon-1 {background:url(../img/block_3-icon-1.png) 98% 8px no-repeat;}
.block_3-list-item.icon-2 {background:url(../img/block_3-icon-2.png) 98% 8px no-repeat;}
.block_3-list-item.icon-3 {background:url(../img/block_3-icon-3.png) 98% 8px no-repeat;}
.block_3-list-item.icon-4 {background:url(../img/block_3-icon-4.png) 98% 8px no-repeat;}
.block_3-list-item.icon-5 {background:url(../img/block_3-icon-5.png) 0 8px no-repeat;}
.block_3-list-item.icon-6 {background:url(../img/block_3-icon-6.png) 0 8px no-repeat;}
.block_3-list-item.icon-7 {background:url(../img/block_3-icon-7.png) 0 8px no-repeat;}
.block_3-list-item.icon-8 {background:url(../img/block_3-icon-8.png) 0 8px no-repeat;}
.block_3-img {
	display: inline-block;
	width: 421px;
	height: 421px;
	background:url(../img/block_3-img.png) 0 0 no-repeat;
}
.block_3-btn {
	text-align: center;
}


.block_4 {
	padding: 112px 0 112px 0;
	overflow: hidden;
	background:url(../img/block_4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.block_4 h2 {
    margin-bottom: 40px;
	text-align: center;
}
.block_4-img {
	text-align: center;
	margin-bottom: 62px;
}
.block_4 h3 {
	text-align: center;
    margin-bottom: 51px;
}
.block_4-list {
	overflow: hidden;
	margin-bottom: 74px;
}
.block_4-list li {
    float: left;
    width: 280px;
    height: 97px;
    padding: 28px 20px 20px 88px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin: 0 20px 20px 0;
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(40, 40, 40);
    font-weight: bold;
    line-height: 1.375;
    box-sizing: border-box;
}
.block_4-list li:last-child  {
	margin-right: 0;
}
.block_4-list-1 {background:url(../img/block_4-list-1.png) 24px 28px no-repeat;}
.block_4-list-2 {background:url(../img/block_4-list-2.png) 24px 28px no-repeat;}
.block_4-list-3 {background:url(../img/block_4-list-3.png) 24px 28px no-repeat;}
.block_4-list-4 {background:url(../img/block_4-list-4.png) 24px 28px no-repeat;}







.main_disease {
	padding: 112px 0 112px 0;
	overflow: hidden;
	background:url(../img/block_4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.main_disease h2 {
    margin-bottom: 80px;
	text-align: center;
}
.main_disease p {
    line-height: 32px;
}

.main_disease-btn {
	text-align: center;
}
 









.main_poliv {
	overflow: hidden;
	margin-bottom: 80px;
}
.main_poliv-item {
    width: 240px;
    margin: 0 20px 30px 0;
    float: left;
    padding: 0 20px;
}
.main_poliv .main_poliv-item:last-child  {
	margin-right: 0;
}
.main_poliv-img {
	height: 218px;
	text-align: center;
}
.main_poliv-name {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: bold;
	line-height: 1.375;
	text-align: center;
}
.main_poliv-btn {
	text-align: center;
}





/* http://test3.webstd.ru/optimizaciya-poliva */
.poliv-img {
	padding: 40px 0;
	text-align: center;
	background: #f7f7f7;
	margin-bottom: 40px;
}

.poliv_text1 {
	background: #f7f7f7;
	padding: 80px 0;
}
.poliv_text1 h3{
	text-align: left;
	margin-bottom: 40px;
}

.poliv_text1-item {
	margin-bottom: 30px;
	padding-left: 55px;
	background:url(../img/marker.png) 0 5px no-repeat;
}
.poliv_text1-name {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(83, 137, 6);
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.poliv_text1-text {
	font-size: 16px;
	font-family: "Gilroy";
	color: #282828;
	line-height: 1.5;
}


.poliv_trigers {
	margin-bottom: 40px;
}
.poliv_trigers-cols {
	overflow: hidden;
}
.poliv_trigers-left {
	width: 530px;
	float: left;
}
.poliv_trigers-right {
	margin-left: 635px;
}
.poliv_trigers-item {
	margin-bottom: 30px;
	padding-left: 65px;
}
.poliv_trigers-1 {background:url(../img/block_4-list-1.png) 0 6px no-repeat;}
.poliv_trigers-2 {background:url(../img/block_4-list-2.png) 0 6px no-repeat;}
.poliv_trigers-3 {background:url(../img/block_4-list-3.png) 0 6px no-repeat;}
.poliv_trigers-4 {background:url(../img/block_4-list-4.png) 0 6px no-repeat;}

.poliv_trigers-name {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: bold;
	line-height: 1.667;
	margin-bottom: 10px;
}
.poliv_trigers-text {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
}


.inner_poliv {
	background: #f7f7f7;
	padding: 80px 0;
}
.inner_poliv h3{
	text-align: center;
	margin-bottom: 40px;
}
.inner_poliv-prods {
	overflow: hidden;
}
.inner_poliv-prods-item {
    width: 240px;
    margin: 0 20px 30px 0;
    float: left;
    padding: 0 20px;
}
.inner_poliv-prods .inner_poliv-prods-item:last-child  {
	margin-right: 0;
}
.inner_poliv-prods-img {
	height: 218px;
	text-align: center;
}
.inner_poliv-prods-name {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: bold;
	line-height: 1.375;
	text-align: center;
}





.poliv_text2 {
	padding: 100px 0 40px 0;
}
.poliv_text2-row {
	overflow: hidden;
	margin-bottom: 80px;
}
.poliv_text2-left {
	width: 570px;
	float: left;
}
.poliv_text2-right {
	margin-left: 600px;
}
.poliv_text2-left p {
	font-size: 16px;
}
.poliv_text2-img {
	text-align: center;
	margin-bottom: 60px;
}
.poliv_text2-bottom p {
	font-size: 16px;
}



/* http://test3.webstd.ru/modeli-bolezney */
.disease_block {
	background: #f0f0f0 url(../img/disease_block.png) 54px 43px no-repeat;
	font-size: 18px;
	padding: 36px 20px 20px 699px;
}
.disease_block  p {
    margin: 0 0 17px 0;
    line-height: 23px;
}
.disease_block-alert {
    background: #538906 url(../img/disease_block-alert.png) 27px 22px no-repeat;
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(249, 250, 249);
    font-weight: bold;
    line-height: 1.667;
    padding: 23px 20px 29px 118px;
	margin-bottom: 40px;
}
.disease_top {
	background: #fff;
	padding: 0 0 40px 0;
}
.disease_center {
	background: #f7f7f7;
	padding: 80px 0 40px 0;
}
.disease_bottom {
	background: #fff;
	padding: 80px 0 40px 0;
}



/* http://test3.webstd.ru/planirovschik-rabot-api */
.api_top {
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.api_top p {
	font-size: 18px !important;
}
.api_bottom {
	background: #f7f7f7;
	padding: 80px 0 40px 0;
}

.api_trigers {
	overflow: hidden;
}
.api_trigers li{
	width: 330px;
    float: left;
    margin: 0 68px 30px 0;
    padding: 100px 0 0 0;
}
.api_trigers li:last-child{
	margin-right: 0;
}
.api_trigers-1 {background:url(../img/api_trigers-1.png) 0 0 no-repeat;}
.api_trigers-2 {background:url(../img/api_trigers-2.png) 0 0 no-repeat;}
.api_trigers-3 {background:url(../img/api_trigers-3.png) 0 0 no-repeat;}

.api_trigers-name {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	margin-bottom: 20px;
	font-weight: bold;
}
.api_trigers-text {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
}

.cup_top p {
	font-size: 18px;
}

.cup_func-text {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
}

.main_api {
	padding: 80px 0 80px 0;
	overflow: hidden;
	position: relative;
}
.main_api:before {
    content: '';
    display: block;
    width: 1080px;
    height: 991px;
    background: url(../img/main_api_wrp.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
}
.main_api h2 {
    margin-bottom: 40px;
}
.main_api_trigers {
	overflow: hidden;
	margin: 0 0 60px 0;
	width: 682px;
}
.main_api_trigers li{
    border-radius: 5px;
    background-color: rgb(235, 240, 226);
    padding: 39px 31px 39px 100px;
    margin-bottom: 13px;
}
.main_api_trigers li:last-child{
	margin-right: 0;
}
.main_api_trigers-1 {background:url(../img/main_api_trigers-1.png) 37px 40px no-repeat;}
.main_api_trigers-2 {background:url(../img/main_api_trigers-2.png) 37px 40px no-repeat;}
.main_api_trigers-3 {background:url(../img/main_api_trigers-3.png) 37px 40px no-repeat;}

.main_api_trigers-name {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	margin-bottom: 20px;
	font-weight: bold;
}
.main_api_trigers-text {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
}


/* http://test3.webstd.ru/monitoring-teplovogo-stressa */
.monitoring_center {
	background: #f7f7f7;
	padding: 80px 0 40px 0;
}
.monitoring_center h3 {
	text-align: center;
}
.monitoring_center p {
	text-align: center;
}
.monitoring_center2 {
	background: #fff;
	padding: 80px 0 40px 0;
}
.monitoring_center2 h3 {
	text-align: center;
}
.monitoring_center2 p {
	text-align: center;
}

.monitoring_bottom {
	background: #f7f7f7;
	padding: 80px 0 40px 0;
}
.monitoring_bottom h2 {
	text-align: center;
}

.monitoring_prods {
	overflow: hidden;
}
.monitoring_prods li{
	width: 270px;
    float: left;
    margin: 0px 65px 50px 0;
    padding: 0 40px;
}
.monitoring_prods li:last-child{
	margin-right: 0;
}
.monitoring_prods-img {
	text-align: center;
	height: 220px;
}
.monitoring_prods-name {
	text-align: center;
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(83, 137, 6);
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}
.monitoring_prods-text {
	text-align: center;
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
}

.monitoring_alert {
    background: #fff url(../img/monitoring_alert.png) 27px 22px no-repeat;
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: bold;
	line-height: 1.5;
	padding: 30px 30px 20px 120px;
}

/* main */
.main_monitoring {
	padding: 112px 0 112px 0;
	overflow: hidden;
	background:url(../img/block_4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.main_monitoring h2 {
    margin-bottom: 80px;
	text-align: center;
}
.main_monitoring_top {
	margin-bottom: 40px;
}
.main_monitoring_bottom {
	margin-bottom: 60px;
}
.main_monitoring_bottom h3 {
	text-align: center;
}
.main_monitoring_bottom p {
	text-align: center;
}
.main_monitoring-btn {
	text-align: center;
}


/* http://test3.webstd.ru/meteo-stancii */
.monitoring_top {
	
}
.mstantion-list {
	overflow: hidden;
	margin-right: -25px;
}
.mstantion-item {
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    width: 580px;
    height: 349px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 35px 39px 0 43px;
}
.mstantion-item-left {
	width: 200px;
	float: left;
}
.mstantion-item-right {
	margin-left: 202px;
    padding-top: 12px;
}
.mstantion-item-name {
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(83, 137, 6);
    font-weight: bold;
    line-height: 1.2;
    width: 230px;
    margin-bottom: 17px;
}
.mstantion-item-text {
	height: 253px;
}
.mstantion-item-link a {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(14, 119, 216);
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}


/* main */
.main_mstantion {
    height: 1150px;
    background: url(../img/block_2.png) 0 0 no-repeat;
    z-index: 1;
    position: relative;
    margin-top: -197px;
    padding-top: 350px;
    box-sizing: border-box;
}
.main_mstantion h2 {
    margin-bottom: 62px;
}
.main_mstantion-list {
	overflow: hidden;
	margin-bottom: 45px;
}
.main_mstantion-item {
	border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 580px;
    margin: 0px 20px 40px 0;
    float: left;
    overflow: hidden;
    height: 349px;
    box-sizing: border-box;
    padding: 43px 24px 0 27px;
}
.main_mstantion-list .main_mstantion-item:last-child  {
	margin-right: 0;
}
.main_mstantion-item-left {
	float: left;
	width: 180px;
	text-align: center;
}
.main_mstantion-item-right {
    margin-left: 220px;
    padding-top: 6px;
}
.main_mstantion-item-name {
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(83, 137, 6);
    font-weight: bold;
    line-height: 1.2;
    width: 230px;
    margin-bottom: 30px;
}
.main_mstantion-item-text {
    height: 152px;
}
.main_mstantion-item-link a {
	font-size: 16px;
	font-family: "Gilroy";
	color: #0e77d8;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
.main_mstantion-btn {
	text-align: center;
}


 
/* http://test3.webstd.ru/meteo-monitoring */

.meomonitor_top {
	margin-bottom: 60px;
}

.meomonitor_center {
	background: #f7f7f7;
	padding: 80px 0 40px 0;
}

.meomonitor_trigers {
	overflow: hidden;
	margin: 0 0 60px 0;
}
.meomonitor_trigers li{
    padding: 0 0 0 80px;
    margin-bottom: 30px;
}
.meomonitor_trigers li:last-child{
	margin-right: 0;
}
.meomonitor_trigers-1 {background:url(../img/meomonitor_trigers-1.png) 0 0 no-repeat;}
.meomonitor_trigers-2 {background:url(../img/meomonitor_trigers-2.png) 0 0 no-repeat;}
.meomonitor_trigers-3 {background:url(../img/meomonitor_trigers-3.png) 0 0 no-repeat;}
.meomonitor_trigers-4 {background:url(../img/meomonitor_trigers-4.png) 0 0 no-repeat;}
.meomonitor_trigers-5 {background:url(../img/meomonitor_trigers-5.png) 0 0 no-repeat;}
.meomonitor_trigers-6 {background:url(../img/meomonitor_trigers-6.png) 0 0 no-repeat;}
.meomonitor_trigers-7 {background:url(../img/meomonitor_trigers-7.png) 0 0 no-repeat;}

.meomonitor_trigers-name {
	font-size: 18px;
	font-family: "Gilroy";
	color: #538906;
	margin-bottom: 10px;
	font-weight: bold;
}
.meomonitor_trigers-text {
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.5;
	margin-bottom: 10px;
    min-height: 33px;
}

.meomonitor_bottom {
	background: #fff;
	padding: 80px 0 40px 0;
}

.meomonitor-alert {
    background: url(../img/meomonitor-alert.png) 0 0 no-repeat;
	font-size: 14px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
    line-height: 1.5;
    padding: 0 20px 29px 80px;
}



.footer {
	height: 150px;
	background: #0e0f21;
}

.footer-logo{
	position:absolute;
	top:44px;
	left:0;
	display:inline-block;
	width:240px;
	height:24px;
	background:url(../img/footer-logo.png) 0 0 no-repeat;
}

.footer-phone {
    position: absolute;
    top: 44px;
    right: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 28px;
    background: url(../img/phone.png) 0 0 no-repeat;
}
.footer-phone a {
	font-size: 18px;
	font-family: "Gilroy";
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-email a {
	font-size: 18px;
	font-family: "Gilroy";
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}


.footer-copyright {
	position:absolute;
	top:85px;
	left:0;
	font-size: 13px;
	font-family: "Gilroy";
	color: rgb(235, 240, 226);
}

.footer-menu {
	position:absolute;
	top:44px;
	left:490px;
}
.footer-menu li {
	display: inline-block;
	margin-right: 30px;
}
.footer-menu a {
	font-size: 13px;
	font-family: "Gilroy";
	color: rgb(235, 240, 226);
	text-decoration: none;
}