* {
  box-sizing: border-box;;
}

@font-face {
font-family: "DIN2014-Regular";
src: url("/resources/fonts/DIN2014-Regular.woff2") format("woff2")
}
@font-face {
font-family: "DIN2014-Bold";
src: url("/resources/fonts/DIN2014-Bold.woff2") format("woff2")
}
@font-face {
  font-family: "DIN2014-Light";
  src: url("/resources/fonts/DIN2014-Light.woff2") format("woff2")
}
@font-face {
  font-family: "DIN2014-ExtraLight";
  src: url("/resources/fonts/DIN2014-ExtraLight.woff2") format("woff2")
}


body {
  background-color: #1D1B1B;  
  font-family: 'DIN2014-Regular';
  margin: 0;
  padding: 0;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
}
.hidden {
  display: none;
}
#app {
  position: absolute;
  top: 900px;
  left: 40px;
  color: red;
  font-size: 40px;
  background-color: blue;
}
.title {
  background-color: #ebebeb;
  height: 55px;
  padding-top: 12px;
  font-size: 30px;
  color: #a0a0a0;
  padding-left: 50px;
  font-family: "DIN2014-Bold";
}
.header {
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  height: 230px;
}
.header .logo {
  float: left;
  width: 430px;
}
.header img {
  width: 300px;
}
.header .welcome {
  float: left;
  color: #fff;
  text-align: left;  
  padding: 0;
  padding-top: 10px;
}
.header .welcome  h1 {
  margin: 0;
  padding: 0;
  background-color: red;
}
.header .welcome h1 p {
  margin: 0;
  padding: 0;
  font-size: 35px;
  display: inline-block;
  font-family: "DIN2014-Light";
  float: left;
}
.header .welcome h1 span {
  display: inline-block;
  width: 1px;
  height: 40px;
  margin: 0px 20px 0 20px;
  border-right: 1px solid #fff;
  float: left;
}
.header .welcome h2 {
  font-family: "DIN2014-Bold";
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 50px;
}
.header .locales {
  
  position: absolute;
  right: 10px;
  top: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .locales li {
  display: inline-block;
  background-color: transparent;
  padding: 5px;
}
.header .locales li.active {
  background-color: #1186c0;
}
.header .locales li a {
  font-family: "DIN2014-Bold";
  color: #fff;
  text-decoration: none;  
}
.middle {
  clear: both;
  width: 100%;
}
.middle .planning {
  width: 600px;
  height: 538px;
  float: left;
  background-color: #fff;
}
.planning ul {
  list-style-type: none;
  margin-left: 50px;
  padding: 0;
}
.planning ul li {
  padding: 0;
  border-bottom: 3px solid #ebebeb;
  height: 100px;
  margin-top: 20px;
}
.planning ul li:last-child {
  border: 0;
}
.planning ul p {
  font-weight: bolder;
  font-size: 20px;
   font-family: "DIN2014-Regular";
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.planning ul span {
  font-weight: bolder;
  font-size: 20px;
   font-family: "DIN2014-Light";
}
.plan {
  clear: both;
  background-color: #fff;
}

.footer .occupation {
  color: #fff;
  width: 605px;
  float: left;  
  border: 0;
}

.tags {
  padding-left: 50px;
  padding-top: 60px;
}
.tag {
  width: 240px;
  height: 185px;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  margin-right: 30px;
}
.tag p {
  font-size: 100px;
  line-height: 190px;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "DIN2014-Bold";
}
.tag.green {
  background-color: #65b749;
}
.tag.red {
  background-color: #ff0000;
}

.footer .quality {
  float: right;
  width: 475px;
  border: 0;
}
.quality p {
  display: block;
  margin-top: 95px;
  font-size: 75px;
  padding: 0;
  padding-left: 45px;
  color: #65b749;
  font-family: "DIN2014-Regular";
}

.plan-content {
  position: relative;
  width: 100%;
  text-align: center;
  height: 737px;
}
.plan-content img {
  position: absolute;
  top: 0;
  left: 0;
}
.plan-content .layer {
  opacity: 0.5;
}
.plan-content div {
  position: absolute;
}
.plan-content #handler0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.plan-content #handler1 {
  top: 160px;
  left: 340px;
  width: 280px;
  height: 140px;
  /* background-color: green; */
  opacity: 0.5;
}
.plan-content #handler2 {
  top: 280px;
  left: 0;
  width: 380px;
  height: 390px;
  /* background-color: blue; */
  opacity: 0.5;
}
.plan-content #handler3 {
  top: 480px;
  left: 450px;
  width: 220px;
  height: 190px;
  /* background-color: brown; */
  opacity: 0.5;
}
.plan-content #handler4 {
  top: 480px;
  left: 670px;
  width: 400px;
  height: 190px;
  /* background-color: pink; */
  opacity: 0.5;
}
.illustration {
  position: relative;
}
.panel {
  position: absolute;
  right: 0;
  width: 0;
  height: 538px;
  background-color: rgba(0, 0, 0, 0.8); 
  transition: width 0.5s ease;
  color: #fff;
  font-size: 25px;
  overflow: hidden;
}
.panel.open {
  width: 480px;    
}
.panel .inner {
  margin: 0px 30px auto 50px;
  width: 380px;
  height: 538px;
}
.panel a {
  color: #fff;
  text-decoration: none;
  font-family: 'DIN2014-ExtraLight';
  font-size: 80px;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  top: 10px;
}
.panel h3 {
  font-family: 'DIN2014-Bold';
  font-size: 40px;
  padding: 0;
  line-height: 40px;
  margin: 10px auto;
}
.panel h4 {
  font-family: 'DIN2014-Light';
  font-size: 50px;
  margin: 20px auto 10px auto;
  padding: 0;
  font-weight: 100;
}
.panel button {
  background-color: #65b749;
  color: #fff;
  border: 0;
  padding: 20px;
  font-size: 20px;
  font-family: 'DIN2014-Bold';
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
  text-transform: uppercase;
}
.panel button.disabled {
  opacity: 0.5;
  background-color: #ff0000;
  display: none;
}
.panel button:focus { 
  outline: none;
  background-color: #4d8a39;
}

.count {
  font-family: 'DIN2014-Bold';
  background-color: #666;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  opacity: 0.8;
  color: #fff;
  font-size: 40px;
  line-height: 100px;
}

#count1 {
  top: 190px;
  left: 430px;
}
#count2 {
  top: 410px;
  left: 230px;
}
#count3 {
  top: 520px;
  left: 520px;
}
#count4 {
  top: 510px;
  left: 820px;
}