.tpl__blocks .tpl{display:flex;align-items:center;justify-content:center;padding:40px 0;flex-direction:column}.tpl__blocks .tpl .items{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;padding-top:40px}.tpl__blocks .tpl .items .block{margin:8px;flex:1 0 calc(100% - 16px);height:300px;overflow:hidden}.tpl__blocks .tpl .items .block img{transition:all .3s ease;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tpl__blocks .tpl .items .block:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(210deg,transparent 10%,rgba(35,37,45,0) 70%,rgb(35,37,45));transition:all .25s ease;z-index:3}.tpl__blocks .tpl .items .block .title{position:absolute;bottom:8px;left:8px;padding:8px;color:#f1f0f0;font-size:1.25em;text-transform:uppercase;letter-spacing:1px;z-index:4}.tpl__blocks .tpl .items .block:hover:after{background-color:rgba(35,37,45,0);z-index:3}@media(min-width:480px){.tpl__blocks .tpl .items .block{margin:8px;flex:1 0 calc(50% - 16px);height:300px}}@media(min-width:768px){.tpl__blocks .tpl .items .block{margin:16px;flex:1 0 calc(33.3333333333% - 32px);height:500px}}@media(min-width:1024px){.tpl__blocks .tpl{padding:100px 0}.tpl__blocks .tpl .wrapper{flex-direction:row}}.tpl__textBlock+.tpl__textBlock .tpl{padding-top:0}