@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}.custom-btn{transition:.3s background-color,.3s border-color,.3s color;border-radius:6px;font-weight:500;cursor:pointer;display:block;text-decoration:none;text-align:center}.custom-btn_primary{background-color:#6a33f9;border:1px solid #6A33F9;color:#fff!important}.custom-btn_primary:hover{background-color:#fff;color:#6a33f9!important}.custom-btn_secondary{color:#6a33f9!important;border:1px solid #C3ADFD;background:none}.custom-btn_secondary:hover{background-color:#6a33f9;border-color:#6a33f9;color:#fff!important}.StudentsWorks{font-family:Montserrat,sans-serif;margin:29px 0 110px}.StudentsWorks__hiddenModalBtn{display:none}.StudentsWorks__header{display:flex;align-items:center;justify-content:space-between}.StudentsWorks__caption{font-size:28px;font-weight:600}.StudentsWorks__select{width:240px}.StudentsWorks__grid{margin-top:21px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px 27px;position:relative}.StudentsWorks__showMoreBtn{display:block;margin:30px auto 0;padding:0 33px;height:50px;font-size:16px}.StudentsWorks__loader{grid-column:span 3;display:flex;align-items:center;justify-content:center;background-color:#ffffffbf;color:#6a33f9;font-size:20px}.StudentsWorks__loader_fullSize{position:absolute;top:0;right:0;bottom:0;left:0}@media (max-width: 767px){.StudentsWorks{margin:78px 0}.StudentsWorks__header{flex-direction:column;gap:20px;align-items:flex-start}.StudentsWorks__caption{font-size:20px}.StudentsWorks__select{width:100%}.StudentsWorks__grid{grid-template-columns:unset;gap:30px}.StudentsWorks__inner{display:flex;gap:15px;justify-content:space-between}.StudentsWorks__showMoreBtn{width:100%;margin-top:20px}}.CustomSelect{position:relative;z-index:1}.CustomSelect_active .CustomSelect__dropdown{top:calc(100% + 6px);opacity:1;pointer-events:auto}.CustomSelect_active .CustomSelect__arrow{scale:1 -1}.CustomSelect_active .CustomSelect__selected{border-color:#c3adfd}.CustomSelect__selected{padding:0 14px;height:44px;display:flex;align-items:center;justify-content:space-between;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid #D3D3D6;transition:.3s border-color;cursor:pointer}.CustomSelect__selected:hover{border-color:#c3adfd}.CustomSelect__dropdown{position:absolute;left:0;width:100%;top:100%;opacity:0;transition:.3s opacity,.3s top;pointer-events:none;padding:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background-color:#fff;box-shadow:0 4px 20px #0000001a,0 0 6px #0000001a}.CustomSelect__arrow{width:12px;height:6px;object-fit:contain;object-position:center;transition:.3s scale}.CustomSelect__option{height:44px;line-height:44px;text-overflow:ellipsis;overflow:hidden;padding:0 10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;transition:.3s background-color;cursor:pointer}.CustomSelect__option:hover,.CustomSelect__option_active{background-color:#f0f1fa}.CustomLoader{width:100%}.StudentWorkItem__moreBtn{width:100%;height:40px;line-height:40px;font-size:14px;margin-top:15px}.StudentWorkItem__name{font-weight:500;color:#222533;margin-top:2px}.StudentWorkItem__imageWrapper{height:208px;position:relative}.StudentWorkItem__imageWrapper img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.StudentWorkItem__date{color:#727272;font-weight:500;font-size:14px;line-height:1.55;margin-top:15px}.StudentWorkItem__tags{position:absolute;top:15px;left:15px;display:flex;gap:4px;flex-wrap:wrap}.StudentWorkItem__tags span{height:26px;line-height:26px;padding:0 8px;background-color:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:14px;font-weight:500;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.StudentWorkItem__actions{position:absolute;right:15px;bottom:15px;display:flex;flex-direction:column;justify-content:flex-end;gap:15px}.StudentWorkItem__actionBtn{width:40px;height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#00000047;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s background-color}.StudentWorkItem__actionBtn:hover{background-color:#00000080}@media (max-width: 767px){.StudentWorkItem__moreBtn{width:auto;padding:0 12px}.StudentWorkItem__name{font-size:14px}.StudentWorkItem__date{font-size:13px}.StudentWorkItem__tags{top:10px;left:10px}}.ShareModal__wrapper{position:absolute;padding:14px 12px;background-color:#fff;box-shadow:0 5px 46px #0000001f,0 7px 15px #0000001f;right:0;top:calc(100% + 8px);width:300px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;z-index:2}.ShareModal__wrapper input{width:100%;height:42px;padding:0 12px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;font-size:16px;border:1px solid #D3D3D6;color:#54545a;text-overflow:ellipsis}.ShareModal__socials{display:grid;grid-template-columns:repeat(5,1fr);margin-top:10px;gap:14px}.ShareModal__socials button,.ShareModal__socials a{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;aspect-ratio:1;background-color:#f0f1fa;display:flex;align-items:center;justify-content:center;transition:.3s background-color;border:none;cursor:pointer}.ShareModal__socials button:hover,.ShareModal__socials a:hover{background-color:#dddff4}.ShareModal__socials button:active,.ShareModal__socials a:active{translate:0 2px}.ShareModal__socials button svg,.ShareModal__socials a svg{width:45%;height:45%}.t-popup__container:has(.StudentWork){padding:40px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.StudentWork{font-family:Montserrat,sans-serif}.StudentWork__caption{font-size:24px;font-weight:600}.StudentWork__name{margin-top:8px;font-weight:500;font-size:16px;color:#222533}.StudentWork__description{margin-top:30px;font-size:16px;font-weight:500;line-height:1.55}.StudentWork__video{width:450px;height:252px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-top:30px}.StudentWork__images{margin-top:30px}.StudentWork__images__caption{font-size:16px;font-weight:500;color:#727272}.StudentWork__images__grid{margin-top:8px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.StudentWork__images__grid img{object-fit:cover;object-position:center;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:120px}.StudentWork__btns{display:flex;gap:20px;margin-top:30px}.StudentWork__btns button,.StudentWork__btns a{height:48px;line-height:48px;font-size:16px;flex:1}@media (max-width: 767px){.t-popup__container:has(.StudentWork){padding:15px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin:0}.t-popup:has(.StudentWork){padding:0}.t-popup:has(.StudentWork) .t-popup__close-icon [fill]{fill:#000}.StudentWork__caption{font-size:20px}.StudentWork__description{margin-top:20px;font-size:14px}.StudentWork__video{width:100%;aspect-ratio:.56;margin-top:20px}.StudentWork__images{margin-top:20px}.StudentWork__images__grid{grid-template-columns:1fr 1fr;gap:12px}.StudentWork__images__grid img{height:98px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.StudentWork__btns{grid-template-columns:unset;gap:10px;margin-top:20px}}
