#menu-accordion .panel.active .link {
  color: #F66201
}

.menu-aside-pic .item .more {
  display: inline-block;
  margin-left: 87px;
  padding: 15px 5px 0 10px
}

.menu-aside-pic .item .more a {
  display: initial;
  margin-left: 0;
  padding: 15px 5px 0 10px
}

[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
}

.color-bg {
  background: #F7F8E6;
  display: block;
  padding: 10px;
  text-align: center
}

.left-border {
  border-left: 1px solid #F66201;
  padding-left: 10px
}

.icon_address {
  background: transparent url(/upload/icons.jpg) no-repeat scroll -110px -17px;
  height: 15px;
  top: 1px;
  width: 10px
}

.icon_mail {
  background: transparent url(/upload/icons.jpg) no-repeat scroll -109px -115px;
  height: 10px;
  top: 4px;
  width: 11px
}

.icon-marker-contacts {
  float: left;
  position: relative
}

.detail_info .shop_label {
  padding: 0 0 7px 20px
}

.pad>.row {
  padding: 30px 0
}

.social-table {
    display: block;
    float: left;
}

.social-table tr {
    border: medium none;
}

.catalog-sb-item.vk {
    display: block;
    float: left;
}

div#vk-shared-button- table tr {
    border: medium none;
}

.social-table tr:hover{
	background:none!important;
}
.social-table table tr{
	border:none!important;
}


.shops-gal .pic {
  position: relative;
  margin-bottom: 16px;
  height: 221px!important;
}

img.js-lazy-image {
  display: block;
  background-position: 50% 50%;
  background: #fff;
}

.news-gal .pic img {
  height: 194px !important;
}


/* Lazy */
.slider-gallery .pic {
  margin: 0 auto;
  min-height: 1000px;
}

@media (min-width: 992px){
  .sl-main .slide img{
    min-height: 495px;
  }
}

/*Popup start for vacancies*/
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(17, 17, 17, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease 0s;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  transform: rotateX(0deg);
  opacity: 1;
  transform: perspective(600px) translateY(0%) rotateX(0deg);
}
.popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
}
.popup__body:hover {
  box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}
.popup__close {
  color: #000;
  font-size: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  transition: all 0.8s ease 0s;
}
.popup__close:hover {
  color: #00000085;
}
.popup__content {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all 0.8s ease 0s;
  opacity: 0;
  position: relative;
  transform: perspective(600px) translateY(-100%) rotateX(45deg);
}
.popup__title {
  font-size: 23px;
  color: #555;
  padding: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
}

/*Popup end for vacancies*/

span.form-field__error.g-captcha.active {
  display: block;
}