@charset "windows-1250";

.div-header {
  display: none;
}

.div-header800 {
  display: block;
  width: 100%;
  height: auto;
}

.div-headermenu {
  text-align: right;
}

.img-menubtn {
  width: 28px;
  height: 28px;
  margin: 8px 14px 4px 0px;
  cursor: pointer;
}

.div-headerlogo {
  display: none;
}

.div-itemsmenu {
  display: none;
}

.div-headerimage {
  display: none;
}

.div-menu800 {
  display: block;
  width: 100%;
  height: auto;
  background-color: #4b4b4b;
  overflow: hidden;
  
  box-sizing: border-box;
}

.menu800item {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  padding: 6px 0px 6px 0px;
}

.menu800active {
  display: block;
  background-color: #ffffff;
  color: #4b4b4b;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  padding: 6px 0px 6px 0px;
}

.div-menu800 a:hover {
  display: block;
  background-color: #ffffff;
  color: #4b4b4b;
}

.div-headerlogo800 {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 1000;
}

.div-headerlogo800-items {
  width: 100%;
  height: auto;
  display: inline-block;
}

.div-headerlogo800-image, .div-headerlogo800-desc {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: left;
  margin: 10px 0px 10px 0px;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
}

.div-headerlogo800-desc {
  margin-left: 10px;
}

.img-headerlogo {
  height: 60px;
  width: auto;
  border: 0;
}

