.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.container--big {
    max-width: 1660px;
}
header {
    padding: 5px 0;
}
header .branding a {
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin-left: 32px;
    /*display: inline-block;*/
    color: #003378;
}
header .phone {
    padding: 20px;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    margin-right: 32px;
    display: inline-block;
    color: #333;
}
header .register-block {
    padding: 10px;
    display: flex;
    justify-content: center;
}
header .phone-block {
    text-align: right;
}
.close-cross {
    pointer-events: all;
}

.navigation > nav.filters {
    background: #fff;
    border: 1px solid #e4ecf5;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(31, 57, 85, 0.07);
    padding: 18px 16px;
}

.filters > .filter_params > button {
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #d9e4f1;
    border-radius: 10px;
    background: #f5f8fc;
    color: #375779;
    font-weight: 500;
    text-align: left;
}

.filters > .filter_params > ul {
    margin: 10px 0 14px;
    padding: 0;
}

.filters h4 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
    color: #2f5f93;
}

.filters button {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 18px;
}

.filters .filter_params {
    margin-bottom: 8px;
}
.dropdown-toggle .glyphicon-chevron-down {
    right: 10px;
}

.globalfilter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

button.default, span.default,
button.defaultwight, span.defaultwight{
    border-radius: 10px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 9px 14px;
    transition: all .3s ease-in-out;
    text-align: center;
    font-weight: 500;
}
button.default {
    border: 1px solid #004080;
    background-color: #004080;
    color: #fff;
}
button.default:active {
    background-color: #004080;
    box-shadow: none;
}
button.defaultwight {
    border: 1px solid #004080;
    background-color: #fff;
    color: #004080;
}
button.default.teal {
    border: 1px solid #d0edff;
    background-color: #d0edff;
    color: #004080;
}

.globalfilter button.default,
.globalfilter button.defaultwight,
button.default.reqvacancy{
    width: auto;
}

.filters .vacancyrow .vacancycoll {
    width: calc(50% - 6px);
}

.filters .vacancyrow {
    display: flex;
    gap: 12px;
}

.filter_params li {
    list-style: none;
    padding: 5px 0;
    font-size: 13px;
    line-height: 16px;
}

.filter_params li span {
    padding-left: 8px;
}

.clearfiltersvacancy {
    margin-top: 12px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px;
}

.vacancy-page, .profile-page {
    padding-top: 0;
    padding-bottom: 56px;
    background: #f3f5f8;
}

.hero-block {
    background: #dbeffc;
    border-radius: 14px;
    padding: 24px 80px;
    margin-bottom: 28px;
}

.breadcrumbs {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 16px;
    color: #6f7d8f;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #2b5f9c;
}

.hero-block h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 500;
    color: #1e2f45;
}

.hero-block-text {
    margin: 12px 0 0;
    max-width: 640px;
    font-size: 15px;
    line-height: 21px;
    color: #4a627f;
}

.vacancy-layout {
    margin: 0 -10px;
}

.vacancy-layout > [class*="col-"] {
    padding: 0 10px;
}

.vacancy-layout > .vacancysection {
    padding-top: 0;
    padding-left: 20px;
}

.cvscrollable .cv-card {
    border: 1px solid #e3ebf6;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(31, 57, 85, 0.06);
    margin-top: 0;
    margin-bottom: 14px;
    padding: 30px 18px;
}

.cv-card h4.name {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #1d2f43;
}

.cv-card p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #52657c;
}

.cv-card p .description {
    color: #7b8da2;
    font-weight: 500;
}

.cv-card .publishdate {
    margin: 0;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    color: #7f90a5;
}

.cv-card .salary {
    margin: 8px 0 0 auto;
    width: fit-content;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef4fb;
    color: #2f5f93;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
}

.cv-card .detailsvacancy.default {
    width: auto;
    min-width: 128px;
    margin: 14px 0 0;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
}
.cvcard button.default {
    width: auto;
}

