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;
}



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

@font-face {
  font-family: 'TradeGothicLT-Bold2';
  src: url('TradeGothicLT-Bold2.eot');
  src: url('TradeGothicLT-Bold2.woff2') format('woff2'),
       url('TradeGothicLT-Bold2.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLT-BoldTwo';
  src: url('TradeGothicLT-BoldTwo.woff') format('woff'),
       url('TradeGothicLT-BoldTwo.ttf') format('truetype'),
       url('TradeGothicLT-BoldTwo.svg#TradeGothicLT-BoldTwo') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "TradeGothic", sans-serif;
}

.clear {
	clear: both;
}

header {
	height: 119px;
	background-color: #06497d;
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	top: 0;
}

header.header-top {
	height: 75px;
}

header h1 {
	float: left;
}

header #show-menu {
	display: none;
}

a.logotype {
	text-decoration: none;
}

a.logotype img {
	width: 297px;
	height: 30px;
	margin-left: 76px;
	margin-top: 45px;
}

header.header-top a.logotype img {
	margin-top: 22px;
}

.d-table {
	display: table;
	width: 100%;
}

.main-img {
	width: 740px;
	height: 320px;
	margin: 119px auto 0px;
}

.main-text {
	width: 100%;
}

div.main-text p {
	color: #ffffff;
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}

.main-text p span {
	background-color: #f8c44f;
	padding: 5px 20px;
}

.section .wrapper {
	width: 100%;
}

.section h1 {
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 42px;
	line-height: 48px;
	font-weight: bold;
	color: #06497d;
	text-align: center;
	margin: 46px 0px 51px 0px;
}

.section p {
	font-size: 16px;
	line-height: 36px;
	color: #000;
}

.section#section1 div.inside {
	width: 870px;
	margin: 0px auto;
  padding-bottom: 50px;
}

.section#section1 h2 {
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #41a3b9;
	text-align: center;
	margin: 20px 0px 5px 0px;
}

.section#section1 ul {
	list-style-image: url('../img/mark.png');
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section#section1 ul li {
	padding-left: 6px;
	margin-bottom: 9px;
}

.section#section2 div.inside, .section#section3 div.inside, section#section4 div.inside {
	max-width: 1048px;
	width: 90%;
	margin: 0px auto;
  padding-bottom: 50px;
}

.section#section2 h1 {
	margin-bottom: 34px;
}

.section#section2 h2 {
	font-size: 22px;
	line-height: 36px;
	color: #000000;
	text-align: center;
}

.section#section2 h3 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-align: center;
	margin-bottom: 42px;
}

.section#section2 .left-side {
	float: left;
	text-align: left;
	width: 28%;
}

.section#section2 .center-img {
	float: left;
	width: 40%;
	margin: 0 3%;
}

.section#section2 .center-img img {
	width: 100%;
	max-width: 415px;
}

.section#section2 .right-side {
	float: right;
	text-align: right;
	width: 26%;
}

.section#section2 p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 26px;
}

.section#section2 p strong {
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 18px;
	color: #1b7a8f;
}

.section#section3 div.inside .serv-first {
	font-size: 22px;
	line-height: 36px;
	color: #ffffff;
	text-indent: 0.5em;
}

.serv-ul {
	margin-top: 68px;
	margin-left: 87px;
}

ul.serv-ul h2 {
	font-family: 'TradeGothicLT-BoldTwo', sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	color: #06497d;
	margin-bottom: 5px;
}

ul.serv-ul p {
	font-size: 20px;
	line-height: 26px;
}

ul.serv-ul li {
	margin-top: 53px;
}

ul.serv-ul li.lamp	{
	background: url('../img/lamp.png') no-repeat left top;
	padding-left: 84px;
	padding-top: 2px;
}

ul.serv-ul li.gears	{
	background: url('../img/gears.png') no-repeat left top;
	padding-left: 85px;
}

ul.serv-ul li.lock	{
	background: url('../img/lock.png') no-repeat left 6px;
	padding-left: 82px;
}

