

/* Start:/local/templates/mavt_adaptiv_2022/components/ranx/catalog.store.detail/mavt/style.css?17556110318552*/
/** ELEMENT CONTACTS **/
.shop_detail .yamap__block{
  border-radius: 0;
  margin-bottom: -1px;
}
.shop_detail__top{
  border: 1px solid #ced7e2;
  border-radius: 3px 3px 0 0;
  padding: 33px 35px;
  margin-bottom: -1px;
}
.shop_detail__info{
  display: flex;
  justify-content: space-between;
}
.shop_detail__info .shop_detail__schedule,
.shop_detail__info .shop_detail__phone,
.shop_detail__info .shop_detail__address{
  display: flex;
}
.shop_detail__info .shop_detail__phone{
  margin-right: 6px;
}
.shop_detail__info .shop_detail__schedule{
  margin-right: 20px;
}
.shop_detail__address .address,
.shop_detail__phone .phone,
.shop_detail__schedule .schedule{
  margin-top: -2px;
}
.shop_detail__address .address .address__title,
.shop_detail__phone .phone .phone__title,
.shop_detail__schedule .schedule .schedule__title{
  font-size: 13px;
  color: #7c889c;
}
.shop_detail__address .address .address__info,
.shop_detail__phone .phone .phone__info,
.shop_detail__schedule .schedule .schedule__info{
  font-size: 14px;
  color: #292d35;
}
.shop_detail__info .icon_contacts{
  margin-right: 15px;
}
.shop_detail-icons{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop_detail-icons .shop_icons{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
}
.shop_detail-icons .shop_icons .icon{
  margin-right: 10px;
}
.shop_detail-icons .shop_icons .icon .svg {
  vertical-align: middle;
}
.shop_detail-icons .shop_icons .icon .svg.svg--new {
  color: #ea5444;
}
.shop_detail-icons .shop_icons .text{
  font-size: 13px;
  line-height: 13px;
  color: #495b79;
  transition: all .3s ease-in-out;
  margin-top: 3px;
}
.shop_detail-icons .shop_icons.shop_icons--link .text{
  border-bottom: 1px dotted #495b79;
}
.shop_detail-icons .shop_icons.shop_icons--link:hover .icon svg use{
  fill: #8e1642;
  color: #c66a89;
  transition: all .3s ease-in-out;
}
.shop_detail-icons .shop_icons.shop_icons--link:hover .text{
  color: #8e1642;
  border-color: #8e1642;
  transition: all .3s ease-in-out;
}
.shop_detail-tour{
  border: 1px solid #ced7e2;
  border-bottom: 0;
  padding: 40px;
}
.shop_detail-tour + .shop_detail-slider{
  padding: 0 40px 65px 40px;
}
.title__section--default{
  font-size: 20px;
  color: #292d35;
  font-weight: bold;
  margin-bottom: 20px;
}
.shop_detail-tour iframe{
  width: 100%;
  height: 460px;
}
.shop_detail-slider{
  border: 1px solid #ced7e2;
  border-top: 0;
  padding: 40px 40px 65px 40px;
}
.shop_detail-tasting{
  border: 1px solid #ced7e2;
  margin-top: -1px;
  padding: 35px 40px 60px 40px;
}
.shop_detail-tasting .shop_tasting__info{
  display: flex;
  margin-bottom: 35px;
}
.shop_detail-tasting .tasting_info__text{
  margin-right: 50px;
}
.shop_detail-tasting .tasting_info__button{
  white-space: nowrap;
  margin-top: 5px;
}
.shop_detail-tasting .tasting-text{
  color: #505d72;
  line-height: 20px;
}
.line{
  border-top: 1px solid #ced7e2;
  border-radius: 3px;
  margin: 30px 0;
}
.line.line--horizontal{
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #ced7e2;
  margin: 0 15px;
}
.line.line--full_width{
  margin: 20px -30px 20px;
}
.line.line--full_width--margin-35{
  margin: 20px -35px 20px;
}
.line.line--margin-40{
  margin: 40px -40px 40px;
}
.line.line--visibli_xs{
  display: none;
  background-color: #ced7e2;
  height: 1px;
  margin: 0 -20px;
}
@media (max-width: 426px){
  .line.line--visibli_xs{
    display: block;
  }
}

.zoom{
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  background: #e85149;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all ease-in-out .3s;
}
.zoom:before{
  content: '';
  background: url("/local/templates/mavt_adaptiv_2022/components/ranx/catalog.store.detail/mavt/images/zoom_lens.svg") no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.with__zoom:hover .zoom{
  opacity: 1;
  transition: all .2s ease-in-out;
}

.shop_detail__phone .phone a{
  display: none;
}
@media (max-width: 569px){
  .shop_detail__top{
    padding: 29px 35px 21px;
  }
  .shop_detail__info{
    display: block;
  }
  .shop_detail__info .shop_detail__phone,
  .shop_detail__info .shop_detail__address{
    margin-bottom: 24px;
  }
  .shop_detail__top .shop_detail__phone{
    margin-left: 2px;
  }
  .shop_detail__info .icon_contacts.phone_icon{
    margin-right: 18px;
  }
  .shop_detail__top .shop_detail__phone,
  .shop_detail__top .shop_detail__schedule{
    margin-right: 0;
  }
  .shop_detail__top .shop_detail__schedule{
    margin-left: -1px;
  }
  .shop_detail-icons{
    display: block;
  }
  .shop_detail-tasting .shop_tasting__info{
    display: block;
  }

  .line{
    margin: 24px -35px 27px;
  }

  .shop_detail-icons .shop_icons{
    margin-right: 0;
  }
  .shop_detail-icons .shop_icons.shop_icons--new_shop{
    margin-bottom: 17px;
  }
  .shop_detail-icons .shop_icons.shop_icons--new_shop .icon{
    margin-right: 15px;
  }
  .shop_detail-icons .shop_icons.shop_icons--new_shop .text{
    margin-top: -2px;
  }
  .shop_detail-icons .shop_icons.shop_icons--tour{
    margin-left: 3px;
    margin-bottom: 14px;
  }
  .shop_detail-icons .shop_icons.shop_icons--tour .icon{
    margin-right: 18px;
  }
  .shop_detail-icons .shop_icons.shop_icons--tour .text{
    margin-top: -3px;
  }
  .shop_detail-icons .shop_icons.shop_icons--tasting{
    margin-left: 5px;
  }
  .shop_detail-icons .shop_icons.shop_icons--tasting .icon{
    margin-right: 21px;
  }
  .shop_detail-icons .shop_icons.shop_icons--tasting .text{
    margin-top: -3px;
  }
  .shop_detail-tour{
    border: 0;
    padding: 40px 0;
  }
  .shop_detail-tour iframe{
    height: 300px;
  }
  .shop_detail .shop_detail-title{
    text-align: center;
  }
  .shop_detail-slider{
    border: 0;
    padding: 40px 0 65px;
  }
  .shop_detail-tour + .shop_detail-slider{
    padding: 0 0 65px;
  }
  .shop_detail-tasting{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #ced7e2;
    padding: 35px 0 60px;
  }
  .shop_detail-tasting .tasting_info__text{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .shop_detail__phone .phone a{
    display: block;
    color: #292d35;
  }
  .shop_detail__phone .phone .phone__info{
    display: none;
  }
}
.shop_detail__info .icon_contacts .svg {
  fill: #8e1642;
}
.dropdown-items {
  display:none;
  position:absolute;
  top:18px;
  left:0;
  background:#fff;
  list-style:none;
  padding:0;
  border-radius:3px;
  z-index:100;
  box-shadow:0 0 15px 0 rgba(0,0,0,.15);
  transition: all .2s ease-in-out;
}
.dropdown:hover .dropdown-items {
  display:block;
}
.dropdown.dropdown--tour__contact .dropdown-items {
  left: -28px;
}
.dropdown.dropdown--hover__out + .dropdown-items{
  width: 275px;
  white-space: normal;
  background: #fff;
  list-style: none;
  color: #505d72;
  padding: 16px 18px;
  left: 111px;
  top: -126px;
  line-height: 17px;
  transition: all .2s ease-in-out;
}
.dropdown.dropdown--hover__out:hover + .dropdown-items {
  display: block;
  border-radius: 3px;
  z-index: 100;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
  transition: all .2s ease-in-out;
}
.dropdown.dropdown--hover__out + .dropdown-items span {
  color: #505d72;
}
.dropdown.dropdown--hover__out:hover + .dropdown-items:before {
  content: "";
  position: absolute;
  top: 112px;
  left: 50%;
  margin-left: -10px;
  border: 6px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 6px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 6px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 10px;
  border-top: 11px solid #fff;
}
/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/map.yandex.system/mavt/style.css?1755611031681*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/mavt_adaptiv_2022/components/ranx/catalog.store.detail/mavt/style.css?17556110318552 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/map.yandex.system/mavt/style.css?1755611031681 */
