@import "main_calc.css" all;
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.fr a.active {
  color: #7e7e7e;
  border-bottom: 1px dashed #7e7e7e; }

.clear {
  clear: both;
  float: none !important; }

.sendRequestBlock {
  min-height: 42px; }

.overfl {
  overflow: hidden;
  zoom: 1; }

img {
  vertical-align: top; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

:focus {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: underline;
  color: #f98133; }

label:hover, input[type=checkbox], input[type=radio] {
  cursor: pointer; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  height: 100%;
  min-width: 1000px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #444;
  background: url(../images/body.png) repeat-x; }

.body {
  position: relative;
  background: url(../images/header.jpg) 50% 0 no-repeat; }

div[role=main], .innerfooter {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

nav li {
  list-style-type: none; }

.topnav {
  border-top: 2px solid #f86e1d;
  width: 325px;
  text-align: center; }

.topnav li {
  display: inline-block;
  margin: 18px 37px 42px; }

.topnav li a, .topnav li a img {
  display: inline-block; }

.home {
  width: 11px;
  height: 10px;
  background: url(../images/home.gif); }

.map {
  width: 11px;
  height: 10px;
  background: url(../images/map.gif); }

.mapsite {
  width: 11px;
  height: 10px;
  background: url(../images/up3.png); }

.mail {
  width: 11px;
  height: 8px;
  background: url(../images/mail.gif); }

.map:hover, .mail:hover, .home:hover,
.map.current-page, .mail.current-page, .home.current-page {
  background-position: bottom; }

.logo {
  width: 340px;
  height: 173px;
  background: url(../images/logo.png);
  display: block; }

header address {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  text-shadow: 0 2px 1px #000;
  font-family: 'open_sansregular';
  margin-top: -18px;
  margin-left: 52px; }

header address span {
  font-family: 'open_sanssemibold';
  color: #fff;
  font-weight: bold; }

header address .a {
  margin-top: 4px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background: url(../images/mailico.png) 105px 0 no-repeat;
  padding: 1px 0; }

header address p {
  color: #dedede;
  text-align: right; }

header address p + p {
  margin-top: -7px; }

header address p + p + p + p {
  text-align: right; }

header address p.worktime {
  font-size: 17px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 7px;
  color: #f0dec0;
  margin-bottom: 20px; }

header address p.worktime span {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'open_sansregular';
  color: #ff9f00;
  font-weight: normal; }

.mainnav {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-top: 32px;
  width: 102%; }

.mainnav li {
  float: left; }

.mainnav li a {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: url(../images/top-menu.png);
  /*padding: 12px 55px 11px!important;*/
  padding: 12px 45px 11px !important;
  border-right: 1px solid #e95c16;
  font-family: 'open_sansregular';
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.3); }

.mainnav li a:hover, .mainnav li a.current-page {
  background-position: 0 -42px;
  border-right-color: transparent; }

.mainnav li a.highlight {
  background-position: 0 -84px;
  color: #010101;
  text-shadow: 0 1px 1px #fff;
  padding: 12px 38px;
  border-right: none; }

.mainnav li:first-child a {
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  padding: 12px 46px; }

.mainnav li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
  padding: 12px 40px; }

section.main {
  padding-top: 42px; }
.production-types .item {
  position: relative;
}
.production-types .item > a {
  background: url(../images/button-grad.png);
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #e2e2e2;
  width: 250px;
  text-decoration: none;
  height: 51px;
  position: relative;
  margin-bottom: 3px; }
@media only screen and (min-width: 769px) {
  .production-types .item > a:after  {
    content: '';
    position: absolute;
    right: 21px;
    top: 22px;
    bottom: auto;
    left: auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/moar.gif) left bottom no-repeat;
  }
  .production-types .item > ul {
    position: absolute;
    display: block!important;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    overflow: hidden;
    top: 0;
    left: 100%;
  }
  .production-types .item > ul li a {
    white-space: nowrap;
    overflow: hidden;
  }
  .production-types .item:hover {
    z-index: 10;
  }
  .production-types .item:hover > ul {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section.main > aside.fl {
    margin-bottom: 25px!important;
  }
  .production-types .item > a {
    width: 100%;
  }
}
.production-types .item > a:hover, .production-types .item > a.current-page {
  background-position: bottom; }

.production-types .item > a > img {
  position: absolute;
  bottom: 0; }

.production-types .item > a.type1 > img {
  left: 1px; }

.production-types .item > a.type2 > img {
  left: 3px; }

.production-types .item > a.type3 > img {
  left: -4px; }

.production-types .item > a.type4 > img {
  left: 5px; }

.production-types .item > a.type5 > img {
  left: 4px; }

.production-types .item > a.type6 > img {
  left: 8px; }
.production-types .item {
  position: relative;
}
.production-types .item  .arrow-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 53px;
}
@media only screen and (min-width: 769px) {
  .production-types .item  .arrow-wrap {
    display: none;
  }
}

.production-types .item  .arrow-wrap  .arrow {
  position: absolute;
  right: 21px;
  top: 22px;
  bottom: auto;
  left: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/moar.gif) left bottom no-repeat; }

