@media only screen and (max-width : 1100px) {
    .menu {
      display: none;
    }
    .lang {
      margin:0 30px 0 0;
    }
    .menu_trigger {
      display: flex;
      align-items: center;
      justify-content: center;
      width:50px;
      height: 50px;
      font-size: 20px;
    }
    .menu_open {
      border:1px solid #204A57;
      color: #001E2F;
    }
    .menu_close {
      display: none;
      background: #001E2F;
      color: #fff;
    }
}

@media only screen and (max-width : 1000px) {
  .home_header_grid_card.dark {
    font-size: 34px;
    line-height: 51px;
  }
  .home_header_grid_card.light {
    font-size: 20px;
    line-height: 30px;
  }
  .home_flow_line {
    display: none;
  }
  .home_flow_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_flow_item.right {
    flex-direction: row-reverse;
  }
  .home_flow_photo {
    width: 50%;
  }
  .home_flow_photo.first {
    padding:0;
  }
  .home_flow_photo.second {
    padding:0;
  }
  .home_flow_photo.third {
    padding:0;
  }
  .home_flow_photo.fourth {
    padding:0;
  }
  .home_flow_photo.first img {
    width: 100%;
  }
  .home_flow_photo.second img {
    width: 100%;
  }
  .home_flow_photo.third img {
    width: 100%;
  }
  .home_flow_photo.fourth img {
    width: 100%;
  }
  .home_flow_card {
    position: static;
  }
  .home_flow_card {
    margin-left:-30px;
    width: calc(50% + 30px);
  }
  .home_flow_item.right .home_flow_card {
    margin-left:0;
    margin-right: -30px;
  }
  .home_flow_card_number {
    width: 60px;
    font-size: 60px; 
  }
  .home_flow_card_info {
    width: calc(100% - 60px);
  }
  .home_flow_card_title {
    font-size: 24px;
    line-height: 36px;
  }
  .home_flow_card_desc {
    font-size: 17px;
    line-height: 25.5px;
  }
  .home_flow_card_cta a {
    font-size: 14px;
    line-height: 21px;
  }
  .footer_wrapper {
    padding:40px 0 120px 0;
  }
  .footer {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer_column {
    width: calc(100% / 3);
    margin:60px 0 0 0;
  }
  .content_wrapper {
    padding:80px 0;
  }
  .content_wrapper.history {
    padding-top: 80px;
  }
  .history_header_photos {
    display: block;
  }
  .history_header_photo_card {
    margin-left:-20px;
    margin-right: 60px;
    padding:100px 100px 160px 100px;
  }
  .history_header_photo_img {
    position: static;
    margin:-80px -20px 0 80px;
  }
  .values_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .values_grid_photo.values_grid_1 {
    width: calc(100% - 60px);
    margin-left: -20px;
    margin-top: 0;
  }
  .values_grid_info.values_grid_1 {
    width: 100%;
    padding:40px 80px 0 80px;
  }
  .values_grid_photo.values_grid_2 {
    order:1;
    margin:80px 0 0 80px;
    width: calc(100% - 60px);
    padding:0;
  }
  .values_grid_photo.values_grid_2 div:first-child {
    display: none;
  }
  .values_grid_photo.values_grid_2 div:last-child {
    position: static;
    width: 100%;
  }
  .values_grid_info.values_grid_2 {
    order:2;
    width: 100%;
    padding: 40px 80px 0 80px;
  }
  .values_grid.values_grid_3 {
    margin:80px 0 0 0;
  }
  .values_grid_photo {
    width: calc(100% - 60px);
    margin-left: -100px;
    margin-top: 0;
  }
  .values_grid_info.values_grid_3 {
    width: 100%;
    padding: 40px 80px 0 80px;
  }
  .values_grid.values_grid_4 {
    margin:0;
  }
  .values_grid_photo.values_grid_4 {
    order: 1;
    margin: 80px -20px 0 80px;
    width: calc(100% - 60px);
    padding: 0;
  }
  .values_grid_info.values_grid_4 {
    order:2;
    width: 100%;
    padding: 40px 80px 0 80px;
  }
  .site_map {
    margin:0;
  }
  .site_grid_photo {
    width: 60%;
  }
  .distribution_header_left {
    margin-top:60px;
  }
  .distribution_header_right {
    margin-top: 0px;
  }
  .professions_card {
    width: 100%;
    margin-top: -40px;
  }
}

@media only screen and (max-width : 800px) {
  .home_header_grid_photo {
    width: 100%;
    height: calc((100dvh - 110px) / 4);
  }
  .home_header_grid_card {
    width: 100%;
    height: calc((100dvh - 110px) / 4);
  }
  .home_header_grid_card.light {
    order:4;
  }
  .home_header_grid_card span{
    width: 100%;
    max-width: 100%;
  }
  .home_header_grid_card.dark {
    font-size: 28px;
    line-height: 42px;
  }
  .home_flow_item {
    flex-direction: column;
  }
  .home_flow_item.right {
    flex-direction: column;
  }
  .home_flow_photo {
    width: 100%;
  }
  .home_flow_photo.first img {
    width: 80%;
  }
  .home_flow_photo.second img {
    width: 60%;
  }
  .home_flow_photo.third img {
    width: 55%;
  }
  .home_flow_photo.fourth img {
    width: 50%;
  }
  .home_flow_card  {
    width: 100%;
    margin:-25px 0 0 0;
  }
  .home_flow_item.right .home_flow_card {
    margin:-25px 0 0 0;
  }
  .footer_column {
    width: calc(50%);
  }
  .distribution_header {
    display: block;
  }
  .distribution_header_left {
    margin:0 -20px;
    padding:100px 100px 130px 100px;
  }
  .distribution_header_right {
    margin:0 30px;
    margin-top: -30px;
  }
  .distribution_collage {
    padding:0 30px;
  }
  .distribution_single_text_holder {
    max-width: 100%;
    padding:0 30px;
  }
  .distribution_map {
    padding:0 30px;
  }
  .distribution_map span {
    left:30px;
  }
  .distribution_single_text {
    flex-direction: column;
  }
  .distribution_last_photo_left {
    position: static;
    order:2;
  }
  .distribution_single_text_holder {
    order:1;
  }
  .distribution_last_photo_left {
    width: 100%;
    margin:80px 80px 0 0;
  }
  .opportunities_twins {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:0;
  }
  .opportunities_twin_right {
    width: 100%;
  }
  .opportunities_twin_right_holder {
    max-width: 100%;
    padding:0 80px;
  }
  .opportunities_collage {
    height: auto;
    margin:60px 0;
  }
  .opportunities_collage_1 {
    width: calc(100% + 40px);
    margin:0 -20px;
  }
  .opportunities_collage_2 {
    position: static;
    width: calc(100% - 160px);
    margin:0 80px;
    margin-top: 80px;
  }
  .opportunities_links {
    padding:0 80px;
    margin:60px 0;
  }
  .safety_collage {
    margin:0;
  }
  .safety_collage_photo {
    width: calc(100% + 40px);
    margin:0 -20px;
  }
  .safety_collage_card {
    position: relative;
    z-index: 1;
    width: calc(100% - 60px);
    margin:0 30px;
    margin-top: -30px;
    margin-bottom: 60px;
    right: unset;
    top:unset;
    padding:50px;
  }
  .contact_map {
    width: calc(100% + 40px);
    margin:0 -20px;
  }
  .contact_param {
    position: static;
    width: calc(100% - 10px);
    margin:0 0 0 -20px;
    margin-top: 30px;
  }
}

@media only screen and (max-width : 600px) {
  .header {
    height: 75px;
  }
  .header_spacer {
    height: 75px;
  }
  .logo img {
    height: 32px;
  }
  .menu_trigger {
    width: 40px;
    height: 40px;
  }
  .lang {
    font-size: 14px;
    margin:0 15px 0 0;
  }
  .lang a {
    height: auto;
  }
  .mob_menu.active {
    height: calc(100dvh - 75px);
    top:75px;
  }
  .home_header_grid_photo {
    height: calc((100dvh - 75px) / 4);
  }
  .home_header_grid_card {
    padding:20px;
    height: calc((100dvh - 75px) / 4);
  }
  .home_header_grid_card.dark {
    font-size: 22px;
    line-height: 33px;
  }
  .home_header_grid_card.light {
    font-size: 16px;
    line-height: 24px;
  }
  .home_flow_wrapper {
    padding:50px 0;
  }
  .home_flow_photo.first img {
    width: 100%;
  }
  .home_flow_photo.second img {
    width: 100%;
  }
  .home_flow_photo.third img {
    width: 100%;
  }
  .home_flow_photo.fourth img {
    width: 100%;
  }
  .home_flow_card {
    margin:-12px 0 0 0;
    padding:20px;
    flex-direction: column;
  }
  .home_flow_item.right .home_flow_card {
    margin:-10px 0 0 0;
  }
  .home_flow_card_number {
    width: 100%;
    font-size: 50px;
  }
  .home_flow_card_info {
    width: 100%;
  }
  .home_flow_card_title {
    font-size: 19px;
    line-height: 28.5px;
    font-weight: bold;
  }
  .home_flow_card_desc {
    font-size: 16px;
    line-height: 24px;
  }
  .home_links_wrapper {
    padding:50px 0 65px 0;
  }
  .home_links {
    flex-wrap: wrap;
  }
  .home_link {
    margin:25px 0 0 0;
    width: calc(50% - 10px);
  }
  .home_link_title {
    margin:10px 0 0 0;
    font-size: 14px;
    line-height: 21px;
  }
  .home_partners {
    padding:60px 0 0 0;
  }
  .home_partners_title {
    font-size: 18px;
    line-height: 27px;
  }
  .home_partners_list {
    padding:50px 0;
  }
  .home_partners_list_item img {
    max-height: 70px;
    max-width: 90%;
  }
  .footer_wrapper {
    padding: 35px 0 65px 0;
  }
  .footer_column {
    margin:30px 0 0 0;
  }
  .footer_column span {
    font-size: 16px;
    line-height: 24px;
    margin:0 0 10px 0;
  }
  .footer_column a {
    font-size: 14px;
    line-height: 21px;
    margin:0 0 10px 0;
  }
  .footer_column a.link_primary {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_addon_wrapper {
    padding:40px 0 45px 0;
    font-size: 13px;
  }
  .content_wrapper {
    padding:60px 0;
  }
  .content_wrapper.history {
    padding-top: 60px;
  }
  .content_header_info {
    padding:30px;
  }
  .content_header_info_intro {
    font-size: 13px;
  }
  .content_header_info_title {
    font-size: 28px;
    line-height: 42px;
  }
  .history_header_photo_card {
    padding: 50px 50px 80px 50px;
    font-size: 18px;
    line-height: 27px;
    margin-right: -20px;
  }
  .history_header_photo_img {
    margin: -40px -20px 0 30px;
  }
  .content_header.history {
    margin-bottom: 60px;
  }
  .history_photo_single {
    padding:0 0 0 30px;
  }
  .history_photo_single img {
    width: 100%;
    margin-left: -30px;
  }
  .history_twins {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .history_twin_right {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .history_twin_right img {
    margin-left: -30px;
  }
  .history_twin_right_text_holder {
    max-width: 100%;
    padding:0 30px;
  }
  .values_grid_photo.values_grid_1 {
    width: calc(100% - 10px);
  }
  .values_grid_info.values_grid_1 {
    width: 100%;
    padding: 30px 30px 0 30px;
  }
  .values_grid_title {
    font-size: 22px;
    line-height: 33px;
  }
  .values_grid_desc {
    margin:20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .values_grid_photo.values_grid_2 {
    margin: 60px 0 0 30px;
    width: calc(100% - 10px);
    padding: 0;
  }
  .values_grid_info.values_grid_2 {
    padding: 30px 30px 0 30px;
  }
  .values_grid_photo {
    width: calc(100% - 10px);
    margin-left: -50px;
    margin-top: 0;
  }
  .values_grid.values_grid_3 {
    margin-top: 60px;
  }
  .values_grid_info.values_grid_3 {
    padding: 30px 30px 0 30px;
  }
  .values_grid.values_grid_4 {
    padding:0 0 60px 0;
  }
  .values_grid_photo.values_grid_4 {
    margin: 60px -20px 0 30px;
    width: calc(100% - 10px);
  }
  .values_grid_info.values_grid_4 {
    width: 100%;
    padding: 30px 30px 0 30px;
  }
  .site_grid {
    margin:30px 0 0 0;
  }
  .site_grid_info {
    width: 50%;
  }
  .site_grid_photo {
    margin-top: -60px;
    width: 50%;
    position: relative;
    z-index: 1;
  }
  .site_single_photo {
    width: calc(100% - 10px);
    margin:0 0 0 -20px;
  }
  .site_map {
    margin:20px 0 0 0;
    padding:0 30px;
  }
  .site_single_text {
    padding:40px 0;
  }
  .site_single_text_holder {
    font-size: 16px;
    line-height: 24px;
  }
  .site_sketch {
    padding-bottom: 0;
  }
  .site_sketch_photo {
    padding:0 30px;
  }
  .site_sketch_addon {
    position: static;
    width: calc(100% - 10px);
    margin-top: 60px;
    margin-left: -20px;
  }
  .site_params {
    padding: 40px 30px 40px 30px;
  }
  .site_param_item {
    flex-direction: column;
    padding:12px 0;
  }
  .site_param_title {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .site_param_desc {
    margin:6px 0 0 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .refining_intro {
    font-size: 16px;
    line-height: 24px;
    padding:0 30px;
  }
  .refining_intro_holder {
    max-width: 100%;
  }
  .refining_split {
    padding:0 30px;
  }
  .refining_object_photo {
    width: calc(100% + 30px);
  }
  .refining_stage_info_title {
    font-size: 18px;
    line-height: 27px;
  }
  .refining_object_info_title {
    font-size: 18px;
    line-height: 27px;
  }
  .refining_object_info_desc {
    padding:10px 0 0 0;
  }
  .refining_object_info_desc {
    font-size: 15px;
    line-height: 22.5px;
  }
  .refining_stage_photo.last {
    width: calc(100% + 50px);
    margin: 30px 0 0 -50px;
  }
  .refining_split_item {
    padding:0 0 100px 0;
  }
  .refining_stage_info {
    margin-top: -22px;
  }
  .content.refining {
    padding:0 0 60px 0;
  }
  .distribution_header_left {
    padding: 50px 50px 80px 50px;
    font-size: 18px;
    line-height: 27px;
  }
  .distribution_collage {
    margin:40px 0 0 0;
    flex-direction: column;
  }
  .distribution_collage_item {
    width: 100%;
    margin:0 0 30px 0;
  }
  .distribution_collage_item:last-child {
    margin:0;
  }
  .distribution_collage_title {
    font-size: 16px;
    line-height: 24px;
    margin:10px 0 0 0;
  }
  .distribution_single_text_holder {
    font-size: 16px;
    line-height: 24px;
  }
  .distribution_single_text {
    padding:40px 0;
  }
  .distribution_map span {
    position: static;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .distribution_map img {
    margin:20px 0 0 0;
  }
  .distribution_last_photo_left {
    width: calc(100% - 30px);
    margin:40px 0 0 -30px;
  }
  .opportunities_twin_right_holder {
    padding:0 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .opportunities_collage {
    margin:40px 0;
  }
  .opportunities_collage_2{
    width: calc(100% - 60px);
    margin:0 30px;
    margin-top: 30px;
  }
  .opportunities_links{
    padding:0 30px;
  }
  .opportunities_links a {
    font-size: 15px;
    line-height: 22.5px;
  }
  .content.next_team {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
  .team_grid {
    padding: 0 30px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .team_photo{
    width: 100%;
  }
  .team_info{
    width: 100%;
    margin:20px 0 0 0;
    padding:0;
  }
  .team_title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
  }
  .team_bio {
    font-size: 16px;
    line-height: 24px;
  }
  .professions_card{
    margin:-20px 0 0 0;
    padding:40px 30px;
  }
  .professions_card_intro {
    font-size: 13px;
  }
  .professions_card_title {
    margin:20px 0 0 0;
    font-size: 20px;
    line-height: 30px;
  }
  .professions_card_desc {
    font-size: 16px;
    line-height: 24px;
  }
  .safety_collage_card {
    font-size: 20px;
    line-height: 30px;
    padding:40px;
  }
  .contact_map {
    height: 300px;
  }
  .contact_param {
    padding:40px 0;
    height: auto;
    font-size: 18px;
    line-height: 27px;
  }
  .contact_param span {
    margin:5px 15px 0 0;
  }
  .contact_param svg {
    width: 20px;
    height: 20px;
  }
}