.list{padding:30px 0;width:100%;max-width:1280px;display:flex;flex-direction:column;margin:0;scroll-margin-top:100px;gap:30px}.list__item{display:grid;grid-template-columns:250px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"img title" "img text"}.list__item-image{grid-area:img;width:200px;height:200px;margin:0 20px 0 30px;border-radius:20px;object-fit:cover;will-change:transform;transform-origin:center center;transition:all .5s ease;cursor:pointer;background-color:#9d968f}.list__item-image:hover{transform:scale(1.05);opacity:1;box-shadow:0 0 5px 5px #aaa}.list__item-title{grid-area:title;margin:0 20px 10px 0;font-size:26px;line-height:31px}.list__item-description{grid-area:text;margin:0 30px 0 0;display:flex;flex-direction:column}.list__item-text{font-size:14px;margin:5px 0}@media screen and (max-width:850px){.list__item{grid-template-columns:220px 1fr;grid-template-rows:auto 1fr}.list__item-title{font-size:22px;line-height:26px;margin:0 30px 10px 0}.list__item-image{width:170px;height:170px;margin:0 20px 0 30px}}@media screen and (max-width:600px){.list__item{grid-template-columns:auto 1fr;grid-template-rows:1fr;grid-template-areas:"img title" "text text"}.list__item-image{width:150px;height:150px;margin:0 20px 10px}.list__item-title{font-size:20px;line-height:24px;margin:0 20px 10px 0}.list__item-description{margin:0 30px 0 20px;display:flex;flex-direction:column}}@media screen and (max-width:400px){.list__item{grid-template-columns:1fr;grid-template-rows:repeat(3,auto);grid-template-areas:"img" "title" "text"}.list__item-image{width:200px;height:200px;margin:0 0 10px;justify-self:center}.list__item-title{font-size:20px;margin:10px 20px;text-align:center}.list__item-description{margin:0 20px}}.popup{width:100%;height:100vh;background:rgba(0,0,0,.9);position:fixed;top:0;left:0;opacity:0;pointer-events:none;display:flex;justify-content:center;align-items:center;transition:all .5s ease;z-index:4}.popup_opened{pointer-events:all;opacity:1}.popup__container{position:relative;display:flex;flex-direction:column;max-width:90vw;max-height:90vh}.popup__close{position:absolute;top:-40px;right:-40px;background:transparent;background-image:url(/_next/static/media/close-icon.6ad662dd.svg);width:32px;height:32px;background-size:contain;background-repeat:no-repeat;border:0;cursor:pointer;transition:.5s ease;padding:0}.popup__close:hover{opacity:.6}.popup__image{max-width:85vw;max-height:82vh;object-fit:contain}.popup__title{font-size:14px;font-weight:400;line-height:15px;color:#fff;margin:10px 0 0}@media screen and (max-width:600px){.popup{height:calc(100vh - 94px);padding-top:94px}.popup__close{top:-36px;right:0}}@media (orientation:landscape){.popup__image{width:100%}@media screen and (max-height:650px){.popup__close{top:0;right:-40px}}}@media (orientation:portrait){.popup__image{height:100%}}.button-up{position:fixed;bottom:45px;right:31px;width:28px;height:28px;background:none;border:2px solid #000;border-radius:8px;box-sizing:border-box;opacity:.5;transition:.5s ease;background-image:url(/back-img.png);background-position:50%;background-size:18px;background-repeat:no-repeat}.button-up:hover{opacity:1}@media screen and (min-width:1300px){.button-up{right:calc((100% - 1218px) / 2)}}@media screen and (max-width:600px){.button-up{bottom:50px;right:21px}}