.ns-structure-button{position:relative;display:grid;gap:11px;padding:var(--space-m) 0;grid-template-areas:"img text" "img buttons";grid-template-columns:64px auto}@media (max-width:500px){.ns-structure-button{padding-bottom:var(--space-s)}}.ns-structure-button__img{height:64px;width:64px;border-radius:10px;-o-object-fit:cover;object-fit:cover;grid-area:img}.ns-structure-button__text{grid-area:text}.ns-structure-button__description{color:var(--color-gray);font-size:var(--size-text-2xs);line-height:var(--size-text-s)}.ns-structure-button__link{transition:color .5s ease-in-out}.ns-structure-button__link:hover{color:var(--color-link)}.ns-structure-button__link:after{content:"";position:absolute;inset:0}.ns-structure-button__buttons{display:flex;gap:10px;grid-area:buttons;align-self:flex-end}@media (max-width:500px){.ns-structure-button__buttons{gap:var(--space-xs)}}.ns-structure-button__button{width:112px;height:36px;padding:7px 15px 9px 11px}@media (max-width:330px){.ns-structure-button__button{width:50%}}.ns-structure-button__button_google{padding:2px 10px 0 6px}.ns-structure-button__button img{width:100%}