/*exemple*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*style*/

.header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.h-col {
  /*-webkit-box-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;*/
  box-sizing: border-box;
}

.h-col-logo {
  
}

.h-col-info {
  margin: auto;
  padding: 0 10px;
  text-align: center;
}

.h-col-info p {
  margin-bottom: 0px; font-size:19px; color: #006699;
  padding: 12px 0
}
.h-col-info span {
  display: inline-block;
}

.h-col-label {
  
}

.label-item {
  margin-bottom: 2px;
}

.label-item a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 5px;
  background: #C53636;
  padding: 8px 10px;
  color: #fff;
  font-size: 27.5px;
}
.label-item-percent a {
  background: #54A726;
}
.label-item-discount a {
  background: #FAAD24;
}


@media(min-width:1200px){
  
}

@media(max-width:767px) {
  .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h-col-logo {
    margin: 0 20px 15px 0;
  }
}

@media(min-width:768px) {
  .header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .h-col-label {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .h-col-info {
    text-align: right;
  }
}

@media(min-width:980px) {
  .h-col-label {
    max-width: 275px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/*подвал*/
.footer {
  border-top: 3px solid #317eac;
  padding-top: 15px;
}
.f-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.f-item-up {
  margin: auto;
}
@media(max-width:767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media(min-width:768px) {
  .f-item-up {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    /*-ms-flex-item-align: end;
    align-self: flex-end;*/
  }
  .f-item-contacts {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

.footer .links {
  margin-bottom: 0;
}
.footer .links li {
  float: none;
}

.f-brands .img_box {
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  margin-right: 30px
}

@media(max-width:767px) {
  .footer .links {
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
  .f-item-contacts .icons {
    text-align: center;
  }
}
@media(min-width:768px) {
  .f-item-contacts,
  .f-brands {
    text-align: right;
  }
}

.catalog {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pets-list {
  text-align: center; padding-bottom: 15px;
}
.pets__text {
  font-size:18px; margin-top:20px; color: #0066FF;
}
.pets-list .pets {
  text-decoration: none;
  height: auto;
}

@media(max-width:767px) {
  #index-slider {
    display: none !important;
  }
  #typography .row > .span4 .custom {
    text-align: center;
  }
}