/*----- item_card -----*/
.item_card {
  padding: 20px 0 0 0;
}

.item_name {
  margin: 0 0 20px 0;
}
.item_name h1 {
  font-family: 'Open Sans Condensed';
  font-size: 22px;
  color: #363636;
  line-height: 28px;
}

.follow_button_right {
  position: relative;
  margin: 0 0 15px;
}
.follow_button_right:after {
  content: "";
  clear: both;
}
.follow_button_right .white_button2 {
  float: right;
  margin: 0;
  padding: 11px 0 10px 0;
}
.follow_button_right #block-links {
  position: absolute;
  top: 0;
  right: 210px;
  height: 28px;
}
.follow_button_right #block-links span {
  display: block;
  border: 1px solid #c2c2c2;
  border-right: none;
  padding: 5px;
}
.follow_button_right #block-links span:after {
  content: "";
  width: 12px;
  height: 40px;
  position: absolute;
  top: -1px;
  right: -11px;
  /*background: url(../img/sprite.png) no-repeat -461px -57px;*/
  background: url(../img/xz.png) no-repeat 0px 1px;
  clear: both;
  display: table;
}
.follow_button_right #block-links span.slezka_info {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  display: block;
  white-space: nowrap;
}

.item_info_top div.left {
  width: 380px;
  float: left;
  margin-right: 20px;
}
/*.item_info_top div.right {
  width: 540px;
  float: left;
}*/
.item_info_top:after {
  content: "";
  clear: both;
  display: table;
}

/*----- item_slider -----*/
.slider_item {
  padding: 0 0 5px;
  margin: 0 0 15px;
  background: url("../img/line-sep.png") repeat-x 0 100%;
}
.slider_item .photo_item {
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 378px;
  height: 378px;
  overflow: hidden;
  margin: 0 0 20px;
}
.slider_item #large_photo {
  width: 378px !important;
  height: 378px !important;
  display: block;
}
.slider_item .bxpiw {
  padding: 0 0 40px;
}

.zoomContainer {
  z-index: 150;
}

#bxthumb_slider a {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0;
  height: 120px;
}

#bxthumb_slider a div{
  width: 120px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#bxthumb_slider a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 118px;
  border: 1px solid #e1e1e1;
}
#bxthumb_slider a.active:after {
  width: 112px;
  height: 112px;
  border: 4px solid #cccccc;
}
#bxthumb_slider img {
  max-width: 120px;
  max-height: 120px;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}





.item_card .slider_item .bx-wrapper .bx-controls-direction a {
    top: 129px;
}




/*----- END item_slider -----*/
/*----- social_links -----*/
.social_link {
  font-size: 0;
  line-height: 0;
  display: table;
}
.social_link span {
  font-size: 14px;
  color: #555555;
  vertical-align: middle;
  margin: 0 17px 0 0;
}
.social_link a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  background: url("../img/icons-social.png") no-repeat;
}
.social_link a.tw {
  background-position: 0 0;
}
.social_link a.tw:hover {
  background-position: 0 -40px;
}
.social_link a.od {
  background-position: -44px 0;
}
.social_link a.od:hover {
  background-position: -44px -40px;
}
.social_link a.fb {
  background-position: -88px 0;
}
.social_link a.fb:hover {
  background-position: -88px -40px;
}
.social_link a.vk {
  background-position: -132px 0;
}
.social_link a.vk:hover {
  background-position: -132px -40px;
}
.social_link a.gp {
  background-position: -176px 0;
}
.social_link a.gp:hover {
  background-position: -176px -40px;
}

/*----- END social_links -----*/
.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .td {
  display: table-cell;
}
.table .td.vmiddle {
  vertical-align: middle;
}

.item_status {
  width: 100%;
  font-size: 12px;
  color: #000000;
}
.item_status .td {
  padding: 9px 0 8px;
}
.item_status .label {
  width: 97px;
  color: #555555;
}
.item_status .num_lot {
  color: #0091e0;
  text-decoration: underline;
}
.item_status .num_lot:hover {
  text-decoration: none;
}

