@import "HelveticaNeue/stylesheet.css";
body {
  font-family: "HelveticaNeue", sans-serif;
  background: #1f2022;
  font-size: 16px;
  min-width: 375px;
  color: #fff;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

.wrap {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 24px;
  }
}

header {
  padding-top: 30px;
  margin-bottom: 70px;
}
header .logo {
  display: inline-block;
  text-decoration: none;
  background: url(../img/logo-head.png) no-repeat;
  width: 274px;
  height: 80px;
  margin-right: 30px;
  vertical-align: middle;
}
header .text {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 19px;
  line-height: 1.2;
  padding: 6px 10px;
  color: #f1eee4;
}
header .text b {
  font-size: 17px;
  font-weight: bold;
}
header .text i {
  display: block;
  width: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
header .text i:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
header .text i:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .text i + i {
  left: auto;
  right: 0;
}
header .text i + i:before {
  left: auto;
  right: 0;
  top: 0;
}
header .text i + i:after {
  left: auto;
  right: 0;
  bottom: 0;
}
header .btn-qrcode {
  display: inline-block;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  color: #f1eee4;
  padding-left: 68px;
  position: relative;
  text-align: left;
  cursor: pointer;
  position: relative;
}
header .btn-qrcode i {
  width: 45px;
  height: 45px;
  background: url(../img/qrcode.jpg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .btn-qrcode .popup {
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
header .btn-qrcode:hover .popup {
  display: block;
}
@media (max-width: 767px) {
  header {
    margin-bottom: 40px;
  }
  header .logo {
    margin-bottom: 20px;
  }
  header .text {
    width: 100%;
    font-size: 15px;
  }
  header .text b {
    font-size: 15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

section.top-img .img {
  margin: 0 auto;
  max-width: 685px;
  padding-bottom: 140px;
}
section.top-img .img img {
  width: 100%;
}
section.top-img .row {
  border-top: 2px solid #38393a;
  padding-top: 17px;
  padding-bottom: 17px;
}
section.top-img .text {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #808080;
}
section.top-img .text i {
  display: block;
  width: 57px;
  height: 57px;
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
}
section.top-img .text a {
  color: #808080;
  text-decoration: underline;
}
section.top-img .text b {
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  section.top-img {
    padding-bottom: 200px;
  }
  section.top-img .img {
    padding-bottom: 50px;
  }
}

section.about-app {
  background: #f1eee4;
  padding-top: 120px;
  padding-bottom: 120px;
}
section.about-app .wrap-phone {
  width: 95%;
  margin: 0 auto;
}
section.about-app .phone {
  border-radius: 50%;
  background: #d7cdbb;
  position: relative;
  width: 100%;
  padding-top: 95%;
  position: relative;
}
section.about-app .phone i {
  display: block;
  width: 66%;
  padding-top: 122%;
  background: url(../img/phone.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.about-app .item {
  padding-left: 17%;
  margin-bottom: 50px;
}
section.about-app .item:last-child {
  margin-bottom: 0;
}
section.about-app .item img {
  margin-bottom: 20px;
}
section.about-app .item .tl {
  font-weight: bold;
  font-size: 21px;
  color: #211f15;
  line-height: 1.3;
  margin-bottom: 20px;
}
section.about-app .item p {
  font-weight: 500;
  font-size: 21px;
  color: #666359;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.about-app {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  section.about-app .wrap-phone {
    width: 77%;
    margin: -158px auto 100px;
  }
  section.about-app .item {
    padding-left: 0;
  }
}

section.big-text {
  background: #bca88f;
  color: #ec6c3f;
  padding-top: 84px;
  padding-bottom: 84px;
}
section.big-text p {
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 74px;
}
section.big-text div span {
  font-weight: 600;
  font-size: 156px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 74px;
  line-height: 1;
  text-align: left;
}
@media (max-width: 767px) {
  section.big-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.big-text p {
    font-size: 19px;
    margin-bottom: 30px;
  }
  section.big-text div span {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

section.about-download-app {
  background: #f9e373;
  padding-top: 84px;
  padding-bottom: 128px;
}
section.about-download-app .text {
  font-weight: 300;
  font-size: 41px;
  margin: 0 0 55px;
  color: #ec6c3f;
  line-height: 1.4;
}
section.about-download-app .text b {
  font-weight: 600;
}
section.about-download-app p {
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  color: #000;
}
section.about-download-app .links {
  text-align: center;
}
section.about-download-app .links a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 50px;
}
section.about-download-app .links div {
  position: relative;
}
section.about-download-app .links div a {
  display: block;
  margin-bottom: 0;
}
section.about-download-app .links div .popup {
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
}
section.about-download-app .links div:hover .popup {
  display: block;
}
@media (max-width: 767px) {
  section.about-download-app {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.about-download-app p {
    margin-bottom: 30px;
  }
  section.about-download-app .text {
    font-size: 28px;
    margin: 0 0 25px;
    line-height: 1.3;
  }
}

footer {
  padding-top: 75px;
  padding-bottom: 40px;
}
footer .tl {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
footer ul {
  display: block;
  padding: 0;
  margin: 0 0 20px;
}
footer ul li {
  display: block;
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover {
  color: #f9e373;
  text-decoration: none;
}
footer .down {
  margin-top: 80px;
  border-top: 2px solid #4e4d46;
  padding-top: 50px;
}
footer .down .social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
footer .down .social a img {
  height: 26px;
}
footer .down .social a:last-child {
  margin-right: 0;
}
footer .down .link {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin-left: 35px;
}
footer .down .link:hover {
  color: #f9e373;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .down {
    margin-top: 30px;
    padding-top: 30px;
  }
  footer .down .social {
    text-align: center;
  }
  footer .down .social a {
    margin: 0 15px 20px;
  }
  footer .down .link {
    margin: 0 20px;
  }
}

.popup {
  width: 210px;
  border-radius: 20px;
  position: absolute;
  background: #ec6c3f;
  padding: 30px 15px 15px;
  z-index: 10;
  display: none;
}
.popup span {
  display: block;
  text-align: center;
  color: #f9e373;
  margin-bottom: 15px;
  font-size: 19px;
}
.popup em {
  display: block;
  background: #ffffff;
  border-radius: 20px;
  padding: 15px;
}
.popup em img {
  width: 100%;
}

/*# sourceMappingURL=styles.css.map */
