:root {
  --primary: #162741;
  --gold: #B58E46;
  --white: #FCFCFC;
  --gray: #737D8D;
  --bg-blue: #EDF0F9;
  --bg-gray: #F6F6F6;
  --line: #DDDDDD;
}
* {
  outline: none !important;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
  outline: 0;
  height: 100%;
}
html {
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  color: var(--primary);
  font-family: "Inter", sans-serif;
  font-optical-sizing: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--white);
}
body._menu-open,
body._filter-open {
  overflow: hidden;
}
a {
  color: var(--primary);
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
}
@media (any-hover: hover) {
  a {
    transition: color 0.2s;
  }
  a:hover {
    color: var(--gold);
  }
}
button,
input,
textarea {
  font-family: "Inter", sans-serif;
}
.Main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Footer {
  position: relative;
  flex-shrink: 0;
}
.Container {
  width: 100%;
  max-width: 1528px;
  padding-right: 44px;
  padding-left: 44px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .Container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .Container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .Container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.Section {
  margin-bottom: 162px;
}
@media (max-width: 1023px) {
  .Section {
    margin-bottom: 120px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
