
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  color: #fff;
  background: var(--Background-Primary-Black, rgba(17, 19, 21, 1));
}


@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;

  src: url("Montserrat-Regular.woff") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;

  src: url("Montserrat-SemiBold.woff") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;

  src: url("Montserrat-Bold.woff") format("opentype");
}

.container {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}


header {
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 100px 341px 5px 341px;
}

.bottom-block {
  flex: 1;
}

.top-block-wrap {
  display: block;
  width: 758px;
  height: 100%;
  text-align: center;
}

.logo {
  display: flex;
  justify-content: center;
}

.logo img {
  width: 300px;
  height: 92.63px;
}

.heart {
  display: flex;
  align-items: center;
}


.top-block-content {
  width: 758px;
  height: 278px;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 150px;
}

h1 {
  width: 758px;
  height: 66px;
  color: rgba(255, 255, 255, .9);
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
}

.title p {
  width: 659px;
  height: 68px;
  padding-top: 16px;
  color: rgba(255, 255, 255, .9);
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 400;
  line-height: 34.13px;
  text-align: center;
}

.buttons {
  display: flex;
  justify-content: center;
  padding-top: 48px;

  gap: 20px;
}


.btn-chat,
.btn-chat_mobile,
.btn-app-store,
.btn-google-play {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 80px;
  padding: 12px 20px 12px 12px;
  color: black;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffba2c;
  border-radius: 20px;
  cursor: pointer;

  gap: 8px;
  ;
}

.btn-app-store,
.btn-google-play {
  display: none;
}

.btn-chat,
.btn-chat_mobile {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  transition-duration: .5s;
}
.btn-chat_mobile {
  display: none;
  color: white;
  background-color: black;
}

.btn-app-store,
.btn-google-play {
  background-color: #000;
  border: 3px solid rgba(254, 164, 24, 1);
}
.btn-chat_mobile svg,
.btn-chat svg,
.btn-app-store svg,
.btn-google-play svg {
  width: 40px;
  height: 40px;

  fill: currentColor;
}

.btn-app-store img,
.btn-google-play img {
  height: 70px;
}


.bottom-block {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  width: calc(100% + 40px);
  height: 537px;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
}

.bottom-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgba(17, 19, 21, .00) 0%, rgba(17, 19, 21, .79) 50.11%, rgba(17, 19, 21, 1) 94.88%);
}




.swiper-container {
  width: auto;
  height: 537px;
}

.swiper-wrapper {
  text-align: center;
          transition-timing-function: linear !important;

  -webkit-transition-timing-function: linear !important;
}


.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 95%;
  height: 100%;
  border-radius: 16px;

  object-fit: cover;
}

.img-girl {
  display: none;
}



@media only screen and (max-width: 768px) {
  .btn-app-store,
  .btn-google-play {
    background-color: #000;
    border: 3px solid rgba(254, 164, 24, 1);
  }
  .btn-chat_mobile {
    display: block;
  }
  .btn-chat {
    display: none !important;
  }

  .container {
    height: 100svh;
  }
  header {
    padding: 0;
  }
  .logo {
    justify-content: flex-start;
    padding-left: 15px;
  }

  .logo img {
    width: auto;
    height: 50px;
  }
  h1 {
    width: 343px;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .top-block-content {
    position: relative;
    max-width: 100%;
    text-align: center;
  }

  .top-block-wrap {
    height: 100svh;
  }

  .title {
    height: 98px;
  }
  .title p {
    width: 343px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .top-block-wrap {
    width: 100%;
  }

  .top-block-content {
    position: absolute;
    position: absolute;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    color: white;
    text-align: center;
  }

  .buttons {
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .btn-chat,
  .btn-app-store,
  .btn-google-play {
    width: 343px;
  }

  .bottom-block {
    display: none;
    justify-content: center;
    width: 100%;
    height: 100svh;
    margin: 0;
    ;
  }

  .swiper-container {
    width: 100%;
  }


  .logo {
    margin-top: 10px;
  }



  h1,
  .title p {
    z-index: 3;
  }




  .img-girl {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .img-girl img {
    display: block;
    width: 100%;
    height: auto;
  }
  .img-girl video {
    display: block;
    width: 100%;
    height: auto;
  }

  .img-girl::before,
  .img-girl::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
  }

  .img-girl::before {
    top: -2px;
    height: 5%;
    background: linear-gradient(0deg, rgba(17, 19, 21, .00) 0%, rgba(17, 19, 21, .79) 50.11%, rgba(17, 19, 21, 1) 94.88%);
  }

  .img-girl::after {
    bottom: -2px;
    left: 0;
    z-index: 1;
    height: 30%;
    background: linear-gradient(180deg, rgba(17, 19, 21, 0) 0%, rgba(17, 19, 21, .78785) 50.11%, #111315 94.88%);
  }
}

.footer-links {
  padding: 20px 0;
  font-size: 9px;
  text-align: center;
}
.footer-links a {
  margin: 0 5px;
  color: rgba(255, 255, 255, .9);
  font-family: Montserrat;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
