.delivery{flex-direction:column;gap:48px;display:flex}@media (width<=576px){.delivery{gap:32px}}.delivery__body{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1024px){.delivery__body{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.delivery__body{grid-template-columns:1fr;gap:12px}}.delivery__body .delivery__item{border:1px solid var(--color-black);flex-direction:column;justify-content:space-between;gap:24px;padding:32px;display:flex}@media (width<=576px){.delivery__body .delivery__item{min-height:210px;padding:24px}.delivery__body .delivery__item br{display:none}}.delivery__body .delivery__item img{object-position:left;width:100%;max-width:max-content;height:100%;max-height:54px}.delivery__body .delivery__item-name{text-transform:uppercase}.delivery__body .delivery__item-text{flex-direction:column;gap:24px;display:flex}.delivery__body .delivery__item-text p{opacity:.6}.faq{flex-direction:column;gap:48px;display:flex}@media (width<=576px){.faq{gap:32px}}.faq__body{flex-direction:column;display:flex}.faq__body .faq__item{border-top:1px solid #1e1e1e1a;padding:32px 24px}@media (width<=576px){.faq__body .faq__item{padding:24px 0}}.faq__body .faq__item.current .faq__item-top button{background:var(--color-accent)}.faq__body .faq__item.current .faq__item-top button svg{rotate:135deg}.faq__body .faq__item-top{cursor:pointer;justify-content:space-between;align-items:center;display:flex}@media (width<=576px){.faq__body .faq__item-top{align-items:flex-start;gap:24px}.faq__body .faq__item-top h3{font-size:16px;line-height:1.25}}.faq__body .faq__item-top button{aspect-ratio:1;background:var(--color-black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:auto;transition:all .5s;display:flex}.faq__body .faq__item-top button svg{width:auto;height:16px;color:var(--color-white);transition:all .5s}.faq__body .faq__item-bot{max-height:0;transition:max-height .5s;overflow:hidden}.faq__body .faq__item-bot p{max-width:800px;padding-top:24px}@media (width<=576px){.faq__body .faq__item-bot p{padding-top:18px;font-size:14px;line-height:1.45}}
