@charset "UTF-8";.fb{margin:40px 0;display:flex;flex-direction:column;align-items:center;position:relative}.link-to-add-fb{margin-top:30px;width:100px}.link-to-add-fb .link-to-conteiner{margin-left:-65px}.fb-conteiner{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:30px;padding:10px}.fb-card{width:320px;height:563px;display:flex;flex-direction:column;align-items:center;padding:15px;background:rgba(255,255,255,0);border-radius:15px;transition:all .2s ease;box-shadow:0 0 10px rgba(1,254,233,.781)}.fb-card:hover{box-shadow:0 0 20px #fff}.fb-card-img{width:100%;height:100%;max-width:300px;max-height:200px;display:flex;align-items:center;justify-content:center;margin:5px}.fb-card-img img{max-width:300px;max-height:200px}.fd-card-info{display:flex;flex-direction:column;align-items:center;justify-content:center}.fb-card-name{height:65px;overflow:hidden;margin:5px 0;color:rgba(255,255,255,.959);font-size:26px;font-weight:700;line-height:31px;letter-spacing:1.5px;text-align:center;text-decoration-line:underline}.fb-card-link{color:rgba(1,254,233,.781);font-size:16px;font-style:italic;font-weight:400;line-height:150%;letter-spacing:1.5px;text-align:center;transition:all .5s ease}.fb-card-link:hover{color:#fff;letter-spacing:3.5px;transform:scale(1.1)}.fb-card-text{font-style:italic;font-size:16px;font-weight:400;line-height:25px;letter-spacing:1.5px;text-align:left;margin:20px 0 0}.fd-card-info p:last-child{height:200px}.fd-card-info p:last-child span{color:#e9e9e9;font-size:18px;height:200px;letter-spacing:1.3px;display:inline-block;overflow:hidden;overflow-y:auto}.fd-card-info p:last-child span::-webkit-scrollbar{width:8px;height:3px}.fd-card-info p:last-child span::-webkit-scrollbar-track{background:#000;border-radius:5px}.fd-card-info p:last-child span::-webkit-scrollbar-thumb{background:#01fee9;border-radius:4px}.fd-card-info p:last-child span::-webkit-scrollbar-thumb:hover{background:#fff;cursor:pointer}.fb-card-blank{width:100%;max-width:300px;max-height:400px;margin-bottom:10px;transition:all .5s ease;cursor:pointer}.fb-card-blank:hover{display:inline-block;outline:1px solid #000}.fb-img-active{position:fixed;width:100vh;max-width:50vh;max-height:1000px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}