@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.d-block {display: block !important;}
.d-none {display: none !important;}

#app {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 10000;
  overflow-x: hidden;
  background: #58595B;
  text-align: center;
}

#logo {
  display: block;
  width: 155px;
  margin: 50px auto 100px auto;
}

h1 {
  font-weight: normal;
  font-size: 80px;
  line-height: 98px;
  color: #ffffff;
  margin-bottom: 138px;
}

#titleOrder {
  width: 1130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.titleOrder {
  width: 100% !important;
  display: block !important;
}

.sumOrder {
  width: 470px;
  /* height: 303px; */
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 250px;
  /* line-height: 305px; */
  color: #2DCA89;
}

.sumOrder p {
  font-style: normal;
  font-weight: 200;
  font-size: 48px;
  /* line-height: 57px; */
  color: #FFFFFF;
  margin-bottom: 38px;
}

.sumOrderMini {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 5rem !important;
  font-size: 12rem !important;
}

.sumOrderMini p {
  font-size: 2rem !important;
  margin-bottom: 0.2rem !important;
}

#addGPSLink {
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#addGPSLink label {
  font-size: 12px;
  line-height: 14px;
  color: #E2E2E2;
  margin-right: 29px;
}

#addGPSLink input {
  background: #58595B;
  color: #ffffff;
  width: 200px;
  height: 32px;
  border: 1px solid #E2E2E2;
}

#gpsWindow {
  border: 0;
}

#closeGPS {
  position: absolute;
  color: #ffffff;
  cursor: pointer;
  bottom: 5px;
  margin-right: 30px;
}

@media (max-width: 1129.98px) {
  #titleOrder {
    width: 100%;
    display: block;
  }

  h1 {
    display: none;
  }

  .sumOrder {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    font-size: 12rem;
  }

  .sumOrder p {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}