.item_seller {
  float: left;
  width: 260px;
  font-size: 12px;
  color: #000000;
}
.item_seller .td > div {
  padding: 10px 0;
}
.item_seller .label {
  width: 76px;
  color: #555555;
}
.item_seller .other_lots_link {
  color: #555555;
  text-decoration: underline;
}
.item_seller .other_lots_link:hover {
  text-decoration: none;
}
.item_seller .seller_name {
  color: #0091e0;
  text-decoration: underline;
}
.item_seller .seller_name:hover {
  text-decoration: none;
}
.item_seller .seller_rate:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 3px;
  background: url("../img/icons-sprite.png") no-repeat -18px 0;
}
.item_seller .white_button2 {
  padding: 11px 0 10px 0;
  margin: 5px 0 10px;
}

.item_filters {
  clear: both;
  font-size: 12px;
  padding: 23px 0 0;
  margin: 0 0 30px;
  border-top: 1px solid #d7d7d7;
}
.item_filters .td {
  width: 260px;
}
.item_filters .td:first-child {
  width: 280px;
}
.item_filters .td:first-child label {
  width: 97px;
}
.item_filters .field {
  margin: 0 0 12px;
  font-size: 0;
  display: table;
}
.item_filters label {
  display: inline-block;
  width: 76px;
  font-size: 12px;
  color: #555555;
}
.item_filters .btn_number {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.item_filters .btn_number input {
  width: 31px;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
  text-align: center;
  padding: 4px;
  border: 1px solid #c2c2c2;
}
.item_filters .btn_number div {
  position: absolute;
  width: 16px;
  height: 25px;
  top: 0;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: #c2c2c2;
  cursor: pointer;
}
.item_filters .btn_number div.dec {
  left: 0;
  font-size: 20px;
}
.item_filters .btn_number div.inc {
  right: 0;
}
.item_filters .item_count_text {
  font-size: 12px;
  margin-left: 10px;
}
.item_filters .size_link {
  margin-left: 76px;
  font-size: 12px;
  line-height: 25px;
  color: #555555;
  text-decoration: underline;
}
.item_filters .size_link:hover {
  text-decoration: none;
}

.item_price_wrap {
  font-size: 12px;
  color: #555555;
  border: 1px solid #e1e1e1;
  background: #ffffff;
}
.item_price_wrap .bid_wrap {
  padding: 15px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.item_price_wrap .bid_wrap .label {
  float: left;
  width: 107px;
  padding: 4px 0 0;
}
.item_price_wrap .bid_wrap .bid_form {
  float: left;
  width: 240px;
}
.item_price_wrap .bid_wrap .current_bid {
  font-size: 14px;
  margin: 0 0 13px;
}
.item_price_wrap .bid_wrap .current_bid span {
  font-size: 18px;
  color: #000000;
}
.item_price_wrap .bid_wrap .field_bid {
  margin: 0 0 8px;
  font-size: 18px;
  color: #000000;
}
.item_price_wrap .bid_wrap .field_bid input {
  width: 67px;
  padding: 1px 9px;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #e1e1e1;
}
.item_price_wrap .bid_wrap .count_bid {
  margin: 5px 0 0;
}
.item_price_wrap .bid_wrap .count_bid a {
  color: #0091e0;
  text-decoration: underline;
}
.item_price_wrap .bid_wrap .count_bid a:hover {
  text-decoration: none;
}
.item_price_wrap .bid_wrap .button_bid {
  float: left;
  padding: 30px 0 0;
}
.item_price_wrap .bid_wrap .button_bid .button {
  width: 163px;
}
.item_price_wrap .blitz_price_wrap {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.item_price_wrap .blitz_price_wrap .label {
  float: left;
  width: 107px;
  padding: 12px 0 0;
}
.item_price_wrap .blitz_price_wrap .blitz_price {
  float: left;
  width: 240px;
  padding: 8px 0 0;
  font-size: 14px;
}
.item_price_wrap .blitz_price_wrap .blitz_price span {
  font-size: 18px;
}
.item_price_wrap .blitz_price_wrap .button_buy {
  float: left;
}
.item_price_wrap .blitz_price_wrap .button_buy .button {
  width: 133px;
}
.item_price_wrap .delivery_price_wrap {
  padding: 15px 10px;
  color: #000000;
  line-height: 18px;
}
.item_price_wrap .delivery_price_wrap > div {
  margin: 6px 0 0;
}
.item_price_wrap .delivery_price_wrap > div:first-child {
  margin: 0;
}
.item_price_wrap .delivery_price_wrap a {
  color: #0091e0;
  text-decoration: underline;
}
.item_price_wrap .delivery_price_wrap a:hover {
  text-decoration: none;
}
.item_price_wrap .delivery_price_wrap .label {
  float: left;
  width: 180px;
  margin-right: 80px;
}
.item_price_wrap .delivery_price_wrap .delivery_price {
  float: left;
  width: 87px;
  font-size: 18px;
}
.item_price_wrap .delivery_price_wrap .delivery_type {
  float: left;
  color: #555555;
}


.payment_delivery_wrap {
  clear: both;
  padding: 0 0 20px;
}
.payment_delivery_wrap .title {
  position: relative;
  margin: 0 0 25px 36px;
  padding: 0 0 0 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
  background: url("../img/title-bg.png") no-repeat -29px 0;
}
.payment_delivery_wrap .title:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 38px;
  left: -37px;
  top: 0;
  background: url("../img/icons-sprite.png") no-repeat 0 -18px;
}
.payment_delivery_wrap .payment_delivery_inner {
  border: 1px solid #d7d7d7;
}
.payment_delivery_wrap .payment_delivery_inner .top_bg {
  font-size: 16px;
  color: #555555;
  padding: 18px 20px;
  border-bottom: 1px solid #d7d7d7;
  background: rgba(253, 253, 253, 0.7);
}
.payment_delivery_wrap .payment_delivery_inner .bot_bg {
  clear: both;
  font-size: 14px;
  color: #000000;
  padding: 23px 20px;
  border-top: 1px solid #d7d7d7;
  background: rgba(253, 253, 253, 0.7);
}
.payment_delivery_wrap .payment_delivery_inner .bot_bg a {
  color: #0091e0;
  text-decoration: underline;
}
.payment_delivery_wrap .payment_delivery_inner .bot_bg a:hover {
  text-decoration: none;
}
.payment_delivery_wrap .weight_range {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin: 0 3px;
  border: 1px solid #c2c2c2;
}
.payment_delivery_wrap .weight_range input[type="text"] {
  position: absolute;
  z-index: 1;
  display: block;
  width: 60px;
  padding: 8px 10px;
  border: none;
  background: none;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.payment_delivery_wrap .delivery_city {
  /*margin: 7px 0 0;*/
  color: black;
  display: inline-block;
}
.payment_delivery_wrap .delivery_city a {
  color: #0091e0;
  text-decoration: none;
  border-bottom: 1px dotted #0091e0;
  font-size: 21px;
  font-weight: bold;
}
.payment_delivery_wrap .delivery_city a:hover {
  border-bottom: none;
}
.payment_delivery_wrap .delivery_tabs>ul {
  float: left;
  width: 472px;
  border-right: 1px solid #d7d7d7;
  list-style: none;
}
.payment_delivery_wrap .delivery_tabs>ul>li {
  position: relative;
  padding: 7px 4px 7px 18px;
  margin-right: 0;
  font-size: 14px;
  line-height: 18px;
  color: #898989;
  cursor: pointer;
  border-top: 1px solid #d6d6d6;
  position: relative;
  height: 42px;
  overflow: hidden;
}



.payment_delivery_wrap .delivery_tabs>ul li.active {
  height: auto;
  overflow: visible;
}



.payment_delivery_wrap .delivery_tabs>ul li:first-child {
  border-top: none;
}


.top_bg{
  min-height: 87px;
}

.top_bg .right {
    float: right!important;
    margin-left: 0!important;
    width: 47.8%!important;
    font-weight: normal;
}

.top_bg .right > div{
    float: right;
    width: 218px; 
    text-align: left;
    color: black;
    font-size: 18px;
    font-family: Verdana, sans-serif;
}

.top_bg .right > div .rub{
    font-weight: bold;
}

.line2  .right input{
    width: 70px!important;
    font-size: 18px!important;
    border: 1px solid #c0c0c0!important;
}






.payment_delivery_wrap .delivery_tabs ul li.active>*{
position: relative;
}

.payment_delivery_wrap .delivery_tabs ul li table{
  background: none;
  z-index: 29;
  position: relative;
  margin-top: 20px;
}

.payment_delivery_wrap .delivery_tabs ul li table tr{
  border: none;
  
}

.payment_delivery_wrap .delivery_tabs ul li table td{
  box-sizing:border-box;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  text-align: right;
  font-family: Tahoma, Geneva,sans-serif;
  font-size: 18px;
  color: #000;
  padding: 5px 10px;
  
}



.payment_delivery_wrap .delivery_tabs ul li table.center td{
text-align: center;
  
}

.payment_delivery_wrap .delivery_tabs ul li table.center td input{
  box-sizing:border-box;
width: 50px;
height: 38px;
border:1px solid #c0c0c0;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: black;
text-align: center;


  
}

.payment_delivery_wrap .delivery_tabs ul li table.center tr:first-child td input{
  box-sizing:border-box;
width: 70px;
height: 38px;
text-align: left;
padding: 0 5px;



  
}

.payment_delivery_wrap .delivery_tabs ul li table.center td:first-child{
text-align: left;
  
}

.payment_delivery_wrap .delivery_tabs ul li table td:first-child{
  text-align: left;
  font-size: 16px;
  color: #555555;
  padding-left: 0;
  
}


.payment_delivery_wrap .delivery_tabs ul li div span {
  display: inline-block;
  width: 285px;
  position: relative;
  z-index: 29;
}
.payment_delivery_wrap .delivery_tabs ul li div .name {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  position: relative;
    z-index: 30;
}
.payment_delivery_wrap .delivery_tabs ul li div .price {
  width: auto;
  color: #000000;
    z-index: 28;
}

.payment_delivery_wrap .delivery_tabs ul li.active:before {
  background: #ffffff;
  position: absolute;
  bottom: 0;
  height: auto;
  left: 0;
  top: 0;
  right: 21px;
  content: "";
  display: block;
  width: auto;
  z-index: 1;
  border: 3px #74a468 solid;
  border-width: 3px 0 3px 3px;

}

.payment_delivery_wrap .delivery_tabs ul li.active:after {
  background: url("../img/tab_corner.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 22px;
  z-index: 0;
}




/*
.payment_delivery_wrap .delivery_tabs ul li.active .name, .payment_delivery_wrap .delivery_tabs ul li.active .price {
  color: #ffffff;
}*/
.payment_delivery_wrap .delivery_tabs .tabs_content {
    float: left;
    margin: 0 auto;
    padding-top: 10px;
    width: 465px;
}
.payment_delivery_wrap .delivery_tabs .tabs_content .tab_text {
  font-size: 12px;
  line-height: 18px;
  color: #898989;
}
.payment_delivery_wrap .delivery_tabs .tabs_content .tab_text p {
  display: none;
}
.payment_delivery_wrap .delivery_tabs .tabs_content .tab_text p.active {
  display: block;
}
.payment_delivery_wrap .delivery_tabs .tabs_content .more {
  margin: 20px 0 0;
}
.payment_delivery_wrap .delivery_tabs .tabs_content .more a {
  font-size: 14px;
  color: #57a664;
  text-decoration: none;
  border-bottom: 1px dotted #57a664;
}
.payment_delivery_wrap .delivery_tabs .tabs_content .more a:hover {
  border-bottom: none;
}

.item_info_middle {
  padding: 20px 0;
  margin: 1px 0 27px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
}
.item_info_middle .item_guarantees {
  list-style: none;
  font-size: 0;
  display: table;
  margin: 0 auto;
}
.item_info_middle .item_guarantees li {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  padding: 10px 0 0;
  margin-left: 60px;
  text-transform: uppercase;
  font-family: "cuprumregular";
}
.item_info_middle .item_guarantees li:first-child {
  margin-left: 0;
}
.item_info_middle .item_guarantees li:before {
  display: inline-block;
  vertical-align: middle;
  margin: -10px 20px 0 0;
  content: '';
  height: 62px;
  background: url("../img/icons-sprite.png") no-repeat;
}
.item_info_middle .item_guarantees li.commision:before {
  width: 46px;
  background-position: -55px 0;
}
.item_info_middle .item_guarantees li.payment:before {
  width: 46px;
  background-position: -105px 0;
}
.item_info_middle .item_guarantees li.protection:before {
  width: 49px;
  background-position: -155px 0;
}

.item_info_bot {
  margin: 30px 0;
}
.item_info_bot:before, .item_info_bot:after {
  display: block;
  content: '';
  width: 940px;
  height: 10px;
  margin: 0 auto;
  background: url("../img/line-sep2.png") repeat-x 0 0;
}

.item_characteristics {
  margin: 0 0 20px;
}
.item_characteristics .title {
  float: left;
  width: 222px;
  margin: 30px 0 16px;
  padding: 0 0 0 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
  background: url("../img/title-bg.png") no-repeat 0 0;
}
.item_characteristics .lang {
  float: right;
  margin: 38px 13px 0 0;
}
.item_characteristics .lang a {
  margin-left: 18px;
  font-size: 14px;
  color: #57a664;
  text-decoration: none;
  border-bottom: 1px dotted #57a664;
}
.item_characteristics .lang a:hover {
  border-bottom: none;
}
.item_characteristics .lang a.active {
  font-weight: bold;
  border-bottom: none;
  color: #000000;
}
.item_characteristics .characteristics_inner {
  clear: both;
  padding: 10px 0;
  border: 1px solid #e1e1e1;
  background: #ffffff;
}
.item_characteristics table {
  width: 469px;
  padding: 10px;
  float: left;
  font-size: 12px;
  line-height: 18px;
  border-collapse: separate;
}
.item_characteristics table th, .item_characteristics table td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
  color: #464646;
}
.item_characteristics table th {
  color: #959595;
  white-space: nowrap;
}
.search.empty table{
  background: none;
  border-collapse: separate;
  width: auto;
}
.item_full_desc .title {
  position: relative;
  margin: 30px 0 16px;
  padding: 0 0 0 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
  cursor: pointer;
  background: url("../img/title-bg.png") no-repeat 0 0;
}
.item_full_desc .title:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 10px;
  height: 6px;
  margin-left: 10px;
  background: url("../img/icons-sprite.png") no-repeat -30px -20px;
}
.item_full_desc .title.active:after {
  background-position: -41px -20px;
}
.item_full_desc .full_desc_inner {
  display: none;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
}
.item_full_desc .full_desc_inner p {
  margin: 0 0 15px;
}
.item_full_desc .full_desc_inner img {
  margin: 0 13px;
  border: 1px solid #e1e1e1;
}

.related_items {
  margin: 25px 0 0;
  padding: 0 0 65px;
}
.related_items .related_items_title {
  margin: 0 0 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  color: #636363;
  text-transform: uppercase;
  text-align: center;
  background: url("../img/go-to-catalog.png") repeat-x 0 10px;
}
.related_items .related_items_title span {
  display: inline-block;
  padding: 0 4px;
  background: url("../img/body-bg.jpg");
}

.ri_slider .block_img {
  position: relative;
  height: 219px;
  background: url(../img/sp-slider-bg.png) repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ri_slider .block_img .img_block {
  width: 218px;
  height: 217px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ri_slider .block_img .img_block .image {
  width: 179px;
  height: 179px;
  margin: 19px auto 0;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ri_slider .block_img .img_block .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.ri_slider .block_img:hover {
  padding-top: 15px;
  height: 204px;
}
.ri_slider .block_img:hover .img_block {
  width: 188px;
  height: 187px;
}
.ri_slider .block_img:hover .img_block .image {
  width: 130px;
  height: 130px;
}
.ri_slider .block_img:hover .links {
  opacity: 1;
  bottom: 26px;
}
.ri_slider .links {
  position: absolute;
  bottom: 10px;
  right: 29px;
  opacity: 0;
  font-size: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ri_slider .links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20px;
  height: 18px;
  text-indent: -9999px;
  background: url("../img/icons-sprite.png") no-repeat;
}
.ri_slider .links a.to_basket {
  background-position: -30px -28px;
}
.ri_slider .links a.more {
  height: 13px;
  background-position: -30px -48px;
}
.ri_slider .block_info {
  margin-top: 15px;
  font-size: 14px;
  color: #464646;
}
.ri_slider .block_info .price {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
}
.ri_slider .block_info .price strong {
  margin-right: 5px;
}

.services_menu_wrap {
  padding: 20px 0 30px;
  margin: 1px 0 27px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: #ffffff;
  -moz-box-shadow: 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
}

.services_menu {
  list-style: none;
}
.services_menu:after {
  display: block;
  content: '';
  clear: both;
}
.services_menu li {
  float: left;
  width: 220px;
  margin-left: 20px;
}
.services_menu li:first-child {
  margin-left: 0;
}
.services_menu a {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 16px;
  color: #555555;
  text-decoration: none;
}
.services_menu a .block_img {
  padding: 15px;
  margin: 0 0 18px;
  width: 190px;
  height: 189px;
  background: url(../img/sp-slider-bg.png) repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services_menu a .block_img .image {
  border: 1px solid #e1e1e1;
}
.services_menu a .block_img .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.services_menu a:hover {
  color: #57a664;
}
.services_menu a:hover .block_img {
  padding: 0;
  width: 220px;
  height: 219px;
}

.how_buy_text h2, .reviews_wrap h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #636363;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: url(../img/go-to-catalog.png) repeat-x 0 9px;
}
.how_buy_text h2 span, .reviews_wrap h2 span {
  padding-right: 10px;
  background: url("../img/body-bg.jpg");
}

.how_buy_text {
  float: left;
  width: 620px;
  min-height: 144px;
  border-bottom: 1px solid #d7d7d7;
}
.how_buy_text p {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin: 0 0 18px;
}

.reviews_wrap {
  width: 300px;
  float: right;
  margin: 0 0 30px;
}

/*----- END item_card -----*/

/*# sourceMappingURL=item-card.css.map */


.right_col{
  width:183px;
  display: table-cell;
  vertical-align: top;
}
.left_col{
  display: table-cell;
  vertical-align: top;
}
.middle_col{
  width: 30px;
  display: table-cell;
}


.right_col .button, 
.right_col #open-close,
.right_col .set_question{
  display: inline-block;
  width:100%!important;
  box-sizing:border-box;
  margin-bottom: 11px;
  white-space: nowrap;
}

.right_col .blue,
.left_col .blue{
  color: #0091e0;
}
.right_col .blue:hover,
.left_col .blue:hover{
  text-decoration: none;
}
.right_col .blue.rates_story{
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  padding-top: 2px;
  margin-bottom: 12px;
}
.right_col .seller_block{
  font-size: 13px;
  color:#555555;
  line-height: 20px;
  margin-bottom: 20px;

}

.right_col .seller_block a.other{
  color:#555555;
}

.right_col .seller_block a:hover{
  text-decoration: none;
}

.right_col .seller_block .red{
  color:#ff0000;
}
.right_col .seller_block .green{
  color:#57a664;
}

.left_col .num_lot{
  font-size: 16px;
}
.left_col .num_lot:hover{
  text-decoration: none;
}

.left_col .lot_number .label,
.left_col .rates_quant .label{
  vertical-align: baseline!important;
}

.left_col b{
  font-size: 18px;
  font-weight: bold;
}

.left_col .cur_price{
  font-size: 14px;
  color: #555555;

}

.left_col .cur_price .label{
  font-size: 12px;
}

.left_col .cur_price b{
  color: #000000;
}
.left_col .price b{
  color: #555555;
}

.left_col input{
  background: white;
  border:1px solid #e1e1e1;
  font-size: 14px;
  color: black;
  padding: 4px 10px 3px;
  display: inline-block;
  width: auto;
}
.left_col .your_rate input{
  width: 50px;
}
.left_col .quantity input{
  width: 19px;
}

.left_col .your_rate .label,
.left_col .quantity .label{
  vertical-align: middle!important;
}

.left_col .your_rate{
  font-size: 12px;
  color: #555555;
}

.left_col .tr.timing span{
  margin-left: 10px;
}

.left_col .tr.timing{
  font-size: 13px;
  color: black;
}

.wrap_tbl{
  display: table;
  width: 100%;
}

.wrap_tbl .row{
  display: table-row;
}

.wrap_tbl span{
  position: relative;
}



.wrap_tbl .info_icon,
#pop_up_stavka .info_icon{
    background: url("../img/creating/creating_sprite.png") no-repeat scroll -2px -45px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 17px;
    position: absolute;
    right: -20px;
    top: -8px;
    width: 17px;
}


.wrap_tbl .resulting{
  background: white;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  color: #555555;
  padding: 8px 10px 16px;
  margin-top: 10px;
}

.wrap_tbl .resulting b{
  font-size: 14px;
  font-weight: bold;
  color: #57a664;
}

.client{
  margin-bottom: 10px;
}

.wrap_tbl .resulting span{
  color: #000000;
}

.option_block>div{
  display: block;
  font-size: 12px;
  color: #555555;
  margin-bottom: 10px;
}

.option_block>div>span{
  display: inline-block;
  font-size: 12px;
  color: #555555;
  line-height: 14px;
}

.option_block>div a{
  color: #57a664;
  text-decoration: none;
}

.option_block>div.last{
  font-size: 13px;
}

.option_block b{
  font-size: 14px;
  color: #555555;
  display: inline-block;
  margin-bottom: 8px;
}

.option_block .question{
  font-size: 15px;
  color: #57a664;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-top: 29px;
}

.option_block .question:before{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 24px;
  background: url('../img/sprite.png');
  background-position: -395px -231px;
  margin-right: 5px;
}

#pop_up_stavka .box_pop_up{
  background: #fdfdfd;
}

#pop_up_stavka .box_pop_up textarea{
  margin-top: 20px;
  height: 54px;
}

#pop_up_stavka .box_pop_up label{
  display: inline-block;
  color: black;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  margin-top: 21px;
  margin-bottom: 17px;
}

#pop_up_stavka .box_pop_up label input{
  vertical-align: middle;
}


