@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&amp;subset=latin,cyrillic);
body, html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: white url(/assets/template/images/bg-body.jpg) repeat 0 0;
  color: #353636;
  font: 16px/24px Arial, Helvetica, sans-serif;
  position: relative;
  min-width: 1000px;
  overflow-y: scroll;
}

header, footer, article, section, hgroup, nav, figure {
  display: block;
}

img {
  border-style: none;
  vertical-align: top;
}

a {
  color: #353636;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #1a1b1b;
  text-decoration: underline;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text], input[type=password], input[type=file], input[type=submit], textarea {
  -webkit-appearance: none;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.row {
  width: 100%;
  overflow: hidden;
}

* + html .r {
  height: 1%;
}

.r:after {
  content: "";
  display: block;
  clear: both;
}

address {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.h, h1, h2, h3, h4 {
  margin: 0 0 1em;
  color: #353636;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-size: 22px;
}

/* text pages */
address {
  font-style: normal;
  margin: 0;
  padding: 0;
}

.box.text-content {
  padding: 0 30px 30px;
}

.two-col .box.text-content .heading {
  margin-bottom: 10px;
}

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

.text-content {
  line-height: 22px;
}
.text-content h2 {
  font-size: 19px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 1.2em 0;
}
.text-content h3 {
  font-size: 16px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 1.2em 0;
}
.text-content p {
  margin: 0 0 1.2em 0;
}
.text-content > ul {
  margin: 0 0 0.2em 26px;
  line-height: 19px;
  display: table;
}
.text-content > ul > li {
  padding: 0 0 0 19px;
  margin: 0 0 1em;
  position: relative;
}
.text-content > ul > li:before {
  position: absolute;
  top: 7px !important;
  left: 0;
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-left-color: #f9dd00;
  right: -16px;
  margin-top: -4px;
  top: 50%;
}
.text-content > ul.news-list > li:before {
  display: none;
}
.text-content > ul ul,
.text-content > ol ul {
  margin-left: 24px;
  list-style: disc;
}
.text-content .imageleft {
  float: left;
  margin: 3px 15px 10px 0;
}
.text-content .imageright {
  float: right;
  margin: 3px 0 10px 15px;
}
.text-content .imagecenter {
  text-align: center;
  margin: 0 -17px 15px;
}
.text-content ol {
  margin: 0 0 0 13px;
  padding: 0;
  line-height: 22px;
  color: #000;
  height: 1%;
  overflow: hidden;
  counter-reset: item;
}
.text-content ol ol {
  padding: 0 0 0 15px !important;
}
.text-content ol li {
  display: block;
  position: relative;
  padding: 0 0 0 33px;
  margin: 0 0 1em;
}
.text-content ol li:before {
  content: counters(item,".") " ";
  counter-increment: item;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9dd00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  border-radius: 27px;
  behavior: url(/assets/template/css/js/PIE.htc);
}
.text-content blockquote {
  position: relative;
  margin: 0 0 1.2em 0;
  padding: 15px 46px 1px;
  background: #f3f3f3;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.text-content blockquote:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 17px;
  background: url(/assets/template/images/sprite.png) no-repeat -86px -1px;
  width: 20px;
  height: 14px;
}
.text-content blockquote:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 17px;
  background: url(/assets/template/images/sprite.png) no-repeat -86px -1px;
  width: 20px;
  height: 14px;
}
.text-content table {
  border-collapse: collapse;
  border:3px solid #CBCECE;
  width:100%;
}
.text-content table th {
  background: #FFF856;
  padding: 10px;
}
.text-content table tr td {
  padding: 5px;
}
.text-content table tr:nth-child(even) td {
  background: #eee;
}
.wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}

.main {
  width: 990px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-fix .wrapper {
  padding-top: 175px;
}
.header-fix #header {
  position: fixed;
  width: 100%;
  z-index: 90;
  top: -120px;
}

#header,
#footer {
  background: #f9dd00 url(/assets/template/images/bg-yellow.jpg) repeat-x 0 0;
  font-family: "Open Sans", Arial, sans-serif;
}

#header {
  border-bottom: 10px solid #da251c;
  height: 175px;
}
#header .call {
  position: absolute;
  top: 12px;
  right: 43px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #353636;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header .call:hover {
  color: #da251c;
  border-color: #da251c;
}
#header .phone {
  background: #da251c url(/assets/template/images/ico-phone.png) no-repeat 20px 8px;
  position: absolute;
  width: 282px;
  height: 40px;
  position: absolute;
  top: 43px;
  right: 14px;
  color: white;
  line-height: 38px;
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 0 50px;
}
#header .btn {
  position: absolute;
  top: 43px;
  right: 361px;
}