h1 {
  font-size: 24px;
  color: #005f9e;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

h2 {
  font-size: 18px;
  color: #4b4b4b;
  margin: 0px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}


.input-searchmachines {
  width: 100%;
  height: 32px;
  font-size: 14px;
  border: 2px solid #b9b9b9;
  border-radius: 2px;
  padding-left: 36px;
  margin: 0px;
  background: url(../images/search800.png) no-repeat scroll 7px 7px;
  box-sizing: border-box;
}


.div-search800 {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0px 20px 0px 20px;
}

.div-mainmenu800 {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.div-mainmenu800-items {
  width: auto;
  height: auto;
  display: inline-block;
}

.div-mainmenu800-item, .div-mainmenu800-item-mid {
  width: 96px;
  height: auto;
  display: inline-block;
  border: 2px solid #005f9e;
  box-shadow: 3px 3px 3px #aaaaaa;
}

.div-mainmenu800-item-mid {
  margin: 0px 10px 0px 10px;
}

.div-mainmenu800-item-image {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #f6f6f6;
}

.div-mainmenu800-item-title {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #005f9e;
}

.text-mainmenu800 {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 2px 0px 2px 0px;
}

.img-mainmenu800 {
  height: 44px;
  width: 44px;
  margin-top: 3px;
}

.div-main {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 10px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  border: 0px;
  z-index: 800;
}

.div-default {
  margin-top: 20px;
}

.text-title {
  font-size: 26px;
  margin: 0px 20px -14px 20px;
}

.div-whyus, .div-branches {
  width: 100%;
  display: block;
  min-height: 140px;
  padding-left: 0px;
}

.div-whyus-item, .div-whyus-item-mid, .div-branches-item, .div-branches-item-last {
  width: 100%;
  float: none;
  min-height: 140px;
}

.div-branches-item {
  margin: 0px 0px 20px 0px;
}

.div-whyus-item-mid {
  margin: 20px 0px 20px 0px;
}

.text-whyus-title {
  font-size: 16px;
  padding: 4px 0px 4px 0px;
}

.text-whyus-desc, .text-productdesc {
  font-size: 14px;
}

.div-news {
  display: block;
}

.div-news-image {
  display: none;
}

.div-news-items {
  width: 100%;
  float: none;
}

.div-branches-item-title a {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.div-branches-item-title {
  padding: 0px 0px 4px 0px;
}

.div-branches-item-image {
  display: none;
}

.div-branches-item-desc {
  width: 100%;
  height: auto;
}

.div-footer {
  padding: 20px 10px 20px 30px;
  box-sizing: border-box;
}

.div-footer-inside {
  width: 100%;
  display: block;
}

.div-footer-menu, .div-footer-social, .div-footer-contact {
  width: 100%;
  float: none;
  margin: 0px;
}

.div-footer-social, .div-footer-contact {
  margin-top: 20px;
}

.div-cookies {
  padding: 2px 0px 2px 0px;
}

.div-cookies-inside {
  width: 100%;
  padding: 0px 10px 0px 10px;
  display: block;
  box-sizing: border-box;
}

.div-maincategories {
	width: 100%;
	box-sizing: border-box;
}

.table-maincategories {
	display: none;
}

.table-maincategories800 {
	width: 100%;
	height: auto;
	border-spacing: 2px;
	display: inline-block;
}

.table-maincategories800 td {
	width: 1%;
	height: auto;
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	color: #000000;
	text-align: center;
	border: 2px solid #cfcfcf;
	cursor: pointer;
}

.table-maincategories800 th {
	width: auto;
	height: auto;
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	color: #ffffff;
	background-color: #4b4b4b;
	text-align: center;
	cursor: pointer;
}

.div-categories {
	display: none;
}

.div-categories800-btn {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: auto;
	background-color: #005f9e;
	text-align: center;
	padding: 16px;
	position: relative;
	float: none;
	box-sizing: border-box;
}

.div-categories800 {
	display: block;
	width: 100%;
	height: auto;
	background-color: #005f9e;
	position: relative;
	float: none;
	box-sizing: border-box;
	overflow: hidden;
}

.text-categories800 {
	margin: 0px;
	color: #ffffff;
	font-size: 16px;
}

.div-categories800-item {
	display: block;
	margin-bottom: 4px;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 4px 10px 4px 10px;
	box-sizing: border-box;
	border-bottom: 1px dotted #ffffff;
}

.div-itemscontainer {
	width: 100%;
	display: block;
	float: none;
}

.div-items-path {
	text-align: center;
}

.div-items-title {
	margin-top: 10px;
	text-align: center;
}

.div-item {
	width: 100%;
	height: 300px;
	display: inline-block;
	float: left;
	margin: 0px 0px 10px 0px;
	border: 2px solid #cfcfcf;
	padding: 6px 12px 6px 12px;
	box-sizing: border-box;
	position: relative;
}

.div-item-title a {
  font-size: 20px;
}

.div-item-image {
	width: 100%;
	height: auto;
	max-height: 160px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	position: relative;
}

.img-item {
	height: 160px;
	max-height: 160px;
	width: auto;
	max-width: 100%;
}

.text-itempricefrom {
  font-size: 20px;
}

.btn-itemdetail {
	background-color: #005f9e;
	color: #ffffff;
	padding: 8px 12px 8px 12px;
	box-shadow: 3px 3px 3px #aaaaaa;
	border: 0px;
	font-size: 16px;
	cursor: pointer;
}

.div-loading-bg {
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

.div-loading-frameholder {
	width: auto;
	left: 0px;
	display: inline-block;
	position: absolute;
}

.div-loading-frame {
	margin-left: 40%;
}

.div-search-items800 {
	width: 100%;
	height: auto; 
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	border-radius: 3px;
	overflow: hidden;
	display: none;
	box-sizing: border-box;
	cursor: default;
	border: 2px solid #cfcfcf;
	padding: 4px 2px 4px 2px;
}

.div-product-header, .div-product-parameters {
	padding: 0px;
	box-sizing: border-box;
}

.div-product-image {
	width: 100%;
	float: none;
	text-align: center;
}

.div-product-desc {
	width: 100%;
	float: none;
	margin: 10px 0px 0px 0px;
}

.table-productprice td {
	height: auto;
	padding: 8px 0px 8px 10px;
	font-size: 14px;
	color: #000000;
	width: 50%;
	text-align: left;
	border: 1px solid #cfcfcf;
}

.table-productprice td.guarantee {
	background-color: #8f8f8f;
	color: #ffffff;
}

.table-productprice th {
	height: auto;
	padding: 8px 0px 8px 10px;
	font-size: 14px;
	background-color: #4b4b4b;
	color: #ffffff;
	width: 50%;
	text-align: left;
	border: 1px solid #cfcfcf;
}

.div-productprice-reservation {
	margin-bottom: 10px;
}

.text-productpriceinfo {
	font-size: 12px;
}

.table-product-reservation td {
	font-size: 16px;
}

.table-product-reservation td i {
	font-size: 22px;
}

.table-product-parameters td {
	font-size: 14px;
}

.table-product-parameters th {
	font-size: 14px;
}

.div-product-reservation-frame {
	width: 100%;
}

.text-productreservation-title {
	font-size: 18px;
}

.text-productreservation-desc {
	font-size: 14px;
}

.div-product-reservation-branch {
	width: 100%;
	margin-left: 0px;
	box-sizing: border-box;
}

.text-productreservationclose {
	font-size: 14px;
}

.div-contact-header {
	padding: 0px;
}

.div-contact-contact {
	width: 100%;
	float: none;
}

.div-contact-map {
	width: 100%;
	height: 300px;
	float: none;
	margin-top: 20px;
}