2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar {
|
2021-05-31 18:23:25 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
border: 2px solid whitesmoke;
|
|
|
|
border-bottom: none !important;
|
2021-06-07 17:48:07 +03:00
|
|
|
position: sticky;
|
|
|
|
top: 80px;
|
2021-09-15 17:07:28 +03:00
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
&__position {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
h2 {
|
|
|
|
font-size: 3rem !important;
|
|
|
|
font-family: 'GT Eesti Pro Display';
|
|
|
|
font-size: 2.6em;
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: normal;
|
|
|
|
letter-spacing: normal;
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-15 17:07:28 +03:00
|
|
|
&__achievements {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
padding: 0 1rem;
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
2021-05-31 18:23:25 +03:00
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
&__info {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: flex-start;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2021-05-31 18:23:25 +03:00
|
|
|
}
|
|
|
|
|
2021-06-09 15:00:15 +03:00
|
|
|
@media (max-width: 575.98px) {
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__info {
|
|
|
|
margin-top: 30px;
|
|
|
|
align-items: center;
|
2021-06-09 15:00:15 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__info > img {
|
2021-05-31 18:23:25 +03:00
|
|
|
width: 180px;
|
|
|
|
height: 180px;
|
2021-06-11 16:58:44 +03:00
|
|
|
border-radius: 100px;
|
2021-05-31 18:23:25 +03:00
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__experience-title {
|
2021-05-31 18:23:25 +03:00
|
|
|
font-family: 'GT Eesti Pro Display';
|
|
|
|
font-size: 1.8em;
|
2021-06-04 11:59:45 +03:00
|
|
|
font-weight: normal;
|
2021-05-31 18:23:25 +03:00
|
|
|
font-style: normal;
|
|
|
|
letter-spacing: normal;
|
|
|
|
line-height: 36px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__experience {
|
2021-06-04 11:59:45 +03:00
|
|
|
font-family: 'GT Eesti Pro Display';
|
2021-05-31 18:23:25 +03:00
|
|
|
font-size: 3em;
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: normal;
|
|
|
|
letter-spacing: normal;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__select {
|
2021-05-31 18:23:25 +03:00
|
|
|
width: 280px;
|
|
|
|
height: 60px;
|
|
|
|
border-radius: 100px;
|
|
|
|
border: none;
|
2021-06-04 11:59:45 +03:00
|
|
|
background-color: #73c141;
|
2021-05-31 18:23:25 +03:00
|
|
|
color: #ffffff;
|
2021-06-04 11:59:45 +03:00
|
|
|
font-family: 'Muller';
|
|
|
|
font-size: 1.6em;
|
2021-05-31 18:23:25 +03:00
|
|
|
font-style: normal;
|
|
|
|
letter-spacing: normal;
|
|
|
|
line-height: normal;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 20px;
|
2021-12-07 10:58:19 +03:00
|
|
|
margin-bottom: 10px;
|
2021-05-31 18:23:25 +03:00
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__select:hover {
|
2021-06-10 18:17:50 +03:00
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
|
color: #73c141;
|
|
|
|
box-shadow: inset 0 0 0 3px #73c141;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__info__l {
|
2021-05-31 18:23:25 +03:00
|
|
|
font-family: 'GT Eesti Pro Display';
|
|
|
|
font-size: 1.8em;
|
|
|
|
font-weight: 600;
|
|
|
|
font-style: normal;
|
|
|
|
letter-spacing: normal;
|
|
|
|
line-height: 36px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidateS-sidebar__arrows {
|
2021-05-31 18:23:25 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2021-06-09 15:00:15 +03:00
|
|
|
@media (max-width: 575.98px) {
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__info__l,
|
|
|
|
.candidate-sidebar__arrows {
|
2021-06-09 15:00:15 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__arrow--left {
|
2021-05-31 18:23:25 +03:00
|
|
|
position: relative;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
border-radius: 20px;
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__arrow--left > img {
|
2021-05-31 18:23:25 +03:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__arrows-sp {
|
2021-05-31 18:23:25 +03:00
|
|
|
color: #705fa3;
|
2021-06-04 11:59:45 +03:00
|
|
|
font-family: 'Circe';
|
|
|
|
font-size: 1.3em;
|
2021-05-31 18:23:25 +03:00
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__arrow--right {
|
2021-05-31 18:23:25 +03:00
|
|
|
position: relative;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
border-radius: 20px;
|
|
|
|
background-color: #74be4d;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__arrow--right > img {
|
2021-05-31 18:23:25 +03:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
2021-08-19 16:17:06 +03:00
|
|
|
|
|
|
|
@media (max-width: 1199px) {
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar {
|
2021-08-19 16:17:06 +03:00
|
|
|
flex-direction: row;
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__info {
|
2021-08-19 16:17:06 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2021-08-20 11:52:23 +03:00
|
|
|
|
2021-11-30 17:00:58 +03:00
|
|
|
.candidate-sidebar__info__e,
|
|
|
|
.candidate-sidebar__info__y {
|
2021-08-20 11:52:23 +03:00
|
|
|
width: 180px;
|
|
|
|
}
|
2021-09-15 17:07:28 +03:00
|
|
|
}
|