.block--banners-v2 .banners__layout{display:grid;grid-template-columns:repeat(3,calc((100% - 40px) / 3));grid-template-rows:1fr 1fr 1fr 1fr 1fr;height:502px;gap:20px}.block--banners-v2 .banner__title{display:flex;flex-direction:column;text-align:center;align-items:center;gap:12px;margin:0 0 60px;align-items:center}.block--banners-v2 .banner__title h2{max-width:820px}.block--banners-v2 .banner__title p{color:var(--text_sec)}.block--banners-v2 .banner__item:nth-of-type(1){grid-column:1;grid-row:1/6;flex-direction:column-reverse;justify-content:space-between}.block--banners-v2 .banner__item:nth-of-type(2){grid-column:2;grid-row:1/3}.block--banners-v2 .banner__item:nth-of-type(3){grid-column:2;grid-row:3/6}.block--banners-v2 .banner__item:nth-of-type(4){grid-column:3;grid-row:1/4}.block--banners-v2 .banner__item:nth-of-type(5){grid-column:3;grid-row:4/6}.block--banners-v2 .banner__item .banners__image{display:flex;width:80px;height:80px;max-width:80px;max-height:80px;overflow:hidden}.block--banners-v2 .banner__item:first-of-type .banners__image{width:100%;height:100%;max-width:100%;max-height:100%;overflow:visible;align-items:flex-end}.block--banners-v2 .banner__item img{width:100%;height:100%;object-fit:contain}.block--banners-v2 .banner__item:first-of-type img{width:100%;height:auto;object-fit:unset}.block--banners-v2 .banner__item:first-of-type{background-color:var(--blue_4);padding:36px 32px 0}.block--banners-v2 .banner__item{display:flex;flex-direction:column;height:100%;box-sizing:border-box;overflow:hidden;gap:16px;background-color:var(--gray_3);border-radius:20px;padding:36px 32px 8px}@media (max-width:1024px){.block--banners-v2 .banners__layout{display:flex;flex-direction:column;height:auto;gap:20px}.block--banners-v2 .banner__item{grid-column:auto !important;grid-row:auto !important;padding:32px}.block--banners-v2 .banner__item:nth-of-type(1) img{width:100%;height:auto}}@media (max-width:550px){.block--banners-v2 .banner__item:nth-of-type(1) img{width:100%}}