.profile-page__header__left-side{align-items:flex-start;backdrop-filter:blur(10px);background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.2);border-radius:40px;display:flex;flex-direction:row;gap:20px;justify-content:space-between;padding:36px 36px 36px 46px;position:relative;width:100%}.profile-page__header__left-side__info{align-items:flex-start;display:flex;flex-direction:column;gap:48px;justify-content:center}.profile-page__header__left-side__info__heading{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:space-between}.profile-page__header__left-side__info__heading--profile-image{background-color:#b3b3b3;border-radius:50%;height:76px;overflow:hidden;width:76px}.profile-page__header__left-side__info__heading__name-role{align-items:flex-start;display:flex;flex-direction:column;gap:18px;justify-content:center}.profile-page__header__left-side__info__heading__name-role--name{font-family:var(--font-gilroy);font-size:30px;font-weight:500}.profile-page__header__left-side__info__heading__name-role--role{color:#b3b3b3;font-family:var(--font-montserrat);font-size:18px;font-weight:400}.profile-page__header__left-side__info__heading__name-role--role span{color:#fff}.profile-page__header__left-side__info__contacts{align-items:center;display:flex;flex-direction:row;gap:48px;justify-content:space-between}.profile-page__header__left-side__info__contacts__mail,.profile-page__header__left-side__info__contacts__tel{align-items:center;display:flex;flex-direction:row;font-family:var(--font-montserrat);font-size:20px;font-weight:400;gap:12px;justify-content:center;line-height:25px}.profile-page__header__left-side__info__contacts__tel--phone p{color:#b3b3b3}.profile-page__header__left-side__info__contacts__tel--phone span{color:#fff}.profile-page__header__left-side__info__contacts__mail--email p{color:#b3b3b3}.profile-page__header__left-side__info__contacts__mail--email span{color:#fff}.profile-page__header__left-side__info__contacts--edit-field{background:hsla(0,0%,100%,.2);border-radius:40px;color:#fff;cursor:pointer;font-size:20px;padding:5px 7px}.profile-page__header__left-side__info__contacts .custom-select{position:relative}.profile-page__header__left-side__info__contacts .custom-select button{background:hsla(0,0%,100%,.2);border-radius:40px;color:#fff;cursor:pointer;font-size:20px;padding:5px 7px}.profile-page__header__left-side__info__contacts .custom-select .custom-options{align-items:center;backdrop-filter:blur(10px);background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.2);border-radius:40px;border-radius:20px;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:8px;position:relative;position:absolute}.profile-page__header__left-side__info__contacts .custom-select .custom-options li{cursor:pointer}.overlay{border:1px solid hsla(0,0%,100%,.2);border-radius:40px;inset:0;position:relative;position:fixed;z-index:10}.overlay,.test-attempt-card{backdrop-filter:blur(10px);background:rgba(0,0,0,.5)}.test-attempt-card{align-items:center;border:1px solid hsla(0,0%,100%,.2);border-radius:30px;display:flex;gap:20px;justify-content:space-between;margin-bottom:18px;padding:30px;position:relative}.test-attempt-card__left{display:flex;flex-direction:column;gap:8px;max-width:330px}.test-attempt-card__label{color:hsla(0,0%,100%,.5);font-family:var(--font-montserrat);font-size:18px;font-weight:400}.test-attempt-card__title{font-family:var(--font-gilroy);font-size:24px;font-weight:600;line-height:1.2}.test-attempt-card__score{backdrop-filter:blur(10px);background:rgba(250,40,40,.5);border:1px solid rgba(250,40,40,.5);border-radius:10px;font-family:var(--font-montserrat);font-size:24px;font-weight:500;padding:6px;width:fit-content}.test-attempt-card__stats{display:flex;flex-direction:column;gap:12px}.test-attempt-card__stat{align-items:center;display:flex;gap:12px}.test-attempt-card__stat-bar{border-bottom-left-radius:7.5px;border-top-left-radius:7.5px;height:63px;width:6px}.test-attempt-card__stat--correct .test-attempt-card__stat-bar{background:#24e024}.test-attempt-card__stat--incorrect .test-attempt-card__stat-bar{background:#e02424}.test-attempt-card__stat-content{display:flex;flex-direction:column;gap:4px}.test-attempt-card__stat-label{color:hsla(0,0%,100%,.5);font-family:var(--font-montserrat);font-size:18px;font-weight:400}.test-attempt-card__stat-value{font-family:var(--font-gilroy);font-size:36px;font-weight:600;line-height:1}.test-attempt-card__pending{color:hsla(0,0%,100%,.5);font-family:var(--font-montserrat);font-size:18px;font-weight:400}.test-attempt-card__time{display:flex;flex-direction:column;gap:8px;max-width:330px;text-align:right}.test-attempt-card__time-label{color:hsla(0,0%,100%,.5);font-family:var(--font-montserrat);font-size:18px;font-weight:400}.test-attempt-card__time-value{color:#fff;font-family:var(--font-gilroy);font-size:18px;font-weight:600}@media(max-width:768px){.test-attempt-card{align-items:flex-start;flex-direction:column}.test-attempt-card__time{text-align:left}}