.PressCard{background:#fff;border-radius:8px;display:block;position:relative;overflow:hidden;box-shadow:0 29px 40px -15px #2b2a2b17}.PressCard:hover .PressCard__overflow{opacity:1;transition:opacity .3s}.PressCard:hover .PressCard__content{transition:transform .5s .1s;transform:translateY(-230px)}@media screen and (width<=767px){.PressCard:hover .PressCard__content{transform:translateY(-180px)}}.PressCard:hover .PressCard__tag{color:var(--color-main);background-color:#fff;transition:color .3s,background-color .3s}.PressCard:hover .PressCard__description,.PressCard:hover .PressCard__title{color:#fff;transition:color .3s}.PressCard:hover .PressCard__link{opacity:1;transition:opacity .3s .5s,transform .3s .5s;transform:translateY(0)}.PressCard__overflow{background:var(--color-main);opacity:0;width:100%;height:100%;transition:opacity .3s .3s,transform .3s .3s;position:absolute;top:0;left:0}.PressCard__link{color:#fff;opacity:0;border-bottom:1px solid #ffffff80;font-size:16px;font-weight:500;line-height:20px;transition:opacity .3s,transform .3s;display:inline-block;position:absolute;bottom:44px;left:30px;transform:translateY(50px)}@media screen and (width<=767px){.PressCard__link{left:20px}}.PressCard__link:before{content:"";background:url(../images/ico-new-window.svg) 50%/contain no-repeat;width:15px;height:15px;display:block;position:absolute;top:0;right:-25px}.PressCard__image{background:var(--color-bg);height:240px;overflow:hidden}@media screen and (width<=767px){.PressCard__image{height:auto}}.PressCard__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;margin:0;display:block}@media screen and (width<=767px){.PressCard__image img{-o-object-fit:contain;object-fit:contain;height:auto}}.PressCard__content{z-index:9;padding:30px;transition:transform .7s;position:relative}@media screen and (width<=767px){.PressCard__content{padding:20px}}.PressCard__tag{color:#fff;background:var(--color-main);border-radius:13px;margin-bottom:14px;padding:4px 10px;font-size:14px;font-weight:500;line-height:18px;transition:color .3s .2s,background-color .3s .2s;display:inline-block}.PressCard__title{margin-bottom:4px;font-size:22px;font-weight:700;line-height:26px;transition:color .3s .2s}.PressCard__description{font-size:16px;line-height:20px;transition:color .3s .2s}.PressPage{scroll-margin:var(--scroll-margin);padding-bottom:80px}.PressPage__list{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:30px;display:grid}@media screen and (width<=1024px){.PressPage__list{grid-template-columns:1fr 1fr}}@media screen and (width<=767px){.PressPage__list{grid-template-columns:1fr}}
