.telegram-picks { max-width: 1100px; margin: 30px auto; padding: 0 16px; font-family: Arial, sans-serif; } .telegram-picks__head { text-align: center; margin-bottom: 28px; } .telegram-picks__head h2 { margin: 0 0 8px; font-size: 32px; font-weight: 800; color: #fff; } .telegram-picks__head p { margin: 0; color: #9da4b5; font-size: 15px; } .telegram-picks__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; } .tg-card { position: relative; display: flex; overflow: hidden; min-height: 190px; border-radius: 22px; background: linear-gradient(145deg, #191b29, #10111a); border: 1px solid rgba(255,255,255,.07); box-shadow: 0 12px 35px rgba(0,0,0,.25); transition: .3s ease; } .tg-card:hover { transform: translateY(-5px); border-color: rgba(116, 93, 255, .55); box-shadow: 0 18px 45px rgba(72, 50, 180, .25); } .tg-card__photo { position: relative; flex: 0 0 180px; overflow: hidden; } .tg-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; } .tg-card:hover .tg-card__photo img { transform: scale(1.06); } .tg-card__photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #191b29 100%); } .tg-card__content { position: relative; z-index: 2; padding: 22px 22px 20px 8px; display: flex; flex-direction: column; justify-content: center; flex: 1; } .tg-card__badge { display: inline-flex; width: max-content; padding: 5px 9px; margin-bottom: 9px; border-radius: 8px; background: rgba(255, 74, 133, .13); color: #ff6c9b; font-size: 11px; font-weight: 700; text-transform: uppercase; } .tg-card__title { margin: 0 0 8px; color: #fff; font-size: 19px; line-height: 1.2; font-weight: 800; } .tg-card__text { margin: 0 0 17px; color: #9ea4b5; font-size: 13px; line-height: 1.45; } .tg-card__button { display: inline-flex; align-items: center; justify-content: center; width: max-content; padding: 10px 17px; border-radius: 11px; background: linear-gradient(135deg, #7161ff, #9a58ff); color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; box-shadow: 0 7px 20px rgba(113,97,255,.22); transition: .25s; } .tg-card__button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(113,97,255,.35); } .tg-card__telegram { margin-left: 6px; font-size: 15px; } @media (max-width: 700px) { .telegram-picks { padding: 0 10px; } .telegram-picks__head h2 { font-size: 25px; } .telegram-picks__grid { grid-template-columns: 1fr; gap: 13px;  padding: 0 15px;} .tg-card { min-height: 155px; border-radius: 18px; } .tg-card__photo { flex: 0 0 125px; } .tg-card__content { padding: 16px 14px 16px 4px; } .tg-card__title { font-size: 16px; } .tg-card__text { font-size: 12px; margin-bottom: 12px; } .tg-card__button { padding: 8px 13px; font-size: 12px; } } @media (max-width: 420px) { .tg-card__photo { flex: 0 0 105px; } .tg-card__badge { font-size: 9px; padding: 4px 7px; } .tg-card__title { font-size: 15px; } }