@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}
.title, .btn {
  font-family: "Montserrat";
  font-weight: 700;
}

.btn-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
a img {
  height: inherit;
  width: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
}

.btn {
  padding: 8px 20px;
  border: none;
  font-size: 14px;
}
.btn_white {
  background-color: #fff;
  color: #156963;
}
.btn_green {
  background-color: #156963;
  color: #fff;
}

.text {
  color: #2C1500;
  line-height: 200%;
}

.container {
  margin: 0 56px;
}

.title {
  color: #2C1500;
  font-size: 40px;
  line-height: 130%;
}/*# sourceMappingURL=global.css.map */