@font-face {
  font-family: "Gilroy Bold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Medium";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Regular";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("https://static.lc-group.ru/fonts//Gilroy/Gilroy-Regular.ttf") format("truetype");
}
body section {
  padding: 40px 0 70px 0;
}
body section.about-banner {
  padding: 0;
}
body section.about-banner .wrapper-banner {
  width: 100%;
  height: 300px;
  min-height: 350px;
  padding: 52px 40px 56px 40px;
  background: url("https://static.pcpet.ru/img-new/accessories-banner.jpg") left center no-repeat;
  background-size: cover;
  color: #ffffff;
}
body section.about-banner .wrapper-banner .h2 {
  margin: 8px 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  body section.about-banner .wrapper-banner .h2 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body section.about-banner .wrapper-banner {
    max-width: 100%;
    min-height: 400px;
    padding: 30px 10px;
    background-position: 70% center;
  }
}
@media (max-width: 575px) {
  body section {
    padding: 20px 0 50px 0;
  }
}
body #contactMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
body #contactMapMobile {
  width: 100%;
  height: 380px;
  padding-top: 5px;
}
body .contacts a {
  text-decoration: underline;
}
body .contacts .address, body .contacts .phone, body .contacts .web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
body .contacts .address.address:before, body .contacts .phone.address:before, body .contacts .web.address:before {
  background: url("https://static.pcpet.ru/img-new/address-icon.svg") center center no-repeat;
  background-size: contain;
}
body .contacts .address.phone a, body .contacts .phone.phone a, body .contacts .web.phone a {
  text-decoration: none;
}
body .contacts .address.phone:before, body .contacts .phone.phone:before, body .contacts .web.phone:before {
  background: url("https://static.pcpet.ru/img-new/tel-icon.svg") center center no-repeat;
  background-size: contain;
}
body .contacts .address.web:before, body .contacts .phone.web:before, body .contacts .web.web:before {
  background: url("https://static.pcpet.ru/img-new/web-icon.svg") center center no-repeat;
  background-size: contain;
}
body .contacts .address:before, body .contacts .phone:before, body .contacts .web:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body h2, body .h2 {
  margin-bottom: 16px;
  font-family: "Gilroy SemiBold", sans-serif;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 575px) {
  body h2, body .h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
