<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;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
#wrapper {
    max-width: 1200px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    

	background:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}
html, body {
	/*background: #d6d6d6;*/
    width: 100%;
      min-width: 320px;
      height: 100%;
	background:#FFF;
}
#header {
	width:100%;
	min-height:130px;
	background: #FFF;
	margin:0px auto;
	z-index:0;
}
#fixed {
    max-width: 1200px;
    min-width: 700px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px;
    top: 0;
    left: calc(50%);
    min-height: 130px;
    background: #FFF;
    position: fixed;
    z-index: 9999;
}
	
.logo {
	float:left;
	width:240px;
	height:80px;
    padding: 30px 30px 0 30px;
	display:block;
}
@media only screen and (max-width: 1023px){
   .logo {
       width:200px;
       height:80px;
       /*padding: 30px 10px 0 10px;*/
	   padding:4%;
   } 
}
.lang {
	list-style-type:none;
	width:70px;
	height:30px;
	float:right;
}
.lang li {
	float:left;
}
.lang li a {
	width:30px;
	height:30px;
	display:block;
	text-align:center;
	line-height:29px;
	color:#FFF;
	/*color:#374769;*/
	text-decoration:none;
}
/*.lang li :last-child a {
	margin-right:0;
}
*/
#nav {
    width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	height:40px;
	float:left;
	/*margin-right:4%;*/
	margin-top:2%;
	font-size:18px;
	display:block;
}
@media only screen and (max-width: 1023px){
    #nav {
        width: calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
    }
}
.nav_center {
	width:65%;
	float:left;
}
.menu {
	width:100%;
	list-style-type:none;
	margin-left:10%;
}
.menu li a {
	color:#374769;
	text-decoration:none;
	text-align:center;
	display:block;
	margin-right:15%;
	line-height:20px;
	float:left;
}

.menu li a:hover {
	color:#A89400;
}
.menu li a:active {
	color:#A89400;
}
.nav_right {
	width:25%;
	float:right;
}
.energy {
	width:100%;
	padding:0;
	list-style-type:none;
}
.energy li a {
	color:#374769;
	text-decoration:none;
	text-align:center;
	display:block;
	line-height:20px;
}
.energy li a:hover {
	color:#fb0606;
}
.energy li a:active {
	color:#fb0606;
}
@media only screen and (max-width: 1023px){
    .nav_right {
        width: 32%;
    }
    .menu li a, .energy li a {
        font-size: 14px;
		margin-right:12%;
    }    
}
#banners {
	width:100%;
	height:208px;
	margin-bottom:3%;
}
.ban1 {
	width:76%;
	height:200px;
	/*background: url(images/b11.jpg) no-repeat center center;*/
	border-bottom:8px solid #374769;
	float:left;
	display:block;
	/*background-size:cover;*/
    margin-bottom: 0;
    overflow: hidden;
}
.ban1 .slide-item{
	position: relative;
	width: 100%;
	height: 192px;
	overflow: hidden;
}
.ban1 .slide-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%); /* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ Firefox */
    -ms-transform: translateX(-50%) translateY(-50%); /* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ IE */
    -webkit-transform: translateX(-50%) translateY(-50%); /* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ Safari, Chrome, iOS */
    -o-transform: translateX(-50%) translateY(-50%); /* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
}
.slick-prev, .slick-next{
	display: none !important;
}
.ban2 {
	width:22%;
	height:200px;
	background:url(images/b21.jpg)no-repeat left center;
	border-bottom:8px solid #374769;
	float:right;
	display:block;
	background-size:cover;
}
#content {
	width:100%;
	min-height:300px;
	background:#FFF;
	margin-bottom:3%;
}
.company p {
	color:#374769;
	text-decoration:none;
	margin-left:4%;
	margin-bottom:2%;
	/*margin-top:2%;*/
	font-size:18px;
}
.numbers {
	padding:0;
	list-style-type:none;
	width:100%;
	height:140px;
	margin-bottom:3%;
}
.numbers li {
	float:left;
	width:14.666%;
	height:140px;
	margin:0 1%;
	/*margin-right:20px;*/
}
.numbers li img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.numbers li :last-child a {
	margin-right:0;
}
.numbers p {
	text-align:center;
	color:#374769;
	font-size:18px;
	line-height:17px;
}	
#text {
	width:76%;
	min-height:200px;
	display:block;
	float:left;
	margin-bottom:3%;
	color:#374769;
	text-decoration:none;
	text-align:justify;
}
#text p {
	color:#374769;
	text-decoration:none;
	line-height:17px;
	margin-left:4%;
	/*margin-bottom:2%;*/
	/*margin-top:2%;*/
	font-size:16px;
	text-align:left;
	text-align:justify;
}
.photo_myroslaw {
	width:22%;
	height:200px;
	background:url(images/photo_myroslaw.jpg)no-repeat center center;
	float: right;
	margin-left:2%;
    background-size: cover;
}
#service {
	width:100%;
	min-height:350px;
	background:#374769;
	margin-bottom:4%;
	padding-top:3%;	
}