#pop_up_stavka .jq-checkbox{
  background: url('../img/checkbox_no.png');
  width: 12px;
  height: 11px;
  background-repeat: no-repeat;
  border:none;
  box-shadow: none;
}

#pop_up_stavka .jq-checkbox__div{
  background: none;
}

#pop_up_stavka .jq-checkbox.checked .jq-checkbox__div{
  background: url('../img/checkbox_ok.png');
  width: 8px;
  height: 7px;
  border:none;
  box-shadow: none;
  margin:1px 0 0 2px;

}

#pop_up_stavka .rate_up{
  display: none;
  text-align: left;
  margin-top: 10px;
}

#pop_up_stavka .rate_up>span{
  font-size: 14px;
  color: red;
  display: inline-block;
  margin-bottom: 18px;
}

#pop_up_stavka .rate_up p{
  font-size: 16px;
  color: #464646;
  text-align: left;
}

#pop_up_stavka .rate_up p input{
  width: 60px;
  font-size: 16px;
  color: #464646;
  padding: 4px 10px 4px;
  margin: 17px 0 8px;
}

#pop_up_stavka.error .rate_up{
  display: block;

}

#pop_up_rating .box_pop_up{
  background: #57a664;
  width: 940px;
}
#pop_up_rating .head{
  height: 55px;
}