.logo {
  background: url(/assets/template/images/logo.png) no-repeat;
  width: 315px;
  height: 49px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 33px;
  left: 14px;
}

#footer {
  border-top: 10px solid #da251c;
  height: 205px;
  margin-top: -215px;
  font-size: 14px;
}
#footer .main {
  padding: 20px 14px 0;
}
#footer .cols:after {
  content: "";
  display: block;
  clear: both;
}
#footer .col {
  float: left;
  width: 175px;
  margin: -2px 72px 0 0;
}
#footer .menu {
  float: left;
  margin: -2px 0px 0 0;
  width:435px;
}
#footer .menu li {
  border-bottom: 2px dashed #e8b703;
  line-height: 28px;
  padding: 0 0 0 4px;
  width: 175px;
  display:inline-block;
}
#footer .menu li:nth-child(odd) {
  margin-right:72px;
}
/*
#footer li:first-child {
  border: 0;
}*/
#footer .right-col {
  float: right;
  width: 320px;
  text-align: right;
}
#footer address {
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 27px;
}
#footer .copy {
 /* margin: 14px 0 0 0;*/
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
#footer .counters {
  margin-left:30px;
  vertical-align: middle;
  display: inline-block;
}
#footer .webstroy {
  background: url(/assets/template/images/webstroy.png) no-repeat;
  width: 54px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999px;
  float: right;
}
#footer .by {
  font-size: 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
#footer .by .text {
  float: right;
  padding: 12px 10px 0 0;
}

.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: block;
  line-height: 35px;
  font-size: 13px;
  height: 40px;
  padding: 0 15px;
  text-align: center;
  outline: none;
  margin: 0;
  border: 0;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  background: #f9dd00;
  border-bottom: 5px solid #f7cb00;
  min-width: 142px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  background: #da251c;
  border-color: #b31109;
  color: white;
  text-decoration: none;
}
.btn:active {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: 0;
  line-height: 39px;
}

.btn-gray {
  color: white;
  background: #6d6c6c;
  border-color: #484848;
}

.order .btn:hover {
  color: #6d6c6c;
  background: #f3f3f3;
  border-color: #cbcece;
}

#nav {
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
}
#nav > li {
  display: table-cell;
  vertical-align: middle;
  height: 56px;
  border-right: 1px solid #f9dd00;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav > li > a,
#nav > li > span {
  padding: 4px 16px;
  display: inline-block;
  min-width: 96px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav > li > a:hover,
#nav > li > span:hover {
  text-decoration: none;
}
#nav > li:hover,
#nav > li.active {
  background: #da251c;
}
#nav > li:hover a,
#nav > li:hover span,
#nav > li.active a,
#nav > li.active span {
  color: white;
}
#nav > li:hover ul {
  display: block;
}
#nav ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 56px;
  left: 0;
  width: 100%;
  background: #da251c;
  padding: 0 0 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nav ul li {
  display: inline-block;
  line-height: 47px;
  margin: 0 60px 0 0;
}
#nav ul a {
  color: white;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav ul a:hover,
#nav ul span {
  color: #f9dd00 !important;
  text-decoration: none;
}

.hero {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 37px;
}
.hero img {
  border: 11px solid #f9dd00;
  border-top: none;
}
.hero:after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0;
  background: url(/assets/template/images/shd.png) no-repeat 0 0;
  width: 100%;
  height: 32px;
}

.calc {
  display: block;
  background: #da251c;
  color: white;
  margin: 0 14px 45px;
  padding: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;
}
.calc:after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: -14px;
  right: -14px;
  background: url(/assets/template/images/shd.png) no-repeat 0 0;
  width: auto;
  height: 32px;
}
.calc:before {
  content: '';
  background: url(/assets/template/images/ico-calc.png) no-repeat;
  width: 133px;
  height: 149px;
  position: absolute;
  top: 1px;
  left: 23px;
  z-index: 2;
}
.calc:hover {
  background: #f9dd00;
  color: #353636;
  text-decoration: none;
}
.calc div {
  border: 4px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 27px 35px;
  text-align: right;
}

