@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Verdana;
  font-size: 13px;
}
#page {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(100, 100, 100, 0.35) 100%), url(images/body.jpg);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(100, 100, 100, 0) 35)), url(images/body.jpg);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(100, 100, 100, 0.35) 100%), url(images/body.jpg);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(100, 100, 100, 0.35) 100%), url(images/body.jpg);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(100, 100, 100, 0.35) 100%), url(images/body.jpg);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(100, 100, 100, 0.35) 100%), url(images/body.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  background-repeat: no-repeat, repeat;
  background-position: 0 0;
  width: 100%;
}
footer,
header,
section,
aside,
div,
nav,
article {
  display: block;
}
footer,
header {
  width: 100%;
  min-width: 100px;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto !important;
  display: block;
  float: none !important;
}
a:hover {
  text-decoration: none;
}
section,
.section {
  position: relative;
  margin: 0 auto;
  width: 1080px;
}
.group_list .section{
width: 780px!important;
}
.section.small,
.small {
  position: relative;
  margin: 0 auto;
  width: 980px;
}
a img {
  border: none;
}
header {
  padding: 25px 0 10px 0;
  overflow: hidden;
}
.logo {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #060606;
  text-decoration: underline;
}
.logo a {
  color: #000000;
}
.action .section {
  marquee-direction: forward;
  marquee-style: scroll;
}
.col-0,
.col-1,
.col-2,
.col-3 {
  float: left;
  margin: 0 10px;
}
.col-0 {
  width: 180px;
}
.col-1 {
  width: 220px;
}
.col-2 {
  width: 280px;
}
.col-3 {
  width: 320px;
}
footer .col-3 {
  width: 380px;
}
.adress {
  font-size: 11px;
  color: #000000;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  background-image: url(images/marker.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 20px;
  text-decoration: none;
}
.text_center {
  text-align: center;
}
.soc_icons {
  margin: 15px 0;
}
.soc_icons a:hover {
  opacity: 0.7;
}
form.search input[type="text"] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #9f9f9f;
  border-right: none;
  width: 150px;
  display: inline-block;
  padding: 0 10px;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  float: left;
  margin-left: 20px;
}
form.search input[type="submit"] {
  height: 22px;
  display: inline-block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #96bd58;
  width: 25px;
  border: 1px solid #9f9f9f;
  border-left: none;
  cursor: pointer;
  float: left;
  background: url(images/search.png), -moz-linear-gradient(top, #96bd58 0%, #7ba23f 100%);
  background: url(images/search.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96bd58), color-stop(100%, #7ba23f));
  background: url(images/search.png), -webkit-linear-gradient(top, #96bd58 0%, #7ba23f 100%);
  background: url(images/search.png), -o-linear-gradient(top, #96bd58 0%, #7ba23f 100%);
  background: url(images/search.png), -ms-linear-gradient(top, #96bd58 0%, #7ba23f 100%);
  background: url(images/search.png), linear-gradient(to bottom, #96bd58 0%, #7ba23f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96bd58', endColorstr='#7ba23f', GradientType=0);
  background-repeat: no-repeat;
  background-position: 50% 50%, 0 0;
}
form.search input[type="submit"]:hover {
  opacity: 0.7;
}
.big_phone {
  color: #343434;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
.text_right {
  text-align: right;
}
.red {
  font-size: 8px;
  font-weight: bold;
  color: #a8444e !important;
  margin-right: 10px;
}
.mr_20 {
  margin-right: 20px;
}
.mt_20 {
  margin-top: 20px;
}
.phone {
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.mail {
  font-size: 11px;
  font-weight: bold;
  color: #343434;
  text-decoration: none;
}
.mail:hover {
  text-decoration: underline;
}
.order,
.skype {
  display: inline-block;
  padding-left: 22px;
  min-height: 20px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  text-decoration: none;
  color: #343434;
  margin-top: 5px;
  cursor: pointer;
}
.skype {
  background-image: url(images/skype.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.order {
  background-image: url(images/phone.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.mr_10 {
  margin-right: 10px;
}
.cart {
  color: #000000;
  font-size: 12px;
  background: url(images/cart_ico.png) no-repeat;
  padding:5px 0 15px 40px
}
.orange_button,
.red_button {
  display: block;
  text-align: center;
  width: 174px;
  height: 41px;
  line-height: 42px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin: 0 ;
  cursor: pointer;
}
.orange_button:hover,
.red_button:hover {
  opacity: 0.7;
}
.red_button {
  background-image: url(images/red_button.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 10px;
}
.orange_button {
  background-image: url(images/orange_button.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.action {
  width: 100%;
  background: #c4c4c4;
  text-align: center;
  overflow: hidden;
  color: #b7535d;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  padding: 15px 0;

}
.navigaion {
  margin: 10px auto !important;
}
.navigaion nav {
  background: #bf3e46;
  background: -moz-linear-gradient(top, #bf3e46 0%, #810000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf3e46), color-stop(100%, #810000));
  background: -webkit-linear-gradient(top, #bf3e46 0%, #810000 100%);
  background: -o-linear-gradient(top, #bf3e46 0%, #810000 100%);
  background: -ms-linear-gradient(top, #bf3e46 0%, #810000 100%);
  background: linear-gradient(to bottom, #bf3e46 0%, #810000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3e46', endColorstr='#810000', GradientType=0);
  border-radius: 10px;
  text-align: center;
  border: 1px solid #504f4f;
}
.navigaion nav a {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}
.navigaion nav a:hover {
  text-decoration: underline;
}
h1 {
  font-style: italic;
  font-size: 25px;
  color: #343434;
  text-align: center;
  font-weight: normal;
}
.slider {
  width: 640px;
  border-radius: 10px;
  float: left;
  position: relative;
  height: 285px;
  overflow: hidden;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1280px;
}
.slider ul li {
  float: left;
  display: block;
}
.slider .prev,
.slider .next {
  width: 53px;
  height: 53px;
  opacity: .6;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  cursor: pointer;
}
.slider .prev:hover,
.slider .next:hover {
  opacity: 1;
}
.slider .prev {
  background-image: url(images/prev.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 10px;
}
.slider .next {
  background-image: url(images/next.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 10px;
}
.mr_0 {
  margin-right: 0 !important;
}
.info_block {
  background: #e1dddd;
  background: -moz-linear-gradient(top, #e1dddd 0%, #bab8b8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1dddd), color-stop(100%, #bab8b8));
  background: -webkit-linear-gradient(top, #e1dddd 0%, #bab8b8 100%);
  background: -o-linear-gradient(top, #e1dddd 0%, #bab8b8 100%);
  background: -ms-linear-gradient(top, #e1dddd 0%, #bab8b8 100%);
  background: linear-gradient(to bottom, #e1dddd 0%, #bab8b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dddd', endColorstr='#bab8b8', GradientType=0);
  border: 1px solid #a6a6a6;
  padding: 10px 0 10px 15px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
}
.info_block img {
  float: left;
  width: 68px;
}
.info_block p {
  float: right;
  font-size: 15px;
  width: 220px;
  margin: 0 ;
  height: 50px;
  line-height: 20px;
  color: #000000;
}
aside .info_block p {
  width: 180px;
}
.info_block .red {
  font-size: 16px;
}
.shadowline {
  margin: 10px auto;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 845px;
  height: 10px;
  clear: both;
}
.inner .shadowline {
  margin: 10px auto;
  background-image: url(images/shadow2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 645px;
  height: 10px;
  clear: both;
}
.articles {
  overflow: hidden;
}
.articles .article:nth-of-type(5n) {
  margin-right: 0;
}
.articles .article:nth-of-type(5n+1) {
  margin-left: 0;
  clear: both;
}
.articles .article {
  width: 209px;
  float: left;
  margin: 15px 4px;
  text-align: center;
}
.articles .article .title {
  background-image: url(images/title.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 46px;
  text-align: center;
}
.articles .article .title a {
  color: #ffffff;
  font-size: 13px;
  line-height: 34px;
}
.articles .article img {
  margin-top: -12px;
}
.articles .article .links {
  margin: 10px 0;
  text-align: left;
  padding-left: 20px;
  min-height: 70px;
  display: block;
}
.articles .article .links a {
  font-size: 12px;
  color: #242424;
}
.articles .article .price {
  border-radius: 5px;
  padding: 10px;
  background: url(images/cart.png) no-repeat;
  height: 49px;
}
.articles .article .price .diameter {
  display: inline-block;

  min-height: 15px;
  line-height: 10px;
  font-size: 16px;
  color: #040404;
  font-family: Calibri;
  padding-left: 15px;
  float: left;
}

.articles .article .price .diameter2 {
  display: inline-block;

  min-height: 15px;
  line-height: 10px;
  font-size: 16px;
  color: #040404;
  font-family: Calibri;

  float: left;
}
.articles .article .price .right {
  font-size: 13px;
  color: #a13032;
  font-family: Calibri;
  text-align: justify ;
  margin: -5px 0 0 0;
}
.articles .article .price .right a{
color: #a13032;
}
.articles .article .price .right a:hover{
text-decoration: none;
}



.servicess {
  overflow: hidden;
}
.servicess .article {
  float: left;
  margin: 10px;
  width: 333px;
  padding: 0px 0 0px 10px;
  background: #e1dddd;
  background: -moz-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e1dddd), color-stop(100%, #bab8b8));
  background: -webkit-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: -o-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: -ms-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: linear-gradient(to right, #e1dddd 0%, #bab8b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dddd', endColorstr='#bab8b8', GradientType=1);
  border-radius: 10px;
  border: 1px solid #a6a6a6;
  min-height: 90px;
}
.servicess .article img {
  float: left;
  margin-top: 15px;
}
.servicess .article:first-child {
  margin-left: 0;
}
.servicess .article:last-child {
  margin-right: 0;
}
.servicess .article p {
  margin: 5px 20px 0 0;
  font-size: 12px;
  overflow: hidden;
  float: right;
}
.servicess .article .red {
  font-size: 12px;
  line-height: 2.7 ;
  font-weight: bold;
  color: #810000!important;
  text-decoration: underline;
}
.content .left {
  width: 600px;
}
h2 {
  font-size: 19px;
}
.content .right {
  width: 420px;
}
.content .right p {
  line-height: 18px;
  color: #242424;
}
.content .right .red {
  font-size: 13px;
}
.content .right .article {
  margin-bottom: 20px;
}
.date {
  color: #242424;
  display: inline-block;
  margin-bottom: 10px;
}
.more {
  color: #810000;
  font-weight: bold;
}
.content {
  padding-bottom: 100px;
  overflow: hidden;
}
.partners .wrap {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 984px;
  float: left;
  height: 60px;
  overflow: hidden;
}
.partners ul li {
  display: flex;
  display: -ms-flex;
  float: left;
  height: 60px;
  width: 190px;
}
.partners ul li img {
  margin: auto;
}
.partners .wrap .prev,
.partners .wrap .next {
  width: 48px;
  height: 58px;
  cursor: pointer;
  opacity: 0.7;
}
.partners .wrap .prev:hover,
.partners .wrap .next:hover {
  opacity: 1;
}
.partners .wrap .prev {
  background-image: url(images/left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
}
.partners .wrap .next {
  background-image: url(images/right.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
}
.line {
  background-image: url(images/line.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  width: 100%;
  height: 5px;
  clear: both;
  margin: 20px 0;
}
footer {
  overflow: hidden;
  line-height: 18px;
  padding: 20px 0;
}
.mail.red {
  font-size: 13px;
}
footer a.red {
  font-weight: normal;
  font-size: 13px;
  margin: 0;
}
aside {
  width: 280px;
  float: left;
}
footer .soc_icons {
  margin-top: 5px;
}
aside nav {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  padding: 20px 0;
  margin-top: 20px;
}
aside nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside nav ul.parent {
  margin: 0 0 0 20px;
}
aside .banner {
  text-align: center;
}
aside nav ul li a {
  display: block;
  padding: 5px 10px 5px 40px ;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  background-image: url(images/li.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
aside nav ul li a:hover {
  text-decoration: underline;
}
aside .info_block {
  margin: 20px 0 0 0;
  padding: 10px 0 10px 15px;
  background: #e1dddd;
  background: -moz-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e1dddd), color-stop(100%, #bab8b8));
  background: -webkit-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: -o-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: -ms-linear-gradient(left, #e1dddd 0%, #bab8b8 100%);
  background: linear-gradient(to right, #e1dddd 0%, #bab8b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dddd', endColorstr='#bab8b8', GradientType=1);
}
aside .info_block.last{

  padding: 10px 0 20px 15px!important;

}
aside .info_block p,
aside .info_block .red {
  font-size: 12px;
}
aside .info_block .red {
  display: inline-block;
  margin: 5px 0;
}
h2.italic {
  font-style: italic;
  font-weight: normal;
  font-size: 25px;
}
.inner {
  float: right;
  width: 670px;
}
.inner a {
  color: #000000;
}
.inner img.left {
  margin-right: 20px;
  border-radius: 10px;
}
.inner ol {
  padding: 0 0 0 30px;
}
.inner table {
  clear: both;
  text-align: left;
}
.inner table th,
.inner table td {
  padding: 5px 15px;
  font-size: 13px;
  font-weight: normal;
}
.inner table td .red {
  font-size: 13px;
  font-weight: normal;
}


/*---------------------------------*/
.name_tv{  width: 260px}
.weightmp{  width: 100px}
.pricemp{  width: 100px}
.sellprice{  width: 100px}
.spinkol{  width: 100px}
.tovbye{  width: 150px}


/*---------------------------------*/
.red_button_2 {
  background: #b63d43;
  background: -moz-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63d43), color-stop(100%, #963136));
  background: -webkit-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: -o-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: -ms-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: linear-gradient(to bottom, #b63d43 0%, #963136 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b63d43', endColorstr='#963136', GradientType=0);
  display: inline-block;
  padding: 5px 20px 10px 20px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  margin: 0;
}
.submit.red_button_2 {
  padding: 5px 40px 10px 40px;
}
.red_button_2:hover {
  opacity: 0.7;
}
table.catalog {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table.catalog th {
  background: #e5e5e5;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #aaaaaa;
  font-weight: bold;
  color: #333754;
}
table.catalog td {
  padding: 5px;
  line-height: 24px;
  border: 1px solid #aaaaaa;
  text-align: center;
  background: #ffffff;
}
table.catalog td .more {
  font-weight: normal;
  font-size: 13px;
}
table.catalog tr td:first-child {
  text-align: left;
}
table.catalog tr td.red_row {
  font-weight: bold !important;
  text-align: center !important;
  background: #b63d43;
  background: -moz-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63d43), color-stop(100%, #963136));
  background: -webkit-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: -o-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: -ms-linear-gradient(top, #b63d43 0%, #963136 100%);
  background: linear-gradient(to bottom, #b63d43 0%, #963136 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b63d43', endColorstr='#963136', GradientType=0);
  padding: 10px 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.spinner {
  display: inline-block;
}
.spinner .minus,
.spinner .plus {
  width: 13px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.spinner .minus:hover,
.spinner .plus:hover {
  opacity: 0.7;
}
.spinner .minus {
  background-image: url(images/minus.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.spinner .plus {
  background-image: url(images/plus.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.spinner input {
  height: 20px;
  border: none;
  text-align: center;
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  float: left;
}
.order_button {
  background-image: url(images/order.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 90px;
  height: 26px;
  line-height: 22px;
  color: #fff!important;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.order_button:hover {
  opacity: 0.7;
}
.related a {
  display: block;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
}
.related .level2 {
  padding-left: 15px;
  font-weight: normal;
}
.related .item {
  margin: 10px 0;
}
.buttons {
  text-align: center;
}
.buttons .info_block {
  width: 300px;
  display: inline-block;
  min-height: 70px;
  background: #84929c;
  background: -moz-linear-gradient(left, #84929c 0%, #9ca5af 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #84929c), color-stop(100%, #9ca5af));
  background: -webkit-linear-gradient(left, #84929c 0%, #9ca5af 100%);
  background: -o-linear-gradient(left, #84929c 0%, #9ca5af 100%);
  background: -ms-linear-gradient(left, #84929c 0%, #9ca5af 100%);
  background: linear-gradient(to right, #84929c 0%, #9ca5af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84929c', endColorstr='#9ca5af', GradientType=1);
}
.buttons .info_block img {
  width: auto;
}
.buttons .info_block:first-child p {
  margin-left: 70px;
}
.buttons .info_block:nth-child(2n) p {
  margin-left: 100px;
}
.text_left {
  text-align: left;
}
table.cart {
  width: 100%;
  border-collapse: collapse;
}
table.cart th {
  background: #ad2d33;
  padding: 10px 0;
  color: #ffffff;
}
table.cart td {
  text-align: center;
  border-top: 2px solid #e7e8de;
  border-bottom: 2px solid #e7e8de;
  background: #bdbbbb;
  padding: 0 5px;
}
table.cart tr:nth-child(2n+1) td {
  background: #cbcac9;
}
table.cart td:first-child {
  text-align: left;
}
.ml_20 {
  margin-left: 20px;
}
.mg_20 {
  margin: 20px 0;
}
.head {
  border-bottom: 2px solid #ad2d33;
  width: 340px;
  display: block;
  padding: 20px 0;
  margin: 10px 0;
}
table.two_column {
  min-width: 400px;
}
table.two_column th {
  font-weight: normal;
  text-align: left;
  padding: 5px 30px 5px 0;
}
table.two_column input[type="text"] {
  height: 40px;
  width: 310px;
  padding: 0 10px;
  background: none;
  border: 1px solid #b1b3b3;
}
table.two_column input[type="text"]:focus {
  box-shadow: 0 0 0 1px #8e5154;
}
table.two_column .red {
  font-weight: normal;
  font-size: 13px;
}
select {
  min-width: 230px;
}
.mr_40 {
  margin: 40px auto;
}
.add {
  background-image: url(images/add.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 113px;
  height: 36px;
  display: inline-block;
  cursor: pointer;
}
.hidden {
  display: none;
}
.pad_20 {
  padding: 20px 0;
}
/*.section.small,
section.small{padding:0 50px;width:980px}*/
/*FORM*/
.book_call_modal {
  width: 282px;
  background-color: #fff;
  padding: 30px 0 25px;
  text-align: center;
  border: 3px solid #bf3e46;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
#myModal_book_call {
  width: 288px;
  left: 50%;
  margin-left: -141px;
  padding: 0 0 50px 0;
  top: 170px;
  display: none;
}
.reveal-modal {
  top: 140px;
  width: auto;
  position: absolute;
  z-index: 101;
}
.close-reveal-modal {
  font-size: 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  background: url(images/close.png);
}
.book_call_modal input[type="text"] {
  width: 190px;
  font: 13px Verdana, Geneva, sans-serif;
  height: 30px;
  padding: 0 14px;
  border: 1px solid #bf3e46;
  border-radius: 2px;
  margin-bottom: 14px;
}
.book_call_modal input[type="submit"] {
  width: 100px;
  height: 31px;
  border: 0;
  padding: 0;
  color: #fff;
  background-color: #bf3e46;
  border-radius: 2px;
  cursor: pointer;
  font: bold 13px Verdana, Geneva, sans-serif;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #bf3e46;
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
aside .news {
  margin-top: 30px;
}
aside .news article {
  margin-bottom: 30px;
}
aside .news article p {
  line-height: 18px;
  color: #242424;
  margin: 5px 0;
}
aside .news article .red {
  font-size: 13px;
}
aside .news article .date {
  margin: 5px 0;
}
.up_button {
  position: fixed;
  cursor: pointer;
  background-image: url(images/up.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 46px;
  height: 62px;
  top: 70%;
  right: 10px;
}
.inner .info_block p {
  margin-left: 0 !important;
}
.buttons .info_block:nth-child(2n) p {
  width: 200px;
}
.inner .info_block img {
  margin-right: 0;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#call_form {
  width: 300px;
  height: 280px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -140px;
  background: #ffffff;
  position: absolute;
  border-radius: 7px;
  text-align: center;
  overflow: hidden;
  display: none;
}
#call_form .header {
  padding: 15px 0;
  background-image: -moz-linear-gradient(90deg, #c20e0e 0%, #ae0000 100%);
  background-image: -webkit-linear-gradient(90deg, #c20e0e 0%, #ae0000 100%);
  box-shadow: 0px 1px 0px 0px #ffffff;
  color: #ffffff;
  font-size: 17px;
  font-family: Verdana;
  text-shadow: 0.5px 0.866px 0px #ffffff;
  margin-bottom: 30px;
}
#call_form input[type="text"] {
  width: 220px;
  height: 40px;
  background: #f0f0f0;
  box-shadow: 0px 0 1px 0px #000000;
  padding: 0 10px;
  border: none;
  font-family: Verdana;
  font-size: 15px;
}
#call_form span {
  font-size: 11px;
  font-family: Verdana;
  color: #999999;
  text-shadow: 0.5px 0.866px 0px #ffffff;
  display: block;
  margin: 20px 0;
}
#call_form input[type="submit"] {
  padding: 15px 70px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #1060bf 0%, #339dff 100%);
  background-image: -webkit-linear-gradient(90deg, #1060bf 0%, #339dff 100%);
  box-shadow: 0px 1px 0px 0px #ffffff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: "Verdana";
  color: #ffffff;
  text-align: center;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.3);
}
#one_click input[type="submit"]:hover,
#call_form input[type="submit"]:hover {
  opacity: 0.7;
}
#call_form input[type="text"]:first-of-type {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
#call_form input[type="text"].second {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
#call_form input::-webkit-input-placeholder,
#one_click input::-webkit-input-placeholder {
  text-shadow: 0.5px 0.866px 0px #ffffff;
  font-size: 15px;
  font-family: "Verdana";
  color: #666666;
}
#call_form input::-moz-placeholder,
#one_click input::-moz-placeholder {
  text-shadow: 0.5px 0.866px 0px #ffffff;
  font-size: 15px;
  font-family: "Verdana";
  color: #666666;
  line-height: 2.6;
}
#one_click {
  width: 360px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -70px;
  border-style: solid;
  border-width: 1px;
  border-color: #ae0001;
  border-radius: 5px;
  background: #e80505;
  background: -moz-linear-gradient(-45deg, #e80505 0%, #ae0001 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e80505), color-stop(100%, #ae0001));
  background: -webkit-linear-gradient(-45deg, #e80505 0%, #ae0001 100%);
  background: -o-linear-gradient(-45deg, #e80505 0%, #ae0001 100%);
  background: -ms-linear-gradient(-45deg, #e80505 0%, #ae0001 100%);
  background: linear-gradient(135deg, #e80505 0%, #ae0001 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e80505', endColorstr='#ae0001', GradientType=1);
  position: absolute;
  display: none;
}
#one_click:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 209px;
  height: 66px;
  background-image: url(images/glow.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: " ";
  display: block;
}
#one_click input[type="text"] {
  width: 200px;
  height: 33px;
  padding: 0 10px;
  margin-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #570505;
  border-radius: 2px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  float: left;
}
#one_click input[type="submit"] {
  border-style: solid;
  border-width: 1px;
  border-color: #055689;
  border-radius: 4px;
  background: #7b9add;
  background: -moz-linear-gradient(top, #7b9add 0%, #4861a4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b9add), color-stop(100%, #4861a4));
  background: -webkit-linear-gradient(top, #7b9add 0%, #4861a4 100%);
  background: -o-linear-gradient(top, #7b9add 0%, #4861a4 100%);
  background: -ms-linear-gradient(top, #7b9add 0%, #4861a4 100%);
  background: linear-gradient(to bottom, #7b9add 0%, #4861a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b9add', endColorstr='#4861a4', GradientType=0);
  height: 35px;
  line-height: 33px;
  cursor: pointer ;
  font-size: 18px;
  font-family: "Calibri";
  color: #ffffff;
  text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.45);
  float: left;
}
#one_click span {
  display: block;
  padding: 30px 0 10px 30px;
  font-size: 16px;
  font-family: "Verdana";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1.732px 3px rgba(1, 2, 2, 0.2);
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/***************************************
****** Страница оформления заказа ******
***************************************/
.cart-page {
  font-size: 16px;
}
.cart-page h1 {
  text-align: left;
  margin: 37px 0px 28px;
}
.cart-page .shop_cart {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.cart-page .shop_cart a {
  text-decoration: none;
  font-size: 16px;
}
.cart-page .shop_cart a:hover,
.cart-page .shop_cart a:focus {
  text-decoration: underline;
}
.cart-page .shop_cart a:visited {
  color: #000;
}
.cart-page .shop_cart tr > th,
.cart-page .shop_cart tr > td {
  padding: 8px 5px;
  text-align: center;
}
.cart-page .shop_cart tr > th:first-child,
.cart-page .shop_cart tr > td:first-child {
  text-align: left;
}
.cart-page .shop_cart tr > th {
  background: #c9292f;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.cart-page .shop_cart tr > td {
  background: #cdcbcb;
  border-top: 2px solid #e5dadd;
}
.cart-page .shop_cart tr:nth-child(2n) > td {
  background: #bfbcbc;
}
.cart-page .shop_cart tr.total > td {
  background: none;
}
.cart-page .shop_cart .go-back .submit-btn {
  padding: 8px 10px;
  white-space: nowrap;
  font-size: 15px;
  color:#fff;
}
.cart-page .shop_cart .go-back .submit-btn:hover{
  text-decoration:none
}


.cart-page .under {
  text-decoration: underline;
}
.cart-page h3 {
  display: inline-block;
  min-width: 345px;
  font-size: 17px;
  padding-bottom: 20px;
  border-bottom: 4px solid #c92930;
  font-weight: normal;
}
.cart-page .row {
  padding: 5px 0;
}
.cart-page .row .caption {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.cart-page .row .field {
  display: inline-block;
}
.cart-page .row .field input[type="text"] {
  background: #e7e9e9;
  padding: 12px 15px;
  margin: 0;
  border: 1px solid #b5b1ae;
  border-radius: 3px;
  outline: none;
}
.cart-page .row .field input[type="text"]:focus {
  background: #e7e9e9;
  box-shadow: 0 0 1px #000;
  border-color: #c3585c;
}
.cart-page .delivery-types {
  width: 400px;
  float: left;
  margin-right: 50px;
  font-size: 15px;
}
.cart-page .delivery-types .caption {
  width: 175px;
}
.cart-page .delivery-types .price {
  width: 220px;
  color: #dc3942;
  text-align: right;
}
.cart-page .payments-types {
  width: 530px;
  float: left;
}
.cart-page .switcher {
  margin-bottom: 30px;
}
.cart-page .switcher .wrap {
  width: 50%;
  float: left;
}
.cart-page .blocks {
  margin-bottom: 20px;
}
.cart-page .delete-btn {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
  text-indent: -9999em;
  background: url("images/delete.png");
}
.cart-page .file_field a {
  display: block;
  width: 113px;
  height: 36px;
  background: url("images/add.png");
  position: relative;
  cursor: pointer;
  text-indent: -9999em;
}
.cart-page .file_field input[type="file"] {
  display: none;
}
.nice-select {
  width: 220px;
}
input[type="checkbox"].nice-control,
input[type="radio"].nice-control {
  display: none;
}
input[type="checkbox"].nice-control + label,
input[type="radio"].nice-control + label {
  cursor: pointer;
  display: block;
  float: left;
  line-height: 28px;
}
input[type="checkbox"].nice-control + label:before,
input[type="radio"].nice-control + label:before {
  content: "";
  display: block;
  float: left;
  height: 28px;
  width: 28px;
  margin: 1px 5px 0 0;
  background-image: url(images/radio-btn.png);
  background-repeat: no-repeat;
}
input[type="radio"].nice-control + label:before {
  background-position: 0 -28px;
}
input[type="radio"].nice-control:checked + label:before {
  background-position: 0 0;
}
input[type="checkbox"].nice-control + label:before {
  background-position: 0 -16px;
}
input[type="checkbox"].nice-control:checked + label:before {
  background-position: 0 0;
}
.submit-btn,
.red_button_small {
  background: #b12f35;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  margin: 0;
  padding: 10px 40px;
  border-radius: 3px;
  cursor: pointer;
}
.submit-btn:hover,
.red_button_small:hover {
  background: #ce3b41;
}
.red_button_small {
  text-transform: none;
  font-size: 15px;
  padding: 5px 10px;
}

/*******************************close-reveal-modal*********************************/
#modalCart .close-reveal-modal{
background: none!important ;

}

 .reveal-modal a#go, .reveal-modal a#buy{
  position: static;
  float: left;

 }


.reveal-modal a#buy{
 background-color: #A8444E ;
display: inline-block;
padding: 10px 30px 10px 30px;


color: #FFF;
font-size: 20px;
cursor: pointer;
text-decoration: none;
margin: 5px 0px;
transition: all 0.5s ease-out 0s;
margin:0 10px 0 0
}

 .reveal-modal a#go{
   background-color: #5E6D81!important;

   width:250px!important;
background-repeat: no-repeat!important;
font-weight: normal!important;

display: block;
padding: 16px 10px 2px 10px!important;
 text-align:center;
color: #FFF;
font-size: 20px!important;
cursor: pointer;
text-decoration: none;

 }


 /*-----------------------------calk------------------------------*/
 .calk_body{
   width:274px;
 
   margin:-5px 0 0 0;

   background: rgb(235,235,235); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(210,210,210,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(210,210,210,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(210,210,210,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(210,210,210,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(210,210,210,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(210,210,210,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */

 }
 .calk_body h3{
   margin: 0; padding:10px
 }


/* Правки от 16.12.2014 */

.reveal-modal {
  width: 280px!important;
  padding: 34px 10px!important;
  margin-left: -150px!important;
  text-align: center;
}

.reveal-modal .zag {
    font-size: 22px;
}

.reveal-modal p {
margin: 25px 0px;
}

.reveal-modal a#buy {
    font-size: 16px!important;
    cursor: pointer;
    margin: 0px 10px 0px 0px!important;
    width: 125px!important;
    text-align: center;
    padding: 5px!important;
}

.reveal-modal a#go {
    width: 125px !important;
    font-size: 16px !important;
    padding: 5px!important;
}

.close-reveal-modal {
    height: auto!important;
    line-height: inherit !important;
}

#page{
min-height: 100%;
}

.info_block {
cursor: pointer;
}

#calculator {
    width: 280px;
    height: 380px;
    top: 35%;
    left: 50%;
    margin-left: -180px;
    margin-top: -70px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(211, 206, 203);
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
    position: absolute;
    display: none;
}

#calculate {
	margin: 30px;
  	margin-top: 10px;
}

#calculator .zag{
    display:block;
	font-style: normal;
  	margin-top: 0;
  	padding-bottom: 20px;
  	font-size: 25px;
    color: #343434;
    text-align: center;
    font-weight: normal;
    }

#calculator input[type = 'button']{
    border-radius: 5px;
    text-align: center;
    border: 1px solid #504F4F;
    width: 220px;
    height: 30px;
    background-color: rgb(179, 48, 54);
    color: rgb(237, 234, 226);
    font-size: 15px;
    text-transform: uppercase; 
}

input#summ{
 	width: 120px;
    text-align: right;
    right: 30px;
    position: absolute;
    padding-right: 7px;
}

#calculate h4
{
    width: 100px;
    display: inline-block;
 	margin-top: 4px;
	margin-bottom: 4px;
}

span.result
{
    width: 100px;
    display: inline-block;
}

div.calculator
{
  	background: linear-gradient(to right, #e1dddd 0%, #bab8b8 100%);
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    margin-top: 45px;
  	color: #363636;
}

div.calculator .zag{
    display:block;
	font-style: normal;
  	margin-top: 0;
  	padding-bottom: 20px;
  	font-size: 25px;
    color: #343434;
    text-align: center;
    font-weight: normal;
}

div#calculator{
	color: #363636;
}

div#calculator img{
	position: relative;
	left: 100px;
	margin-top: -40px;
}

div.calculator img{
	position: relative;
	left: 100px;
	margin-top: -40px;
}

div.calculator #sum label
{
  	display: inline-block;
  	width: 82px;
}

div.calculator input#summ
{
  	position: relative;
  	right: 0px;
}

div.calculator input[type = 'button']
{
    border-radius: 5px;
    text-align: center;
    border: 1px solid #504F4F;
    width: 220px;
    height: 30px;
    background-color: rgb(179, 48, 54);
    color: rgb(237, 234, 226);
    font-size: 15px;
    text-transform: uppercase;
}

div#res
{
  	margin-top: 10px;
}

span.result{
	color: #9a3338;
  	font-weight: bold;
}