@keyframes fadeIn{from{opacity:0}to{opacity:1}}.back-btn{display:inline-block;color:#1b222c;font-size:14px;margin-bottom:32px}.tags__container{margin-bottom:20px}@media(max-width:1023px){.guides-hero__image{display:none}}.modal{display:none}.modal.is-open{display:block}.modal_overlay{position:fixed;display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:1000;animation:fadeIn 200ms ease-in-out}.modal_container{position:relative;padding:50px;width:700px;border:4px solid #73cff1;background:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}.modal_header{display:flex;flex-direction:column;gap:20px;align-items:center}.modal_header img{max-width:150px}.modal_close-trigger{position:absolute;top:10px;right:10px}.modal_close-trigger span{cursor:pointer;position:absolute;display:block;top:8px;right:0px;width:20px;height:3px;margin-bottom:3px;background-color:#000}.modal_close-trigger span:first-child{transform:rotate(45deg)}.modal_close-trigger span:last-child{transform:rotate(-45deg)}