@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a, .slider__pager li:hover, .slider__pager li .slider__active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

b {
  font-weight: 700;
}

a, input, button, textarea {
  outline: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  font: 13px/18px Tahoma;
  background: #D5DBDF;
  width: 100%;
  height: 100%;
  color: #4b4a4a;
}

a {
  color: #4e8dac;
  text-decoration: none;
}

label {
  cursor: pointer;
}

p {
  font: 12px/20px Arial;
  color: #474c4e;
  margin-bottom: 10px;
}

h1 {
  font: 700 23px/50px Arial;
  color: #636a6d;
  text-transform: uppercase;
}

h2 {
  font: 700 18px/20px Arial;
  color: #46A1C2;
  margin-bottom: 10px;
}

.pageWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow-x: hidden;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.header__top {
  background-color: #797a7c;
  height: 38px;
  position: relative;
  overflow: hidden;
}
.header__top:before {
  content: '';
  background: url("/img/sprite.png") no-repeat 0 -528px;
  width: 2201px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -1100px;
}
.header__topNav {
  font-size: 0;
  padding-top: 9px;
  float: left;
  margin-right: 100px;
  margin-left: 70px;
}
.header__topNav li {
  display: inline-block;
  border-left: 1px solid #BCBEC1;
  height: 20px;
}
.header__topNav li:first-child {
  border-left: 0;
}
.header__topNav li a {
  font: 14px/20px Arial;
  color: #E9EBED;
  padding: 0 15px;
}
.header__call {
  font-family: Arial;
  color: #D7DADB;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  float: left;
  margin-top: 8px;
}
.header__callCode {
  font-family: Arial;
  color: #D7DADB;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.header__callTel {
  font-family: Arial;
  color: #F1F3F4;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.header__search {
  float: right;
  border: 1px solid #595A5D;
  background-color: #98999C;
  width: 203px;
  height: 28px;
  position: relative;
  margin-top: 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font: 14px/16px Arial;
}
.header__searchInput {
  background-color: #98999C;
  border: none;
  padding: 7px 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 100%;
}
.header__searchInput::-webkit-input-placeholder {
  color: #cacaca;
}
.header__searchInput::-moz-placeholder {
  color: #cacaca;
}
.header__searchInput:-ms-input-placeholder {
  color: #cacaca;
}
.header__searchBtn {
  background: url("/img/sprite.png") no-repeat 0 -66px;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0;
  cursor: pointer;
}
.header__bottom {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.17);
  height: 77px;
  margin-bottom: 20px;
}
.header__bottomNav {
  margin-top: 25px;
  display: block;
  float: left;
  font-size: 0;
}
.header__bottomNav li {
  display: inline-block;
  margin-left: 35px;
  position: relative;
}
.header__bottomNav li:before {
  content: ':';
  font: 700 14px/24px Arial;
  color: #BEC4C7;
  position: absolute;
  left: -19px;
}
.header__bottomNav li:first-child:before {
  display: none;
}
.header__bottomNav li a {
  font: 700 14px/24px Arial;
  color: #67686A;
  text-transform: uppercase;
}
.header__bottomNav li a:hover {
  color: #38b4de;
}
.header__bottomNav li.active:after {
  content: '';
  background: url("/img/sprite.png") no-repeat 0 -211px;
  width: 26px;
  height: 21px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -13px;
}
.header__bottomNav li.active a {
  color: #38b4de;
}
.header__logo {
  width: 269px;
  height: 62px;
  float: left;
  background: url(/img/logo.png);
  margin-right: 20px;
  margin-top: 12px;
}

.slider {
  background-color: rgba(102, 103, 105, 0.73);
  width: 980px;
  height: 456px;
  position: relative;
  margin-bottom: 30px;
}

.slider__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider__slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider__info {
  position: absolute;
  top: 87px;
  left: 108px;
  width: 365px;
}

.slider__button {
  position: absolute;
  top: 319px;
  left: 381px;
  width: 235px;
}
a.imgban{
  display: block;
  height: 54px;
  width: 235px;
  background: url("/img/banner_but.jpg") no-repeat 0 0;
}
a.imgban:hover {
  background-position: 0 -54px;
}

