.pricing { padding: 80px 0; background-color: #f9f9f9; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 20px; color: #333; } .section-subtitle { text-align: center; font-size: 1.2rem; color: #666; margin-bottom: 50px; } .pricing-cards { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; } .pricing-card { background: white; border-radius: 10px; padding: 40px 30px; width: 350px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); position: relative; transition: transform 0.3s; } .pricing-card:hover { transform: translateY(-10px); } .recommended { border: 2px solid #4CAF50; position: relative; } .recommended-label { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #4CAF50; color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; font-weight: bold; } .card-title { text-align: center; font-size: 1.8rem; margin-bottom: 20px; color: #333; } .card-price { text-align: center; margin-bottom: 30px; } .price-amount { font-size: 3rem; font-weight: bold; color: #2196F3; } .price-currency { font-size: 1.5rem; margin-left: 5px; } .price-period { font-size: 1rem; color: #666; } .card-features { list-style: none; padding: 0; margin-bottom: 30px; } .card-features li { padding: 10px 0; border-bottom: 1px solid #eee; color: #555; } .card-button { width: 100%; padding: 15px; background: #2196F3; color: white; border: none; border-radius: 5px; font-size: 1.1rem; cursor: pointer; transition: background 0.3s; } .card-button:hover { background: #1976D2; }
© Партнёр АС
Все права защищены.