#pop_up_rating .head p{
  font-weight: bold;
  color: white;
  margin-left: 20px;
  font-size: 16px;
  padding-top: 18px;
}

#pop_up_rating table{
  background: #fdfdfd;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;

}
#pop_up_rating table tr{
  border:none;
}

#pop_up_rating table tr:first-child th{
  font-size: 16px;
  text-transform: none;
  color: black;
  font-weight: normal;
}

#pop_up_rating table td,
#pop_up_rating table th{
  border-bottom: 1px solid #cecece;
  text-align: center;
  font-family: Tahoma,Geneva,sans-serif;
  background: none;
  vertical-align: middle;
  font-size: 14px;
}

#pop_up_rating table th:first-child{
  text-align: left;
  font-size: 14px;
  text-transform: none;
  color: black;
  font-weight: normal;
  padding-left: 20px;
}

#pop_up_rating table tr:first-child th:first-child{
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  font-size: 16px;
  color: #57a664;
}

#pop_up_rating table td:nth-child(4),
#pop_up_rating table th:nth-child(4){
  color: red!important;
}
#pop_up_rating table td:nth-child(3),
#pop_up_rating table th:nth-child(3){
  color: #7c7c7c!important;
}
#pop_up_rating table td:nth-child(2),
#pop_up_rating table th:nth-child(2){
  color: #57a664!important;
}

