.fs-offers__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:16px;align-items:stretch}.fs-offers__item{display:flex;flex-direction:column;height:100%;min-height:100%;padding:33px 29px;border:1px solid var(--color-stroke);border-radius:10px;background:#fff}.fs-offers__item--hot-offer{border-radius:5px;border:1px solid #e30b2e;background:rgba(227,11,46,.05)}.fs-offers__item-subheading{display:inline-flex;align-items:center;gap:7px;margin:0 0 12px;color:#777;font-family:var(--font-family-secondary);font-size:12px;font-style:normal;font-weight:700;line-height:130%;text-transform:uppercase}.fs-offers__item--hot-offer .fs-offers__item-subheading{color:#e30b2e}.fs-offers__item-subheading-icon{width:16px;height:16px;flex:0 0 16px;display:inline-flex;align-items:center;justify-content:center}.fs-offers__item-subheading-icon svg{width:16px;height:16px;display:block}.fs-offers__item-title{margin:0;color:#000;font-family:var(--font-family-secondary);font-size:24px;font-style:normal;font-weight:500;line-height:130%}.fs-offers__item-desc{margin-top:8px;color:#000;font-family:var(--font-family-secondary);font-size:16px;font-style:normal;font-weight:400;line-height:130%}.fs-offers__item-desc>:first-child{margin-top:0}.fs-offers__item-desc>:last-child{margin-bottom:0}.fs-offers__item-actions{margin-top:auto;padding-top:21px}.fs-offers__item-link{display:inline-flex;align-items:center;width:fit-content;position:relative;color:#e30b2e;font-family:var(--font-family-secondary);font-size:16px;font-style:normal;font-weight:500;line-height:130%}.fs-offers__item-link:before{position:absolute;left:0;bottom:0;width:0;height:1px;content:"";border-bottom:1px solid currentColor}.fs-offers__item-link:hover{color:#e30b2e}.fs-offers__item-link:hover:before{animation:.5s forwards fillLink}@media (max-width:992px){.fs-offers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.fs-offers__item-actions{padding-top:16px}.fs-offers__grid{grid-template-columns:1fr}}