@font-face{
font-family: 'pfdin_light';
src: url('../fonts/pfdintextcondpro-light-webfont.eot');
src: url('../fonts/pfdintextcondpro-light-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/pfdintextcondpro-light-webfont.woff') format('woff'),
	 url('../fonts/pfdintextcondpro-light-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'pfdin_medium';
src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
src: url('../fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'),
	 url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
#hea.sticky {
  position: relative;
}
#hea.sticky {
  position: relative;
  animation-duration: 450ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 0 0 3px #666666;
  -moz-box-shadow: 0 0 3px #666666;
  -webkit-box-shadow: 0 0 3px #666666;
  -o-box-shadow: 0 0 3px #666666;
  -ms-box-shadow: 0 0 3px #666666;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  background: #ffffff;
}
@keyframes fadeInDown {
	0% {
	     opacity: 0; 
	    transform: translate3d(0px, -100%, 0px);
	}
	100% {
	    opacity: 1;
	    transform: none;
	}
}
.main_center_podbor {
  margin-top: 20px;
  /* margin-bottom: 30px; */
}
.main_center_twa {
  padding: 20px 0px;
}
.main_center_podbor_twa {
  padding: 20px 0px;
  /* margin-bottom: 30px; */
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.main_center_podbor_twa.bottom,
.main_center_podbor_twa_white.bottom {
  padding: 0px 0px 20px 0px;
}
.main_center_podbor_twa.mbottom,
.main_center_podbor_twa_white.mbottom {
  margin: 0px 0 20px;
}
.main_center_podbor_twa_white {
  padding: 20px 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section_r.quote {
  padding: 1rem 0;
  background-color: #F5F5F5;
  overflow: hidden;
}
.button2.dop {
  background: #333333;
}
.button2.dop span {
  color: #ffffff;
}
.button2.dopg span {
  color: #000000;
}
.button2.dopg:hover span {
  color: #ffffff;
}
.button2.dopg {
  background: #d8d8d8;
}
/*******************icons********************/
.price-icons {
  text-align: center;
  padding-left: 0px;
  height: 25px;
  right: 0;
  width: 28px;
  visibility: visible;
  background-color: transparent;
  height: auto;
  top: 0;
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  margin: 0;
}
.price-icons li {
  display: inline;
  padding: 0 2px;
}
.price-icons-tabs {
  text-align: center;
  padding-left: 0px;
  visibility: visible;
  background-color: transparent;
  position:relative;
  z-index: 1;
  padding-top: 5px;
  margin: 0;
}
.price-icons-tabs li {
  display: inline;
  float:left;
  padding: 5px 4px 0px 0px;
  width:24px;
}
.price-icons-3d {
  text-align: center;
  padding-left: 0px;
  height: 30px;
  right: 5px;
  width: 40px;
  visibility: visible;
  background-color: transparent;
  top: 16%;
  position: absolute;
  z-index: 10;
  margin: 0;
}
.price-icons-3d li {
  display: inline;
  padding: 0 2px;
}
.price-iconsl {
  margin: 5px 0 0;
  text-align: left;
  padding-left: 0px;
  height: 45px;
}
.price-iconsl li {
  display: inline;
  padding: 0 2px;
}
.price-icons .tire-icons img, .price-icons-3d .tire-icons img {
  max-width: 25px !important;
}
.pcard-related .price-icons img, .pcard-related .price-icons-3d img {
    max-width: 25px !important;
}
/*************** icons-new-hit******************/
.pricing-hit {
  height: 25px;
  overflow: hidden;
  position: absolute;
  width: 80px;
  z-index:10;
}
.plan-hit {
  background-color: #0086e3;
  background: -moz-linear-gradient(left,  rgba(0,134,227,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,134,227,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,134,227,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,134,227,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,134,227,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,134,227,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086e3', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-size: 12px;
  left: 0px;
  padding: 3px 5px;
  position: relative;
  text-align: left;
  text-shadow: rgba(44,44,44,0.6) 0px 1px 0px;
}
.pricing-hit-cat {
  height: 48px;
  overflow: hidden;
  position: absolute;
  width: 48px;
  right:0px;
  top:0px;
  z-index:10;
}
.plan-hit:before, div.plan-hit:after {
}                          
.pricing-action {
  height: 25px;
  overflow: hidden;
  position: absolute;
  width: 80px;
  top:38px;
  z-index:10;
}
.plan-action {
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
  background-color: #ff0000;
  background: -moz-linear-gradient(left,  rgba(255,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-size: 12px;
  left: 0px;
  padding: 3px 5px;
  position: relative;
  text-align: left;
  text-shadow: rgba(44,44,44,0.6) 0px 1px 0px;
}
.pricing-action-cat {
  height: 110px;
  overflow: hidden;
  position: absolute;
  width: 110px;
  right:0px;
  top:0px;
  z-index:10;
}
.plan-action-cat {
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.26);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.26);
  -webkit-transform: rotate(-45deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#A81B1B));
  background-image: -webkit-linear-gradient(top, #ff0000, #A81B1B);
  background-image: -moz-linear-gradient(top, #ff0000, #A81B1B);
  background-image: -ms-linear-gradient(top, #ff0000, #A81B1B);
  background-image: -o-linear-gradient(top, #ff0000, #A81B1B);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.37);
  color: #fff;
  font-size: 12px;
  right: 16px;
  padding: 2px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(44,44,44,0.6) 0px 1px 0px;
  top: 35px;
  transform: rotate(45deg);
  width: 160px;
}
.pricing-new {
  height: 25px;
  overflow: hidden;
  position: absolute;
  width: 80px;
  top:66px;
  z-index:10;
}
.pricing-new-cat {
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
  right: -5%;
  top: -5px;
  z-index:10;
}
.pricing-new-catlist,
.pricing-hit-catlist {
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
  left:0px;
  top: 0px;
  z-index:10;
}
.pricing-tab {
  height: 25px;
  overflow: hidden;
  position: static;
  width: 80px;
  z-index:10;
  margin: 5px 10px 0px 0px;
  float: left;
  display: inline-block;
}
.plan-new {
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
  background-color: #40c15e;
  background: -moz-linear-gradient(left,  rgba(64,193,94,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(64,193,94,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(64,193,94,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(64,193,94,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(64,193,94,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(64,193,94,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40c15e', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-size: 12px;
  left: 0px;
  padding: 3px 5px;
  position: relative;
  text-align: left;
}
.plan-new-cat {
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.26);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.26);
  -webkit-transform: rotate(-45deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6AED89), to(#20963A));
  background-image: -webkit-linear-gradient(top, #6AED89, #20963A);
  background-image: -moz-linear-gradient(top, #6AED89, #20963A);
  background-image: -ms-linear-gradient(top, #6AED89, #20963A);
  background-image: -o-linear-gradient(top, #6AED89, #20963A);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.37);
  color: #fff;
  font-size: 12px;
  right: 5px;
  padding: 2px 0;
  position: relative;
  text-align: center;
  top: 18px;
  transform: rotate(45deg);
  width: 110px;
}
/************************twa**********************/
.tabs-mod-twa {
  min-height: 220px;
  width: 100%;
  margin-top: 40px;
}
.tabs-mod-twa .tabs-ul {
  display: table;
  margin: 0 auto;
  list-style: none;
  padding: 10px 10px 0px 10px;
  overflow: hidden;
}
.tabs-mod-twa .char {
  margin: 0;
}
.char a.selected  {
  font-size: 15px !important;
}
.tabs-mod-twa .tabs-ul li {
  display: inline-block;
  height: 40px;
  padding: 0;
/*  line-height: 30px;*/
  float: left;
  min-width: 150px;
  margin-bottom: 10px;
}
.tabs-mod-twa .tabs-ul li:first-child {
  border: none;
}   
.tabs-mod-twa .tabs-ul a {
  color: #000;
  text-transform: uppercase;
  padding: 7px 10px 7px 10px;
  display: block;
  text-align: center;
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
  text-decoration: none;
  -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;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid transparent;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 5px;
  background: #DBDBDB;
}
.tabs-mod-twa .tabs-ul a:hover {
  color: #ffffff;
  background: #0089d0;
}
.tabs-mod-twa .tabs-ul a.selected:hover  {
}
.tabs-mod-twa .tabs-ul a.selected  {
  cursor: default;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #0089d0;
}
/************************twa**********************/
.info-block-kursk p {
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  font-size: 13px;
  line-height: 125%;
}
.info-block-kursk {
  margin-bottom: 20px;
}
.info-block-kursk h1 {
  color: #312222;
  text-transform: uppercase;
  padding-left: 0px !important;
  background: none !important;
  margin-top: 15px;
}
.info-block-kursk h2 {
  color: #000 !important;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  margin-bottom: 7px !important;
  border-bottom: none !important;
}
.info-block-kursk strong, .info-block-kursk a {
  color: #0089d0;
  font-weight: 600;
  font-size: 16px;
}
.fa-st {
  color: #666;
}
#slider-news {
  padding: 10px 0;
}
.news-image img {
  max-width: 100%;
  min-width: 75px;
}
.pcmin-wh {
  max-width: 900px;
  margin: 0 auto !important;
}
.pcmin570 {
  margin: 0px 10% 0px 35% !important;
}
.pcmin5 {
  max-width: 750px;
  margin: 0 auto !important;
}
/**********************map contacts**************/
.map-contacts {
  width: 40% !important;
  float: left;         
}
#map-conts table, #map-conts table tr,
#map-conts table td, #map-conts table th {
  border:none  !important;
}
#map-conts table tr:hover,
#map-conts table td:hover {
  background-color: #fff !important;
}
#map-conts a {
  font-size: 12px;
  text-align: center !important;
}
#map-conts table tr {
  text-align:center !important;
}
.map-contacts-info {
  width: 28% !important;
  float: left;
}
.map-contacts-info2 {
  width: 32% !important;
}
.map-info-block {
  width: 50%;
  padding: 15px 10px;
  height: 85px;
}
.map-contacts .image {
  display: block;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
.map-contacts img {
  max-width: 300px;
  max-height: 225px;
}
#map-conts h4 {
  font-weight: normal;
  display: block;
  margin: 10px 0px 5px 0px;
  font-size: 15px;
  font-weight: 600;
  color: #0089d0;
}
#map-conts h3 {
  display:block;
  margin:0px 0px 5px 30px;
  font-size: 14px;
  font-weight: normal;
}
.map-info-block i {
  float: left;
  margin-right: 10px;
  color: #0089d0;
  font-size: 26px;
  width:20px;
}
#map-conts table tr {
  text-align:center;
}
.good-stocks {
  padding: 4px 0px;
  line-height: 20px;
  margin: 0px auto;
  width: 55%;
  position: relative;
  opacity: 0;
}
.good-stocks span {
  color: #ff0000;
  background-color: transparent;
  border-color: #ff0000;
  width: 18px;
  height: 18px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 0px;
  font-size: 11px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  margin: 0px 3px;
  font-weight: 600;
}
.good-stocks span.disable {
  color: #d5d5d5;
  border-color: #d5d5d5;
}
.good-stocks .grand {
  text-align: center;
}
.good:hover .good-stocks,
.list_showlist-good:hover .good-stocks {
  opacity: 1;
  visibility: visible;
}
.good-stocks .grand:hover em,
.good-stocks .grand:hover i {
  display:block;
}
.good-stocks span em {
  display: none;
  z-index: 2500;
  position: absolute;
  left: -71px;
  bottom: 27px;
  border: 1px solid #ff0000;
  background-color: #fff;
  color: #000;
  white-space: nowrap;
  padding: 4px 4px;
  font-style: normal;
  z-index: 3;
  border-radius: 2px;
}
.good-stocks span  i {
  position: absolute;
  left: 50%;
  top: -13px;
  margin-left: -4px;
  width: 7px;
  height: 4px;
  z-index: 2502;
  color: #022b48;
  background-color: #fff;
  display: none;
}
.good-title-m a  {
 font-size: 13px;
}
.good-brand-container a {
  font-size: 13px;
}
.weather {
  text-align: center;
  width: 40px;
  visibility: visible;
  background-color: transparent;
  top: auto;
  position: absolute;
  z-index: 1;
  padding: 5px;
  margin: 0;
  list-style: none; 
}
.item_labels {
  position: absolute;
  right: 0;
  top: auto;
  padding: 5px;
}
.item_labels .label_ic {
  background-image: url('../image/tiresh.png');
  cursor: pointer;
  display: block;
  height: 40px;
  margin-bottom: -10px;
  position: relative;
  width: 40px;
  z-index: 5;
}
.item_labels .label_dost {
  background-image: url('../image/dost.png');
  cursor: pointer;
  display: block;
  height: 40px;
  margin-bottom: -10px;
  position: relative;
  width: 40px;
  z-index: 5;
}
/**************************************Back to top************************************/
#back-to-top {
  position: fixed;
  z-index: 1000;
  right: -45px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  padding: 0px;
  border-radius: 2px;
  border: 2px solid #999;
  background-color: #ffffff;
  color: #999;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  opacity: 0.9;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
#back-to-top i {
  font-size: 48px;
  line-height: 40px;
  font-weight: normal;
  vertical-align: top;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#back-to-top:hover {
  opacity: 0.8;
  background: #0089d0;
}
#back-to-top:hover i {
  color: #333333;
}
#back-to-top.visible {
  right: 42px;
}
#back-to-top.gone {
  right: -55px;
}
/******************tireservice*****************/
.tabs-tireservice {
  padding: 0;
  display: table;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.tabs-tireservice li {
  display: inline-block;
  padding: 0;
  float: left;
  width: 46%;
  margin-bottom: 5px;
  padding: 0px 2%;
}
.tabs-tireservice li img {
  min-width: 260px;
  min-height: 180px;
}
/******************tireservice*****************/
.cart-al .alert-warning {text-align: center;font-size: 14px;color: #ff0000;font-weight: 600;/* padding-top: 5px; */}
.cart-al .alert {
  padding: 7px;
  margin: 10px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.cart-al .alert-warning {
  border: 1px solid #FF0000;
}
.desa a {
  font-size:13px;
  text-decoration: none;
}
.desa {
  text-decoration: none;
}
.display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* Remove default checkbox */
label.agreement-wrap [type="checkbox"]:not(:checked), 
label.agreement-wrap [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

label.agreement-wrap [type="checkbox"]:not(:checked) + span, 
label.agreement-wrap [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
}
label.agreement-wrap [type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #333;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
label.agreement-wrap [type="checkbox"]:checked + span:before { 
  content: '';
  position: absolute;
  left:0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #333;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
/* checked mark aspect */
label.agreement-wrap [type="checkbox"]:not(:checked) + span:after, 
label.agreement-wrap [type="checkbox"]:checked + span:after {
  content: '✔';
  position: absolute;
  top: -5px;
  left: 0px;
  height: 22px;
  font-size: 28px;
  color: #0089d0;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
/* checked mark aspect changes */
label.agreement-wrap [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
label.agreement-wrap [type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
#review-form label.agreement-wrap [type="checkbox"]:not(:checked) + span:before,
#review-form label.agreement-wrap [type="checkbox"]:checked + span:before {
  top: -2px;
}
#review-form label.agreement-wrap [type="checkbox"]:checked + span:after {
  top: -7px;
}
#theme-gray-fon {
  overflow: hidden;
  background: #f5f5f5;
  padding-bottom: 30px;
}
.pcmin700 {
  max-width: 700px;
  margin: 0 auto !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.h2-wrap-gr-c {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.h1-wrap-gr *, .h2-wrap-gr *, .h2-wrap-gr-c * {
  text-transform: uppercase;
  background: #F5F5F5;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  font: 20px pfdin_medium;
}
#slider-recom .owl-nav div {
  top: -35px;
}
.add-address-button, .checkoutquick-send {
  background: #D5D5D5;
}
.news-left {
  float: left;
  clear: left;
  padding-right: 10px;
  width: 30%;
}
.news-right {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 63%;
  float:left;
}
.news-image {
  overflow: hidden;
  padding: 2px;
  background-color: #fff;
  margin: 0 0 15px 0;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.news-date {
  float: left;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #DBDBDB;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.news-date .day {
  background-color: #f7f7f7;
  color: #0089d0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.news-date .month {
  background-color: #DBDBDB;
  /* box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset; */
  color: #333;
  font-size: 0.8em;
  padding: 2px 0;
  display: block;
  width: 48px;
  text-transform: uppercase;
}
.list_showlist-good-right .button i {
  padding-right:0px;
}
@media only screen and (min-width: 1400px) {
#slider-wrap .good {
  max-width: 100% !important;
}
}
.catalog-datetime {
  color:#ffffff;
  font-size: 13px;
  font-weight: 300;
}
.chars_wrap {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
.chars .right {
    text-align: right;
    /* width: 70px; */
}
.footer-adr {
    font-size: 13px !important;
}
.good-category.m-1 {
  margin: 10px 1%;
  width: 31%;
  float: left;
  position: relative;
}
.good-category.m-1 a.category-title {
  text-align: center;
  margin-left: 0;
  font: 16px pfdin_medium; 
  padding-top: 10px;
}
.good-category.m-2,
.good-category.m-3 {
  margin: 10px 1%;
  width: 23%;
  float: left;
  position: relative;
}
.good-category.m-static {
  margin: 10px 0;
  width: 19.5%;
  float: left;
  position: relative;
}
.good-list-wrap .good {
    width: 20%;
}
.good-list-wrap .good.prcommon.stat {
  max-width: 20% !important;
}
.good-category.m-2 a.category-title,
.good-category.m-static a.category-title {
  text-align: left;
  margin-left: 10%;
  font: 16px pfdin_medium; 
  padding-top: 5px;
}
.good-category.m-3 a.category-title {
  text-align: left;
  margin-left: 5%;
  font: 14px pfdin_medium;
  padding-top: 5px;
}
.good-category-container {
    max-height: 290px;
    height: auto;
    position: absolute;
    background: #ffffff;
    width: 100% !important;
}
.good-category-container {
    transition: z-index .2s step-end,height .2s linear,max-height .2s linear,box-shadow .2s linear;
    overflow: hidden;
    z-index: 100;
}
.good-category-container:hover {
    max-height: 480px;
    padding-bottom: 10px;
}
.good-category-container:hover {
    height: auto;
}
.good-category-container:hover {
    transition: z-index .2s step-start,height .2s linear,max-height .2s linear,box-shadow .2s linear;
/*    height: 380px;*/
    z-index: 101;
    box-shadow: 0 0 51px 0 rgba(0,0,0,.22);
}
.good-category.m-2 .name-wrapper,
.good-category.m-static .name-wrapper {
  margin-left: 10%;
}
.name-wrapper {
  margin-left: 5%;
  overflow: hidden;
/*  float: left;*/
  padding-bottom: 10px;
  text-align: left;
}
.name-wrapper p {
  line-height: 1.42857143;
  margin: 0;
}
.name-wrapper p span {
  font-weight:600;
  color:#333333
}
.counters-green {
  font-size: 16px;
  font-weight: bold;
  color: #0089d0;
  letter-spacing: 0px;
}
.cost-green {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 20% !important;
}
.cost-green strong {
    font-size: 15px;
    color: #0089d0;
}
.sizes-green {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0px;
  text-decoration: none;
  text-align: left;
  padding-left: 5px !important;
}
.sizes-green:hover {
  color: #0089d0;
  text-decoration: none;
}
.sizes_table {
  padding: 0 2%;
  margin-top:10px;
}
.sizes_table table tr {
    border-bottom: 1px solid #ebe8e5;
}
.sizes_table table tr td {
    padding: 2px 0;
}

.sizes_table table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.pcard-info3-button .compare-icon.button-border-blue:hover {
  background: #33e3bf;
}
.quickview_content_wrap .button2 span {
  font-size: 13px !important; 
}
.buttontwa {
  z-index: 1;
  color: #000000;
  border: none;
  text-indent: 0;
  cursor: pointer;
  background: none;
  overflow: visible;
  padding: 8px 12px 8px 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.buttontwa:before {
  background-color: #dbdbdb;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.buttontwa:hover {
  text-decoration: none;
  color: #ffffff;
}
.buttontwa:hover:before{
  background-color: #0089d0;
}
.contact-phone-wrap .tele,
.contact-email-wrap .mail {
  margin-top: 5px;
  line-height: 150%;
  font-size: 14px;
  text-decoration: none;
}
.pcard-box .infoblock {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0px;
}