#pop_up_rating table tr:last-child td,
#pop_up_rating table tr:last-child th{
  background: #f3f3f3;
  font-weight: bold;
}




#pop_up_rates .box_pop_up{
  background: #fdfdfd;
  width: 940px;
}

#pop_up_rates .box_pop_up table tr:nth-child(odd) td{
  background: #f3f3f3;
}
#pop_up_rates .box_pop_up table td{
  font-size: 14px;
  color: black;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
}


#pop_up_rates .box_pop_up table th{
  text-align: center;
}

#pop_up_rates .box_pop_up table tr:last-child td{
  background: #cccccc;
}

#pop_up_rates .box_pop_up table th{
  font-size: 18px;
}

#pop_up_rates .box_pop_up table td:first-child,
#pop_up_rates .box_pop_up table th:first-child{
  padding-left: 20px;
  text-align: left;
  width: 150px;
}

#pop_up_rates .box_pop_up table td:first-child,
#pop_up_rates .box_pop_up table td:last-child{
  color: #57a664;
}

#pop_up_rates .box_pop_up table tr:last-child td{
  color: #000000;
}



#pop_up_rates .box_pop_up table td.green{
  background: #9dd298!important;
}

#pop_up_rates .box_pop_up table td.blue{
  background: #53647a!important;
  color: #ffffff!important;
}

