/* PC-SOFT — линейка Office 365 на карточке загрузки.
   Веса по лестнице Golos: 600 максимум, 400 основной текст. */

.pco3-wrap{overflow-x:auto;margin:18px 0 26px}

.pco3{
  width:100%;
  border-collapse:collapse;
  font-family:inherit;
  font-variant-numeric:tabular-nums;
  font-size:14.5px;
  color:#101828;
}

.pco3 thead th{
  text-align:left;
  padding:0 14px 10px;
  font-weight:400;
  font-size:12.5px;
  color:#667085;
  border-bottom:1px solid #e6e8ee;
  white-space:nowrap;
}
.pco3 thead th:last-child{width:1%}

.pco3 tbody td{
  padding:15px 14px;
  border-bottom:1px solid #f1f3f7;
  vertical-align:middle;
  line-height:1.4;
}
.pco3 tbody tr:last-child td{border-bottom:0}

.pco3 tr.is-best td{background:#f2fbf6}
.pco3 tr.is-best td:first-child{border-radius:12px 0 0 12px}
.pco3 tr.is-best td:last-child{border-radius:0 12px 12px 0}

.pco3__name strong{display:block;font-weight:600;font-size:15px}
.pco3__tag{
  display:inline-block;margin-top:5px;
  padding:2px 9px;border-radius:20px;
  background:#027a48;color:#fff;
  font-size:10.5px;font-weight:600;letter-spacing:.01em;
}

.pco3__what{color:#475467}
.pco3__what small{display:block;margin-top:3px;font-size:12.5px;color:#6f7a90}

.pco3__price{font-weight:600;font-size:16px;white-space:nowrap}
.pco3__price small{display:block;margin-top:3px;font-size:12px;font-weight:400;color:#6f7a90}
.pco3 tr.is-best .pco3__price{color:#027a48}

.pco3__go{text-align:right}
.pco3__btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:104px;height:38px;padding:0 18px;
  border-radius:10px;
  border:1px solid #cddafe;background:#f5f8ff;
  color:#2456f0 !important;
  font-weight:600;font-size:13.5px;text-decoration:none;
  transition:background .15s,border-color .15s;
  white-space:nowrap;
}
.pco3__btn:hover{background:#e8efff;border-color:#a9c0fd;color:#2456f0 !important}
.pco3__btn.is-best{
  background:#027a48;border-color:#027a48;color:#fff !important;
}
.pco3__btn.is-best:hover{background:#036b3f;border-color:#036b3f;color:#fff !important}

@media (max-width:640px){
  .pco3{font-size:13.5px}
  .pco3 tbody td{padding:12px 10px}
  .pco3__btn{min-width:88px;padding:0 12px}
  .pco3 thead th:nth-child(2),
  .pco3 tbody td:nth-child(2){display:none}
}