.scrlactdiv {
    margin-top: 14px;
    text-align: center;
}

#scrlactvacancy.default,
#scrlact.default
{
    display: inline-flex;
    width: auto;
    margin: 0 auto;
    padding: 12px 26px;
    border-radius: 12px;
}
@media (max-width: 1680px) {
    .container {
        max-width: 1110px;
    }

    .container--big {
        max-width: 1110px;
    }
}
@media (max-width: 1130px) {
    .container {
        max-width: 880px;
    }

    .container--big {
        max-width: 880px;
    }
}

@media (max-width: 1000px) {
    .hero-block {
        padding: 20px 18px;
        margin-bottom: 20px;
    }

    .hero-block h1 {
        font-size: 32px;
    }

    .filters .vacancyrow {
        display: block;
    }

    .filters .vacancyrow .vacancycoll {
        width: 100%;
    }

    .vacancy-layout {
        margin: 0;
    }

    .vacancy-layout > [class*="col-"] {
        padding: 0;
    }

    .navigation > nav.filters {
        margin-bottom: 12px !important;
    }

    .cv-card .publishdate {
        margin-top: 6px;
        text-align: left;
    }

    .cv-card .salary {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 92%;
    }

    .container--big {
        max-width: 92%;
    }
}

/* Footer — main_auth layout */
footer {
    background: #0f1d34;
    color: #fff;
    padding: 56px 0 28px;
    margin-top: 0;
}

footer .container {
    padding-left: 15px;
    padding-right: 15px;
}

footer .footertop:first-of-type.row {
    display: grid;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: minmax(200px, 1.1fr) minmax(200px, 1fr) minmax(260px, 1.15fr);
    gap: 40px 56px;
    align-items: start;
}

footer .footertop:first-of-type > [class*="col-"] {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 0;
}

footer .footertop:first-of-type .branding {
    grid-column: 1;
    grid-row: 1;
}

footer .footertop:first-of-type .footermenu {
    grid-column: 1;
    grid-row: 2;
    margin-top: 8px;
}

footer .footertop:first-of-type .soc {
    grid-column: 2;
    grid-row: 1 / span 2;
}

footer .footertop:first-of-type .footerphoneblock {
    grid-column: 3;
    grid-row: 1 / span 2;
}

footer .branding {
    margin: 0;
}

footer .branding p {
    margin: 0;
}

footer .branding .logo {
    display: block;
    width: 218px;
    max-width: 100%;
    height: auto;
}

footer .footermenu > div:empty {
    display: none;
}

footer .footermenu p {
    margin: 0 0 14px;
}

footer .footermenu p:last-child {
    margin-bottom: 0;
}

footer .footermenu a {
    display: inline;
    align-items: initial;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer .footermenu a:hover {
    color: rgba(255, 255, 255, 0.72);
}

footer .socs {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.48);
    text-align: left;
}

footer .socp {
    margin: 0 0 14px;
}

footer .socp:last-of-type {
    margin-top: 28px;
}

footer .soclp {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .soclp a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 8px;
    background: #253853;
    transition: background 0.2s ease, border-color 0.2s ease;
}

footer .soclp a:hover {
    background: #002f5c;
}

footer .soclink {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

footer .soc .appblock {
    margin: 0 0 12px;
}

footer .soc .appblock:last-child {
    margin-bottom: 0;
}

footer .soc .appblock a {
    display: inline-block;
    line-height: 0;
}

/*footer .soc .appblock img,*/
/*footer .soc .appblock .app {*/
    /*display: block;*/
    /*width: auto;*/
    /*height: 40px;*/
    /*max-width: 150px;*/
    /*border-radius: 8px;*/
/*}*/

footer .footerphoneblock {
    margin: 0;
    text-align: right;
}

footer .phonelp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 0 0 36px;
}

footer .phonelp a {
    padding: 0;
}
footer .phonelp a.phoneicon {
    border-radius: 8px;
    background: #004080;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .phonelp .soclink {
    width: 40px;
    height: 40px;
}

