@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.reset-css {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

input {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  background: #f5f5f5;
}

@media (min-width: 320px), (max-width: 820px) {
  .wrapper {
    padding: 32px 16px 0px;
    width: 100%;
    height: 100vh;
  }

  .img_btn {
    padding: 0 11px 0 0;
  }
  .banner_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 15px;
  }
  .box_range {
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 45%;
  }
  .btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    background: #536dfe;
    color: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 40%;
  }
  .text_btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  .empty_progress {
    height: 8px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    background: rgba(0, 0, 0, 0.12);
  }
  .porgress_like {
    position: absolute;
    width: 70px;
    height: 8px;
    border-radius: 4px;
    left: 0;
    background: red;
    display: flex;
    justify-content: end;
  }
  .thumb {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: transparent;
  }
  .like_img {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;

    background-image: url("/img/imgGpb/like.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .like_angry {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;

    background-image: url("/img/imgGpb/angry.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .like_scares {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;

    background-image: url("/img/imgGpb/scares.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