.slider__title {
  font: 700 35px/42px Arial;
  color: #FFF;
  margin-bottom: 10px;
}
.slider__link {
  font: 14px/36px Arial;
  color: #FFF;
}
.slider__link span {
  color: #FFE500;
  font-size: 23px;
  padding-right: 10px;
  line-height: 1;
}
.slider__desc {
  font: 23px/36px Arial;
  color: #FFF;
  margin-bottom: 30px;
}
.slider__next, .slider__prev {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #373737;
  width: 33px;
  height: 33px;
  position: absolute;
  margin-top: -16px;
  bottom: 0;
  top: 50%;
}
.slider__next:before, .slider__prev:before {
  content: '';
  width: 7px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider__next {
  left: 8px;
}
.slider__next:before {
  background: url("/img/sprite.png") no-repeat 0 -101px;
}
.slider__prev {
  right: 8px;
}
.slider__prev:before {
  background: url("/img/sprite.png") no-repeat 0 -136px;
}
.slider__pager {
  background: url("/img/sprite.png") no-repeat 0 -472px;
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 0;
}
.slider__pager li {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(178, 178, 178, 0);
  width: 13px;
  height: 13px;
  border: 2px solid #FFE500;
  margin-left: 8px;
  margin-top: 12px;
  display: inline-block;
  cursor: pointer;
}
.slider__pager li:hover, .slider__pager li .slider__active {
  background-color: #FFE500;
}

.slide-info{
	display: none;
}

.brand {
  clear: both;
  width: 980px;
  *zoom: 1;
}
.brand:after {
  content: "";
  display: table;
  clear: both;
}
.brand__item {
  width: 480px;
  height: 269px;
  float: left;
  margin-left: 20px;
  /*background: #F00;*/
  margin-bottom: 20px;
  position: relative;
}
.brand__item:nth-child(2n+1) {
  margin-left: 0;
}
.brand__name {
  position: absolute;
  top: 0;
}
.brand__name--esab {
  background-color: #ffeb00;
}
.brand__name--esab .brand__logo {
  background: url("/img/sprite.png") no-repeat 0 -360px;
  width: 68px;
  height: 36px;
}
.brand__name--le {
  background-color: #2c2b2a;
}
.brand__name--le .brand__title {
  color: #fff;
}
.brand__name--le .brand__logo {
  background: url("/img/sprite.png") no-repeat 0 -171px;
  width: 59px;
  height: 20px;
  top: 14px;
}
.brand__name--asf {
  background-color: #a7a9ac;
}
.brand__name--asf .brand__title {
  color: #e52036;
}
.brand__name--asf .brand__logo {
  background: url("/img/sprite.png") no-repeat 0 -586px;
  width: 72px;
  height: 40px;
}
.brand__name--bohler {
  background-color: #006b65;
}
.brand__name--bohler .brand__title {
  color: #fff;
}
.brand__name--bohler .brand__logo {
  background: url("/img/sprite.png") no-repeat 0 -416px;
  width: 68px;
  height: 36px;
}
.brand__logo {
  width: 68px;
  height: 36px;
  position: absolute;
  top: 7px;
  left: 17px;
}
.brand__title {
  padding: 20px 20px 16px 97px;
  font: 700 14px/1 Arial;
  color: #000103;
  text-transform: uppercase;
}
.brand__collection {
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: rgba(73, 75, 76, 0.9);
}
.brand__production {
  background-color: rgba(73, 75, 76, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.brand__productionItem {
  border-top: 1px solid #9E9E9E;
  position: relative;
  cursor: pointer;
  max-height: 40px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.brand__productionItem:hover {
  max-height: 1000px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.brand__productionItem:hover .brand__productionDesc {
  opacity: 1;
}
.brand__productionItem:before {
  content: '';
  background: url("/img/sprite.png") no-repeat 0 -33px;
  width: 6px;
  height: 13px;
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -6px;
}
.brand__productionItem:first-child {
  border: none;
}
.brand__productionDesc {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font: 12px/18px Arial;
  color: #ffffff;
  padding: 0 17px 10px 17px;
}
.brand__productionTitle {
  font: 18px/24px Arial;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 16px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.features {
  clear: both;
  margin: 10px 0 30px 0;
  overflow: hidden;
  *zoom: 1;
}
.features:after {
  content: "";
  display: table;
  clear: both;
}
.features__item {
  background: url("/img/sprite.png") no-repeat 0 -1014px;
  width: 245px;
  height: 140px;
  float: left;
  border-left: 1px solid #E0E6E9;
}
.features__itemTitle {
  font: 700 14px/17px Arial;
  color: #FFF;
  text-align: center;
  width: 150px;
  height: 34px;
  margin: 0 auto;
}
.features__itemTitle span {
  display: table-cell;
  height: 35px;
  vertical-align: middle;
}
.features__item--1 .features__itemIcon {
  background: url("/img/sprite.png") no-repeat 0 -768px;
}
.features__item--2 .features__itemIcon {
  background: url("/img/sprite.png") no-repeat 0 -646px;
}
.features__item--3 .features__itemIcon {
  background: url("/img/sprite.png") no-repeat 0 -707px;
}
.features__item--4 .features__itemIcon {
  background: url("/img/sprite.png") no-repeat 0 -305px;
}
.features__itemIcon {
  width: 46px;
  height: 45px;
  margin: 26px auto 20px auto;
  background: #7FFFD4;
}

.news {
  clear: both;
  padding: 10px;
  background-color: #FFF;
  padding-left: 55px;
  position: relative;
}
.news__heading {
  width: 31px;
  height: 90px;
  position: absolute;
  left: 10px;
  text-indent: -9999px;
  background: url("/img/sprite.png") no-repeat 0 -903px;
}
.news__list {
  border: 1px solid #CAD0D3;
  padding: 23px 25px;
}
.news__item {
  display: table-cell;
  width: 50%;
}
.news__item:first-child {
  padding-right: 40px;
}
.news__itemDate {
  font: 22px/21px Arial;
  color: #7D7F81;
  padding-right: 40px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.news__itemDate:before {
  content: '';
  background: url("/img/sprite.png") no-repeat 0 -833px;
  width: 15px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: -4px;
}
.news__itemDate span {
  font: 11px/17px Arial;
  text-transform: uppercase;
  display: block;
}
.news__itemTitle {
  font: 14px/21px Arial;
  color: #545454;
  display: table-cell;
  vertical-align: middle;
}

.product-page__header {
  height: 50px;
}
.product-page__header h2 {
  font: 700 23px/50px Arial;
  color: #636a6d;
  text-transform: uppercase;
  float: left;
}
.product-page__logo {
  float: right;
}
.product-page__content {
  background-color: #FFF;
  padding: 20px 30px 60px 30px;
  position: relative;
  overflow: hidden;
}
.product-page__content > h1 {
  font: 700 23px/21px Arial;
  color: #585F61;
}
.product-page__btn {
  background-color: #EE5256;
  width: 172px;
  height: 31px;
  font: 13px/31px Arial;
  color: #FFF8F1;
  float: right;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
.product-page__column {
  float: left;
}
.product-page__column--1 {
  margin-right: 30px;
}
.product-page__column--2 {
  width: 487px;
}
.product-page__column p {
  font: 14px/20px Arial;
  color: #474C4E;
  margin-bottom: 20px;
}
.product-page__column p.annotation {
  font-weight: 700;
  font-size: 14px;
}
.product-page__column h2 {
  font: 700 18px/20px Arial;
  color: #46A1C2;
  margin-bottom: 15px;
}
.product-page__column h2.buy {
  color: #EE5256;
}
.product-page__column h3 {
  font: 700 14px/1 Arial;
  color: #474C4E;
  margin-bottom: 5px;
}
.product-page__specifications{
	width: 385px;
}
.product-page__specificationsTitle {
  font: 700 18px/20px Arial;
  color: #46A0C2;
  margin: 20px 0;
}
.product-page__specificationsTable {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.product-page__specificationsTable:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #A4C6D7;
  position: absolute;
  bottom: 0;
}
.product-page__specificationsTable caption {
  font: 700 14px/20px Arial;
  color: #474C4E;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-page__specificationsTable tr:first-child {
  border-top: 1px solid #A4C6D7;
}
.product-page__specificationsTable tr:nth-child(2n) {
  background: #EDF3F7;
}
.product-page__specificationsTable td {
  font: 14px/30px Arial;
  color: #464B4D;
  padding: 0 5px;
}
.product-page__specificationsTable td:first-child {
  width: 60%;
}



.breadcrumbs {
  margin: 10px 0;
}
.breadcrumbs ul {
  padding: 5px 18px;
  margin: 1px 0 0 0;
  font-size: 0;
  background: #FFF;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-left: 10px;
}
.breadcrumbs ul li:first-child {
  margin-left: 0;
}
.breadcrumbs ul li a {
  font: 14px/1 Arial;
  color: #585f61;
  padding: 6px;
  display: block;
}
.breadcrumbs ul li.active a, .breadcrumbs ul li:hover a {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #38b4de;
  color: #FFF;
}
.breadcrumbs ul li.next {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ec5a5d;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: -5px;
  cursor: pointer;
}
.breadcrumbs ul li.next:before {
  content: '';
  background: url("/img/sprite.png") no-repeat 0 0;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.breadcrumbs ul li.next:hover a {
  background-color: #ec5a5d;
}

.tabs {
  font-size: 0;
  margin-bottom: 30px;
  margin-top: 25px;
  position: relative;
}
.tabs:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #38B4DE;
  position: absolute;
  bottom: 0;
}
.tabs a {
  padding: 10px;
  font: 14px/1 Arial;
  display: block;
  color: #585F61;
}
.tabs li {
  display: inline-block;
}
.tabs li.active a, .tabs li:hover a {
  background-color: #38B4DE;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #FFF;
}

.production__list {
  *zoom: 1;
}
.production__list:after {
  content: "";
  display: table;
  clear: both;
}
.production__item {
  width: 235px;
  margin-left: 13px;
  margin-bottom: 13px;
  float: left;
}
.production__item:nth-child(4n+1) {
  margin-left: 0;
}
.production__title {
  font: 700 15px/21px Arial;
  color: #585f61;
  padding: 17px;
  background: #e5f3fb;
  background: -moz-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f3fb), color-stop(100%, #dceef9));
  background: -webkit-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -o-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -ms-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e5f3fb), to(#dceef9));
  background: linear-gradient(to bottom, #e5f3fb 0%, #dceef9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f3fb', endColorstr='#dceef9',GradientType=0 );
  margin: 0;
}
.production__desc {
  background-color: #ffffff;
  padding: 25px 30px;
}
.production__desc p {
  font: 14px/22px Arial;
  color: #585f61;
}

.catalog__list {
  *zoom: 1;
}
.catalog__list:after {
  content: "";
  display: table;
  clear: both;
}
.catalog__item {
  width: 483px;
  margin-left: 13px;
  margin-bottom: 13px;
  float: left;
  background-color: #fff;	
}
.catalog__item:nth-child(2n+1) {
  margin-left: 0;
}

.catalog__item p{
	margin-top: 5px;
	padding: 5px 5px 0 160px;
}

.catalog__title {
  font: 700 15px/21px Arial;
  color: #585f61;
  padding: 17px;
  background: #e5f3fb;
  background: -moz-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f3fb), color-stop(100%, #dceef9));
  background: -webkit-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -o-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -ms-linear-gradient(top, #e5f3fb 0%, #dceef9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e5f3fb), to(#dceef9));
  background: linear-gradient(to bottom, #e5f3fb 0%, #dceef9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f3fb', endColorstr='#dceef9',GradientType=0 );
  margin: 0;
}
.catalog__desc {
  background-color: #ffffff;
  padding: 25px 30px;
}
.catalog__desc p {
  font: 14px/22px Arial;
  color: #585f61;
}


.contacts {
  background-color: #FFF;
  padding: 30px;
  margin-top: 10px;
}
.contacts__maps {
  float: left;
  margin-right: 30px;
}
.contacts__content {
  overflow: hidden;
  *zoom: 1;
}
.contacts__content:after {
  content: "";
  display: table;
  clear: both;
}
.contacts__address {
  font: 700 17px/33px Arial;
  color: #696969;
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 3px;
}
.contacts__address:before {
  content: '';
  background: url("/img/sprite.png") no-repeat 0 -252px;
  width: 32px;
  height: 33px;
  position: absolute;
  left: 0;
}
.contacts__info li {
  font: 700 14px/25px Arial;
  color: #87888A;
}
.contacts__info li b {
  color: #3C3C3C;
}
.contacts__info a {
  color: #46a0c2;
}
.contacts__form {
  clear: both;
  margin-top: 21px;
}
.contacts__formTitle {
  font: 700 17px/21px  Arial;
  color: #5F6161;
  position: relative;
  margin-bottom: 20px;
}
.contacts__formTitle:before {
  content: '';
  background-color: #E0E7EB;
  width: 805px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 11px;
}
.contacts__form label {
  font: 12px/21px Arial;
  color: #5F6161;
  display: block;
}
.contacts__form input, .contacts__form textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #F4F9FC;
  width: 212px;
  height: 37px;
  border: 1px solid #BED2E0;
  font: 16px Arial;
  color: #3b3d3d;
  padding: 0 5px;
}
.contacts__form button {
  background-color: #EE5256;
  width: 106px;
  height: 31px;
  font: 13px/20px Arial;
  color: #FFF8F1;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.contacts__input {
  float: left;
  margin-left: 22px;
  margin-bottom: 20px;
}
.contacts__input:first-child {
  margin-left: 0;
}
.contacts__input--sm input {
  width: 451px;
}
.contacts__input--ta {
  margin-left: 0;
}
.contacts__input--ta textarea {
  width: 919px;
  height: 120px;
}
.contacts .required {
  color: #f79799;
}

.footer {
  margin: 30px 0;
  font: 11px/18px Arial;
  color: #9EA3A8;
}

.catalog__img{
	height: 150px;
	float:left;
}

p ul li{
	margin-top: 12px;
}
sup{
	 font-size: 0.83em;
        vertical-align: super;
        line-height: 0;
}
h1.ow{
  width: 723px;
}

.product-page__column--2 ul li {
  margin: 0;
  padding: 5px 0 5px 20px;
  font: 14px/20px Arial;
  line-height: 130%;
  color: #000000;
  background: url(/public/images/bullet.gif) 0 7px no-repeat;
}
.catalog__item:hover{
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.catalog__item:hover h2{
  color: #454545;
  background: linear-gradient(to bottom, #AEDEFA 0%, #dceef9 100%);
}

h2 strong{
  font: 700 14px/20px Arial;
  color: #474C4E;
  text-transform: uppercase;
  margin-bottom: 10px;
}

ul.sp li {
  margin: 0;
  padding: 5px 0 5px 20px;
  font: 12px/20px Arial;
  line-height: 130%;
  color: #000000;
  background: url(/public/images/bullet.gif) 0 7px no-repeat;
}

#features p{
  margin: 5px 0 0 0;
}

#features p span{
  font-weight: bold;
}

#features li{
  margin-left: 7px;
  background: url(/public/images/bullet.gif) 0 10px no-repeat;
}

#features .product-page__specificationsTable td:first-child {
  width: auto;
}

#features th{
  text-align: center;
  font-weight: bold;
}

table.product-page__specificationsTable ul li{
  list-style: none;
  background: none !important;
}

.outText p {
  padding: 3px 0;
  font-weight: 800;
  font-size: 11px;
  margin: 0 !important;
}

.outInText {
  width: 140px;
  padding-right: 0px;
}

.outInText {
  width: 118px;
  padding: 4px 10px 10px 3px;
  float: left;
  text-align: left;
}

.outText {
  padding-top: 4px;
  height: 30px;
}

#modelDetails{
  padding-top: 10px;
  clear: both;
}
h2.link{
  padding-top: 15px;
}

.outImage img {
  padding: 1px;
}

span.pdf{
	background: url("/img/pdf2.png") no-repeat 0 0px;
	padding: 8px 29px;
}

span.pdf:hover{
	background-position: 0 -30px; 
}

h3.sea{
  margin-top: 15px;
  font-size: 18px;
}
ul.about li {
  margin: 0;
  padding: 5px 0 5px 20px;
  font: 12px/20px Arial;
  line-height: 130%;
  color: #000000;
  background: url(/public/images/bullet.gif) 0 7px no-repeat;
}

.livintr{
  position: absolute;
  bottom: -9px;
  right: -174px;
}
.footer{
  width: 800px;
  position: relative;
}


.contacts__input.error .checkbox, .contacts__input.error .radio, .contacts__input.error input, .contacts__input.error select, .contacts__input.error textarea {
  color: #b94a48;
}
.contacts__input.error input, .contacts__input.error select, .contacts__input.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#tabs{
  margin-top: 22px;
}
#inemail{
  display: none;
}

#tabs .ui-state-active{
  background-color: #38B4DE;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #FFF;
  border: 1px solid #38B4DE;
}



#inemail .contacts {
  background-color: #FFF;
  padding: 30px;
  margin-top: 10px;
}
#inemail .contacts__maps {
  float: left;
  margin-right: 30px;
}
#inemail .contacts__content {
  overflow: hidden;
  *zoom: 1;
}
#inemail .contacts__content:after {
  content: "";
  display: table;
  clear: both;
}
#inemail .contacts__address {
  font: 700 17px/33px Arial;
  color: #696969;
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 3px;
}
#inemail .contacts__address:before {
  content: '';
  background: url("/img/sprite.png") no-repeat 0 -252px;
  width: 32px;
  height: 33px;
  position: absolute;
  left: 0;
}
#inemail .contacts__info li {
  font: 700 14px/25px Arial;
  color: #87888A;
}
#inemail .contacts__info li b {
  color: #3C3C3C;
}
#inemail .contacts__info a {
  color: #46a0c2;
}
#inemail .contacts__form {
  clear: both;
  margin-top: 101px;
}
#inemail .contacts__formTitle {
  font: 700 17px/21px  Arial;
  color: #5F6161;
  position: relative;
  margin-bottom: 20px;
}
#inemail .contacts__formTitle:before {
  content: '';
  background-color: #E0E7EB;
  width: 805px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 11px;
}
#inemail .contacts__form label {
  font: 12px/21px Arial;
  color: #5F6161;
  display: block;
}
#inemail .contacts__form input, .contacts__form textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #F4F9FC;
  width: 212px;
  height: 37px;
  border: 1px solid #BED2E0;
  font: 16px Arial;
  color: #3b3d3d;
  padding: 0 5px;
}
#inemail .contacts__form button {
  background-color: #EE5256;
  width: 106px;
  height: 31px;
  font: 13px/20px Arial;
  color: #FFF8F1;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
