<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* general styles */
body{
  font-size: 16px;
  line-height: 22px;
}

/*    HEADER    */
header div.topBar a.mail{
  margin-right: 32px;
}
header a.logoHolder{
  margin-left: 20px;
}
div.menuHolder{
  right: 20px;
}
header.gr div.menuHolder nav ul li,
header.ru div.menuHolder nav ul li{
  margin-left: 8px;
}
header.gr div.menuHolder nav ul li ul li,
header.ru div.menuHolder nav ul li ul li{
  margin-left: 0px;
}

/*      CONTENT      */
div.centerContent{
  width: 1000px;
}
div.content{
  width: 960px;
}
div.crumblePath{
  margin-left: 20px;
}

article{
  width: 550px;
}


/*      HOME      */
div.slideShowHolder{
  height: 400px;
}
div.slideShow div.textHolder{
  margin-left: 20px;
}

div.content.home article{
  width: 500px;
}


/*      JOBS &amp; NEWS &amp; CATEGORIES &amp; SEARC     */
div.content.jobs article.details, div.content.news article.details{
  width: 550px;
}
a.news span.title, a.category span.title, a.search span.title{
  padding-left: 220px; 
}
a.news span.text, a.category span.text, a.search span.text{
  padding-left: 220px;
}


/*      PRODUCTS    */
div.mainContent.products aside{
  margin-right: 20px;
}
div.mainContent.products article{
  padding-left: 310px;
}
div.productHolder{
  width: 670px;
}
div.productHolder a{
  width: 214px;
  margin-right: 14px;
  margin-bottom: 14px;
}
div.productHolder a span.imageHolder{
  height: 150px;
}
div.productHolder a span.label, div.productHolder a span.data{
  width: 80px;
}
div.productHolder a span.data{
  width: 90px;
}
div.productHolder a span.readmore{
  font-size: 1em;
  padding-left: 0px;
  padding-right: 0px;
  right: 20px;
  text-align: center;
}


div.mainContent.productdetails aside{
  width: 360px;
  margin-right: 50px;
}
div.mainContent.productdetails aside a{
  height: 50px;
}
div.mainContent.productdetails aside a:first-child{
  height: 240px;
}
div.mainContent.productdetails aside a:nth-child(4n+1){
  margin-right: 0px;
}

div.mainContent.productdetails article{
  margin-left: 0px;
  width: 550px;
}
div.mainContent.productdetails article h2{
  margin-bottom: 30px;
}
div.mainContent.productdetails article ul{
  margin-left: 25px;
}

div.specs{
  width: 100%;
  margin-bottom: 40px;
}
div.specs p{
  display: inline-block;
  float: left;
  font-size: 0.9em;
}
div.specs p:nth-of-type(2n-1){
  width: 200px;
  clear: both;
}
div.specs p:nth-of-type(2n){
  
}

/*      CONTACT   */
span.contactBlockContent span.contactSubmenu{
  bottom: -111px;
}


/*      FOOTER      */
div.highlights a{
  width: 300px;
  margin-left: 20px;
}
div.highlights a span.imageHolder{
  width: 80px;
  height: 60px;
}
div.highlights a span.textHolder{
  padding-left: 90px;
}
div.highlights a.cta{
  margin-left: 20px;
}

div.highlights div.productHolder{
  position: absolute;
  right: -20px;
}
div.highlights div.productHolder div.arrow{
}
div.highlights div.productHolder a.cta{
  bottom: -62px;
  
}


div.footerSocial p{
  margin-left: 20px;
}
div.footerSocial img:last-of-type{
  margin-right: 20px;
}
div.footerInfo{
  width: 960px;
}
div.footerInfo img{
  margin-right: 40px;
}
div.footerInfo nav{
  float: left;
  margin-right: 0px;
  width: 462px;
}
div.footerInfo input.inputText.search{
  width: 320px;
}</pre></body></html>