@font-face {
  font-family: Peyda;
  src: url('Peyda.woff');
  font-weight: normal;
  font-display:swap;
}
body {
    margin: 0;
    background: #f6f7f9;
    font-family: Peyda
}

.wrap {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 24px;
    box-shadow: 0 10px 30px #0001
}

.head {
    display: flex;
    gap: 20px;
    align-items: center
}

.logo {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}
h1,h2,h3{font-size:18px}
.meta {
    display: flex;
    gap: 16px;
    color: #666;
    margin-top: 10px
}
.meta span{background:#eee;padding: 10px;width: 100%;border-radius: 14px;text-align: center;font-size: 12px;}
.btns {
    display: flex;
    gap: 12px;
    margin: 14px 0;
}

.b {
    text-decoration: none;
    padding: 16px;
    border-radius: 14px;
    background: #f1f3f4;
    color: #222;
    font-weight: 700;
    text-align: center
}

.green {
    background: #16a34a;
    color: #fff;
    width: 100%;
}

.orange {
    background: #ff7a00;
    color: #fff
}

.shots {
    display: flex;
    overflow: auto;
    gap: 14px
}

.shots div {
    min-width: 180px;
    height: 360px;
    background: #f0f0f0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

a {
    color: #0f9d58
}
