.category-list{display:flex;flex-wrap:wrap;align-items:center;gap:3.5rem;margin-left:-2.5rem;margin-right:-2.5rem}.category-list-itm{position:relative;min-height:5.75rem;border:1px solid var(--accent);border-radius:3rem;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 2.5rem;transition:all .2s;overflow:hidden;z-index:1}.category-list-itm:before{content:"";position:absolute;left:-50%;top:-50%;width:200%;padding-bottom:100%;border-radius:50%;background-color:var(--accent);z-index:-1;transition:all .4s;transform:translateX(-70%) translateY(50%)}@media screen and (min-width:799px){.category-list-itm:hover{border-color:var(--accent)}.category-list-itm:hover:before{transform:translateX(0) translateY(0)}}@media(max-width:1100px){.category-list{gap:2rem;margin-left:0;margin-right:0}.category-list-itm{min-height:4rem}}@media(max-width:600px){.category-list{gap:1.3rem}.category-list-itm{min-height:2.5rem;padding:.25rem 1.3rem}}.modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:100;opacity:0}.modal--small .modal-content{width:38.5rem}.modal--full .modal-content,.modal--small .modal-content{display:flex;flex-direction:column;justify-content:space-between}.modal--full .modal-content{width:100%;height:calc(100% - 6.24rem)}.modal-close{position:absolute;display:block;top:1rem;right:1rem;cursor:pointer;align-self:flex-end;transition:all .3s;will-change:transform;z-index:11}.modal-close .cross{display:block;width:2rem;height:2rem}.modal-close .cross:after,.modal-close .cross:before{background:#fff}.modal-close:before{content:"";position:absolute;left:-5px;top:-5px;right:-5px;bottom:-5px}@media screen and (min-width:799px){.modal-close:hover{opacity:.6;transform:rotate(90deg)}}.modal-fade{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.5);cursor:pointer}.modal-main-content{position:relative;height:100%;pointer-events:none}.modal-content{position:absolute;width:125rem;background:var(--ui-bg-3);padding:3.12rem 3.75rem;left:50%;top:50%;max-width:calc(100% - 6.24rem);overflow:auto;transform:translateY(-50%) translateX(-50%);display:flex;flex-direction:column;border-radius:1.25rem;background:#000;max-height:95vh}.modal-content .video-iframe{aspect-ratio:1;max-height:80vh;border-radius:.5rem}.modal-title{margin-bottom:1rem}.modal-desc{margin-bottom:1.56rem;text-wrap:balance;line-height:160%}@media(max-width:600px){.modal-close{position:absolute;top:.35rem;right:.35rem}.modal-close .cross{width:1rem;height:1rem}.modal-close .cross:after,.modal-close .cross:before{height:1px}.modal-content{max-width:calc(100% - 1.25rem);padding:1.25rem}.modal-desc{font-size:var(--fs-small);line-height:160%}.modal-title{font-size:var(--fs-h1)}.modal-success-check{margin-bottom:1.25rem}.modal-success-section{font-size:.75rem;line-height:160%}.modal-success-section:not(:last-child){margin-bottom:1.25rem}.modal-success-section p:not(:last-child){margin-bottom:.31rem}.modal-success-link{font-size:1rem}.required-text{font-size:var(--fs-small)}.form-btns{flex-direction:column}.form-btns .btn{width:100%}.form-btns .form-btns__text{order:2;font-size:var(--fs-small);text-align:left;width:100%;margin-top:1.56rem}#registration .popup__content{padding:1.25rem}}