footer .footerphone {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.15;
    font-weight: 500;
    color: #fff;
}

footer .phonelink:hover .footerphone {
    color: rgba(255, 255, 255, 0.82);
}

footer .easyfindblock {
    margin: 0;
}

footer .easyfindtitle {
    margin: 0 90px 18px 0;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: right;
    color: rgba(255, 255, 255, 0.48);
}

footer .qrcodeblock {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 28px;
}

footer .qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

footer .qr-item img {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    padding: 6px;
    box-sizing: border-box;
}

footer .qr-label {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
}

footer .footertop:last-of-type.row {
    display: block;
    margin: 44px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

footer .footertop:last-of-type > [class*="col-"] {
    padding: 0;
    max-width: 100%;
    flex: none;
    width: 100%;
}

footer .cprlblp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 0;
}

footer .cprlbl {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
}

footer .cprlbl:last-child {
    margin-left: auto;
    text-align: right;
}

footer .store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 11px 28px 11px 18px;
    background: #1f334f;
    border-radius: 12px;
    border: 1px solid #3a4b64;
    text-decoration: none;
    color: #fff;
    width: 220px;
    height: 56px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 45, 90, 0.12);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

footer .store-btn:hover {
    background: #002f5c;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 45, 90, 0.18);
}

footer .store-btn img {
    display: block;
    width: 30px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

footer .store-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.15;
    text-align: left;
}

footer .store-btn__small {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.02em;
    opacity: 1;
    margin-bottom: 2px;
}

footer .store-btn__name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

/* Detail modal */
.detail-modal {
    padding: 1.5rem;
}

.detail-modal .modal-dialog {
    padding: 0;
    max-width: 760px;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(15, 29, 52, 0.18);
    overflow: visible;
}

.detail-modal .modal-dialog.fixed {
    height: auto;
    max-height: calc(100vh - 3rem);
}

.detail-modal .modal-content {
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
    height: auto;
    padding: 0;
}

.detail-modal .close-cross {
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d4e8f8;
    transition: background 0.2s ease;
}

.detail-modal .close-cross:hover {
    background: #c5dff3;
}

.detail-modal .close-cross img {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(52%) saturate(3500%) hue-rotate(196deg) brightness(92%) contrast(101%);
}

.detail-modal .vacancyform__card.detail-modal__content {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 3rem);
}

.detail-modal .detail-modal__header {
    flex-shrink: 0;
    padding: 22px 24px 0 24px;
    background: #e3f2fd;
}

.detail-modal .vacancydetail__badge {
    display: inline-block;
    margin: 0 0 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #e8f5e9;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    color: #2e7d32;
    text-transform: lowercase;
}

.detail-modal .vacancydetail__badge .value:empty {
    display: none;
}

.detail-modal .JobTitle {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #1a2a3a;
}

.detail-modal .JobTitle .value:empty::before {
    content: '\00a0';
}

.detail-modal .detail-modal__crmlink {
    margin: 0 0 8px;
    font-size: 13px;
}

.detail-modal .detail-modal__source {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.35;
    color: #6b7c8f;
}

.detail-modal .detail-modal__source .description {
    display: none;
}

.detail-modal .detail-modal__source .value {
    font-weight: 500;
    color: #52657c;
}

.detail-modal .detail-modal__source-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7c8f;
}

.detail-modal .FIO .detail-modal__source-icon {
    display: none;
}

.detail-modal .detail-modal__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 0 -24px;
    padding: 14px 24px 18px;
    border-top: 1px solid rgba(0, 64, 128, 0.08);
    background: #f0f7ff;
}

.detail-modal .detail-modal__meta > p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    color: #4a627f;
}

.detail-modal .detail-modal__meta-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a7a9a;
}

.detail-modal .vdetail-modal__meta-icon img {
    display: block;
    width: 16px;
    height: 16px;
}

.detail-modal .detail-modal__body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 22px 24px 8px;
}

.detail-modal .detail-modal__section {
    margin-bottom: 22px;
}

