html {
  font-size: 16px !important;
}
body {
  margin: 0;
  background: #efece3;
  color: #39393a;
  font-weight: 400;
  font-size: 1.125rem;
  font-family: 'Signika Negative', sans-serif;
  line-height: 140%;
}
h1 {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}
h1 span {
  position: absolute;
  left: -99999px;
}
h2 {
  margin: 0 0 2rem 0;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}
@media all and (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
    text-align: left;
  }
}
h2 span {
  display: block;
  margin-left: 40px;
  color: #cdc8aa;
  font-size: 2rem;
  line-height: 140%;
}
@media all and (min-width: 992px) {
  h2 span {
    font-size: 3.5rem;
  }
}
h3 {
  margin: 0;
  padding: 15px;
  background-color: #39393a;
  color: white;
  text-align: center;
  letter-spacing: 0.4em;
  font-weight: 300;
  font-size: 0.85rem;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
.wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1000px;
}
.header {
  background-color: #252627;
  background-image: url(/img/bg_sila.png);
  background-position: 93% 100%;
  background-repeat: no-repeat;
  color: #bababa;
  height: 35rem;
  margin-bottom: 14rem;
}
.header .wrap {
  max-width: 1200px;
}
.header__toprow {
  padding-top: 4.375rem;
}
@media all and (min-width: 992px) {
  .header__toprow {
    display: flex;
    justify-content: space-between;
  }
}
.header__info {
  text-align: center;
  padding-top: 2rem;
}
@media all and (min-width: 992px) {
  .header__info {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
  }
}
.header__info span,
.header__info a {
  font-size: 0.75rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #bababa;
}
@media all and (min-width: 992px) {
  .header__info span,
  .header__info a {
    font-size: 1rem;
  }
}
.header__info a {
  margin-left: 1rem;
  color: #bababa;
}
.header__box {
  margin: 3rem 0 -10rem 0;
  text-align: center;
}
@media all and (min-width: 992px) {
  .content__info {
    display: flex;
    justify-content: space-between;
  }
}
.content__box {
  background-color: white;
  box-shadow: 0 0 1rem #bebcb4;
  text-align: center;
}
@media all and (min-width: 992px) {
  .content__box {
    width: 48%;
  }
}
.content__box:nth-child(2) {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
@media all and (min-width: 992px) {
  .content__box:nth-child(2) {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.content__box img {
  margin: 3.25rem 0;
}
.katalog {
  padding: 86px 0;
  background-color: #e8edfc;
  background-position: top center;
  background-repeat: no-repeat;
}
.katalog a.button {
  margin: 75px 0;
  padding: 17px 65px;
  background-color: #d00f12;
  box-shadow: #b4b9be 0 5px 10px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6rem;
}
.katalog a.button:hover {
  background-color: #ef0a0e;
}
.content__brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.125rem;
}
.content__brands div {
  box-sizing: borde-box;
  padding: 2rem 0;
  width: 50%;
  background: #e8edfc;
  box-shadow: 0 0 0 5px white inset;
  text-align: center;
  font-size: 1.5rem;
}
.content__brands div.last {
  width: 100%;
}
.footer__row {
  margin: 1rem 0;
  background: white;
  box-shadow: 0 0 1rem #bebcb4;
  font-size: 1.3rem;
}
@media all and (min-width: 992px) {
  .footer__row {
    margin: 40px auto 100px auto;
    display: flex;
    justify-content: space-between;
  }
}
.footer__box {
  background: white;
  text-align: center;
}
@media all and (min-width: 992px) {
  .footer__box {
    width: 70%;
  }
}
.footer__box div {
  padding: 2.5rem;
}
.footer__box a {
  color: #d62628;
}
.footer__box:first-child {
  width: 100%;
}
.footer__copyright {
  margin: 0 auto;
  padding: 20px;
  background: #39393a;
  color: #dedede;
  text-align: center;
  font-size: 0.9rem;
}
.footer__copyright a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
/*# sourceMappingURL=./style.css.map */