.templates-list .templates-list__container{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media(max-width: 1026px){.templates-list .templates-list__container{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 699px){.templates-list .templates-list__container{grid-template-columns:repeat(1, 1fr)}}.templates-list__element{cursor:pointer;position:relative}.templates-list__element .templates-link{position:absolute;height:100%;width:100%;top:0;left:0}@media(max-width: 699px){.templates-list__element__image .image-desktop{display:none}}.templates-list__element__image .image-desktop picture{max-height:270px;overflow:hidden;position:relative}.templates-list__element__image .image-desktop picture img{transition:transform 4s ease;will-change:transform;width:100%;object-fit:cover;object-position:top}.templates-list__element__image .image-mobile{display:none;overflow:hidden}@media(max-width: 699px){.templates-list__element__image .image-mobile{display:block}}.templates-list__element__image .image-mobile img{object-fit:cover;object-position:top}.templates-list__element__headline{margin-top:15px}