@import url('reset.css');
@import url('fonts.css');

:root {
  --scale: 1;
}

* {
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 425px;
  min-width: 320px;
}

.content {
  display: flex;
  flex-direction: column;
  padding: 0 16px 37px 16px;
  background: #fff;
}

.main-image {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  margin: 26px 0 13px 0;
  color: #2A2A2A;
}

.list, p {
  color: rgba(42, 42, 42, 0.80);
  font-size: 16px;  
  font-weight: 500;  
  font-style: normal;
  line-height: normal;
  margin-bottom: 16px;
}

.list ul li {
  margin-bottom: 7.5px;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 48px;
  padding: 12px 22px;
  border-radius: 14px;
  background: #4425FF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.buttons .telegram {
  background: #30A7E4;
  gap: 15px;
}
