.order-card{background:#fff;border-radius:2px;border:2px solid rgba(0,0,0,0);box-shadow:0 2px 5px 0 rgba(15,23,42,.12);box-sizing:border-box}.order-card:hover{border-color:#bae6fd;background-color:#f0f9ff}.order-card .main-info{display:flex;flex-direction:column;padding:20px}.order-card .main-info.all-card-link{cursor:pointer;color:inherit}.order-card .main-info .dates-panel{display:flex;align-items:center;column-gap:8px;white-space:break-spaces}.order-card .main-info .dates-panel>p{display:flex}.order-card .main-info .dates-panel>p svg{margin-right:4px;margin-left:4px}.order-card .main-info .dates-panel>p.gray{color:#64748b}.order-card .main-info .dates-panel svg{width:16px;height:16px}.order-card .main-info .dates-panel .vlg-blur-component{width:80px}.order-card .main-info .dates-panel .separator{width:1px;height:20px;background-color:#e2e8f0}.order-card .main-info .first-info-row{display:flex;margin-top:16px;justify-content:space-between}.order-card .main-info .first-info-row .order-title{width:100%;max-width:503px}.order-card .main-info .first-info-row .order-title .order-title-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order-card .main-info .first-info-row .price-text{width:100%;min-width:248px;text-align:right}.order-card .main-info .second-info-row{display:flex;flex-direction:column;-webkit-line-clamp:1;padding-bottom:16px}.order-card .main-info .second-info-row .order-description{font-size:16px;line-height:24px;font-weight:400;display:-webkit-box;overflow:hidden;max-width:503px;width:100%;max-height:72px;margin-top:8px;margin-bottom:16px;-webkit-line-clamp:3;-webkit-box-orient:vertical}.order-card .main-info .classifier-badge{margin-bottom:8px}.order-card .main-info .order-footer{display:flex;align-items:center;gap:40px;align-self:stretch}.order-card .main-info .order-footer .left-block-wrapper{display:flex;padding-right:4px;align-items:center;justify-content:space-between;gap:16px;flex:1 0;width:100%}.order-card .main-info .order-footer .left-block-wrapper .company-name{max-width:448px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card .main-info .order-footer .left-block-wrapper .company-name.free-tariff{display:inline-flex;align-items:center;gap:8px;color:#94a3b8}.order-card .main-info .order-footer .left-block-wrapper .company-name.free-tariff>svg{width:24px;height:24px}.order-card .main-info .order-footer .buttons-block{text-align:right;display:flex;justify-content:flex-end;gap:4px;width:192px;max-width:192px}.order-card .order-card-skeleton{flex:1 1;display:grid;grid-template-rows:20px 24px 20px 20px 20px 36px;grid-row-gap:12px;row-gap:12px}.order-card .order-card-skeleton .last-row{margin-top:12px}.order-card.minified-order-card .main-info{padding:16px}.order-card.minified-order-card .dates-panel .separator,.order-card.minified-order-card .dates-panel>p.gray{display:none}.order-card.minified-order-card .price-text{margin:8px 0}.order-card.minified-order-card .buttons-block{display:none}@media only screen and (max-width:992px){.order-card .main-info .first-info-row .order-title{max-width:none}.order-card .main-info .first-info-row .order-title .order-title-text{text-overflow:clip;white-space:normal}.order-card .main-info .second-info-row .order-description{max-width:none}.order-card .main-info .order-footer{margin-top:8px}.order-card .main-info .order-footer .left-block-wrapper .company-name{font-size:16px;line-height:24px;font-weight:400;max-width:none}.order-card .main-info .order-footer .left-block-wrapper .views-info{margin-right:0}.order-card .main-info .buttons-block{display:flex;align-items:center;margin-top:16px;column-gap:8px}.order-card .main-info .buttons-block .vlg-button:last-child{width:100%}}@media only screen and (max-width:480px){.order-card .main-info{padding:16px}.order-card .main-info .buttons-block .vlg-button:last-child{flex:1 1;width:auto}}.orders-list{display:flex;flex-direction:column;align-items:stretch;row-gap:12px}