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