.screen_size {
  position: absolute;
  left: 0;
  width: 100vw;
  min-height: 100vh;
}
#about_box_1 {
  background: #85503D url(/user/themes/quark/images/about_bg.webp);
  background-position: center;
  background-size: cover;
  top: 0;
  padding-top: 120px;
  z-index: 1;
}
#about_box_1 .products_title h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#about_box_1 hr {
  border: 2px solid orange;
}
#about_box_2 {
  background: #FFFFFF /*url(/user/themes/quark/images/main1.webp)*/;
  background-position: center;
  background-size: cover;
  top: 100vh;
  padding-top: 120px;
}
#footer {
  position: absolute;
  top: 200vh;
  width: 100%;
}
.block_title h3 {
    text-align: center;
    margin-bottom: 36px;
    font-weight: 600;
}
.structure_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.structure_box_left, .structure_box_right {
      flex: 1;
}
.structure_box_left_text, .structure_box_right_text, .structure_box_left_icon, .structure_box_right_icon {
      text-align: center;
}
.structure_box_left_text p, .structure_box_left_text h3, .structure_box_right_text p, .structure_box_right_text h3  {
      color: #000000 !important;
}
.container.grid-lg p {
      color: #000000 !important;
}
.white_box .container.grid-lg p, .white_box .container.grid-lg h2, .white_box .container.grid-lg h3 {
      color: #FFFFFF !important;
}
/*body.header-fixed.header-animated #header.scrolled, .overlay {
    background: #85503DAA !important;
}*/
.mobile-menu {
    z-index: 1000 !important;
}
#team_box .block_title h3 {
    text-align: center;
}
#team_box p {
    font-weight: 600;
}
@media (max-width: 840px) {
    #about_box_1 {
        padding-top: 62px;
    }
    #about_box_2 {
        padding-top: 62px;
    }
    .structure_box {
        display: inline-block;
    }
}