.thim-ekits-student-list-archive{margin-left:-20px;margin-right:-20px}.thim-ekits-student-list-archive>*{padding-left:20px;padding-right:20px;margin-bottom:40px;width:100%;max-width:calc(100% / var(--thim-ekits-student-column))}.thim-ekits-student-list-archive .thim-ekits-student__name{margin-bottom:12px}.thim-ekits-student-list-archive .thim-ekits-student__content p{margin-bottom:4px;font-size:14px;line-height:1.5}.thim-ekits-student-list-archive .thim-ekits-student__content p:last-child{margin-bottom:0}.thim-ekits-student-list-archive .thim-ekits-student__content h5,.thim-ekits-student-list-archive .thim-ekits-student__content h6{margin-bottom:8px}.thim-ekits-student-list-archive .thim-ekits-student__content ul,.thim-ekits-student-list-archive .thim-ekits-student__content ol{margin:-6px 0 12px 32px}.thim-ekits-student-list-archive .thim-ekits-student__content ul>li,.thim-ekits-student-list-archive .thim-ekits-student__content ol>li{margin-bottom:4px}.thim-ekits-student-list-archive .thim-ekits-student__content ul>li:last-child,.thim-ekits-student-list-archive .thim-ekits-student__content ol>li:last-child{margin-bottom:0}.thim-ekits-student-list-archive .thim-ekits-student__content ul+h5,.thim-ekits-student-list-archive .thim-ekits-student__content ul+h6,.thim-ekits-student-list-archive .thim-ekits-student__content ol+h5,.thim-ekits-student-list-archive .thim-ekits-student__content ol+h6{margin-top:12px}.thim-student-wrp{cursor:pointer}.thim-student-wrp .thim-ekits-student__avatar{margin-bottom:20px}.thim-student-wrp .thim-ekits-student__avatar img{display:block;width:100%;border-radius:var(--phys-border-radius-item,16px)}.thim-student-popup{position:fixed;top:55%;left:50%;transform:translate(-50%,-50%) scale(0.6);display:flex;gap:40px;padding:50px;width:calc(100% - 40px);max-height:70vh;background-color:white;border:8px solid #FEF0F1;max-width:var(--lp-container-max-width);border-radius:10px;opacity:0;visibility:hidden;overflow:hidden;overflow-y:auto;z-index:1000;transition:0.3s}.thim-student-popup.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}@media (max-width:1199px){.thim-student-popup{padding:30px;gap:30px}}@media (max-width:767px){.thim-student-popup{flex-direction:column}}@media (min-width:768px){.thim-student-popup .thim-student-popup-head{flex-basis:35%}.thim-student-popup .thim-student-popup-content{flex-basis:65%}.thim-student-popup .thim-ekits-student__name{font-size:28px;margin-bottom:20px}}.thim-student-popup .thim-ekits-student__avatar img{width:100%;border-radius:var(--phys-border-radius-item,16px)}.thim-student-popup .thim-ekits-student__content p{margin-bottom:12px;font-size:16px}.thim-student-popup .label{text-transform:uppercase;font-weight:700}.thim-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);z-index:999}