:root{--grid-size:1500px;--module-block-spacing:0;--module-inline-spacing:0;--button-border-radius:150px;--border-radius:0;--transition-time:0.25s;--box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.1)}.mod-home-blocks{display:flex;margin:0 auto;width:100%;max-width:1500px;padding:0;box-sizing:border-box}.mod-home-blocks .homeblock{position:relative;display:block;transition:all .25s ease;cursor:pointer}.mod-home-blocks .homeblock:hover{transform:scale(1.05)}.mod-home-blocks .homeblock.small{width:100%;height:50%}.mod-home-blocks .homeblock.big{padding-top:75%;width:100%;position:relative}.mod-home-blocks .homeblock .innerHomeBlock{height:calc(100% - 30px);width:calc(100% - 30px);position:absolute;top:15px;left:15px;display:flex;align-content:flex-end;align-items:flex-end;justify-content:flex-start;padding:25px;box-sizing:border-box}.mod-home-blocks .homeblock .innerHomeBlock:before{content:"";display:block;height:50%;width:100%;background:-moz-linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);background:-webkit-linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);position:absolute;z-index:1;bottom:0;left:0}.mod-home-blocks .homeblock .homeblock_title{position:relative;z-index:2;color:#fff;margin:0!important}.mod-home-blocks .homeblock .homeblock_image{display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:0;object-fit:cover;object-position:center center}.mod-home-blocks .home-block-column.width-60{width:60%}.mod-home-blocks .home-block-column.width-40{width:40%}@media screen and (max-width:1200px){.mod-home-blocks{flex-wrap:wrap}.mod-home-blocks .homeblock.small{height:450px}.mod-home-blocks .home-block-column.width-60{width:100%}.mod-home-blocks .home-block-column.width-40{width:100%}}@media screen and (max-width:750px){.mod-home-blocks .homeblock.small{height:350px}}