html {
  scroll-behavior: smooth;
}

body {
  font: 16px/1.5 "Roboto", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #495057;
}

video {
  position: relative;
  z-index: -1;
}

* {
  box-sizing: border-box;
}

.vjs-poster {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#main-content {
  width: 100%;
  height: 70vh;
  position: relative;
  clear: both;
}

#page-content {
  float: left;
  width: 100%;
  padding: 100px 20px 0 20px;
  box-sizing: border-box;
}

#first_intro {
  width: 1000px;
  margin: 0 auto;
}

#page-content #intro {
  text-align: center;
  width: 100%;
  min-height: 15vh;
  box-sizing: border-box;
  float: left;
  display: block;
  color: #495057;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
}

#problem {
  width: 100%;
  clear: both;
}

#main_kpi {
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, -0);
  transform: translate(-50%, 0);
  z-index: 201;
  width: 290px;
  text-align: center;
  background-color: #228ae6;
  height: 50px;
  line-height: 50px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
}

#main_visual {
  width: 100%;
  height: 70vh;
  float: left;
  position: relative;
  overflow: hidden;
}

#main_visual video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#main_visual #overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #495057;
  opacity: 0.4;
}

#main_menu {

  color: #ffffff;
}

#menu {
  display: block;
  font-size: 16px;
  text-align: left;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 0 0 0;
}

#menu li {
  float: left;
  list-style: none;
  line-height: 35px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  opacity: 0.9;
  transition: all 0.3s ease-out;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ffffff;
}

#menu li a,
#menu li a:visited,
#menu li a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

#menu .last {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}

#menu li:hover {
  opacity: 1;
}

#anaglyphic_name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 700px;
  text-align: center;
}

#anaglyphic_name h1 {
  font-size: 6em;
  color: #ffffff;
  letter-spacing: 10px;
}
#anaglyphic_name h2 {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 5px;
  margin-top: -60px;
  text-align: center;
}

#anaglyphic_logo,
#contact_marker {
  position: absolute;
  width: auto;
  color: #ffffff;
  z-index: 200;
}

#contact_marker {
  top: 36px;
  right: 40px;
  cursor: pointer;
}
#anaglyphic_logo {
  top: 83px;
  left: 39px;
}

#container_top {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
  background-color: #228ae6;
}

#container_top:before {
  content: "";
  position: absolute;
  left: -3px;
  width: 115%;
  height: 200%;
  background-color: #ffffff;
  top: -140px;
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}

#container_bottom {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

#container_bottom:before {
  content: "";
  position: absolute;
  left: -3px;
  width: 115%;
  height: 200%;
  background-color: #228ae6;
  top: -140px;
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}
#open_vac {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
  background-color: #fa3e3e;
  font-size: 12px;
  line-height: 23px;
  height: 23px;
  width: 21px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  top: -12px;
  right: -10px;
}

#container_top_i {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
  background-color: #228ae6;
}

#container_top_i:before {
  content: "";
  position: absolute;
  left: -3px;
  width: 115%;
  height: 200%;
  background-color: #ffffff;
  top: -140px;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}

#container_bottom_i {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

#container_bottom_i:before {
  content: "";
  position: absolute;
  left: -3px;
  width: 115%;
  height: 200%;
  background-color: #228ae6;
  top: -140px;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}

#content_block_2,
#content_block_3,
#content_block_4,
#content_block_6,
#content_block_7 {
  width: 100%;
  float: left;
}

#content_block_6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#content_block_6 #content {
  margin: 0 auto;
  width: 1000px;
  box-sizing: border-box;
}

#content_block_6 #content #left,
#content_block_6 #content #right {
  width: 450px;
  box-sizing: border-box;
  padding-bottom: 40px;
}

#content_block_6 #content #left {
  float: left;
}
#content_block_6 #content #right {
  float: right;
  position: relative;
}

#content_block_6 #content #right #open_vac_2 {
  background-color: #fa3e3e;
  font-size: 12px;
  line-height: 23px;
  height: 23px;
  width: 21px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: 180px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
}

#content_block_6 #content #right ul {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px 0 5px;
  margin: 0 0 0 0;
  list-style: none;
}

#content_block_6 #content #right ul li {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 5px 0 5px 0;
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(68, 68, 68);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left-color: rgb(68, 68, 68);
  border-left-style: none;
  border-left-width: 2px;
  border-right-color: rgb(68, 68, 68);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(68, 68, 68);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-style: none;
  border-top-width: 0px;
  border-left: 4px solid #228ae6;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
}

#content_block_6 #content h1,
h2 {
  font-family: "Roboto", Arial, sans-serif;
  text-align: left;
  width: 100%;
  float: left;
  margin: 0;
}

#content_block_6 #content p {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: block;
  color: #495057;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
  margin-bottom: 2px;
}

#process {
  margin: 0 auto;
  width: 1200px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}

#process_illustration {
  width: 465px;
  box-sizing: border-box !important;
  float: left;
  position: relative;
}

#process_illustration li .bottom {
  position: absolute;
  left: 50%;
  bottom: -27px;
  -webkit-transform: translate(-50%, -0);
  transform: translate(-50%, 0);
  z-index: 200;
}

#process_illustration li .top {
  position: absolute;
  left: 50%;
  top: -54px;
  -webkit-transform: translate(-50%, -13);
  transform: translate(-50%, 0);
  z-index: 100;
}

