.top-nerds{padding-top:140px;padding-bottom:60px;background-color:#fff;min-height:calc(100vh - 80px)}@media (max-width:640px){.top-nerds{padding-top:120px}}.wrapper-top-nerds{max-width:1200px;margin:0 auto;padding:0 20px}.top-nerds-title{font-size:48px;font-weight:700;color:#333;text-align:center;margin-bottom:20px}.top-nerds-subtitle{font-size:18px;color:#666;text-align:center;max-width:800px;margin:0 auto 50px}.nerds-list{display:grid;margin-bottom:50px;grid-template-columns:repeat(3,1fr);gap:10px}@media (min-width:640px){.nerds-list{gap:20px}}.nerds-item{background:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease}.nerds-item:hover{transform:translateY(-5px)}.nerds-item__photo{height:200px;overflow:hidden;position:relative;border-radius:8px 8px 0 0}.nerds-item__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nerds-item__info{padding:20px}.nerds-item__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.nerds-item__rating{display:flex;gap:2px;position:absolute;top:10px;right:10px;background:hsla(0,0%,100%,.9);padding:4px 8px;border-radius:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nerds-item__rating svg{width:20px;height:20px;fill:gold;filter:drop-shadow(0 1px 1px rgba(0,0,0,.1))}.nerds-item__info__name{font-size:20px;font-weight:700;color:#333}.nerds-item__info__desc{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;margin-bottom:8px}.nerds-item__icon{width:16px;height:16px;fill:#666}.nerds-item__title{font-size:16px;font-weight:700;color:#333;margin:15px 0 8px}.nerds-item__competences{font-size:14px;color:#666;margin-bottom:20px}.nerds-item__btn{width:100%;padding:12px;background-color:#22c55e;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600}.nerds-item__btn:hover{background-color:#15803d;transform:scale(1.02)}.top-nerds__show-more{display:block;width:200px;margin:30px auto;padding:12px;background-color:transparent;border:2px solid #007bff;color:#007bff;border-radius:5px;cursor:pointer;transition:all .3s ease}.top-nerds__show-more:hover{background-color:#007bff;color:#fff}.top-nerds__banner{background:#f8f9fa;padding:40px;border-radius:10px;text-align:center;margin:50px 0}.top-nerds__banner__title{font-size:32px;font-weight:700;color:#333;margin-bottom:10px}.top-nerds__banner__subtitle{font-size:18px;color:#666;margin-bottom:20px}.top-nerds__banner__lnk{display:inline-block;padding:12px 30px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.top-nerds__banner__lnk:hover{background-color:#0056b3}@media (max-width:768px){.top-nerds{padding-top:40px}.top-nerds-title{font-size:36px}.top-nerds-subtitle{font-size:16px}.nerds-list{grid-template-columns:1fr}.top-nerds__banner{padding:30px 20px}.top-nerds__banner__title{font-size:24px}.top-nerds__banner__subtitle{font-size:16px}}