.detail-modal .detail-modal__section:last-child {
    margin-bottom: 8px;
}

.detail-modal .subtitle {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5b8fc7;
}

.detail-modal .vacancyflexrow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.detail-modal .detail-modal__section--wide .vacancyflexrow {
    grid-template-columns: 1fr;
}

.detail-modal .vacancyflexrow > p {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f5f9ff;
}

.detail-modal .vacancyflexrow .rowkey {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8e9aaf;
}

.detail-modal .vacancyflexrow .rowvalue,
.detail-modal .vacancyflexrow > p .value {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    color: #1a2a3a;
}

.detail-modal .Functions,
.detail-modal .Additional {
    white-space: pre-line;
}

.detail-modal .Functions .value,
.detail-modal .Additional .value {
    font-weight: 500;
}

.detail-modal .detail-modal__footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    height: auto;
    margin: 0;
    padding: 16px 24px 22px;
    border-top: 1px solid #e4ecf5;
    background: #fff;
}

.detail-modal .detail-modal__btn-primary.default {
    flex: 1 1 auto;
    margin: 0;
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
    background-color: #004080;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.detail-modal .detail-modal__btn-primary.default:hover,
.detail-modal .detail-modal__btn-primary.default:focus {
    background-color: #003366;
    color: #fff;
}

.detail-modal .detail-modal__btn-close {
    flex: 0 0 auto;
    margin: 0;
    padding: 14px 20px;
    border: 1px solid #004080;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #004080;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    width: auto;
}

.detail-modal .detail-modal__btn-close:hover,
.detail-modal .detail-modal__btn-close:focus {
    background: #f0f7ff;
    color: #003366;
    outline: none;
}

/* Vacancy short form modal (main_auth / vacancy page) */
#cvmoremodalreq .modal-dialog{
    padding: 0;
}
#cvmoremodalreq .modal-dialog {
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(15, 29, 52, 0.18);
    overflow: visible;
}
#cvmoremodalreq.vacancyformshort-mode .modal-dialog {
    max-width: 500px;
}

#cvmoremodalreq .modal-dialog.fixed {
    height: auto;
    max-height: calc(100vh - 4rem);
}

#cvmoremodalreq .modal-content {
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
}

#cvmoremodalreq .modal-content .row,
#cvmoremodalreq .modal-content .row .scrollable {
    height: auto;
    overflow: visible;
}

#cvmoremodalreq .modal-content .scrollable {
    padding: 0;
    margin: 0;
}

#cvmoremodalreq .close-cross {
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d4e8f8;
    transition: background 0.2s ease;
}

#cvmoremodalreq .close-cross:hover {
    background: #c5dff3;
}

#cvmoremodalreq .close-cross img {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(52%) saturate(3500%) hue-rotate(196deg) brightness(92%) contrast(101%);
}

.vacancyform__card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

.vacancyform__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 56px 20px 24px;
    background: #e3f2fd;
}

.vacancyform__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #004080;
    color: #fff;
}

.vacancyform__icon svg {
    display: block;
}

.vacancyform__headtext {
    flex: 1;
    min-width: 0;
}

.vacancyformshort .vacmodalformtitle {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    color: #1a2a3a;
    text-align: left;
}

.vacancyform__subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    color: #6b7c8f;
}

.vacancyform__body {
    padding: 24px 24px 28px;
}

.vacancyformshort__form .form-group {
    margin-bottom: 18px;
}

.vacancyformshort__form .control-label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600 !important;
    color: #1a2a3a;
}

.vacancyformshort__phone-input {
    display: flex;
    align-items: stretch;
    border: 1px solid #c5d9ea;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.vacancyformshort__phone-input:focus-within {
    border-color: #8bbef1;
    box-shadow: 0 0 0 3px rgba(0, 64, 128, 0.08);
}

.field-vacancyshortform-phone .form-control,
.field-vacancylongform-phone .form-control
{
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 12px 14px;
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    color: #1a2a3a;
    box-shadow: none;
}