#process_illustration ul,
#process_illustration ul li {
  width: 100%;
  box-sizing: border-box !important;
  padding: 10px;
  list-style: none;
  text-align: center;
  color: #ffffff;
  float: left;
}
#process_illustration ul {
  padding: 0 60px 0 0;
  position: relative;
}
#process_illustration ul li {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
  box-sizing: border-box;
  margin: 3px 0 5px 0;
  position: relative;
  border-radius: 7px;
}

#curl_back {
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 8%;
  height: 84%;
  width: 60px;
  border-bottom: 10px solid #f39c12;
  border-right: 10px solid #f39c12;
  border-top: 10px solid #f39c12;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#curl_back .bottom {
  position: relative;
  top: -21px;
  left: -22px;
  color: #ffffff;
  z-index: 100;
}

#curl_back .top {
  position: relative;
  top: -21px;
  left: -34px;
  color: #f39c12;
  z-index: 200;
}

#process_illustration li h2 {
  font-size: 19px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  padding-top: 10px;
  text-align: center;
}
#process_illustration li p {
  font-size: 16px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  padding-top: 5px;
  text-align: center;
  opacity: 0.8;
}

#process_illustration img {
  width: 424px;
}

#process_explenation {
  width: 658px;
  float: right;
  box-sizing: border-box;
  padding-top: 125px;
}

#process_explenation p {
  color: #495057;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 28px;
}

#content_block_3 {
  padding-top: 80px;
  padding-bottom: 60px;
}

#content_block_4 {
  padding-top: 80px;
  padding-bottom: 60px;
}

#why,
#partners,
#footer_intro {
  width: 100%;
  float: left;
  background-color: #228ae6;
  box-sizing: border-box;
}

#footer_intro {
  padding-bottom: 40px;
}

#workfields {
  display: flex;
  margin: 0 auto;
  width: 1200px;
}

#workfields h2 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  margin: 15px 0 10px 2px;
}

#workfields p {
  text-align: justify;
  width: 100%;
  color: #495057;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 28px;
}

.field {
  box-sizing: border-box;
  width: 300px;
  float: left;
  text-align: left;
  padding: 0 20px 40px 20px;
}

#why_content,
#partners_content,
#footer_intro_content {
  margin: 0 auto;
  width: 1000px;
  padding: 20px 0px 20px 0;
  box-sizing: border-box;
}

.contact_container {
  margin: 0 auto;
  width: 750px;
  padding: 20px 0px 20px 0;
  box-sizing: border-box;
}

#contact_top {
  display: none;
  height: 175px;
  background-color: #eeeff0;
  position: relative;
}

.contact_container div {
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  display: block;
  font-size: 18px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
  margin-top: -5px;
}

.contact_container .last {
  width: 150px !important;
}

.contact_container p {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
}
.contact_container h2 {
  margin: 0 0 0 0;
  font-size: 18px;
  font-weight: 200;
  font-family: "Roboto", Arial, sans-serif;
}

#partners_content ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 0;
}

#partners_content li {
  color: #ffffff;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  list-style: none;
  float: left;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
}

#why_content h1,
#partners_content h1,
#footer_intro_content h1 {
  color: #ffffff;
  text-align: right;
  font-weight: 200;
}

#partners_content h1,
#partners_content p {
  text-align: left !important;
}
#footer_intro_content h1 {
  text-align: center !important;
}

#why_content p,
#partners_content p {
  color: #ffffff;
  text-align: right;
  box-sizing: border-box;
  float: left;
  display: block;
  font-size: 18px;
  font-weight: 100;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
}

#main_kpi a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
}

#map {
  position: relative;
  float: left;
  width: 100%;
  height: 40vh;
}

#map #overlay_map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: url('../img/test2.jpg');
    background-size: cover;
    background-position: center center;*/
  background-color: #495057;
  opacity: 0.8;
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  #anaglyphic_name h1 {
    font-size: 2.5em;
    margin-top: 100px;
  }
  #anaglyphic_name h2 {
    font-size: 13px;
    margin-top: auto !important;
  }
  #anaglyphic_name #logo {
    width: 75px !important;
    height: 75px !important;
  }

  #main_kpi {
    bottom: -20px;
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  #first_intro,
  #page-content #intro {
    width: 100%;
  }

  #why_content,
  #partners_content,
  #footer_intro_content {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }

  #why_content h1,
  #why_content p {
    text-align: left;
  }

  #workfields,
  #process,
  .field,
  #process_illustration,
  #process_illustration img,
  #process_explenation {
    width: 100%;
  }

  #process_explenation {
    float: left;
    padding: 20px 0 20px 0 !important;
  }

  #process_explenation h2,
  #process_explenation p,
  #process h1 {
    /*text-align: center;*/
  }

  #partners_content li {
    width: 50%;
  }

  #main_menu {
    display: none;
  }

  #content_block_6 {
    padding: 0 !important;
  }

  #content_block_4 {
    padding-bottom: 20px !important;
  }

  #content_block_6 #content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  #content_block_6 #content p {
    font-size: 16px;
  }

  .contact_container {
    width: 100%;
    padding-top: 60px;
  }

  .contact_container div,
  .contact_container .last {
    width: 100% !important;
    padding-bottom: 20px;
  }

  .contact_container div p,
  .contact_container div h2 {
    text-align: center;
  }

  #contact_top {
    height: 525px;
  }

  #content_block_6 #content #left,
  #content_block_6 #content #right {
    width: 100%;
  }

  #content_block_6 #content #right {
    float: left;
    padding-bottom: 10px;
  }
  #content_block_6 #content #right #open_vac_2 {
    left: 200px;
  }

  .nomobile {
    display: none;
  }
}
