

/* Start:/local/components/uw/contacts/templates/storage/style.css?17645919123026*/
.contacts_row {
  display: flex;
  flex-flow: wrap row;
  gap: 30px;
}
.contacts_storage .contacts_description {
  margin-top: 0;
  margin-bottom: 20px;
}
.contacts_storage .contact_store_wrapper {
  padding-top: 20px;
}
.contacts_storage .contacts_item-map {
  height: 100%;
  min-height: 330px;
}
.contacts_item {
  display: flex;
  flex-flow: column wrap;
  flex: 1 0 40%;
  justify-content: space-between;
  max-width: calc(50% - 15px);
}
.contacts_item > * {
  margin-bottom: 5px;
}
.contacts_item-title {
  font-size: 20px;
  font-weight: 700;
}
.contacts_item-phonefax a {
  position: relative;
  padding-left: 30px;
}
.contacts_item-phonefax a:before {
  content: url(/img/phone_min.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contacts_item-phonefax a:after {
  content: url(/img/fax_min.svg);
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.contacts_item-phone {
  display: flex;
  flex-flow: column;
}
.contacts_item-phone a {
  position: relative;
  padding-left: 15px;
}
.contacts_item-phone a:before {
  content: url(/img/phone_min.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contacts_item-fax a {
  position: relative;
  padding-left: 15px;
}
.contacts_item-fax a:before {
  content: url(/img/fax_min.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contacts_item-email a {
  position: relative;
  padding-left: 15px;
}
.contacts_item-email a:before {
  content: url(/img/mail_min.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contacts_item-map {
  height: 330px;
}
.contacts_item-map .map {
  height: 100%;
  width: 100%;
}
.contacts_item-include ul {
  padding-left: 20px;
}

.contacts_item-include li {
  list-style: none;
  position: relative;
}
.contacts_item-include li:before {
  content: url(/img/clock.svg);
  display: block;
  position: absolute;
  left: -15px;
  top: 1px;
}
.contacts_item-address {
  padding-left: 15px;
  position: relative;
}
.contacts_item-address:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top:2px;
  width: 13px;
  height: 13px;
  background-image: url("/img/adres.png");
  background-size: cover;
}
.contacts_item-work-time {
  padding-left: 15px;
  position: relative;
}
.contacts_item-work-time:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 3px;
  width: 11px;
  height: 11px;
  background-image: url("/img/vrema.png");
  background-size: cover;
}
.contacts_item-img {
  width: 100%;
  height: 100%;
}

@media (max-width: 650px) {
  .contacts_item {
    flex: 100%;
    max-width: 100%;
  }
}
.contact_store_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
}
.contact_store_item + .contact_store_item{
  margin-left: 30px;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/uw/contacts/templates/storage/style.css?17645919123026 */
