.smarthome-nav__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.smarthome-nav__item{display:block;-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px);max-width:50%;position:relative;margin-top:30px;overflow:hidden;border-radius:10px}.smarthome-nav__item:before{content:'';width:100%;height:55%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.6)));background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);position:absolute;left:0;bottom:0;z-index:2}.smarthome-nav__item:hover .smarthome-nav__image img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03)}.smarthome-nav__image{max-height:410px;overflow:hidden}.smarthome-nav__image img{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.smarthome-nav__content{position:absolute;width:100%;z-index:2;bottom:0;left:0;text-align:center;padding:0 60px 40px;color:#fff;z-index:3}.smarthome-nav__title{font-weight:700;font-size:24px;line-height:1.2}.smarthome-nav__text{margin-top:20px;font-weight:500;font-size:14px}@media (max-width:1439px){.smarthome-nav__content{padding:0 40px 40px}}@media (max-width:1023px){.smarthome-nav__image{height:400px}.smarthome-nav__content{padding:0 20px 30px}}@media (max-width:767px){.smarthome-nav__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}