ul.serv-ul li ul {
	margin-left: 28px;
}

ul.serv-ul li ul li {
	list-style-image: url('../img/mark.png');
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	margin-top: 31px;
}

ul.serv-ul li ul li ul {
	margin-top: 0px;
}

ul.serv-ul li ul li ul li {
	list-style: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	margin-top: 0px;
}

.section#section4 {
	height: 614px !important;
}

.section#section4 h1 {
	margin-bottom: 34px;
	color: #ffffff;
}

.section#section4 p {
	font-size: 22px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.section#section4 .col-wrapper {
	margin-top: 79px;
	display: table;
	width: 100%;
}

.section#section4 .footer-col {
	display: table-cell;
	width: 33%;
}

.section#section4 .footer-col h2 {
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 5px;
}

.section#section4 .footer-col p {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.f-left {
	float: left;
}

.section#section4 .contact-info {
	margin-left: 24px;
}

.section#section4 .footer-col.middle {
	text-align: center;
	vertical-align: middle;
}

.section#section4 .footer-col.middle a {
	color: #ffffff;
	text-decoration: underlined;
	font-size: 22px;
	line-height: 48px;
}

.section#section4 .footer-col a.tel {
  color:#ffffff;
  text-decoration: none;
  border: none;
}

.section#section4 .copyright {
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

@media (min-width: 1000px) {
	nav#menu ul {
		float: right;
		margin-right: 75px;
		margin-top: 54px;
	}

	header.header-top nav#menu ul {
		margin-top: 30px;
	}

	nav#menu ul li {
		display: inline-block;
		font-family: "TradeGothic", sans-serif;
		font-size: 17px;
		margin-right: 10px;
	}

	nav#menu ul li::after {
		content: url(../img/slash.png);
		margin-left: 15px;
	}

	nav#menu ul li.last {
		margin-right: 0px;
	}

	nav#menu ul li.last::after {
		content: none;
		margin-left: 0px;
	}

	nav#menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}

	nav#menu ul li.active a {
		color: #86d4e8;
	}
}

