@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 300;
}

html,
body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

.banner {
  margin-left: auto;
  margin-right: auto;
  width: 1086px;
  height: 737px;
  padding: 120px 52px 98px 52px;
  position: relative;
}
@media (max-width: 576px) {
  .banner {
    padding: 60px 26px 49px 26px;
    width: 100%;
  }
}
.banner__logo {
  margin-bottom: 112px;
  max-width: 342px;
}
@media (max-width: 576px) {
  .banner__logo {
    max-width: 240px;
    margin-bottom: 40px;
  }
}
.banner__text {
  font-size: 42px;
  margin-bottom: 78px;
}
@media (max-width: 576px) {
  .banner__text {
    font-size: 26px;
    margin-bottom: 35px;
    text-wrap: wrap;
  }
}
.banner-contacts__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.banner-contacts-item__icon {
  width: 52px;
  height: 52px;
  margin-right: 16px;
}
@media (max-width: 576px) {
  .banner-contacts-item__icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
.banner-contacts-item__text {
  font-size: 36px;
}
@media (max-width: 576px) {
  .banner-contacts-item__text {
    font-size: 22px;
  }
}
.banner-contacts-item__text a {
  color: #000;
  text-decoration: none;
}
.banner__qr {
  position: absolute;
  bottom: 100px;
  right: 52px;
  width: 200px;
  height: 200px;
}
@media (max-width: 576px) {
  .banner__qr {
    display: none;
  }
}
.banner__bg {
  position: absolute;
  top: 0;
  right: 52px;
  width: 362px;
  height: 288px;
  z-index: -1;
}
@media (max-width: 576px) {
  .banner__bg {
    width: 180px;
    height: 144px;
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
