html,body{
    height: 100%;
    margin: 0;
}


body {
    /* border: 1px dashed #f00; */
}

.page {
    /* border: 1px dashed #f00; */
    height: 100%;
    display: block;
    position: relative;
 }

.cv-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2mm;
}

.cv-user {
    width: calc(100% - 30mm);
    padding-right: 1cm;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cv-user-ava {
    width: 2cm;
}

.cv-user-ava figure {
    width: 2cm;
    height: 2cm;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cv-user-ava figure img {
    width: 100%;
}

.cv-user-block {
    width: calc(100% - 2cm);
    padding-left: 0.5cm;
}

.cv-user-fio {
    color: #4f5698;
    font-size: 6mm;
    font-weight: 700;
    line-height: 1.2em;
}

.cv-user-info {
    margin-top: 3mm;
    font-size: 2.2mm;
    line-height: 1em;
}

.cv-user-info dt, .cv-user-info dd {
    display: inline-block;
}

.cv-user-info dl + dl {
    margin-left: 3em;
}

.cv-user-info dt {
    color: #0086c2;
}

.cv-user-info dl {
    display: inline-block;
}

.cv-logo {
    width: 30mm;
}

.cv-logo img {
    width: 100%;
    content: url('/sys/modules/CV/i/logo-EFMSU.svg');
}

.cv-block {
    margin-top: 5mm;
    position: relative;
    padding-left: 12mm;
}

.cv-block-ico {
    width: 8mm;
    height: 8mm;
    position: absolute;
    left: 0;
    top: -1.5mm;
    background: #4F5597;
    background: -webkit-linear-gradient(top right, #4F5597, #0085C1);
    background: -moz-linear-gradient(top right, #4F5597, #0085C1);
    background: linear-gradient(to bottom left, #4F5597, #0085C1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cv-block-ico img {
    width: 100%;
    height: 100%;
}

.cv-block-title {
    color: #4f5698;
    font-size: 3.2mm;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    display: table;
    width: 100%;
}

.cv-block-title span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.cv-block-title-line {
    width: 90%;
    padding-left: 3mm;
}

.cv-block-title-line ins {
    content: '';
    display: block;
    width: 100%;
    height: 0.3mm;
    background: #4f5698;
}

.cv-block-subtitle {
    color: #4f5698;
    font-size: 2.5mm;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3mm;
}

.cv-block-body {
    margin-top: 2mm;
}

.cv-column {
    columns: 2;
    column-gap: 0.5cm;
}

.cv-timeline-item {
    /* display: inline-block; */
    padding-bottom: 3mm;
    padding-left: 5mm;
    border-left: 0.35mm solid #8c8e91;
}

.cv-timeline-item:last-child {
    padding-bottom: 0;
}

.cv-timeline-item-date {
    font-size: 2.5mm;
    line-height: 1em;
    color: #6d6f72;
    position: relative;
}

.cv-timeline-item-date:before {
    content: '';
    display: block;
    width: 1.5mm;
    height: 1.5mm;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #4f5698;
    border: 1mm solid #fff;
    position: absolute;
    left: -6.8mm;
    top: -1mm;
}

.cv-timeline-item-body {
    margin-top: 1.5mm;
}

.cv-vuz {
    color: #0086c2;
    font-weight: 400;
}

.cv-department {
    font-weight: 400;
    margin-top: 1mm;
}

.cv-diplom {
    color: #0086c2;
    font-weight: 400;
    margin-top: 1mm;
}

.cv-list {
    display: table;
    width: 100%;
}

.cv-list dl + dl dt, .cv-list dl + dl dd  {
    padding-top: 2mm;
}

.cv-list dl {
    display: table-row;
}

.cv-list dt, .cv-list dd {
    display: table-cell;
    vertical-align: top;
}

.cv-list dt {
    width: 30%;
    padding-right: 0.5mm;
    color: #0086c2;
    font-weight: 400;
}

.cv-sign {
    /*
    position: absolute;
    bottom: 0px;
    right: 0px;    
    */
    margin-top: 30mm;
    margin-left: 12mm;
    display: table;
    width: calc(100% - 12mm);
}

.cv-sign > div {
    display: table-cell;
    vertical-align: bottom;
}

.cv-sign-line {
    border-bottom: 0.35mm solid #1a1818;
    width: 45mm;
}

.cv-sign-fio {
    white-space: nowrap;
    padding-left: 0.5mm;
    text-align: right;
}