.blocks-image{display:grid;width:100%;height:auto;grid-template-columns:repeat(2,1fr);max-width:100%;margin:unset;grid-gap:20px}@media screen and (max-width:840px){.blocks-image{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:630px){.blocks-image{grid-template-columns:repeat(1,1fr)}}.blocks-image .fotoBlock{height:350px;display:flex;flex-wrap:wrap;overflow:hidden}.blocks-image .fotoBlock a{width:100%}.blocks-image .fotoBlock a .fotoBlockImg{transition:all .3s;width:100%;height:100%;background-position:50%!important;background-size:cover!important;background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));height:calc(100% - 80px);height:-ms-calc(100% - 80px);height:-o-calc(100% - 80px);width:calc(100% - 80px);width:-ms-calc(100% - 80px);width:-o-calc(100% - 80px);padding:40px;align-items:center;display:grid;font-weight:700}.blocks-image .fotoBlock a .fotoBlockImg .block-title{align-self:flex-end;color:var(--data-color-white)}.blocks-image .fotoBlock a .fotoBlockImg .block-title p{color:var(--data-color-white);margin:unset}.blocks-image .fotoBlock a .fotoBlockImg .block-content{align-self:flex-start;color:var(--data-color-white)}.blocks-image .fotoBlock a .fotoBlockImg .block-content p{color:var(--data-color-white);margin:unset}