@media (max-width: 999px) {
	.desctop {
		display: none;
	}
	
	header {
		position: fixed;
		z-index: 10;
    -webkit-box-shadow: 0px 10px 7px -7px rgba(4,1,43,.5);
    -moz-box-shadow: 0px 10px 7px -7px rgba(4,1,43,.5);
    box-shadow: 0px 10px 7px -7px rgba(4,1,43,.5);
	}

	header #show-menu {
		display: block;
		background-image: url("../img/show_menu.png");
		width: 35px;
		height: 29px;
		position: absolute;
		left: 25px;
		top: 48px;
	}
	
	header h1 {
		float: none;
	}
	
  a.logotype img {
		display: block;
		margin: 45px auto;
	}
	
	.main-img {
		width: 92%;
		height: auto;
		margin-bottom: 10px;
		max-height: 320px;
		max-width: 740px;
	}
	
	.main-img img {
		width: 100%;
	}
	
	.main-text {
		width: 92%;
		margin: 0 auto;
	}
	
	div.main-text p {
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
	}
	
	.main-text p span {
		padding: 2px;
	}
  
  .section#section1 div.inside, .section#section2 div.inside, .section#section3 div.inside, section#section4 div.inside {
    padding: 0 5% 50px 5%;
    width: 90%;
  }
  
  section.section h1 {
    font-size: 38px;
    margin-top: 94px;
  }
  
  #section1.section h2 {
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
  
  #section1.section ul {
    margin-left: 26px;
  }
  
  #section1.section ul li {
    line-height: 24px;
  }
  
  #section1 p {
    line-height: 26px;
  }
  
  #section2.section .inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  #section2.section h1 {
    -webkit-box-ordinal-group: 1;  
    -moz-box-ordinal-group: 1;     
    -ms-flex-order: 1;     
    -webkit-order: 1; 
    order: 1;
  }
  
  #section2.section h2 {
    font-size: 20px;
    line-height: 30px;
    -webkit-box-ordinal-group: 2;  
    -moz-box-ordinal-group: 2;     
    -ms-flex-order: 2;     
    -webkit-order: 2;
    order: 2;
  }
  
  #section2.section .center-img {
    float: none;
    width: 90%;
    max-width: 415px;
    margin: 31px auto;
    -webkit-box-ordinal-group: 3;  
    -moz-box-ordinal-group: 3;     
    -ms-flex-order: 3;     
    -webkit-order: 3;
    order: 3;
  }
  
  #section2.section h3 {
    text-align: left;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 4;  
    -moz-box-ordinal-group: 4;     
    -ms-flex-order: 4;     
    -webkit-order: 4;
    order: 4;
  }
  
  #section2.section .left-side {
    float: left;
    width: 100%;
    -webkit-box-ordinal-group: 5;  
    -moz-box-ordinal-group: 5;     
    -ms-flex-order: 5;     
    -webkit-order: 5;
    order: 5;
  }
  
  #section2.section .right-side {
    float: none;
    text-align: left;
    width: 100%;
    -webkit-box-ordinal-group: 6;  
    -moz-box-ordinal-group: 6;     
    -ms-flex-order: 6;     
    -webkit-order: 6;
    order: 6;
  }
  
  #section2.section p {
    margin-top: 22px;
  }
  
  #section3.section div.inside .serv-first {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: -26px;
  }
  
  ul.serv-ul {
    margin: 0;
  }
  
  ul.serv-ul h2 {
    text-align: center;
    line-height: 32px;
    margin-bottom: 12px;
  }
  
  ul.serv-ul p {
    text-align: center;
    margin-bottom: 40px;
  }
  
  ul.serv-ul li.lamp {
    background-position: top;
    padding: 0;
    padding-top: 101px;
    margin-top: 62px;
  }
  
  ul.serv-ul li ul li ul li {
    margin-top: 10px;
  }
  
  ul.serv-ul li.gears {
    padding: 0;
    background-position: top;
    padding-top: 81px;
    margin-top: 50px;
  }
  
  ul.serv-ul li.lock {
    padding: 0;
    background-position: top;
    padding-top: 107px;
    margin-top: 27px;
  }
  
  #section4.section {
    height: inherit !important;
  }
  
  section#section4 div.inside {
    padding-bottom: 25px;
  }
  
  #section4.section .col-wrapper {
    display: block;
  }
  
  #section4.section p {
    font-size: 20px;
    line-height: 30px;
  }
  
  #section4.section .footer-col {
    display: block;
    width: 100%;
    margin-bottom: 49px;
  }
  
  .footer-col:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  
  * html .footer-col             { zoom: 1; } /* IE6 */
  *:first-child+html .footer-col { zoom: 1; } /* IE7 */
  
  #section4.section .footer-col.middle a {
    display: block;
  }
  
  #section4.section .footer-col.middle {
    margin-bottom: 55px;
  }
  
  #section4.section .copyright {
    margin-top: 63px;
  }
  
  /*menu*/
  .mm-navbar {
    height: 118px;
    background-color: #06497d;
    box-shadow: 0px 10px 7px -7px rgba(4,1,43,.5);
  }
  
  .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 59px;
  }
  
  .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #e7edf2;
    font-size: 38px;
    font-family: 'TradeGothicLT-BoldTwo', sans-serif;
    margin-top: 45px;
    font-weight: bold;
  }
  
  .mm-listview > li > a, .mm-listview > li > span {
    font-size: 20px;
    padding: 15px 10px 15px 20px;
  }
}

@media (max-width: 435px) {
  a.logotype img {
    margin: 45px 17px 45px auto;
    width: 73%;
    height: inherit;
  }
  
  header #show-menu {
		background-image: url("../img/show_menu_small.png");
		width: 25px;
		height: 21px;
	}
  
  #section4.section .contact-info {
    width: 64%;
  }
}