/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./resources/scss/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 18px;
  line-height: 1.6;
}

.site {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 120px 30px 0;
  position: relative;
  min-width: 320px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

p {
  padding-bottom: 28px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.site-header ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.site-header ul li {
  padding: 0 15px;
}
.site-header ul li ul {
  display: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}
.site-footer ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.site-footer ul li {
  padding: 0 15px;
}

.site-footer-menu-contacts {
  text-align: center;
}
.site-footer-menu-contacts .contacts {
  padding-top: 15px;
}

/*# sourceMappingURL=styles.css.map*/