.container {
  padding: 0 14px 275px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

.box {
  border: 3px solid #cbcece;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box .heading {
  margin: 0;
  position: relative;
  top: -15px;
  text-align: center;
}
.box .heading h1,
.box .heading .h {
  background: white;
  display: inline-block;
  padding: 0 20px;
  margin: 0 20px;
  text-transform: uppercase;
}

.order {
  background: #da251c;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
.order .box {
  background: none;
  border-color: white;
  border-width: 2px;
}
.order .box .heading {
  top: -13px;
}
.order .box .heading .h,
.order .box .heading h1 {
  background: #da251c;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 8px;
}
.order .box-content {
  padding: 0 6px;
}
.order .box-content label {
  float: left;
  width: 77px;
  margin: 0;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  text-transform: none;
}
.order .box-content .r input,
.order .box-content .r textarea {
  float: right;
  width: 145px;
  border: 0;
  height: 26px;
  padding: 3px 6px;
}
.order .box-content .message label {
  float: none;
  margin: 0 0 6px;
}
.order .box-content .message textarea {
  width: 100%;
  float: none;
  height: 132px;
  padding-top: 5px;
}
.order .box-content .button-block {
  margin: 21px 0;
}

.two-col:after {
  content: "";
  display: block;
  clear: both;
}
.two-col .main-col {
  float: left;
  width: 680px;
}
.two-col .sidebar {
  float: right;
  width: 270px;
}
.two-col .sidebar.box {
  margin-bottom: 25px;
}

time {
  color: #cbcece;
  font-size: 14px;
}

.all {
  text-align: center;
  margin: 22px 0;
}

ul.news-list {
  margin: 0 7px -20px;
}
ul.news-list li {
  border-top: 2px solid #cbcece;
  padding: 20px 9px;
}
ul.news-list li:first-child {
  border: 0;
  padding-top: 0;
}
ul.news-list li p {
  margin: 0;
  font-size: 15px;
}

.main-col-content {
  padding: 0 17px;
}

.carousel {
  position: relative;
  padding: 0 45px;
  margin: 0 0 20px;
}
.carousel .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6px;
  margin: 0 0 0 -2px;
}
.carousel .mask .slideset {
  width: 99999px;
  float: left;
}
.carousel .slide {
  width: 176px;
  float: left;
  margin: 0 11px 0 0;
}
.carousel .slide:last-child {
  margin: 0;
}
.carousel .btn-prev,
.carousel .btn-next {
  width: 27px;
  height: 110px;
  position: absolute;
  line-height: 110px;
  top: 50%;
  left: 0;
  margin-top: -55px;
  background: #cbcece;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.carousel .btn-prev:hover,
.carousel .btn-next:hover {
  background: #f9dd00;
}
.carousel .btn-prev span,
.carousel .btn-next span {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/assets/template/images/bg-arrow.png) no-repeat;
  width: 11px;
  height: 17px;
}
.carousel .btn-next {
  left: auto;
  right: 0;
}
.carousel .btn-next span {
  background-position: 100% 0;
}

.image img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 6px #ccc;
  background: #fff;
  padding: 4px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.image img:hover {
  background: #f9dd00;
}

.tabset {
  margin: 0 -13px 25px !important;
  padding: 0;
  list-style: none;
}
.tabset:after {
  content: "";
  display: block;
  clear: both;
}
.tabset li {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 13px !important;
  margin: 0 !important;
}
.tabset li:before {
  content: none !important;
}
.tabset a {
  display: block;
  height: 80px;
  text-align: center;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tabset a:hover {
  text-decoration: none;
  background: #f9dd00;
}
.tabset a:hover span:after {
  background: #f9dd00;
}
.tabset a:after {
  content: '';
  background: url(/assets/template/images/shd-small.png) no-repeat 50% 0;
  width: 201px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 3px;
}
.tabset a span {
  display: block;
  border: 3px solid white;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 6px 0 10px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabset a span:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #f3f3f3;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.two-col + .full-width {
  margin: 37px 0 0;
}

.full-width {
  padding: 0 20px;
}
.item-page {padding:10px 0px;}
.items-list:after {
  content: "";
  display: block;
  clear: both;
}
.items-list li {
  /*border-top: 2px solid #cbcece;*/
  padding: 22px 0;
}
.items-list li:after,.item-page:after {
  content: "";
  display: block;
  clear: both;
}
.items-list li:first-child {
/*  padding-top: 0;
  border-top: 0;*/
}
.items-list .image,.item-page .image {
  float: left;
  margin: 0 20px 0 0;
}
.items-list .text,.item-page .text {
  display: table;
}
.items-list .text p {
  margin: 4px 0 14px;
}
.items-list .name {
  font-size: 18px;
}
.items-list .name a {
  text-decoration: underline;
  color: #000;
}
.items-list .name a:hover {
  text-decoration: none;
}

.items-list .price-list {
  margin: 1em 0 1.7em;
}

.price-block {
  font-weight: bold;
}
.price-block .price {
  color: #da251c;
  font-size: 20px;
}

.arcticles-list:after {
  content: "";
  display: block;
  clear: both;
}
.arcticles-list li {
  border-top: 2px solid #cbcece;
  padding: 22px 20px 22px 0;
}
.arcticles-list li:after {
  content: "";
  display: block;
  clear: both;
}
.arcticles-list li:first-child {
  padding-top: 0;
  border-top: 0;
}
.arcticles-list .image {
  float: left;
  margin: 0 20px 0 0;
}
.arcticles-list .text {
  display: table;
}
.arcticles-list .text p {
  margin: 0 0 14px;
  line-height: 20px;
  font-size: 15px;
}

.breadcrumbs {
  margin: 30px 14px 35px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:before {
  content: '/ ';
  color: #da251c;
}
.breadcrumbs li:first-child:before {
  content: none;
}
.breadcrumbs li a {
  color: #da251c;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 164, 164, 0.51);
}

.popup {
  display: none;
  position: absolute;
  top: 100px;
  background: #f3f3f3;
  z-index: 99;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .popup-h {
  font-size: 17px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.popup .close {
  position: absolute;
  top: 9px;
  right: 9px;
  background: url("/assets/template/images/close.png") no-repeat 0 0;
  width: 10px;
  height: 12px;
  text-indent: -9999px;
}
.popup .close:hover {
  background-position: 0 100%;
}

.call-popup {
  top: 99px;
  left: 50%;
  width: 470px;
  margin-left: 11px;
}
.call-popup .button-block {
  margin: 30px 0 10px;
}
.call-popup p {
  font-size: 10px;
  line-height: 15px;
  margin: 15px 0;
}

.time-call .now {
  float: left;
  width: 93px;
  line-height: 31px;
}
.time-call .now a {
  text-decoration: none;
  border-bottom: 1px dashed #353636;
}
.time-call .now a:hover {
  color: #252525;
  border-color: #252525;
}

.time-call input[type="text"] {
  width: 40px;
  text-align: center;
  margin: 0 4px;
}

/* forms */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 31px;
  padding: 6px 10px;
  font-size: 14px;
  margin: 0;
  width: 338px;
  font-family: "Open Sans", Arial, sans-serif;
}

form .r {
  margin: 0 0 12px;
}

.r > label {
  float: left;
  text-align: right;
  line-height: 31px;
  font-size: 14px;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.r input {
  float: left;
}

.r textarea {
  overflow: auto;
  resize: none;
  height: 79px;
}

.button-block {
  text-align: center;
  margin: 40px 0 25px;
}

.r .inputs {
  float: left;
  width: 338px;
  margin: 0 0 -11px;
}

.call-popup .r > label {
  width: 77px;
  text-align: left;
}

.items-bar {
  margin: 0 0 22px;
}
.items-bar:after {
  content: "";
  display: block;
  clear: both;
}
.items-bar .show-by {
  float: left;
  margin: 0 0 0 45px;
}
.items-bar .show-by label {
  margin: 0 8px 0 0;
}
.items-bar .show-by select {
  width: 74px;
}
.items-bar .sort-by {
  float: left;
}
.items-bar .sort-by label {
  margin: 0 8px 0 0;
}
.items-bar .sort-by select {
  width: 170px;
}
.items-bar .finded {
  float: left;
  padding: 0 0 0 11px;
}
.items-bar .finded .t {
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif;
}
.items-bar .finded .show-by {
  float: none;
  display: inline-block;
}
.items-bar .finded .t {
  margin: 0 22px 0 0;
}

.paging {
  margin: 30px 0;
  text-align: center;
  font-size: 12px;
}
.paging li,.paging .page_link,.previous_link,.next_link {
  display: inline-block;
  margin: 0 1px;
  vertical-align: top;
}
.paging .prev,.paging .previous_link,.paging .next_link,
.paging .next {
  font-size: 18px;
}
.paging a,
.paging span {

  text-decoration: none;
  display: inline-block;
  padding: 3px 4px;
  border: 1px solid #cbcece;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 30px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.paging span,.paging a.active_page {
  background: #f9dd00;
}
.paging a:hover,.paging a.active_page:hover {
  background: #cbcece;
}
.paging .first_link,.paging .last_link { display:none;}

.contacts-box {
  padding: 0 31px;
  margin: 0 0 31px;
  position: relative;
}
.contacts-box .map {
  margin: 31px 0;
}
.contacts-box .open-close {
  position: absolute;
  top: 25px;
  right: 31px;
  text-align: right;
  z-index: 2;
}
.contacts-box .open-close > .opener {
  border-bottom: 1px dashed #353636;
}
.contacts-box .open-close > .opener:hover {
  text-decoration: none;
  border-color: #f7cb00;
  color: #f7cb00;
}
.contacts-box .open-close .block {
  background: #f3f3f3;
  text-align: left;
  position: relative;
  margin: 15px 0 0;
}
.contacts-box .open-close .block .bar {
  background: #f9dd00;
  padding: 12px 18px;
}
.contacts-box .open-close .block .bar:after {
  content: "";
  display: block;
  clear: both;
}
.contacts-box .open-close .block .bar .opener {
  background: url(/assets/template/images/sprite.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  float: right;
  overflow: hidden;
  text-indent: -9999px;
}
.contacts-box .open-close .block .bar .opener:hover {
  background-position: 0 -12px;
}
.contacts-box .open-close .block:before {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #f9dd00;
  top: -20px;
  margin-right: -10px;
  right: 30px;
}
.contacts-box .block-content {
  padding: 22px;
  text-decoration: underline;
  font-size: 14px;
}
.contacts-box .block-content strong {
  font-size: 16px;
}
.contacts-box address {
  line-height: 39px;
}
.contacts-box address p {
  padding: 0 0 0 29px;
  margin: 0;
  position: relative;
}
.contacts-box address .adr:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url(/assets/template/images/sprite.png) no-repeat -16px -2px;
  width: 19px;
  height: 25px;
}
.contacts-box address .phones:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  background: url(/assets/template/images/sprite.png) no-repeat -39px -3px;
  width: 16px;
  height: 24px;
}
.contacts-box address .email:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 2px;
  background: url(/assets/template/images/sprite.png) no-repeat -58px -4px;
  width: 19px;
  height: 15px;
}

.contact-form {
  padding: 0 20px 30px;
}
.contact-form .heading {
  margin: 0 0 20px;
}

.contact-form .r {
  margin: 0 0 18px;
}
.contact-form .detectme {
  text-align: center;

}
.contact-form label {
  padding: 0 0 0 124px;
  width: 130px;
  text-transform: none;
  text-align: left;
  font-size: 16px;
}
.contact-form .r input,
.contact-form .r textarea {
  width: 511px;
}
.contact-form textarea {
  height: 140px;
}
.contact-form .button-block {
  margin: 15px 0 0;
}

.certificates-list {
  margin: 10px -48px 0 10px;
}
.certificates-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 48px 48px 0;
  position: relative;
}
.certificates-list li:after {
  content: '';
  background: url(/assets/template/images/shd-small.png) no-repeat;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 4px;
  background-size: 100% 12px;
}
.certificates-list li a {
  display: block;
}
.certificates-list li a img {
  border: 3px solid #cbcece;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.certificates-list li a:hover img {
  border-color: #f9dd00;
}

.vertical-list li {
  margin: 30px 0;
  display: table;
  width: 100%;
}
.vertical-list li div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.vertical-list li .img {
  width: 125px;
}
.vertical-list li a {
  text-decoration: underline;
}
.vertical-list li a:hover {
  text-decoration: none;
}
.contact-form .ajax_form .r > .error {
  display:block;
  clear:both;
  margin-left:270px;
}
.ajax_form.order_form .r > .error {


}
.ajax_form.order_form .r > .error > .error {
  color:#FCC7C7;
  font-size:12px;
}


/* calculator */
.form {
  padding: 0 20px 30px;
  margin: 0 0 20px;
}
.form .heading {
  margin: 0 0 10px;
}
.form .r {
  margin: 0 0 28px;
}
.form label {
  padding: 0 0 0 27px;
  width: 274px;
  text-transform: none;
  text-align: left;
  font-size: 16px;
}
.form .r .inputs {
  float: left;
}
.form .r .inputs input {float: none;}
.form .r input {
  width: 157px;
}
.form .r select {
  width: 155px;
}
.form .button-block {
  margin: 15px 0 0;
}
.form .t {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 4px;
}
.form .info {
  display: block;
  margin: 4px 0 0;
  color: #9e9d9b;
  font-size: 11px;
  line-height: 1em;
}
.form #total {
  color: #da251c;
  font-weight: bold;
}
.form .ask {
  background: url('/assets/template/images/sprite.png') no-repeat -113px -1px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  position: relative;
}
.form .ask:hover:after{
  padding: 3px 6px;
  background: #fffea1;
  content: attr(data-title);
  position: absolute;
  left:31px;
  top:-3px;
  border-radius: 4px;
  width: 278px;
  background: #da251c;
  font-size: 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 11px;
  line-height: 16px;
}
.form .ask:hover:before {
  left:100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(218, 37, 28, 0);
  border-right-color: #da251c;
  border-width: 5px;
  margin-top: -5px;
  margin-left: 2px;
  text-decoration: none;
}

#calc input.error {
  border:1px solid #9B0000;
}

