.tag-list .item {
  width: 25%;
  float: left;
  margin-right: 0;
  padding: 0 26px;
  margin-bottom: 17px;
}
[id^="bx_flv_player"] {
  width: 100% !important;
}
.c_news .date {
  font-size: 13px;
  line-height: 1.53846154;
  color: grey;
  margin-bottom: 7px;
}
.cos-fb {
  border: none;
  overflow: hidden;
  height: 21px;
}
.open.click {
  color: #0c4da2;
}
.open.click :hover {
  color: red;
  cursor: pointer;
  border-bottom: 1px dashed;
}
.g-wrap ul:not(.list-reset) ul.inner li {
  margin-bottom: -0.05em;
}
.g-wrap ul:not(.list-reset) ul.inner {
  padding-left: 16px;
  margin-bottom: 20px;
}
.no-pad-right {
  padding-right: 0;
}
.no-pad-left {
  padding-left: 0;
}
.ker_item {
  width: 167px;
  float: left;
}
.ker_item p {
  font-size: 14px;
  color: #af2c29;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .flex-center {
    display: block;
  }
}
.info-block-2__wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.1;
  z-index: 1;
}
.pad-reset {
  padding-left: 0px!important;
}
.time {
  margin-bottom: 1px;
  padding-left: 33px;
  position: relative;
}
.time::before {
  background-image: url(/upload/medialibrary/248/time.png);
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.time::before {
  background-position: -297px -182px;
  height: 26px;
  width: 26px;
  top: 2px;
}
.phone {
  margin-bottom: 1px;
  padding-left: 33px;
  position: relative;
}
.phone::before {
  background-image: url(/upload/medialibrary/de3/phone.png);
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.phone::before {
  background-position: -300px -168px;
  height: 24px;
  width: 25px;
  top: 3px;
}
.map-ico {
  margin-bottom: 1px;
  padding-left: 33px;
  position: relative;
}
.map-ico::before {
  background-image: url(/upload/medialibrary/ee1/map.png);
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.map-ico::before {
  background-position: -300px -157px;
  height: 24px;
  width: 25px;
  top: 3px;
}
.online_zayavka {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  float: right;
  text-decoration: none;
  padding-top: 7px;
}
@media (max-width: 991px) {
  .online_zayavka {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .online_zayavka {
    display: none;
  }
}
.online_zayavka:hover,
.online_zayavka:focus {
  text-decoration: none;
  /*color: #fff;*/
}
.online_zayavka span.icon {
  display: inline-block;
  margin-right: -7px;
  z-index: 2;
  margin-bottom: -1px;
  position: relative;
}
.online_zayavka span.icon .product_count {
  position: absolute;
  z-index: 500;
  font-weight: bold;
  text-align: center;
  width: 100%;
  top: 4px;
  left: -4px;
  font-size: 18px;
}
.online_zayavka span.text {
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  background: #D43A37;
  line-height: 1;
  border-radius: 0px 20px 20px 0px;
  width: 129px;
  height: 29px;
  padding: 3px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 1200px) {
  .menu-top .menu-top__item {
    padding: 0 4px;
  }
}
.bx-soa-section.bx-selected {
  border: 1px solid #D43A37;
}
.btn-primary {
  background: #D43A37;
}
.bx_soa_location.row {
  margin: 0;
}
.price {
  font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
}
.ic2-menu-top-cart:before {
  background-image: url(/local/templates/.default/images/bh1_22х22.png);
  width: 2.2em;
  height: 2.2em;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-top__list .cart_link {
  display: none;
}
@media (max-width: 575px) {
  .menu-top__list .cart_link {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .head-search {
    margin-left: 11px;
  }
}
/*# sourceMappingURL=template_styles.css.map */

.select-block{
  position: relative;
  float: right;
  padding-right: 0;
  margin: 7px 16px 0 7px;
}


.select{
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;

}
.select-active{
  border-radius: 5px 5px 0 0;
}

.new-select {
  width: 58px;
  position: relative;
  font-family: OpenSans-Regular,Helvetica,Arial,sans-serif;
  padding: 4px 22px 5px 10px;
  cursor: pointer;
  user-select: none;
  background: #D43A37;
  border: 2px solid #D43A37;
  border-radius: 5px;
  transition-delay: 0.4s;
}
.new-select.on{
  border-radius: 5px 5px 0 0;
  transition-delay: 0s;
}
.new-select__list {
  position: absolute;
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  user-select: none;
  background: #F6ECD9;
  border: 1px solid #D43A37;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  display: block;
  padding: 7px 0;
  text-align: center;
  font-weight: 700;
}

.new-select__item span:hover {
  background: #DFD7C9;
  color: #D43A37
}
.new-select__item:last-child span:hover{
  border-radius: 0 0 5px 5px;
}

.new-select:after {
  content: '';
  display: block;
  color: #FFFFFF;
  width: 6.4px;
  height: 4px;
  position: absolute;
  right: 7px;
  top: 10px;
  background: url('../.default/images/arrow.svg') no-repeat right center / cover;

  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;

  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-item-detail-buy-button{
  margin: 6px 0 20px 0;
}
@media (max-width: 1200px) {
  .select-block {
    margin: 7px 30px 0 30px;
  }

}
@media (max-width: 1023px) {
  .select-block {
    float: left;
    margin: 7px 20px 0 20px;
}
}
@media (max-width: 575px){
  .logo-mob{
    width: 36%;
  }
  .header-mob-wrap {
    top: 64%;
  }
  .menu-top__list .cart_link {
    display:none;
  }
  .select-block {
    float: left;
    margin: 7px 18px 0 0;
  }
  .select{
    font-size: 10px;
    line-height: 14px;
  }
.new-select{
  width: 42px;
  padding: 2px 14px 3px 5px;
}
  .new-select:after{
    width: 6px;
    height: 2px;
    right: 3px;
    top: 10px;
  }
  .new-select__item span{
    padding: 5px 0;
  }
  .product-item-detail-buy-button {
    margin: 0px 0 26px 0;
  }

}
