@import url("fonts.css");

html {
overflow-x: hidden;
}

body {
  background-color: #000000;
  padding: 30px 0 0 0;
}

@media screen and (min-width: 1200px) {
  body {
    background-color: #000000;
    padding: 60px 0 0 0;
  }
}

.header-main_logo {
  display: flex;
  align-items: center;
  height: 70px;
}

@media screen and (max-width: 991px) {
  .header-main_logo {
    justify-content: center;
  }
}

.wrapper {
  padding-bottom: 0;
}

.dens3-wrapper {
  overflow: hidden;
  margin: 30px 0;
  padding: 30px 15px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

@media screen and (max-width: 575px) {
  .dens3-wrapper {
    margin: 15px 0;
    padding: 15px 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .dens3-wrapper {
    margin: 20px 0;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dens3-wrapper {
    margin: 25px 0;
    padding: 25px 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-wrapper {
    overflow: hidden;
    margin: 30px 0;
    padding: 30px 15px;
  }
}

.dens3-wrapper h1,
.dens3-wrapper h2,
.dens3-wrapper h3,
.dens3-wrapper h4,
.dens3-wrapper h5,
.dens3-wrapper h6 {
  line-height: normal;
  margin-bottom: unset;
  margin-right: unset;
}

.dens3-wrapper p {
  line-height: normal;
}

.dens3-wrapper .title {
  margin-bottom: 30px;
}

.dens3-wrapper .title h3 {
  font-size: 2em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat_semibold", "Segoe UI", arial, sans-serif;
}

@media only screen and (max-width: 319px) {
  .dens3-wrapper .title {
    margin-bottom: 15px;
  }

  .dens3-wrapper .title h3 {
    font-size: 0.9em;
    margin-right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .dens3-wrapper .title {
    margin-bottom: 15px;
  }

  .dens3-wrapper .title h3 {
    font-size: 1.2em;
  }
}

.dens3-wrapper a:hover,
.dens3-wrapper a:visited,
.dens3-wrapper a:link {
  text-decoration: none;
}

.dens3-wrapper .equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.dens3-wrapper .container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}

.dens3-wrapper .col-centered {
  float: none;
  margin: 0 auto;
}

.dens3-wrapper .row-center {
  display: flex;
  justify-content: center;
}

/* footer patch */
footer.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

ul.footer-menu_lists {
  margin-top: unset !important;
}

ul.footer-menu_lists li {
  padding: unset !important;
}

.footer-menu_lists a {
  line-height: normal;
}

#copyright {
  margin: unset !important;
}

@media screen and (max-width: 767px) {
  footer.footer {
    text-align: center;
  }
}