.contact-form #form_captcha {
  margin-left: 265px;
  width: 205px;
}
.order_form .captcha_field {
  background: #fff;
  text-align: center;
}
.order_form .error_captcha,.callback-form .error_captcha{
  display: table;
}

.callback-form .time-call {
  margin-bottom: 12px;
}
.callback-form .time-call input[type="text"]{
  width: 40px;
}
.call-popup .r > label {
  width: 99px;
}
.call-popup input[type="text"], .call-popup  input[type="tel"], .call-popup input[type="email"],.call-popup input[type="password"],.call-popup textarea {
  width: 315px;
}
.callback-form .captcha_img {
  margin-left:115px
}
.callback-form #cb_form_captcha {
  width: 201px;
  margin-bottom: 5px;
}

.myrobot {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer; }
  .myrobot .robotWrap {
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0; }
  .myrobot .sucess, .myrobot .between, .myrobot .wrong {
    display: inline-block;
    vertical-align: baseline; }
  .myrobot .success {
    color: #008700;
    margin-right: 6px;
    }
  .myrobot .wrong {
    background: #c90000;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    padding: 2px 4px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid #c90000;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0; }
  .myrobot:hover .wrong {
    background: white;
    color: #c90000; }

.order_form .detectme {
  text-align: center;
}


.items {
  margin: 0 -20px 20px 0;
}
.items .one {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  border:3px solid #cbcece;
  width: 196px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
}
.items .one .name {
  background: #da251c;
  color: #fff;
  font-weight: bold;
  margin: 0 -9px 10px;
  padding: 8px;
  text-align: center;
}
.items .r {
  font-size: 13px;
  border-top: 1px solid #e1e1e1;
  padding: 8px 0;
}
.items .r:first-child {
  border: 0;
  padding-top: 0;
}
.items .r:after {
  content: "";
  display: block;
  clear: both;
}
.items .left {
  float: left;
}
.items .right {
  float: right;
}

.items .btn {
  margin: 0 -9px;
  width: auto;
  display: block;
}
.items .total {
  overflow: hidden;
  margin: 0 -9px;
  background: #e1e1e1;
  padding: 9px;
  font-size: 15px;
  font-weight: bold;
}
.items .total .right {
  font-size: 16px;
}


.large-item .two-col {
  padding: 0 8px 20px 24px;
}
.large-item .two-col .sidebar {
  border-radius: 5px;
}
.large-item .two-col .item-block {
  float: left;
  width: 635px;
}
.large-item .main-col {
  float: left;
  width: 230px;
  margin: 0 30px 0 0;
}
.large-item .description {
  float: left;
  width: 230px;
}

.large-item .price {
  margin: 25px auto;
  background: #da251c;
  color: #fff;
  width: 134px;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
}
.large-item .price b {
  font-size: 19px;
}

.large-item .description .r {
  font-size: 14px;
  border-top: 1px solid #e1e1e1;
  padding: 6px 0;
}
.large-item .description .h + .r {
  border: 0;
  padding-top: 0;
}
.large-item .r:after {
  content: "";
  display: block;
  clear: both;
}
.large-item .description .left {
  float: left;
}
.large-item .description .right {
  float: right;
}
.large-item .description .h {
  font:bold 15px Arial, Helvetica, sans-serif;
}



/* new */
.buy-popup,
.shopping-popup {
  background: #f8f8f8;
}


.price-list:after {
  content: "";
  display: block;
  clear: both;
}
.price-list {
  font-size: 18px;
  margin: 1.5em 0;
  min-width: 380px;
}
.price-list dt {
  float: left;
  min-width: 226px;
  color: #6c6b6b;
  margin: 0 0 6px;
}
.price-list dd {
  font-weight: bold;
  color: #000;
  margin: 0 0 6px;
  font-size: 20px;
}

.item-page .btn-block {
  margin: 1.5em 0 3em;
}

.buy-popup {
  position: fixed;
  top: 150px;
  left: 50%;
  width: 764px;
  margin-left: -382px;
  padding-right: 25px;
}
.shopping-popup {
  position: fixed;
  top: 150px;
  left: 50%;
  width: 468px;
  margin-left: -234px;
  text-align: center;
  padding-bottom: 30px;
}
.buy-popup .popup-h,
.shopping-popup .popup-h{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.shopping-popup .btn-block {
  margin: 1.7em 0;
}
.shopping-popup .continue-shopping {
  font-size: 18px;
  text-decoration: underline;
}
.shopping-popup .continue-shopping:hover {
  text-decoration: none;
}

.item-panel .image {
  float: left;
  margin: 0 18px 0 0;
}
.item-panel .item-description {
  display: table;
}
.item-panel .name {
  font-weight: bold;
  margin: 0 0 15px;
}
.item-panel .name a {
  text-decoration: underline;
}
.item-panel .name a:hover {
  text-decoration: none;
}


.item-tbl:after {
  content: "";
  display: block;
  clear: both;
}
.item-tbl .col {
  float: left;
  background: #ededed;
  border-left:3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 97px;
  padding: 10px 0 0 15px;
  margin: 0 0 20px;
}
.item-tbl .col:first-child {
  border: 0;
}
.item-tbl .col .th {
  margin: 0 0 8px;
  font-size: 14px;
}
.item-tbl .price-col {
  width: 367px;
}
.item-tbl .qnt-col {
  width: 174px;
}
.item-tbl .price-total-col {
  width: 157px;
  font-size: 18px;
}
.item-tbl .price-total-col b {
  display: block;
  margin: 15px 0 0;
}

.cart-page .item-panel {
  border-top: 1px solid #cbcece;
  padding: 20px 20px 0;
  margin: 0 -20px;

}
.cart-page .total {
  border-top: 1px solid #cbcece;
  padding: 20px 20px 30px 540px;
  margin: 0 -20px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.cart-page .total:before {
  border-top: 1px solid #cbcece;
  content:'';
  position: absolute;
  top:-4px;
  left: 0;
  right: 0;
}
.cart-page .item-panel:first-child {
  border: 0;
  padding-top: 0;
}
.cart-page .item-tbl .price-col {
  width: 340px;
}
.cart-page .item-tbl .opt-price {
  width: 170px;
}
.cart-page .item-tbl .qnt-col {
  width: 135px;
}
.cart-page .item-tbl .remover {
  float: left;
  padding: 43px 0 0 34px;
  font-size: 14px;
}
.cart-page .item-tbl .remover button {
  text-decoration: underline;
  border: transparent;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.cart-page .item-tbl .remover button:hover {
  text-decoration: none;
}
.remover button {
  margin: 0 0 0 27px;
  position: relative;
}
.remover button:after {
  content:'';
  background: url('/assets/template/images/sprite.png') no-repeat -137px 0;
  width: 16px;
  height: 15px;
  position: absolute;
  top:0;
  left:-27px;
}


.buy-popup .item-tbl .btn-block {
  float: right;
  width: 171px;
}
.buy-popup .item-tbl .btn-block .btn {
  width: 100%;
}
.item-tbl .td b {
  font-size: 20px;
}
.item-tbl .td span {
  font-size: 14px;
}
.item-tbl .td span.price,.item-tbl .td span.unit {
  top:0;
  font-size: 20px;
}
.item-tbl .td span.price-bodrer {
  top: 0;
}
.item-tbl .price-col span {
  position: relative;
  top:-4px;
}
.item-tbl .active {
  color: #000;
}
.item-tbl .disabled {
  color: #bebebe;
}
.item-tbl .normal-price {
  float: left;
  width: 150px;
}
.item-tbl .opt-price {
  float: left;
  width: 190px;
}

.item-tbl .total {
  float: left;
  line-height: 39px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 15px;
}
.item-tbl .total span {
  font-size: 24px;
}



/* Number */
.number {
  width: 98px;
  border:1px solid #afafaf;
}
.number:after {
  content: "";
  display: block;
  clear: both;
}
.number .less,
.number .more {
  width: 32px;
  height: 16px;
  background: #afafaf url('/assets/template/images/sprite.png') no-repeat -34px -31px;
  overflow: hidden;
  text-indent: -9999px;
  border-top: 1px solid #fff;
}
.number .less:hover,
.number .more:hover {
  opacity: 0.8;
}
.number .more {
  background-position: 10px -32px;
  border: 0;
}
.number input[type="number"] {
  float: left;
  background: none;
  width: 65px;
  padding: 0;
  text-align: center;
  height: 33px;
  font-size: 18px;
  border: 0;
  background: #fff;
}
.number span {
  cursor: pointer;
}
.number .less,
.number .more {
  float: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.number input[type="number"] {
  -moz-appearance: textfield;
}
.number input[type="number"]::-webkit-inner-spin-button,
.number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item-page .number {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}


.header-cart {
  position: absolute;
  left:459px;
  top: 10px;
  width: 180px;
  padding: 0 0 0 32px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.header-cart:before {
  content:'';
  position: absolute;
  top:7px;
  left:0;
  background: url('/assets/template/images/sprite.png') no-repeat -77px -36px;
  width: 16px;
  height: 15px;
}
.header-cart .cart-link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  margin: 0 16px 0 0;
  line-height: 1.3em;
}
.header-cart .cart-link:hover {
  color: #bb2a22;
}
.header-cart .badge {
  background: #da251c;
  padding: 0 6px;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin: 1px 0 0;
  display: inline-block;
  vertical-align: middle;
}


.order-form {
  padding: 0 0 30px;
  margin: 36px 0 20px;
}
.order-form fieldset {
  padding: 0 210px;
}
.order-form .sh {
  margin: .5em 0 10px;
}
.order-form.heading {
  margin: 0 0 10px;
}
.order-form .r {
  margin: 0 0 10px;
  height: 1%;
}
.order-form .r:after {
  content: "";
  display: block;
  clear: both;
}
.order-form label {
  width: 146px;
  text-transform: none;
  text-align: left;
  line-height: 17px;
  font-size: 14px;
  padding-top: 7px;
}
.order-form .r .inputs {
  float: left;
  margin: 0;
}
.order-form .r .inputs input {float: none;}
.order-form .r input,
.order-form .r textarea {
  width: 400px;
}
.order-form .r textarea {
  height: 76px;
  margin-bottom: 25px;
}

.order-form .button-block {
  margin: 15px 0 0;
}
.order-form .info {
  display: block;
  margin: 4px 0 0;
  color: #9e9d9b;
  font-size: 11px;
  line-height: 1em;
}

.radios {
  margin: 1em 0 2em;
}
.radios li {
  margin: 0 0 20px;
  padding: 0 0 0 28px;
  position: relative;
}
.radios [type="radio"]{
  position:fixed;
  left:0;
  top:0;
  opacity:0;
  z-index: -1;
}
.radios .fake-input{
  display: inline-block;
  background: url('/assets/template/images/sprite.png') no-repeat -161px 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top:0;
  left:0;
}
.radios [type=radio] + .fake-input{border-radius:100%;}
.radios [type="radio"]:checked + .fake-input{
  background-position: -179px 0;
}


.catalog {
  margin: 1em -9px 30px;
}
.catalog li {
  display: inline-block;
  vertical-align: top;
  width: 289px;
  margin: 0 9px 26px;
  text-align: center;
}
.catalog img {
  width: 100%;
  height: auto;
}
.catalog .name {
  font-size: 18px;
  margin: 10px 0 0;
}
.catalog .name a {
  text-decoration: underline;
}
.catalog li:hover a {
  text-decoration: none;
}

.hidden {
 display: none;
}

.cart-page .item-panel {
  overflow: hidden;
  padding-bottom: 15px;
}