.production-types .item.active  .arrow-wrap .arrow {
  height: 6px;
  background-position: 0 0; }

.production-types .item > a > span {
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 1px #fff;
  position: absolute;
  left: 75px;
  top: 10px;
  width: 120px; }

.production-types .item > a.type1 > span, .production-types .item > a.type29 > span, .production-types .item > a.type30 > span {
  top: 18px; }

.production-types .item > ul {
  display: none;
  padding: 2px 0 18px 20px; }
.production-types .item.current-page > ul {

}
.production-types .item > ul li {
  list-style-type: none; }

.production-types .item > ul li a {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: url(../images/submenu.png) repeat-x;
  display: block;
  position: relative;
  padding: 7px 0 7px 38px;
  text-decoration: none;
  font-size: 12px;
  color: #313131;
  margin-top: 4px; }

.production-types .item > ul li a:hover, .production-types .item > ul li a.current {
  background-position: bottom;
  color: #fff; }

.production-types .item > ul li a span {
  width: 4px;
  height: 6px;
  background: url(../images/small-arr.gif) no-repeat;
  position: absolute;
  left: 15px;
  top: 13px; }

.production-types .item > ul li a:hover span, .production-types .item > ul li a.current span {
  background-position: bottom; }

.production-types > .current-page + ul {
  display: block; }

.accessories {
  margin-top: 41px; }

.accessories a {
  background: #fbfbfb;
  height: 51px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #e2e2e2;
  position: relative;
  display: block; }

.accessories a + a {
  margin-top: 7px; }

.accessories a > img {
  position: absolute;
  bottom: 0; }

.accessories a.type1 > img {
  bottom: -8px;
  left: -4px; }

.accessories a.type3 > img {
  left: -1px; }

.accessories a.type4 > img {
  left: -6px;
  top: 4px; }

.accessories a > span {
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 1px #fff;
  position: absolute;
  left: 90px;
  top: 17px; }

.main > aside.fl {
  margin-right: 27px; }

.index {
  width: 720px;
  overflow: hidden; }

.main h1, .main h2 {
  font-family: 'open_sanssemibold';
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 5px; }

.index p {
  line-height: 20px; }

.index p + p {
  margin-top: 20px; }

.oranged {
  margin-bottom: 20px; }

.oranged li {
  list-style-position: inside;
  color: #f8700c;
  font-size: 10px;
  line-height: 19px; }

.oranged li span {
  color: #444;
  font-size: 13px; }

.leaders {
  padding-top: 18px; }

.leaders > a {
  display: block;
  float: left;
  width: 230px;
  height: 77px;
  position: relative;
  text-decoration: none; }

.leaders > a.leader1 {
  background: url(../images/al-list.jpg); }

.leaders > a.leader2 {
  background: url(../images/n-list.jpg); }

.leaders > a.leader3 {
  background: url(../images/t-list.jpg); }

.leaders > a + a {
  margin-left: 15px; }

.leaders > a span {
  display: block;
  width: 140px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
  top: 20px;
  right: 0;
  font-size: 16px; }

.leaders > a:hover span {
  text-decoration: underline; }

p.big {
  padding-top: 25px;
  padding-bottom: 21px;
  font-size: 18px; }

body footer {
  background: #343434;
  margin-top: 65px;
  font-size: 12px; }

.innerfooter {
  position: relative;
  padding-bottom: 30px; }

.innerfooter h3, .buttonorange {
  position: relative;
  font-weight: normal;
  font-size: 13px;
  font-family: 'open_sansregular';
  background: url(../images/footer-headers.png) repeat-x;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 12px;
  top: -16px;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

.innerfooter h3.greyh3 {
  background-position: bottom;
  color: #3b3b3b;
  text-shadow: 0 1px 1px #fff; }

.footercolumn {
  width: 205px;
  float: left; }

.footercolumn + .footercolumn {
  margin-left: 44px; }

.footercolumn a {
  color: #fff;
  text-decoration: none; }

.footercolumn ul li {
  list-style-type: none;
  border-bottom: 1px dotted #6c6c6c;
  line-height: 24px;
  color: #fff; }

.footercolumn ul li:last-child {
  border-bottom: none; }

.footercolumn:first-child ul {
  margin-top: -3px; }

.footercolumn:first-child li {
  padding-left: 24px; }

.footercolumn:first-child li a {
  position: relative; }

.footercolumn:first-child li a span {
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(../images/marker.png) no-repeat;
  left: -22px;
  top: 2px; }

.footercolumn li a:hover {
  color: #f9842b; }

.footercolumn:first-child li a:hover span {
  background-position: bottom; }

.footercolumn:nth-child(3) {
  padding-top: 28px; }

.footercolumn:nth-child(4) {
  padding-top: 46px;
  width: 235px;
  margin-left: 33px; }

.ultype {
  position: relative;
  margin-top: -3px;
  margin-bottom: 3px;
  background: #3a3a3a;
  border: 1px solid #454545;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 3px 25px 3px 9px;
  display: inline-block;
  color: #fff;
  font-size: 14px; }

.ultype span {
  background: url(../images/ardown.gif) no-repeat;
  position: absolute;
  display: block;
  width: 5px;
  height: 3px;
  right: 10px;
  top: 10px; }

ul + .ultype {
  margin-top: 3px;
  margin-bottom: 5px; }

.metals li span {
  line-height: 19px;
  margin-top: 2px;
  margin-right: 3px;
  float: right;
  background: #f86e1d;
  color: #383838;
  min-width: 19px;
  text-align: center;
  font-size: 11px; }

.alloys li span {
  padding: 0 4px; }

.buttonorange {
  padding: 6px 37px;
  display: inline-block;
  font-size: 11px;
  background-position: 0 -3px; }

.buttonorange:hover {
  background: url(../images/top-menu.png) 0 -51px; }

footer address {
  font-style: normal;
  line-height: 17px;
  margin-bottom: 28px; }

footer address table {
  width: 100%; }

footer address table td:first-child {
  font-weight: bold;
  width: 75px; }

footer address table td {
  vertical-align: top;
  color: #fff; }

footer .footercolumn address a {
  text-decoration: underline; }

footer + footer {
  margin-top: 0;
  background: #fff;
  font-size: 11px;
  padding: 20px 0; }

.copyright {
  line-height: 36px;
  padding-right: 26px; }

footer + footer a {
  color: #686868;
  text-decoration: none; }

.madein p.fl {
  margin-left: 21px; }

/*** order page ***/
.breadcrumbs {
  font-size: 11px;
  margin-top: 11px; }

.breadcrumbs a {
  color: #f98133; }

.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  padding-right: 4px; }

.breadcrumbs li + li {
  padding-left: 12px;
  background: url(../images/brdcrmb.png) left 50% no-repeat; }

.order-form {
  background: #f2f2f2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: inset 0 0 5px #fff;
  box-shadow: inset 0 0 5px #fff;
  padding: 20px 30px;
  width: 320px;
  margin: 1em auto 0;
  font-size: 12px; }

.order-form input[type=text], .order-form textarea {
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  font-size: 11px;
  height: 26px;
  padding: 0 10px;
  width: 269px;
  color: #bdbdbd; }

.order-form input[type=text]:focus, .order-form textarea:focus, .focused {
  color: #343434 !important; }

.order-form div > span {
  display: inline-block;
  height: 18px;
  width: 28px;
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
  border: 1px solid #c8c8c8;
  border-left: none;
  text-align: center;
  padding-top: 8px;
  background: url(../images/input+.png) repeat-x;
  margin-left: -3px;
  vertical-align: bottom; }

.order-form div + div {
  margin-top: 15px; }

.order-form div p {
  line-height: 20px; }

.order-form div p > span {
  color: #f66f20; }

.order-form textarea {
  width: 300px;
  font-size: 11px;
  height: 125px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: Arial, sans-serif;
  padding: 5px 10px; }

.necessary {
  font-size: 11px;
  color: #f66f20; }

.submitform {
  text-align: center; }

.submitform input {
  background: url(../images/top-menu.png) 0 -7px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 12px;
  padding: 8px 32px;
  cursor: pointer;
  font-family: Arial, sans-serif; }

.submitform input:hover {
  background-position: 0 -49px; }

/*** products ***/
.productionholder > div {
  float: left;
  width: 195px; }

.productionholder > div + div {
  margin-left: 55px; }

.productionholder > div + div + div {
  margin-left: 80px; }

.alloyblock {
  padding: 20px 0; }

.alloyblock + .alloyblock {
  border-top: 1px dotted #bababa; }

.alloyblock > header {
  font-family: 'open_sansregular', sans-serif; }

.alloyblock > header > a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  color: #4c4c4c;
  width: 230px;
  display: block; }

.alloyblock > header > a:hover {
  text-decoration: underline;
  color: #f8730c; }

.alloyblock > header > a span {
  color: #5d1010;
  height: 32px;
  display: inline-block;
  padding: 0 9px;
  margin-right: 10px;
  font-family: 'open_sanssemibold', sans-serif;
  background: url(../images/metals.png) repeat-x;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.alloyblock ul {
  margin-top: 15px; }

.alloyblock ul > li {
  list-style: none;
  padding-left: 13px;
  background: url(../images/marker2.png) left center no-repeat;
  line-height: 20px; }

.alloyblock ul > li a {
  color: #4c4c4c; }

.alloyblock ul > li a:hover {
  color: #f8730c;
  text-decoration: none; }

/*** filter ***/
.order {
  width: 720px; }

.filter {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #f2f2f2;
  -webkit-box-shadow: inset 0 0 5px #FFF;
          box-shadow: inset 0 0 5px #FFF;
  padding: 4px 20px 10px; }

.filter a {
  color: #f76510;
  border-bottom: 1px dashed #f76510;
  text-decoration: none;
  font-size: 11px;
  margin-right: 10px; }

.filterblock .filter p {
  margin: 11px 0 0; }

.filter .fr {
  width: 510px; }

.filterblock p:first-child {
  margin: 10px 0 14px; }

.filterblock p {
  line-height: 19px;
  margin: .5em 0; }

.filterblock h3 {
  font-size: 16px;
  margin: 34px 0 14px;
  font-family: 'open_sanssemibold';
  font-weight: normal; }

.filterblock .details {
  font-style: italic;
  color: #7e7e7e;
  margin: 5px 0 -2px; }

.filterblock .table-wrap table, .index h1 + .table-wrap table {
  width: 99%; }

.filterblock table td, .filterblock table th, .index h1 + .table-wrap table td, .index h1 + .table-wrap table th {
  border: 1px solid #000;
  padding: 2px; }

.filterblock table th, .index h1 + .table-wrap table th {
  background: #ccc; }

.sendrequest {
  float: right;
  height: 41px;
  background: url(../images/request.png) repeat-x;
  width: 167px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 41px;
  text-decoration: none;
  text-align: center;
  font-family: 'open_sansregular';
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.sendrequest:hover {
  background: url(../images/top-menu.png) 0 -42px;
  color: #fff; }

/*
.filtertable {
	width: 100%;
	font-size: 13px;
	border-radius: 10px 10px 0 0;
}
.filtertable th:first-child div, .filtertable td:first-child {
	padding-left: 18px;
	width: 265px;
	text-align: left;
}
.filtertable th:first-child div {
	border-radius: 10px 0 0 0;
	border-right: none;
}
.filtertable th:last-child div {
	border-radius: 0 10px 0 0;
	box-shadow: inset -1px 1px 1px #fff;
	border-right: 1px solid #e2e2e2;
}
.filterblock .filtertable th,
.filtertable th {
	font-weight: normal;
	height: 45px;
	background: none;
	border: none;
	padding: 0;
}
.filtertable th div {
	background: #f2f2f2;
	height: 46px;
	box-shadow: inset 1px 1px 1px #fff;
	line-height: 46px;
	border: 1px solid #e2e2e2;
}
.filtertable th + th div {
	border-right: none;
	border-left: 1px solid #FFF;
}
.filterblock .filtertable td {
	height: 40px;
	border: none;
}
.filtertable td + td {
	text-align: center;
}
.filtertable tr:nth-child(even) td {
	background: #f2f2f2;
}
.filtertable a {
	color: #f76510
}
*/
.filterblock table {
  margin-bottom: 20px; }

.filterblock table, #fixedtableheader0 {
  border-collapse: collapse; }

.filterblock table th, #fixedtableheader0 th {
  font-weight: bold;
  background: #e5e5e5;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e2e2e2, inset 0px 2px 1px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #e2e2e2, inset 0px 2px 1px 0px #fff;
  border: none;
  padding: 10px; }

.filterblock table th:first-child, #fixedtableheader0 th:first-child {
  -webkit-box-shadow: inset 1px 1px 0px 0px #e2e2e2, inset 2px 2px 0px #fff;
          box-shadow: inset 1px 1px 0px 0px #e2e2e2, inset 2px 2px 0px #fff;
  -webkit-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0; }

.filterblock table th:last-child, #fixedtableheader0 th:last-child {
  -webkit-box-shadow: 1px 0px 0px 0px #e2e2e2, inset 0px 1px 0px 0px #e2e2e2, inset -1px 2px 1px 0px #fff;
          box-shadow: 1px 0px 0px 0px #e2e2e2, inset 0px 1px 0px 0px #e2e2e2, inset -1px 2px 1px 0px #fff;
  -webkit-border-radius: 0 10px 0 0;
          border-radius: 0 10px 0 0; }

.filterblock table td {
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 10px; }

a.download {
  width: 197px;
  height: 41px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 41px;
  background: url(../images/dl.png) repeat-x;
  font-family: 'open_sansregular';
  color: #3b3b3b;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 47px; }

a.download:hover {
  background: #f86c1a;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

a.download img {
  margin-right: 5px;
  position: relative;
  top: 12px; }

.filterblock p a {
  color: #f75b00; }

.filterblock p a.sendrequest {
  color: #fff; }

.filterblock p.connect {
  margin-bottom: -9px; }

.filterblock .oranged {
  margin-left: 9px;
  margin-top: 10px;
  margin-bottom: 14px; }

.connect + h4 {
  font-weight: normal;
  margin-top: 40px; }

.filterblock h4 {
  margin-bottom: 10px; }

.filterblock .bottomp {
  margin: 2px 0; }

.bottomp + h4 {
  margin-top: 24px; }

.tablesorter {
  border: 1px solid #3d3c3b;
  border-collapse: collapse;
  color: black; }

.tablesorter th {
  border: 1px solid #3d3c3b;
  background-color: #939393;
  padding: 2px;
  min-width: 30px; }

.tablesorter td {
  border: 1px solid #3d3c3b;
  padding: 1ex 0.8em 0.6ex;
  text-align: center;
  vertical-align: top; }

.tablesorter + p {
  margin: 2ex 0; }

/** jan '14 edit **/
.worddiv {
  background: url(../images/docs.png) no-repeat;
  width: 38px;
  height: 43px; }

.gostdiv {
  margin-left: -70px; }

.gosttable {
  font-family: 'open_sanssemibold';
  width: 320px;
  float: left;
  margin-left: 70px; }

.gosttable td {
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: top;
  text-align: left; }

.gosttable td a {
  font-size: 18px; }

.gosttable td p {
  color: #666;
  height: 80px;
  font-size: 12px;
  padding-top: 5px; }

.qa-arrow {
  background: url(../images/qa-arrow.png) 50% 50% no-repeat;
  width: 40px; }

.qatable tr + tr td {
  border-top: 1px dotted #ccc; }

.qatable td {
  padding: 8px 0;
  line-height: 18px; }

.qatable td:first-child {
  color: #963;
  padding-left: 10px; }

.main h3 {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 5px; }

.gotocont {
  text-decoration: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  width: 180px;
  background-position: 0 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 3.2em;
  padding: 7px 14px; }

.gotocont img {
  position: relative;
  float: right;
  margin-top: 2px; }

.up {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 498px;
  right: 20px;
  background: url(../images/up.png); }

.fixedup {
  position: fixed;
  bottom: 40px; }

.greybtn {
  float: left;
  font-family: 'open_sansregular';
  font-size: 18px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 5px 14px;
  line-height: 30px;
  text-decoration: none;
  color: #333 !important;
  font-style: normal; }

.greybtn:active span {
  background: url(../images/moaract.png); }

.greybtn span {
  background: url(../images/moar.gif) 0 -6px no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
  float: right;
  margin-top: 11px;
  margin-left: 20px; }

.greybtn + .greybtn {
  margin-left: 11px; }

.greybtn:hover {
  border-color: #f87326; }

.greybtn:active {
  color: #f97225; }

.greybtn:active i {
  background-position: bottom; }

.greybtn i {
  height: 31px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px; }

.btnico1 {
  width: 24px;
  background: url(../images/btnico1.png) no-repeat; }

.btnico2 {
  width: 46px;
  background: url(../images/btnico2.png) no-repeat; }

.modalbg, .modalbg1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/fancy/fancybox_overlay.png");
  z-index: 1000;
  display: none; }

.modalbg .close, .modalbg1 .close {
  width: 28px;
  height: 28px;
  background: url(../images/close.png);
  position: absolute;
  top: 0;
  right: -28px; }

.delivmodal {
  width: 402px;
  height: 323px;
  background: url(../images/deliverybg.jpg);
  padding: 35px 71px 35px 90px;
  top: 50px;
  left: 50%;
  margin-left: -281px;
  position: absolute;
  -webkit-box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.5); }

.delivmodal h2 {
  margin: 0 0 15px -56px;
  font-weight: normal; }

.delivmodal h2 span {
  background: url(../images/delico.png) no-repeat;
  width: 56px;
  height: 31px;
  display: inline-block;
  vertical-align: top; }

.document {
  float: right;
  margin-top: 25px;
  border-left: 1px dotted #ccc;
  padding-left: 18px; }

.document a {
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
  padding-top: 5px;
  background: url(../images/docs.png) no-repeat;
  height: 38px;
  text-transform: uppercase;
  margin: 16px 0; }

.index .tels {
  font-size: 24px;
  margin-top: 5px; }

.phones {
  margin-top: 25px;
  padding-left: 39px;
  padding-top: 5px;
  margin-left: -39px;
  background: url(../images/telico.png) left top no-repeat; }

a.fancybox {
  position: relative;
  display: inline-block; }

a.fancybox img {
  border: 1px solid #ff6633; }

a.fancybox:after {
  content: url(../images/fancyphoto.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px; }

a.make_zakaz:after {
  content: '' !important; }

a.make_zakaz {
  text-decoration: none;
  border-bottom: 1px dotted #f98133;
  white-space: nowrap; }

.undermenu {
  height: 50px;
  background: url(../images/undermenu.png);
  margin-top: -6px;
  padding-top: 38px;
  text-align: center;
  font-size: 18px; }

.fact {
  display: inline-block;
  color: #fff;
  font-family: 'open_sanssemibold';
  padding-left: 55px;
  background: url(../images/checked.png) no-repeat;
  vertical-align: top;
  text-align: left;
  text-transform: uppercase;
  line-height: 18px; }

.fact1 {
  line-height: 50px; }

.fact1 span,
.fact2 span {
  font-size: 36px;
  line-height: 37px;
  float: left;
  margin-right: .3em;
  text-transform: none; }

.fact2 {
  margin: 0 40px;
  width: 215px; }

.partners span {
  margin-right: -4px;
  height: 41px;
  display: inline-block;
  padding: 0 17px; }

.partners {
  margin-top: 50px; }

.partners span {
  position: relative; }

.partners span + span {
  border-left: 1px dotted #ccc; }

.partners span:after {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.partners span:hover:after {
  background: none; }

.sendmsgblock {
  position: fixed;
  width: 220px;
  height: 460px;
  top: 60px;
  left: -220px;
  background: #82848e;
  z-index: 100; }

#formSendMessage .captcha img {
  width: 162px; }

.sendmsg {
  position: absolute;
  width: 30px;
  height: 196px;
  background: url(../images/sendmsg.png) no-repeat;
  top: 0;
  right: -30px; }

.innermsg {
  padding-left: 27px;
  padding-top: 25px; }

.innermsg h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  width: 162px;
  margin-bottom: 15px; }

.innermsg div {
  padding-top: 5px;
  color: #ccc;
  font-size: 11px;
  width: 162px; }

.innermsg input[type=text],
.innermsg textarea,
.sendrequestblock input[type=text],
.sendrequestblock textarea {
  width: 150px;
  border: 1px solid #777;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  height: 15px;
  padding: 3px 5px;
  font-size: 12px; }

.innermsg textarea,
.sendrequestblock textarea {
  height: 95px;
  resize: none; }

.innermsg input[type=submit] {
  top: 9px;
  width: 162px;
  height: 29px;
  background-position: 0 0; }

.innermsg input[type=submit]:hover,
.sendrequestblock form > div.subm input:hover {
  background: url(../images/top-menu.png) 0 -51px; }

.success-msg {
  display: none;
  text-align: center;
  color: #FFF;
  font-weight: bold; }

.addtofav {
  background: url(../images/addtofav.png);
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  z-index: 100; }

.imageType {
  margin-left: 15px;
  border: 1px dotted #fff; }

.imageTypeSelected {
  border-color: #f63; }

#el_type {
  font-size: 11px !important;
  text-transform: uppercase;
  color: #f63;
  font-family: 'open_sanssemibold';
  margin-left: 180px !important; }

#calculation_result .gotocont {
  margin: 0;
  top: 0;
  width: 100px; }

.delivblock {
  position: relative;
  top: 10px;
  margin-left: 22px;
  border-left: 1px dotted #6c6c6c;
  padding: 11px 20px; }

.sendrequestblock form {
  background: #82848e;
  padding: 10px 0 30px 57px; }

.sendrequestblock form > div {
  width: 163px;
  float: left;
  color: #ccc;
  font-size: 11px; }

.sendrequestblock form > div + div {
  margin-left: 18px; }

.sendrequestblock form > div p + p {
  margin-top: 4px;
  line-height: 13px; }

.sendrequestblock textarea {
  width: 290px; }

.sendrequestblock form > div.srta {
  width: 302px; }

.sendrequestblock form > div.subm {
  width: 120px; }

.sendrequestblock form > div.subm input {
  height: 29px;
  background-position: 0 0;
  top: 93px; }

.sendrequestblock h2 {
  background: #f25c24 url(../images/mailico.png) no-repeat;
  font-size: 13px;
  color: #fff;
  padding: 2px 0 2px 30px;
  margin-bottom: 1px; }

.sendrequestblock .success-msg {
  height: 169px;
  background: #82848e; }

.googlemapblock {
  padding-bottom: 13px;
  border-bottom: 1px dotted #ccc;
  padding-top: 24px; }

.contactsaddress div {
  padding-left: 35px;
  width: 191px;
  font-style: normal;
  border-bottom: 1px dotted #ccc;
  height: 70px;
  font-size: 18px;
  padding-top: 30px; }

.contactsaddress div + div {
  margin-left: 21px; }

.contactsaddress div p {
  color: #666;
  line-height: 19px; }

.contactsaddress div p + p {
  margin-top: 0; }

.addr {
  background: url(../images/mapico.png) 0 30px no-repeat; }

.email {
  background: url(../images/emailico.png) 0 33px no-repeat; }

.telephones {
  background: url(../images/phoneico.png) 0 30px no-repeat; }

.index .mapdescr {
  line-height: 16px;
  width: 258px; }

.managers {
  padding-left: 15px;
  width: 120%;
  margin-top: 25px; }

.managers + .clear + hr {
  border-bottom: 1px dotted #ccc; }

.managers > div {
  font-size: 24px;
  color: #666;
  width: 260px;
  margin-right: 60px;
  margin-bottom: 35px;
  font-family: 'open_sanssemibold';
  position: relative;
  line-height: 18px; }

.managers > div.clear {
  width: auto;
  margin: 0; }

.managers > div span {
  color: #333;
  font-size: 15px;
  display: block;
  line-height: 27px; }

.joboffer {
  left: 66px;
  color: #f63;
  font-size: 14px;
  position: absolute;
  top: -22px;
  font-family: 'open_sansregular'; }

.managers > div img {
  float: left;
  margin-right: 20px; }

.main .maph3 {
  font-family: 'open_sanssemibold';
  font-weight: normal;
  font-size: 14px; }

.req p {
  padding-left: 12px;
  font-family: 'open_sansregular'; }

.req p + p {
  margin-top: 0; }

.news-list-main {
  padding: 10px;
  width: 232px; }

.news-list-main .news-list p a {
  width: 232px !important; }

.news-list-main .news-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 5px; }

.news-list-main a {
  width: 100%;
  display: block; }

.news-list-main .news-date-time {
  float: left; }

.news-list p.news-item {
  display: table; }

.news-list p.news-item a {
  width: 633px;
  display: block;
  float: left; }

.orderCall {
  background: rgba(0, 0, 0, 0.5) url("../images/ico_phone2.gif") no-repeat;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
  line-height: 14px;
  padding: 10px 25px 10px 60px;
  margin: 20px 0px 0px 25px;
  display: inline-block; }

.orderCall.active {
  background-color: #f97300; }

.orderCallBlock {
  width: 232px;
  border: 1px solid #f97300;
  background: #fff;
  position: absolute;
  right: 350px;
  top: 248px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

.active + .orderCallBlock {
  opacity: 1;
  visibility: visible;
  z-index: 100; }

.orderCallBlock__inner {
  padding: 10px 8px;
  text-align: center; }

#send_form {
  background-color: #f97300;
  color: #fff;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  padding: 10px 25px;
  cursor: pointer; }

input.orderCallBlock__field {
  width: 195px;
  height: 18px;
  background-color: #fff;
  margin: 0px 0 8px 0px;
  border: none;
  padding: 10px;
  border: 1px solid #f97300; }

.orderCallBlock__field::-webkit-input-placeholder {
  color: #8d969b;
  font-size: 14px;
  font-style: italic; }

.orderCallBlock__field:-moz-placeholder {
  color: #8d969b;
  font-size: 14px;
  font-style: italic; }

.orderCallBlock__field::-moz-placeholder {
  color: #8d969b;
  font-size: 14px;
  font-style: italic; }

.orderCallBlock__field:-ms-input-placeholder {
  color: #8d969b;
  font-size: 14px;
  font-style: italic; }

.firstScreen .error, input.formfield.error, textarea.formfield.error {
  -webkit-box-shadow: 0 0 0 2px #ff0000;
          box-shadow: 0 0 0 2px #ff0000; }

.secondScreen {
  background: #fff;
  display: none;
  padding: 47px 25px 0;
  text-align: center;
  color: #f55a00;
  font-size: 16px;
  font-weight: bold;
  width: 600px;
  height: 120px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  border: 5px solid #f55a00;
  left: 170px;
  z-index: 10;
  padding-top: 80px; }

.error_text {
  text-shadow: none;
  font-size: 14px;
  color: red;
  text-align: center; }

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ }

.callback_btn {
  cursor: pointer; }
.buttonorange.gotocont.xls_file img{
    margin-left: 5px;
}
.buttonorange.gotocont.xls_file{
    width: inherit !important;
}
.prokat-block2 .price_from {
    margin-top: 6px;
}
.prokat-block2 .prokat-img {
    display: table;
    width: 100%;
}
.prokat-block2 .prokat-img a{
    display: table-cell;
    vertical-align: middle;
}
.prokat-block2 {
    margin-bottom: 16px;
}
.prokat-block {
  width: 230px;
  float: left;
  margin-right: 10px; }
.prokat-inner-block .gry a{
    font-size: 13px;
}

.prokat-inner-block .gry{
    padding: 10px 0 10px 0;
background-color: #e3e3e3;
    font-size: 13px;
}
.prokat-inner-block img{
    max-width: 210px;
}
.prokat-inner-block{
    margin-bottom: 10px;
    text-align:center;
    border: solid 1px #c3c3c3;
    width: 214px;
    margin: 0 auto;
}
.prokat-img {
 /* width: 230px;*/
  height: 140px;
  overflow: hidden; }

.prokat-img img {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

.prokat-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); }

.prokat-link {
  font-size: 16px; }

.prokat-block p {
  text-align: center;
  margin-top: 7px !important; }

.order-form input[type=text].error_thin, .order-form textarea.error_thin {
  border: solid 1px red; }

.error__text {
  color: red; }

.work_schema {
  margin: 30px 0 60px;
  overflow: hidden; }

.work_schema h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 30px; }

.work_schema img {
  margin: 0 0 20px 65px; }

.block_schema {
  float: left;
  margin: 0 0 0 20px;
  text-align: center;
  width: 220px; }

.block_schema:first-child {
  margin: 0 10px 0 0; }

.block_schema.last {
  margin: 0 0 0 25px; }

.block_schema p.title {
  font-size: 20px;
  font-weight: bold; }

.marks_list2{
    margin: 5px 50px;
}
.marks_list ul li {
    color: #4c4c4c;
    font-size: 12px;
}
.marks_list .ml_title{
    font-size: 24px;
    text-transform: uppercase;
}
.marks_list{
    margin-right: 20px;
    display: inline-block;
    width: 45%;
    border: solid 1px #d8d8d8;
}