@font-face {
    font-family: "Pragmatica-Slab";
    font-display: auto;
    src: url("../fonts/pragmatica-slab/Pragmatica-Slabserif-Light.woff2") format("woff2"), url("../fonts/pragmatica-slab/Pragmatica-Slabserif-Light.woff") format("woff");
}

/*@font-face {*/
/*font-family: "Pragmatica-Slab";*/
/*font-display: auto;*/
/*src: url("../fonts/pragmatica-slab/Pragmatica-Slabserif-Bold.woff2") format("woff2"), url("../fonts/pragmatica-slab/Pragmatica-Slabserif-Bold.woff") format("woff");*/
/*font-weight: bold;*/
/*}*/

/*
==================================================================
    File Name: New Design
==================================================================
*/
html, body {
    min-height: 100vh;
}

body {
    font-family: "Pragmatica-Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    background-color: #0018A8;
    min-width: 1200px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mainWrap {
    height: auto;
    min-height: 100vh;
    padding: 30px 0;
    padding-right: 200px;
}

.container > div:first-child {
    display: none !important;
}

.container .page-wrap {
    border-radius: 0;
    padding: 30px;
    border: 0;
}

.container .page-wrap * {
    font-family: inherit !important;
    font-size: inherit;
}

.container .page {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.container .sidebar {
    width: 200px;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    height: 100% !important;
    background: #969696;
    z-index: 500 !important;
    font-size: 12px;
    line-height: 1.3;
    font-weight: bold;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.container .sidebar.fixed {
    right: 0;
    top: 0;
    margin-right: 0;
}

.container .sidebar .cat-menu {
    background: none;
}

.container .sidebar .cat-menu .c-inner ul li {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    min-height: 20px;
    display: flex;
    align-items: center;
    background-position: 0 50%;
}

.container .content {
    margin-right: 0;
}

.container .g-title {
    background: none;
    line-height: 1;
    padding: 0;
    margin-bottom: 20px;
    height: initial;
    font-size: 22px;
    font-weight: 600;
    color: #0018A8;
    display: flex;
    justify-content: center;
}

.container .g-title h2 {
    display: inline-flex;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.container .g-title h2:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #0018A8;
    border-radius: 3px;
}

.container .g-title:before {
    height: 1px;
    background: #969696;
    width: initial;
    left: -30px;
    right: -30px;
    bottom: 0;
}

.container .form-column {
    font-size: 15px;
}

.container .form-column h3 {
    margin: 0 -15px 20px;
    padding: 15px 30px;
    flex: 1;
    background-color: #fafafa;
    border-bottom-width: 0 !important;
    color: #0018A8;
    text-transform: uppercase;
}

.container .form-column h3 a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.container .form-column h3 a:hover {
    text-decoration: none;
}

.container .form-column .block {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.container .form-column .block.center-block {
    justify-content: center;
}

.container .form-column .block.text-right {
    justify-content: flex-end;
}

.container .form-column .block.text-right .btn[type="submit"] {
    margin-right: auto;
    margin-left: auto;
}

.container .form-column .clear {
    flex: 0 0 100%;
    max-width: 100%;
}

.container .form-column [class^="referans_remove_area"], .container .form-column [class*=" referans_remove_area_1"],
.container .form-column [class^="computer_skills_remove_area"], .container .form-column [class*=" computer_skills_remove_area_1"],
.container .form-column [class^="language_skills_remove_area"], .container .form-column [class*=" language_skills_remove_area_1"],
.container .form-column [class^="kurs_education_remove_area"], .container .form-column [class*=" kurs_education_remove_area_1"],
.container .form-column [class^="work_experience_remove_area"], .container .form-column [class*=" work_experience_remove_area_1"],
.container .form-column [class^="magistr_education_remove_area"], .container .form-column [class*=" magistr_education_remove_area_1"],
.container .form-column [class^="ali_education_remove_area"], .container .form-column [class*=" ali_education_remove_area_1"],
.container .form-column [class^="pese_education_remove_area"], .container .form-column [class*=" pese_education_remove_area_1"] {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding: 15px;
}

.container .form-column [class^="referans_remove_area"] .item + .btn, .container .form-column [class*=" referans_remove_area_1"] .item + .btn,
.container .form-column [class^="computer_skills_remove_area"] .item + .btn, .container .form-column [class*=" computer_skills_remove_area_1"] .item + .btn,
.container .form-column [class^="language_skills_remove_area"] .item + .btn, .container .form-column [class*=" language_skills_remove_area_1"] .item + .btn,
.container .form-column [class^="kurs_education_remove_area"] .item + .btn, .container .form-column [class*=" kurs_education_remove_area_1"] .item + .btn,
.container .form-column [class^="work_experience_remove_area"] .item + .btn, .container .form-column [class*=" work_experience_remove_area_1"] .item + .btn,
.container .form-column [class^="magistr_education_remove_area"] .item + .btn, .container .form-column [class*=" magistr_education_remove_area_1"] .item + .btn,
.container .form-column [class^="ali_education_remove_area"] .item + .btn, .container .form-column [class*=" ali_education_remove_area_1"] .item + .btn,
.container .form-column [class^="pese_education_remove_area"] .item + .btn, .container .form-column [class*=" pese_education_remove_area_1"] .item + .btn {
    margin-top: 40px;
}

.container .form-column [class^="referans_remove_area"] .item + .btn + .btn, .container .form-column [class*=" referans_remove_area_1"] .item + .btn + .btn,
.container .form-column [class^="computer_skills_remove_area"] .item + .btn + .btn, .container .form-column [class*=" computer_skills_remove_area_1"] .item + .btn + .btn,
.container .form-column [class^="language_skills_remove_area"] .item + .btn + .btn, .container .form-column [class*=" language_skills_remove_area_1"] .item + .btn + .btn,
.container .form-column [class^="kurs_education_remove_area"] .item + .btn + .btn, .container .form-column [class*=" kurs_education_remove_area_1"] .item + .btn + .btn,
.container .form-column [class^="work_experience_remove_area"] .item + .btn + .btn, .container .form-column [class*=" work_experience_remove_area_1"] .item + .btn + .btn,
.container .form-column [class^="magistr_education_remove_area"] .item + .btn + .btn, .container .form-column [class*=" magistr_education_remove_area_1"] .item + .btn + .btn,
.container .form-column [class^="ali_education_remove_area"] .item + .btn + .btn, .container .form-column [class*=" ali_education_remove_area_1"] .item + .btn + .btn,
.container .form-column [class^="pese_education_remove_area"] .item + .btn + .btn, .container .form-column [class*=" pese_education_remove_area_1"] .item + .btn + .btn {
    margin-top: 40px;
}

.container .form-column [class^="referans_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" referans_remove_area_1"] .item + .btn + .btn + .btn,
.container .form-column [class^="computer_skills_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" computer_skills_remove_area_1"] .item + .btn + .btn + .btn,
.container .form-column [class^="language_skills_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" language_skills_remove_area_1"] .item + .btn + .btn + .btn,
.container .form-column [class^="kurs_education_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" kurs_education_remove_area_1"] .item + .btn + .btn + .btn,
.container .form-column [class^="work_experience_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" work_experience_remove_area_1"] .item + .btn + .btn + .btn,
.container .form-column [class^="magistr_education_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" magistr_education_remove_area_1"] .item + .btn + .btn + .btn,
.container .form-column [class^="ali_education_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" ali_education_remove_area_1"] .item + .btn + .btn + .btn,
.container .form-column [class^="pese_education_remove_area"] .item + .btn + .btn + .btn, .container .form-column [class*=" pese_education_remove_area_1"] .item + .btn + .btn + .btn {
    margin-top: 40px;
}

.container .form-column [class^="referans_remove_area"] .btn, .container .form-column [class*=" referans_remove_area_"] .btn,
.container .form-column [class^="computer_skills_remove_area"] .btn, .container .form-column [class*=" computer_skills_remove_area_"] .btn,
.container .form-column [class^="language_skills_remove_area"] .btn, .container .form-column [class*=" language_skills_remove_area_"] .btn,
.container .form-column [class^="kurs_education_remove_area"] .btn, .container .form-column [class*=" kurs_education_remove_area_"] .btn,
.container .form-column [class^="work_experience_remove_area"] .btn, .container .form-column [class*=" work_experience_remove_area_"] .btn,
.container .form-column [class^="magistr_education_remove_area"] .btn, .container .form-column [class*=" magistr_education_remove_area_"] .btn,
.container .form-column [class^="ali_education_remove_area"] .btn, .container .form-column [class*=" ali_education_remove_area_"] .btn,
.container .form-column [class^="pese_education_remove_area"] .btn, .container .form-column [class*=" pese_education_remove_area_"] .btn {
    display: inline-flex !important;
    height: 44px !important;
    border-radius: 0;
    width: auto;
    min-width: 150px;
    margin-top: 0;
}

.container .form-column [class^="referans_remove_area"] .btn.no-margin-top, .container .form-column [class*=" referans_remove_area_"] .btn.no-margin-top,
.container .form-column [class^="computer_skills_remove_area"] .btn.no-margin-top, .container .form-column [class*=" computer_skills_remove_area_"] .btn.no-margin-top,
.container .form-column [class^="language_skills_remove_area"] .btn.no-margin-top, .container .form-column [class*=" language_skills_remove_area_"] .btn.no-margin-top,
.container .form-column [class^="kurs_education_remove_area"] .btn.no-margin-top, .container .form-column [class*=" kurs_education_remove_area_"] .btn.no-margin-top,
.container .form-column [class^="work_experience_remove_area"] .btn.no-margin-top, .container .form-column [class*=" work_experience_remove_area_"] .btn.no-margin-top,
.container .form-column [class^="magistr_education_remove_area"] .btn.no-margin-top, .container .form-column [class*=" magistr_education_remove_area_"] .btn.no-margin-top,
.container .form-column [class^="ali_education_remove_area"] .btn.no-margin-top, .container .form-column [class*=" ali_education_remove_area_"] .btn.no-margin-top,
.container .form-column [class^="pese_education_remove_area"] .btn.no-margin-top, .container .form-column [class*=" pese_education_remove_area_"] .btn.no-margin-top {
    margin-top: 0 !important;
}

.container .form-column [class^="referans_remove_area"] .btn.btn-remove, .container .form-column [class*=" referans_remove_area_"] .btn.btn-remove,
.container .form-column [class^="computer_skills_remove_area"] .btn.btn-remove, .container .form-column [class*=" computer_skills_remove_area_"] .btn.btn-remove,
.container .form-column [class^="language_skills_remove_area"] .btn.btn-remove, .container .form-column [class*=" language_skills_remove_area_"] .btn.btn-remove,
.container .form-column [class^="kurs_education_remove_area"] .btn.btn-remove, .container .form-column [class*=" kurs_education_remove_area_"] .btn.btn-remove,
.container .form-column [class^="work_experience_remove_area"] .btn.btn-remove, .container .form-column [class*=" work_experience_remove_area_"] .btn.btn-remove,
.container .form-column [class^="magistr_education_remove_area"] .btn.btn-remove, .container .form-column [class*=" magistr_education_remove_area_"] .btn.btn-remove,
.container .form-column [class^="ali_education_remove_area"] .btn.btn-remove, .container .form-column [class*=" ali_education_remove_area_"] .btn.btn-remove,
.container .form-column [class^="pese_education_remove_area"] .btn.btn-remove, .container .form-column [class*=" pese_education_remove_area_"] .btn.btn-remove {
    min-width: 100px;
}

.container .form-column .btn {
    display: inline-flex;
    align-items: center;
    min-width: 120px;
    background-color: #0018A8;
    height: 40px;
    font-size: inherit;
    font-weight: 600;
    line-height: 1;
    padding: 0 15px;
    justify-content: center;
    box-shadow: initial !important;
    margin-left: 15px;
    margin-top: 10px;
    border-radius: 0 !important;
}

.container .form-column .btn:hover {
    background-color: #162db7;
}

.container .form-column .btn.btn-add {
    background-color: #969696;
}

.container .form-column .btn.btn-add:hover {
    background-color: #848484;
}

.container .form-column .item {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 15px;
    width: initial;
    margin: 0;
    align-content: flex-start;
}

.container .form-column .item.full {
    max-width: 50%;
    flex: 0 0 50%;
    align-content: initial;
}

.container .form-column .item > span {
    font-weight: bold;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
}

.container .form-column .item > span input {
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.container .form-column .item > span a {
    white-space: nowrap;
    color: #0018A8;
    font-weight: 400;
}

.container .form-column .item > span a:hover {
    text-decoration: underline;
}

.container .form-column .item > span + * {
    margin-top: auto;
}

.container .form-column .item .btn {
    margin-left: 0 !important;
    margin-right: 20px;
}

.container .form-column .item .btn:last-child {
    margin-right: 0;
}

.container .form-column .element_ismi {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.container .form-column #x1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.container .form-column iframe {
    width: 100% !important;
}

.container .form-column .b-inner {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 50px;
}

.container .form-column .tb, .container .form-column .ta {
    background-color: #fff;
    border-radius: 0;
    border-width: 2px;
    border-color: #969696;
    box-shadow: initial !important;
    color: #000;
    height: 44px;
    padding: 0 20px;
    line-height: 1;
    font-size: inherit;
}

.container .form-column .tb:focus, .container .form-column .ta:focus {
    border-color: #0018A8;
}

.container .form-column .ta {
    height: 60px;
    padding-top: 7px;
    padding-bottom: 7px;
    resize: none;
    overflow: auto;
}

.container .form-column .g-sb {
    height: initial;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.container .form-column .g-sb.mini {
    display: flex;
    width: 50%;
    margin-right: 15px;
}

.container .form-column .g-sb .selectricWrapper {
    height: initial;
}

.container .form-column .g-sb .selectric {
    background-color: #fff;
    border-width: 2px;
    border-color: #969696;
    box-shadow: initial !important;
    font-size: inherit;
    color: #000;
    height: 44px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: space-between;
    padding: 0 20px;
}

.container .form-column .g-sb .selectric:after {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-width: 0;
    border-top-color: #969696;
}

.container .form-column .g-sb .selectric .label {
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 15px;
    line-height: 1;
    font-size: inherit;
    font-family: inherit;
}

.container .form-column .g-sb .selectric .button {
    display: none;
}

.container .form-column .g-sb .selectricItems {
    width: 100% !important;
    top: 100%;
    margin-top: -1px;
    border: 2px solid #0018A8;
    border-top: 0;
    border-radius: 0;
    font-size: 13px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.container .form-column .g-sb .selectricItems ul li {
    min-height: 34px;
    display: flex;
    white-space: normal;
    line-height: 1.2;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 20px;
    font-size: inherit;
    font-weight: inherit;
}

.container .form-column .g-sb .selectricItems ul li:last-child {
    border-bottom: 0;
}

.container .form-column .g-sb .selectricItems ul li:hover {
    background: #f1f1f1 !important;
    color: #000 !important;
}

.container .form-column .g-sb .selectricItems ul li.selected {
    background: #0018A8 !important;
    color: #fff !important;
}

.container .form-column .g-sb .selectricWrapper.selectricOpen .selectric {
    border-color: #0018A8;
    border-bottom-color: transparent;
}

.container .form-column .g-sb .selectricWrapper.selectricOpen .selectric:after {
    border-top-color: #0018A8;
    transform: rotate(180deg);
}

.footer {
    margin-top: 0;
}

.footer .center {
    background-color: #fafafa;
    padding: 30px;
    border-top: 1px solid #f0f0f0;
}

.footer .inner {
    padding: 0;
    border: 0;
    margin: 0;
}

.footer .bottom {
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: center;
}

.file-inputs {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    flex-wrap: initial;
    margin: 0;
    padding: 15px;
}

.file-inputs form {
    flex-direction: column;
}

.file-inputs .progress {
    width: initial;
    margin-top: 6px;
    border-radius: 0;
    overflow: hidden;
    line-height: 0;
    height: 15px !important;
    flex: 0 0 15px !important;
    border-width: 0 !important;
    transition: .15s background-color ease-in-out;
    padding: 0 !important;
}

.file-inputs .progress.loading {
    background-color: #969696;
}

.file-inputs .progress .bar {
    background-color: #0018A8;
    height: 15px !important;
    border-width: 0 !important;
    transition: .15s width linear;
    border-radius: 0;
}

.file-inputs .progress .percent {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.file-inputs .g-file {
    display: flex;
    align-items: center;
    height: 44px;
    width: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    border-width: 2px;
    border-color: #969696;
    box-shadow: initial !important;
    color: #000;
    padding: 10px;
    line-height: 1;
    font-size: inherit;
}

.file-inputs .g-file .btn {
    box-shadow: initial !important;
    border-radius: 0 !important;
    background-color: #969696;
    height: 25px !important;
    font-size: 13px;
    display: inline-flex;
    position: initial;
    margin-right: 15px;
    align-items: center;
    line-height: 1 !important;
}

.file-inputs .g-file .btn:hover {
    background-color: #0018A8;
}

.file-inputs .g-file .label {
    display: block;
    align-content: center;
    flex: 1;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.85em;
}

#status {
    display: flex;
    flex: 0 0 66.6%;
    max-width: 66.6%;
    padding: 3px 15px;
    margin: 0 !important;
    float: initial !important;
}

#status img {
    box-shadow: 0 0 0 3px #0018A8;
    width: auto !important;
    height: 74px !important;
}

@media (max-width: 1201px) {
    #mainWrap {
        padding: 0 0 200px;
    }

    .center {
        margin: 0 !important;
    }

    .container .page-wrap {
        margin-top: 0;
    }

    .footer {
        margin-bottom: 0;
    }
}

.container .form-column .g-sb .selectricItems ul li {
    min-height: 26px;
    height: auto !important;
}

.container .form-column .g-sb .selectricItems {
    height: initial !important;
}

.container .form-column .g-sb .selectricItems .selectricScroll {
    max-height: 208px;
}
