.type-row .d-g{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:10px}@media (max-width:992px){.type-row .d-g{grid-template-columns:repeat(4,2fr)}}@media (max-width:576px){.type-row .d-g{grid-template-columns:repeat(2,1fr)}}.type-row .type-item{box-shadow:0 0 3px rgba(0,0,10,.1);border-radius:5px;padding:10px;display:flex;flex-direction:column;align-items:center;padding-bottom:1em;cursor:pointer}.type-row .type-item:hover{box-shadow:0 0 10px rgba(64,169,255,.3)}.type-row .type-item.active{box-shadow:0 0 10px rgba(9,109,217,.3)}.type-row .type-item.active h5,.type-row .type-item.active p{color:#1890ff}.type-row .type-item img{width:2.5vw;margin-top:.5vw;margin-bottom:1vw}.type-row .type-item h5{font-size:1em;color:#1d1d1d;font-weight:400;line-height:normal}.type-row .type-item p{color:#848484;margin:0;font-size:.8em;text-align:center;line-height:normal}.type-row.disabled .type-item{cursor:no-drop}.type-row .mobile{background:url(/images/mobile.png) no-repeat 50%;height:400px;width:256px;padding:45px 44px 55px 44px;background-size:contain}.type-row .type-item.disabled{cursor:no-drop}