.news-page{padding:40px 0}.news-list{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:2rem;max-width:1200px;margin:0 auto}.news-page .news-card:first-child{grid-column:span 2;grid-row:span 2;border-radius:28px 28px 0 28px}.news-card{position:relative;border-radius:28px 28px 28px 0;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease , box-shadow .3s ease;background:#fff}.news-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.news-card a{display:block;height:100%;text-decoration:none;color:inherit}.news-card img{width:100%;object-fit:cover;transition:transform .3s ease}.news-page .news-card:first-child img{position:absolute;top:0;left:0;z-index:1}.news-page .news-card:not(:first-child) img {height:60%}.latest-news .news-list{max-width:max-content;grid-template-columns:repeat(4,1fr)}.latest-news .news-card{display:flex;justify-content:flex-end;flex-direction:column;height:300px}.news__img{display:flex;height:60%}.company_new{display:flex;margin-bottom:3rem;margin-top:1rem}.new_main_img{display:contents;padding:1rem}.new_main_img img{box-shadow:-20px 20px 0 var(--second-color-accent);border-radius:0 0 0 60px;max-width:50%}.new_content{padding:1rem}.news-description{padding:1rem}.latest-news .news-card a{height:auto}.card-description{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;z-index:2}.news-page .news-card:not(:first-child) .card-description {position:relative;background:#fff;color:#333;height:40%;display:flex;flex-direction:column;justify-content:center}.card-title{margin:0 0 8px 0;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-page .news-card:first-child .card-title{font-size:28px;-webkit-line-clamp:3}.news-page .news-card:not(:first-child) .card-title {font-size:18px}.date{font-size:14px;opacity:.8;font-weight:400}.news-page .news-card:first-child .date{font-size:16px}.news-card:hover img{transform:scale(1.05)}@media (max-width:1024px){.news-list{grid-template-columns:repeat(2,1fr);gap:2rem}.news-page .news-card:first-child{grid-column:span 2;grid-row:span 2;height:575px}.news-page .news-card:first-child .card-title{font-size:24px}.news-page .news-card:not(:first-child) .card-title {font-size:16px}}@media (max-width:768px){.news-list{grid-template-columns:1fr;gap:2rem;grid-auto-rows:280px}.latest-news .news-list{grid-template-columns:1fr;gap:2rem;grid-auto-rows:280px}.news-page .news-card:first-child{grid-column:span 1;grid-row:span 1;height:280px}.news-page .news-card:first-child .card-title{font-size:20px}.news-card:not(:first-child) .card-title {font-size:14px}.new_main_img{display:none}.card-description{font-size:12px;padding:15px}}.news-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background: linear-gradient(
  45deg,
  transparent 30%,
  rgba(255, 255, 255, 0.1) 100%
 );opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.news-card:hover::before{opacity:1}.news-card{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.news-card:nth-child(1) {animation-delay:.1s}.news-card:nth-child(2) {animation-delay:.2s}.news-card:nth-child(3) {animation-delay:.3s}.news-card:nth-child(4) {animation-delay:.4s}.news-card:nth-child(5) {animation-delay:.5s}.news-card:nth-child(6) {animation-delay:.6s}.news-card:nth-child(7) {animation-delay:.7s}.news-card:nth-child(8) {animation-delay:.8s}.news-card:nth-child(9) {animation-delay:.9s}@keyframes fadeInUp {
 to {
  opacity: 1;
  transform: translateY(0);
 }
}.news-card:not(:first-child):not(:has(img)) .card-description {height:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.pagination{display:flex;justify-content:center;align-items:center;margin-top:40px}.pagination a,.pagination span{padding:10px 15px;border:1px solid #ddd;color:#333;text-decoration:none;border-radius:5px;transition:all .3s ease}.pagination a:hover{background:#667eea;color:#fff;border-color:#667eea}.pagination .current{background:#667eea;color:#fff;border-color:#667eea}