.archive-stocks__item:not(:last-child){margin-bottom:max(30/19.2*1vw,15px)}.stock{display:grid;grid-template-columns:repeat(2,1fr);gap:max(30/19.2*1vw,15px);border-radius:2px;background:var(--bg-100);overflow:hidden;min-height:max(370/19.2*1vw,300px)}.stock__image{position:relative}.stock__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stock__content{padding:max(40/19.2*1vw,20px) max(60/19.2*1vw,30px) max(48/19.2*1vw,20px) max(30/19.2*1vw,15px)}.stock__period{color:var(--accent-100);margin-bottom:max(25/19.2*1vw,15px)}.stock__title{margin-bottom:max(20/19.2*1vw,10px)}.stock__text{margin-bottom:max(20/19.2*1vw,10px)}@media (max-width:767px){.archive-stocks__wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.stock{grid-template-columns:1fr}.stock__image{height:-moz-fit-content;height:fit-content;margin-top:auto}.stock__image:after{content:"";display:block;padding-bottom:50%}.stock__content{order:-1}.archive-stocks__item:not(:last-child){margin-bottom:0}}@media (max-width:575px){.archive-stocks__wrap{grid-template-columns:1fr}}