.takeout {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
}

.takeout__title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.takeout__subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.takeout__subtitle-title {
  color: #fff;
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  font-family: DINPro_Bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .takeout__subtitle-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .takeout__subtitle-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 675px) {
  .takeout__subtitle-title {
    font-size: 11vw;
  }
}

.takeout__subtitle-sub {
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .takeout__subtitle-sub {
    font-size: 20px;
  }
}

.takeout__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.takeout__block svg {
  width: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .takeout__block svg {
    height: 100vh;
    width: auto;
  }
}

.takeout__block svg:nth-child(2) {
  z-index: 3;
}

.takeout__textarea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .takeout__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.takeout__textarea p {
  color: #fff;
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .takeout__textarea p {
    font-size: 20px;
  }
}

.takeout__textarea-left {
  width: 300px;
  position: relative;
}

.takeout__textarea-mid {
  width: 90%;
  max-width: 550px;
}

@media screen and (max-width: 991px) {
  .takeout__textarea-mid {
    height: 50vh;
  }
}

.takeout__textarea-right {
  width: 300px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .takeout__textarea-right {
    width: 90%;
  }
}
/*# sourceMappingURL=takeout.css.map */