@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background: url(https://res.cloudinary.com/dzvf9yvg4/image/upload/v1726824442/bg_fkjq0i.png) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.bg-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.89);
  opacity: 0;
  transition: all 0.5s ease;
}
.box-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 581px 0px 40px;
  width: 100%;
  max-width: 736px;
  background: url(https://res.cloudinary.com/dzvf9yvg4/image/upload/v1726824442/bg-pp_ozpngz.png) no-repeat;
  background-size: 100%;
  transition: all 1s ease;
  text-align: center;
}
.box-popup::after {
  content: url(https://res.cloudinary.com/dzvf9yvg4/image/upload/v1726824441/after_fnsu7f.png);
  position: absolute;
  top: 37px;
  right: -78px;
}
.btn img {
  max-width: 260px;
  margin-bottom: 21px;
}
.btn {
  display: inline-block;
}
.btn:hover {
  filter: saturate(1.1);
  transition: 0.3s linear;
  transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Roboto", sans-serif;
    background: url(https://res.cloudinary.com/dzvf9yvg4/image/upload/v1726824442/bg-mb_knfrr8.png) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
  }
  .box-popup {
    padding: 0px 0px 40px;
  }
  .box-popup::after {
    content: none;
  }
  .box-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 307px 0px 3px;
    width: 100%;
    max-width: 100%;
    background: url(https://res.cloudinary.com/dzvf9yvg4/image/upload/v1726824441/bg-pp-mb_hitkpz.png) no-repeat;
    background-size: 100%;
    transition: all 1s ease;
    text-align: center;
  }
  .btn img {
    max-width: 164px;
    margin-bottom: 0px;
  }
  .close img {
    max-width: 10px;
  }
}
@media screen and (max-width: 380px) {
  .box-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 275px 0px 3px;
    width: 100%;
    max-width: 100%;
    background: url(../images/bg-pp-mb.png) no-repeat;
    background-size: 100%;
    transition: all 1s ease;
    text-align: center;
  }
}
