.delivery--dark{background-color:#010101;color:#fff}.delivery--light{background-color:#fff;color:#fff}.delivery--light .delivery__title{color:#141414}.delivery__container{padding:50px 100px;max-width:1440px;margin:0 auto}@media(max-width:1439px){.delivery__container{padding:32px 20px}}@media(max-width:767px){.delivery__container{padding:32px 10px}}.delivery__title{font-weight:500;font-size:32px;line-height:130%;margin-bottom:30px}.delivery__list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1439px){.delivery__list{gap:11px}}@media(max-width:767px){.delivery__list{grid-template-columns:repeat(2,1fr)}.delivery__item:last-child{grid-column:span 2}}.delivery-card{position:relative;min-width:400px;min-height:600px;border-radius:5px;display:block;transition:all .3s;overflow:hidden}@media(max-width:1439px){.delivery-card{min-width:235px;min-height:355px}}@media(max-width:767px){.delivery-card{min-width:170px;min-height:235px}}.delivery-card__image{position:absolute;width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.delivery-card__title{position:absolute;bottom:30px;left:30px;max-width:250px;font-weight:400;font-size:32px;line-height:130%}@media(max-width:1439px){.delivery-card__title{bottom:16px;left:16px;font-size:20px;max-width:130px}}@media(max-width:767px){.delivery-card__title{bottom:8px;left:8px;font-size:12px;max-width:130px}}.delivery-card svg{position:absolute;bottom:30px;right:30px;color:#e62e20}@media(max-width:1439px){.delivery-card svg{bottom:16px;right:16px;width:40px;height:40px}}@media(max-width:767px){.delivery-card svg{width:24px;height:24px;bottom:8px;right:8px}}.delivery-card:hover .delivery-card__image{transition:transform .3s;transform:scale(1.05)}.delivery-card:hover svg{transition:color .3s;color:#fff}