.handbooks{margin-bottom:50px;background-color:rgba(0,0,0,0);box-sizing:border-box;position:relative}.handbooks-switch{position:relative;width:90px;height:45px;background:rgba(22,75,132,.07);border:1px solid rgba(0,0,0,0);border-radius:30px;margin-left:auto;margin-bottom:33px;display:flex;cursor:pointer}.handbooks-switch .circle{display:flex;justify-content:center;align-items:center;position:absolute;top:0;width:45px;height:45px;border-radius:100%;background:#fff;border:1px solid rgba(0,0,0,0);box-shadow:0 4px 20px rgba(0,0,0,.1)}.handbooks-switch .circle.checked{left:0}.handbooks-switch .circle.unchecked{right:0}.handbooks-switch .rows-icon,.handbooks-switch .cards-icon{width:50%;display:flex;justify-content:center;align-items:center}.handbooks-card-item{display:flex;flex-direction:column;word-wrap:break-word;background-clip:border-box;height:200px;padding:30px;align-items:flex-start;justify-content:center;background-color:#f0f2f4;border:1px solid #cdcddf;box-sizing:border-box;border-radius:4px;background-repeat:no-repeat;background-position:right bottom;cursor:pointer}.handbooks-card-item .label{width:100%;font-style:normal;font-family:Roboto;font-size:18px;line-height:normal;font-weight:500;color:#164b84;display:flex;justify-content:space-between;gap:2rem;align-items:center}.handbooks-card-item .label .title{max-width:200px}.handbooks-card-item .label .dl-icon{color:#164b84;font-size:30px}.handbooks-list-item{background:#fff;border:1px solid #cdcddf;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:20px;color:#164b84;margin-bottom:10px;cursor:pointer}.handbooks-list-item .icon-container span{font-size:16px;color:#164b84}.handbooks-list-item span{font-style:normal;font-weight:500;font-family:Roboto;font-size:12px;line-height:14px}.handbooks-list-item:hover{color:#164b84}.handbooks-list-item:hover .popup{display:flex}@media(min-width: 1025px){.handbooks-list-item{padding:15px 60px 15px 20px;margin-bottom:20px;min-height:72px}.handbooks-list-item span{font-size:16px;line-height:19px}}.handbooks-cards{display:grid;grid-template-columns:repeat(1, auto);grid-template-rows:repeat(1, auto);grid-gap:10px;margin-bottom:50px}@media(min-width: 768px){.handbooks-cards{grid-template-columns:repeat(2, auto);grid-template-rows:repeat(2, auto)}}@media(min-width: 1025px){.handbooks-cards{grid-template-columns:repeat(3, auto);grid-template-rows:repeat(3, auto);grid-gap:20px}}