#pop_up_rates .box_pop_up table td .status{
  display: inline-block;
  width: 244px;
  vertical-align: middle;
  height: 17px;
  margin-left: 9px;
  text-align: left;
}


#pop_up_rates .box_pop_up table td .status span{
  display: inline-block;
  height: 17px;
  background: url('../img/green_status.png') repeat;
  background: linear-gradient(to left, rgba(157,210,152,1) 0%, rgba(157,210,152,0) 70% ) , url('../img/green_status.png'),repeat;
}

#pop_up_rates .box_pop_up table td .status.blue span{
  background: url('../img/blue_status.png') repeat;
  background: linear-gradient(to left, rgba(83,100,122,1) 0%, rgba(83,100,122,0) 70% ) , url('../img/blue_status.png'),repeat;
}


#pop_up_rates .box_pop_up table td:last-child,
#pop_up_rates .box_pop_up table th:last-child{
  text-align: right;
  padding-right: 20px;
}
#pop_up_rates .box_pop_up table th:last-child{
  padding-right: 227px;
}

#pop_up_rates .box_pop_up table td:nth-child(3),
#pop_up_rates .box_pop_up table th:nth-child(3){
  text-align: left;
  padding-left: 48px;
  white-space: nowrap;
  padding-right: 25px;
}

#pop_up_rates .box_pop_up table td:nth-child(2),
#pop_up_rates .box_pop_up table th:nth-child(2){
  width: 250px;
}

#pop_up_rates .total {
  padding: 12px 20px 0;
  height: 51px;
  border:1px solid #e1e1e1;
}

#pop_up_rates .total p{
  font-size: 14px;
  color: black;
}

#pop_up_rates .total b{
  font-size: 18px;
  color: #57a664;
}


.box_pop_up .cp {
    color: #555555 !important;
    font-size: 16px !important;
}

.photo_item{
  display: table-cell;
  vertical-align: middle;
}

.zoomWrapper{
  vertical-align: middle;
  margin: 0 auto;
  display: table-cell;
  height: 378px!important;
  width: 378px!important;
}

.photo_item #large_photo{
  position: static!important;
  margin: 0 auto;
  max-height: 378px;
  max-width: 378px;
  height: auto!important;
  width: auto!important;

}

.bxpiw .bx-viewport{
  margin-top: 20px;
}