* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 9999999999999999;
}

.popup {
  border-radius: 5px;
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
}

.popup p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.popup .input-email {
  border: 3px solid var(--color-accent);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  width: 432px;
  height: 52px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  border: 1px solid #000;
}

.popup .btn-email {
  background-color: #f7d61e;
  padding: 15px 25px;
  color: #000;
  border: none;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  width: 432px;
  height: 52px;
}

.popup a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  margin-top: -10px;
  display: block;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-popup:after {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}

.overlay-1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 9999999999999999;
}

.popup-1 {
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup-bg {
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 100px 70px;
}

.popup-bg img {
  margin-bottom: 65px;
}

.popup-bg h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.popup-bg span {
  font-size: 18px;
  font-weight: 400;
}

.close-popup-1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup-1:before {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-popup-1:after {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup-1 {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}

.js-overlay-campaign-1 img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

body {
  background-color: #007AFF;
  color: #fff;
}

.header {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='100%' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1074%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(0%2c 89%2c 187%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c157 C 96%2c152.2 288%2c132.6 480%2c133 C 672%2c133.4 768%2c173.2 960%2c159 C 1152%2c144.8 1344%2c81.4 1440%2c62L1440 560L0 560z' fill='rgba(0%2c 106%2c 223%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c494 C 96%2c453.2 288%2c299 480%2c290 C 672%2c281 768%2c427.4 960%2c449 C 1152%2c470.6 1344%2c408.2 1440%2c398L1440 560L0 560z' fill='rgba(0%2c 122%2c 255%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1074'%3e%3crect width='100%' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  padding: 50px 0;
}

.header-logo a img {
  width: 100px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top .download img {
  width: 150px;
  border-radius: 10px;
}

.header-content {
  margin-top: 100px;
  color: #fff;
}

.header-content .text {
  padding-top: 50px;
}

.header-content .text h1 {
  font-size: 60px;
  font-weight: bold;
}

.header-content .text p {
  font-size: 22px;
  margin-top: 30px;
}

.header-content .text .btn {
  text-align: center;
  margin-top: 30px;
}

.header-content .text .btn a {
  margin-top: 30px;
}

.header-content .text .btn a img {
  width: 200px;
  border-radius: 15px;
}

.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel {
  border-radius: 20px;
  border: 2px solid #fff;
}

.carousel .carousel-item img {
  border-radius: 20px;
}

.ban img {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #fff;
}

.info {
  margin-top: 100px;
}

.info .text {
  padding-top: 100px;
}

.info .text h2 {
  font-weight: bold;
  font-size: 50px;
}

.info .text p {
  margin: 20px 0;
  font-size: 22px;
}

.info .text h4 {
  font-weight: bold;
  font-size: 30px;
}

.info .text ul li {
  font-size: 20px;
}

.info-app {
  margin-top: 100px;
}

.info-app .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-app .container .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-app .container .table-item {
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}

.info-app .container .table-item h3 {
  font-size: 80px;
}

.info-app .container .img img {
  border-radius: 20px;
  border: 2px solid #fff;
}

.table > :not(:first-child) {
  border-top: none;
}

.form {
  margin-top: 100px;
}

.form .container h2 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
}

.form .container p {
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
}

.form .container p a{
  color: #fff;
}

.form .container form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}

.form .container form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #c7c2c2;
  outline: none;
}

.form .container form .btn-email {
  width: 100%;
  background-color: #FF7A00;
  border: none;
  outline: none;
  color: #fff;
  padding: 15px;
}

#form-block{
  background-color: #fff;
  color: #000;
  max-width: 700px;
  margin: 0 auto;
}

#form-block form{
  max-width: 100%;
  padding: 30px;
}

#form-block form h3{
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}

#form-block form .div-f {
  display: flex;
  margin: 15px 0;
}

#form-block form .div-f input{
  width: auto;
  margin: 0;
  margin-right: 10px;
}

#form-block form button{
  background-color: #FF7A00;
  border: none;
  outline: none;
  color: #fff;
  padding: 15px 45px;
  margin-top: 20px;
}

.footer {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='100%' height='350' preserveAspectRatio='none' viewBox='0 0 1440 350'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1306%26quot%3b)' fill='none'%3e%3crect width='1440' height='350' x='0' y='0' fill='rgba(0%2c 122%2c 255%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c124 C 96%2c104.4 288%2c26.4 480%2c26 C 672%2c25.6 768%2c115.2 960%2c122 C 1152%2c128.8 1344%2c72.4 1440%2c60L1440 350L0 350z' fill='rgba(0%2c 106%2c 223%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c229 C 96%2c242.2 288%2c296.2 480%2c295 C 672%2c293.8 768%2c223.2 960%2c223 C 1152%2c222.8 1344%2c279.8 1440%2c294L1440 350L0 350z' fill='rgba(0%2c 89%2c 187%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1306'%3e%3crect width='100%' height='350' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  padding: 50px 0;
  background-repeat: no-repeat;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo img {
  width: 100px;
}

.footer-logo .qr {
  margin-left: 20px;
}

.footer .privacy {
  color: #fff;
  text-decoration: none;
}

.footer .privacy:hover {
  text-decoration: underline;
}

.footer-dt {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .info-app .container .table-item h3 {
    font-size: 70px;
  }
  .header-content .text h1 {
    font-size: 45px;
  }
}

@media (max-width: 1200px) {
  .header-content .text {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .info-app .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info .text {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .header-content .text h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .header-content .text {
    padding-top: 30px;
  }
}

@media (max-width: 500px) {
  .info-app .container .table-item h3 {
    font-size: 50px;
  }
  .footer-logo img {
    width: 70px;
  }
  .header-content {
    margin-top: 30px;
  }
  .info-app .container .img img {
    width: 100%;
  }
  .header-content .text h1 {
    font-size: 50px;
  }
  .form .container p, .info .text p, .info .text ul li, .header-content .text p{
    font-size: 18px;
  }
  .header{
    padding-top: 25px;
  }
  .header-logo a img{
    width: 70px;
  }
  .footer-top{
    flex-direction: column;
  }
  .footer-top .footer-logo{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .header-content .text h1, .info .text h2, .form .container h2 {
    font-size: 40px;
  }
}
/*# sourceMappingURL=style.css.map */