#service p {
	color:#FFF;
	text-decoration:none;
	display:block;
	line-height:20px;
	padding-left:4%;
	padding-bottom:2%;
	font-size:18px;
}
.service_menu {
	width: 100%;
	padding:0;
	list-style-type:none;
	float:right;
    padding-left: 4%;
}
#identifikator1 p {
	color:#FFF;
	width:95%;
	line-height:17px;
	font-size:16px;
	text-align:left;
	display:block;
	text-align:justify;
}
#identifikator2 p {
	color:#FFF;
	width:95%;
	line-height:17px;
	font-size:16px;
	text-align:left;
	display:block;
	text-align:justify;
}
#identifikator3 p {
	color:#FFF;
	width:95%;
	line-height:17px;
	font-size:16px;
	text-align:left;
	display:block;
	text-align:justify;
}
#identifikator4 p {
	color:#FFF;
	width:95%;
	line-height:17px;
	font-size:16px;
	text-align:left;
	display:block;
	text-align:justify;
}
#identifikator5 p {
	color:#FFF;
	width:95%;
	line-height:17px;
	font-size:16px;
	text-align:left;
	display:block;
	text-align:justify;
}
#identifikator6 p {
	color:#FFF;
	width:95%;
	line-height:17px;
	font-size:16px;
	text-align:left;
	display:block;
	text-align:justify;
}
.service_menu img {
  	height: auto;
    max-width:95%;
	display:block;
	margin-bottom:2%;
	padding-left:4%;
}
.service_menu li a {
	color:#A89400;
	text-decoration: none;
	display:block;
	line-height:25px;
	background:url(images/marker1.png) no-repeat left 0;
	padding:0 0 0 20px;
	font-size:18px;
    margin-bottom: 30px;
	margin-right:1%;
}
.service_menu li a:hover {
	color:#FFF;
	background:url(images/marker2.png) no-repeat left center;
}
.service_menu li a:active {
	color:#FFF;
}
#clients {
	width:100%;
	min-height:270px;
	background:#FFF;
	margin-bottom:3%;
	padding-bottom:2%;
	background:url(images/clients.jpg) no-repeat center center;
	background-size:contain;
}
#clients p {
	color:#374769;
	text-decoration:none;
	display:block;
	line-height:20px;
	padding-left:4%;
	padding-bottom:2%;
	font-size:18px;
}

#footer {
	width:100%;
	margin-bottom:4%;
	/*border-top:1px solid #374769;*/
}
#footer p {
	color:#374769;
	text-decoration:none;
	padding-bottom:2%;
	padding-left:4%;
	font-size:18px;
	display:block;
    width: 100%;
    float:left;
	font-family: Arial, Helvetica, sans-serif;
}	
#contacts {
	width:50%;
	float:left;
}	
#contacts p {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#374769;
	line-height:18px;
    
}
#contacts table tr{
    display: block;
    float: right;
    width: 65%;
}
#contacts table tr:first-child{
    float: left;
    width:35%;
}
.buttom {	
	width:20%;
    float:right;
	list-style-type:none;
	/*float:right;*/
}
.buttom li{
    display: inline-block;
    margin-right: 5%;
}

.clear {clear:both;}
 @media only screen and (max-width: 1023px){
    .ban1 {
        background-position-x: -220px;
     }
     .numbers p{
         font-size: 14px;
     }
	 #contacts {
	width:75%;
	 }
	 #contacts p {
	font-size:14px;
	 }
}
/*.service_menu {
    width: 98%;
    padding: 0;
    margin-left: 2%;
    list-style-type: none;
    float: right; 
}*/
</pre></body></html>