.index-page__hero{display:flex}.index-page__hero__content{display:flex;flex:1;flex-direction:column;gap:32px;align-items:flex-start;padding-block:64px}.index-page__hero__content .h1{max-width:550px}@media screen and (max-width:1200px){.index-page__hero__content{padding-block:32px}}.index-page__hero__image{flex:0 0 40%;margin:0}@media screen and (max-width:1200px){.index-page__hero__image{flex:none;aspect-ratio:4/3;height:auto}.index-page__hero{flex-direction:column}}.index-page__products{padding-block:40px;background-color:#f4f3f0}.index-page__products__header{display:flex;gap:16px;align-items:flex-end;justify-content:space-between}.index-page__products__header .h2{margin:0 0 5px}.index-page__products__header p{margin:0}.index-page__products__header .btn{flex-shrink:0}.index-page__products__list{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;margin-top:32px}@media screen and (max-width:1200px){.index-page__products__list{display:flex;gap:16px;margin-inline:-5vw;padding-inline:5vw;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:5vw}.index-page__products__list .product-card{flex:0 0 220px;scroll-snap-align:start}}.index-page__products__close{margin-top:30px}.index-page .deposit{margin-bottom:130px}@media screen and (max-width:1200px){.index-page .deposit{margin-bottom:32px}}