#inemail .contacts__input {
  float: left;
  margin-left: 22px;
  margin-bottom: 20px;
}
#inemail .contacts__input:first-child {
  margin-left: 0;
}
#inemail .contacts__input--sm input {
  width: 451px;
}
#inemail .contacts__input--ta {
  margin-left: 0;
}
.contacts__input--ta textarea {
  width: 919px;
  height: 120px;
}
#inemail .contacts .required {
  color: #f79799;
}


.b-lognex-dialog-box {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.b-lognex-dialog-box .popupContent {
  display: table;
  height: 100%;
  margin: 0 auto;
}
.b-lognex-dialog-box .popupContent2 {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.popupContent3{
  width: 503px;
}
.b-lognex-dialog-box .popupContent3 {
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 25px #333333;
  padding: 0 15px;
  position: relative;
}
.b-lognex-dialog-box .Caption {
  font-size: 20px;
  font-weight: bold;
  height: auto;
  padding: 15px 30px 15px 0;
  width: auto;
}
.b-lognex-dialog-box .b-close-button {
  right: 10px;
}
.dialog-content {
  overflow: auto;
}
.dialog-content2 {
  margin-bottom: 10px;
  margin-right: 25px;
}
.resizable-scroll-panel {
  height: 100%;
  overflow: auto;
  position: relative;
}
.resizable-scroll-panel .content {
  position: absolute;
  width: 100%;
}
.gwt-DisclosurePanel .header, .gwt-DisclosurePanel .header a, .gwt-DisclosurePanel .header td {
  cursor: pointer;
  text-decoration: none;
}
.gwt-DisclosurePanel {
  margin-bottom: 5px;
}
.gwt-DisclosurePanel .header td {
  padding-right: 5px;
}
.gwt-DisclosurePanel .content td {
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 11px;
  padding-right: 10px;
}
.b-disclosure-panel-orange .header {
  cursor: default;
  margin-left: -15px;
  text-decoration: none;
}
.b-disclosure-panel-orange .header .header-text {
  color: #CC420C;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.b-disclosure-panel-orange .header .print-form-arrow {
  cursor: pointer;
  padding: 0 5px 0 0;
}
.b-document-table {
  left: -10px;
  position: relative;
}
.b-document-table .quick-delete img {
  display: none;
}
.b-document-table .current-row td {
  background: none repeat scroll 0 0 #DFF3DF !important;
}
.b-document-table .common-header {
  background: none repeat scroll 0 0 #FFFFFF;
}
.b-document-table .common-header div {
  border-bottom: 1px solid #DDDDDD;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.b-document-table .common-header div.empty {
  border-bottom: 0 none;
}
.b-document-table .cellTableCell {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  font-family: Tahoma,Geneva,sans-serif !important;
  font-size: 11px !important;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
.b-document-table .cellTableCell div {
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.b-document-table .check-box-column div {
  height: 30px;
  text-overflow: clip;
  width: 16px;
}
.b-document-table .check-box-column input {
  display: inline-block;
  margin-top: 8px;
}
.b-document-table input[type="checkbox"] {
  height: 14px;
  width: 14px;
}
.b-document-table .cellTableHeader {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 2px solid #186999;
  color: #333333;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.contacts__form2 {
  clear: both;
  margin-top: 10px;
}

.contacts__form2 input, .contacts__form2 textarea {
  width: 451px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #F4F9FC;
  height: 37px;
  border: 1px solid #BED2E0;
  font: 16px Arial;
  color: #3b3d3d;
  padding: 0 5px;
}

.contacts__form2 button, .contacts__form2 .cancel, .contacts__form2 .ok{
  background-color: #EE5256;
  width: 106px;
  height: 31px;
  font: 13px/20px Arial;
  color: #FFF8F1;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.contacts__form2 .cancel {
  background-color: #89c8de;
}

.popupContent3 input, .popupContent3 textarea{
  margin-bottom: 20px;
}

.popupContent3 textarea{
  height: 100px;
}

.popupContent3 h2{
  padding: 15px 0;
}

#back-top {
  position:fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#back-top a {
  display:block;
  text-align:center;
  font: 12px Arial, Verdana, Tahoma, sans-serif;
  text-transform:uppercase;
  text-decoration:none;
  color: #333;
}

#back-top a:hover {
  color:#000;
}

#back-top span {
  display: none;
  width:47px;
  height:47px;
  display:block;
  margin-bottom:7px;
  background:url(/img/back-top-button.png) no-repeat center center
}

li.dopa{
  font: 700 14px/24px Arial;
  color: #67686A;
  text-transform: uppercase;
}

ul.rekl li {
  margin: 0;
  padding: 5px 0 5px 20px;
  font: 12px/20px Arial;
  line-height: 130%;
  color: #000000;
  background: url(/public/images/bullet.gif) 0 7px no-repeat;
}

ul.rekl li strong{
  font-weight: bold;
}
strong.rekl{
  font-weight: bold;
}
h2.tm{
  color: #ee5256;
}
.borderimg{
  border: solid;
  color: blueviolet;

}