@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:active, /* активная/посещенная ссылка */
a.text:hover,
a:visited,  /* при наведении */
a.text {
  text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-color: rgb(46, 46, 46);
  color: rgb(46, 46, 46);
}

input {
  -webkit-outline: none;
  outline: none;
}

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

/* @media (min-width: 320px) { */
  .wrapper {
    padding: 32px 16px 0px;
    width: 100%;
    height: 100vh;
  }
  .title {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 5px;
    max-width: 310px;
  }
  .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    max-width: 328px;
    margin-bottom: 10px;
  }

  .list {
    display: flex;
    flex-direction: column;
    padding: 20px 16px 32px;
    gap: 16px;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 12px;
  }
  .list_title {
    width: 296px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    color: rgba(0, 0, 0, 0.87);
  }
  .list_item {
    display: flex;
    gap: 12px;
  }
  .item_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .list_wrap {
    display: flex;
    flex-direction: column;
  }
  .item_img {
    border-radius: 8px;
  }

  .info_btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
  }
  .info_btn1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 8px;
  }

  .disabled .info_title,
  .disabled .info_btn {
    color: rgba(0, 0, 0, 0.38);
  }
  .btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .btn2 {
    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: 10px;
  }
  .img_btn {
    padding: 0 11px 0 0;
  }
  .d_n {
    display: none !important;
  }
  .push_watsapp {
    display: flex;
    align-items: center;
    position: absolute;
    align-self: center;
    top: 0;
    padding: 12px 13px 14px 10px;
    width: 355px;
    height: 135px;
    border-radius: 17px;
    background: var(--system-materials-background-regular-light-add-blur, rgba(249, 249, 249, 0.78));
    /* System Materials/Regular(Default) (Match with BG) */
    backdrop-filter: blur(67.95704650878906px);
  }
  .wrapre2 {
    display: flex;
    justify-content: space-between;
  }
  .animation_start {
    animation-duration: 0.2s;
    animation-name: showNotification;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .img_watsapp {
    width: 36px;
    height: 36px;
  }
  .logoL {
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 4px;
  }

  .watsapp_text {
    font-size: 15px;
    color: #cfcfcf;
  }
  .watsapp_text2 {
    font-size: 15px;
    color: #cfcfcf;
    padding: 5px 10px 0 0;
  }
  .watsap_wrap_title {
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
  }
  .watsap_wrap_img_text {
    position: relative;
  }

  .name_sender {
    font-size: 15px;
    color: #cfcfcf;
    padding: 10px 0px 0 10px;
  }
  .text_messege {
    font-size: 15px;
    color: #cfcfcf;
    padding: 5px 0px 0 10px;
  }

  .android {
    position: absolute;
    align-self: center;
    top: 40px;
    right: 10px;
    width: 95%;
    height: auto;

    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 15%);
    gap: 0px;
  }
  .wrap_title {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 0 0;
  }
  .watsapp_text {
    color: #00ca60;
    font-size: 15px;
    font-weight: bold;
    margin: 2px 0 0 5px;
  }
  .watsapp_text_android {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px 0 0;
  }
  .watsapp_text2 {
    font-size: 15px;
    color: #4d4d4d;
    padding: 5px 10px 0 0;
  }
  .name_sender2 {
    color: var(--System-Colours-Label-Colour-Primary-Light, #000);
    font-family: "SF Pro Text", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 140% */
    letter-spacing: -0.7px;
  }
  .text_messege2 {
    color: var(--System-Colours-Label-Colour-Primary-Light, #000);
    font-family: "SF Pro Text", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .watsapp_text21 {
    font-size: 15px;
    color: #268c78;
    padding: 2px 7px 0px 10px;
    font-weight: bold;
  }
  a {
    text-decoration: none;
  }
}
/* input[type="range"]::-webkit-slider-thumb {
  background-color: red;
} */
