@charset "UTF-8";
#sandbox_theme_panel_704900 {
  bottom: 0;
  top: auto !important;
  width: 140px !important;
  font-size: 12px !important;
}
.has-city .header_phones {
  padding-left: 20px;
}
.has-city .shop2-cart-preview {
  margin-left: 20px;
}
.city-list-wrap {
  position: relative;
  width: 170px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.city-list-wrap .city-list {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.city-list-wrap .city-list .city-list-item {
  background: #fff;
  border: 1px solid #00327d;
  margin: 1px 0 0;
  cursor: pointer;
  color: #00327d;
}
.city-list-wrap .city-list .city-list-item span {
  display: block;
  padding: 9px 25px 9px 36px;
  position: relative;
  background: url(house_ico.png) 9px 50% no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
}
.city-list-wrap .city-list .city-list-item span:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -7px 0px 0px 0px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #00327d;
  border-right: 2px solid #00327d;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.city-list-wrap .city-list .city-list-item.open span:before {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -2px;
}
.city-list-wrap .city-list2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  padding: 5px 13px 10px;
  background: #fff;
  border: 1px solid #00327d;
  margin: 1px 0 0;
  position: absolute;
  width: 100%;
  z-index: 100000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.city-list-wrap .city-list2 .city-list2-item {
  padding: 0px 0px 0px 0px;
}
.city-list-wrap .city-list2 .city-list2-item a {
  display: block;
  padding: 3px 0px 3px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #00327d;
}
.city-list-wrap .city-list2 .city-list2-item a:hover {
  text-decoration: underline;
}
.city-list-wrap2 {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.city-list-wrap2.opened {
  opacity: 1;
  visibility: visible;
}
.city-list-wrap2 .city-list {
  padding: 25px 5px 25px 25px;
  border-radius: 5px;
  display: inline-block;
  width: 700px;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
  max-width: 100%;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  flex: 0 0 auto;
  margin: auto;
  position: relative;
}
.city-list-wrap2 .city-list-title {
  font-size: 18px;
  font-family: "roboto-b";
  color: #424242;
  padding: 0 0 20px;
  text-align: center;
}
.city-list-wrap2 .city-list-close {
  position: absolute;
  top: 0;
  right: 6px;
  cursor: pointer;
  font-size: 0;
}
.city-list-wrap2 .city-list-close:before {
  content: "×";
  font: bold 22px Tahoma, Geneva, sans-serif;
  color: #424242;
}
.city-list-wrap2 .city-list-in {
  display: flex;
  flex-wrap: wrap;
}
.city-list-wrap2 .city-list-in .city-list2-item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px 10px 0;
}
.city-list-wrap2 .city-list-in .city-list2-item a {
  font-size: 15px;
  line-height: 1.4;
  color: #424242;
  text-decoration: none;
}
.city-list-wrap2 .city-list-in .city-list2-item a:hover {
  color: #00327d;
  text-decoration: underline;
}
.city-list-wrap2 .no-city {
  text-align: center;
  padding: 0 20px 0 0;
}
.city-list-wrap2 .no-city span {
  color: #00327d;
  text-decoration: underline;
  cursor: pointer;
}
.city-list-wrap2 .no-city span:hover {
  text-decoration: none;
}
.header_phones .contact-top {
  display: flex;
  align-items: center;
}
.header_phones .contact-top > span, .header_phones .contact-top > a {
  display: flex;
}
.contact-top-note {
  color: #00327d;
  font: 14px/1em Roboto, Arial, sans-serif;
  display: table-cell;
  vertical-align: middle;
}
.contact-top-note.contact-top-note-city {
  cursor: pointer;
  border-bottom: 1px dotted;
  position: relative;
}
.contact-top-note.contact-top-note-city:before {
  position: absolute;
  right: -20px;
  width: 20px;
  height: 19px;
  display: block;
  content: "";
  top: 0;
  background: url(flag.png) 100% 0 no-repeat;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}
body .right-header-area .header_phones .contact-top .contact-top-body .contact-top-body-in {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .city-list-wrap2 .city-list-in .city-list2-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .city-list-wrap2 .city-list-in .city-list2-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .city-list-wrap {
    margin: 15px 0;
  }
}
@media (max-width: 640px) {
  .city-list-wrap2 .city-list-in .city-list2-item {
    width: 100%;
  }
  .city-list-wrap2 .city-list {
    width: 310px;
  }
  .city-list-wrap2 {
    padding: 10px;
  }
  .content-inner .product-list .product-thumb .product-image img {
    height: auto !important;
  }
}
html .shop-categories-wrap .title {
  font-family: "roboto-m";
}
.shop-btn-vk-list {
  background: url(__.svg);
  background-size: 130px !important;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  min-height: 40px;
}
.shop-btn-vk-list strong {
  display: none;
}