.field-vacancyshortform-phone .form-control:focus,
.field-vacancylongform-phone .form-control:focus,
{
    outline: none;
    box-shadow: none;
}

#cvmoremodalreq form .form-control {
    height: 48px;
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    background: #f5f7fa;
    font-size: 15px;
    color: #1a2a3a;
    box-shadow: none;
}

#cvmoremodalreq form .form-control::placeholder {
    color: #9aa8b8;
}

#cvmoremodalreq form .form-control:focus {
    background: #eef2f7;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 64, 128, 0.08);
}

.vacancyformshort__info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f5f7fa;
}

.vacancyformshort__info-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d4e3f0;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    color: #4a627f;
}

.vacancyformshort__info p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #52657c;
}

.vacancyform__submit {
    margin-top: 4px;
}

.vacancyform__btn.default,
.vacancyform__btn.default.modsendconf {
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
    background-color: #004080;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.vacancyform__btn.default:hover,
.vacancyform__btn.default:focus {
    background-color: #003366;
    color: #fff;
}

.vacancyformshort .modalconf,
.vacancyformshort .modalerrors {
    margin-bottom: 12px;
}

.vacancyformshort .modalconf p,
.vacancyformshort .modalerrors p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.vacancyformshort .preloader_block,
.vacancyformslong .preloader_block
{
    text-align: center;
}

@media (max-width: 991px) {
    header .phone-block {
        text-align: center;
    }
    footer {
        padding: 40px 0 24px;
    }

    footer .footertop:first-of-type {
        grid-template-columns: 1fr 1fr;
        gap: 32px 28px;
    }

    footer .footertop:first-of-type .branding {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    footer .footertop:first-of-type .footermenu {
        grid-column: 1;
        grid-row: 2;
        margin-top: 0;
    }

    footer .footertop:first-of-type .soc {
        grid-column: 2;
        grid-row: 2;
    }

    footer .footertop:first-of-type .footerphoneblock {
        grid-column: 1 / -1;
        grid-row: 3;
        text-align: left;
    }

    footer .phonelp,
    footer .qrcodeblock {
        justify-content: flex-start;
    }

    footer .easyfindtitle {
        text-align: left;
        margin: 0 0 18px;
    }

    footer .cprlbl:last-child {
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 575px) {
    footer .footertop:first-of-type {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    footer .footertop:first-of-type .branding,
    footer .footertop:first-of-type .footermenu,
    footer .footertop:first-of-type .soc,
    footer .footertop:first-of-type .footerphoneblock {
        grid-column: 1;
        grid-row: auto;
    }

    footer .cprlblp {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .cprlbl:last-child {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .detail-modal {
        padding: 1rem;
    }

    .detail-modal .modal-dialog {
        max-width: 100%;
        margin: 0 auto;
    }

    .detail-modal .detail-modal__header {
        padding: 18px 48px 0 18px;
    }

    .detail-modal .detail-modal__meta {
        margin: 0 -18px;
        padding: 12px 18px 16px;
        gap: 10px 14px;
    }

    .detail-modal .JobTitle {
        font-size: 20px;
    }

    .detail-modal .detail-modal__body {
        padding: 18px 18px 6px;
    }

    .detail-modal .vacancyflexrow {
        grid-template-columns: 1fr;
    }

    .detail-modal .detail-modal__footer {
        flex-direction: column;
        padding: 14px 18px 18px;
    }

    .detail-modal .detail-modal__btn-close {
        width: 100%;
    }

    #cvmoremodalreq {
        padding: 1rem;
    }

    #cvmoremodalreq .modal-dialog {
        max-width: 100%;
        margin: 0 auto;
    }

    .vacancyform__header {
        padding: 18px 48px 16px 18px;
    }

    .vacancyformshort__body {
        padding: 20px 18px 24px;
    }

    .vacancyformshort .vacmodalformtitle {
        font-size: 18px;
    }
}