body {
  background: #ffe8d3;
}

.le__container {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 78px);
  padding-top: 50px;
  padding-bottom: 20px;
}

.le__img {
  width: 100%;
  max-width: 100%;
}
.le__main-title {
  font-size: 56px;
  font-weight: bold;
  color: #de5835;
  margin-bottom: 2px;
  line-height: 64px;

}

.le-text {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.le-text svg{
  /*vertical-align: top;*/
  margin-bottom: 5px;
}

.le__main-sub-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.09em;
  color: #000;
}



.le__download-app {
  width: 291px;
  height: 91px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  max-width: 100%;
}

.line {
  display: inline-block;
  width: 1px;
  height: 15px;
  margin-left: 20px;
  margin-right: 20px;
  border-right: 1px solid #000;
}

.agreement {
  text-decoration: underline;
  color: #000;
}

footer {
  padding: 10px 0 20px 0;
}

/*@media screen and (max-width: 992px){*/
/*  .le-text {*/
/*    max-width: 442px;*/
/*    margin: auto;*/
/*  }*/
/*}*/

@media screen and (max-width: 575px) {

  .logo {
    width: 60px;
  }
  .le__main-title {
    font-size: 42px;
    line-height: 46px;
    /*white-space: nowrap;*/
  }

  .le__main-sub-title {
    font-size: 18px;
    line-height: 24px;
  }

  .le-text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .le__download-app {
    width: 271px;
    height: 75px;
  }
}
