/*
 * EcoBrus corporate section: About, Videos, Vacancies and Vacancy Detail.
 * Data, routes and business behaviour remain owned by the existing backend.
 */

.company-section-page {
    --eco-ink: #24364f;
    --eco-muted: #617083;
    --eco-teal: #0ea498;
    --eco-teal-dark: #087d75;
    --eco-blue: #0871ad;
    --eco-line: #dbe4e8;
    --eco-soft: #f5f8f8;
    --eco-soft-blue: #edf4f7;
    overflow-x: hidden;
    background: #fff;
    color: var(--eco-ink);
}

/* Shared light inner header */
.company-section-page .header {
    position: relative;
    z-index: 60;
    margin: 0;
    background: #eef0f0;
}

.company-section-page .header-bot {
    border-color: rgba(36, 54, 79, .09);
}

.company-section-page .header .logo {
    background-image: url(../images/logo.png);
}

.company-section-page .header .h-phone a {
    color: #111;
}

.company-section-page .header:not(.fixed) .current-city-active {
    color: var(--eco-teal);
}

.company-section-page .header:not(.fixed) .current-city-active:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9c0 3.67-2.088 7.577-4.312 10.666A41.42 41.42 0 0 1 9 24.084a41.416 41.416 0 0 1-3.688-4.418C3.088 16.577 1 12.67 1 9a8 8 0 1 1 16 0z' stroke='%230EA498' stroke-width='2'/%3E%3Ccircle cx='9' cy='9' r='4' stroke='%230EA498' stroke-width='2'/%3E%3C/svg%3E");
}

.company-section-page .header:not(.fixed) .ecobrus-search-entry,
.company-section-page .header:not(.fixed) .ecobrus-favorites-entry {
    color: var(--eco-ink);
}

.company-section-page .header:not(.fixed) .ecobrus-search-entry:hover,
.company-section-page .header:not(.fixed) .ecobrus-search-entry:focus,
.company-section-page .header:not(.fixed) .ecobrus-favorites-entry:hover,
.company-section-page .header:not(.fixed) .ecobrus-favorites-entry:focus {
    background: rgba(14, 164, 152, .09);
    color: var(--eco-teal-dark);
}

.company-section-page .header .navi-h_link {
    color: var(--eco-blue);
}

.company-section-page .header .navi-h_item.active .navi-h_link,
.company-section-page .header .navi-h_link:hover,
.company-section-page .header .navi-h_link:focus-visible {
    color: var(--eco-teal);
}

.company-section-page .content,
.company-section-page .content--padtop {
    min-height: 0;
    padding-top: 0;
    background: #fff;
}

.company-section-page .content > .container[itemscope][itemtype*="BreadcrumbList"] {
    padding-top: 20px;
}

.company-section-page .breadcrumbs {
    margin-bottom: 0;
    padding-top: 0;
    color: var(--eco-muted);
}

/* Shared CompanySubnav */
.company-section-page .company-subnav {
    padding: 0;
    border-top: 1px solid rgba(36, 54, 79, .06);
    border-bottom: 1px solid rgba(36, 54, 79, .08);
    background: var(--eco-soft-blue);
}

.company-section-page .company-subnav ul {
    display: flex;
    align-items: stretch;
    min-height: 58px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-section-page .company-subnav li {
    display: flex;
    margin: 0 34px 0 0;
}

.company-section-page .company-subnav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    padding: 2px 0 0;
    color: var(--eco-muted);
    font-size: 15px;
    font-weight: 550;
    text-decoration: none;
}

.company-section-page .company-subnav a:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: transparent;
    content: "";
}

.company-section-page .company-subnav .active a,
.company-section-page .company-subnav a:hover,
.company-section-page .company-subnav a:focus-visible {
    color: var(--eco-ink);
}

.company-section-page .company-subnav .active a:after {
    background: var(--eco-teal);
}

/* Shared page rhythm and typography */
.company-section-page .company-page {
    margin: 0;
    padding: 28px 0 92px;
}

.company-section-page .company-page h1,
.company-section-page .company-page__heading h1 {
    max-width: 980px;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--eco-ink);
    font-size: clamp(40px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.company-section-page .company-page h1:after,
.company-section-page .company-page__heading h1:after {
    display: block;
    width: 64px;
    height: 4px;
    margin-top: 20px;
    border-radius: 2px;
    background: var(--eco-teal);
    content: "";
}

.company-section-page .company-page .descr-text {
    max-width: 860px;
    margin: 22px 0 34px;
    color: var(--eco-muted);
    font-size: 17px;
    line-height: 1.58;
}

.company-section-page .company-page .descr-text p {
    margin: 0;
}

/* About */
.company-about-page .company-about {
    padding-top: 30px;
}

.company-about-page .company-about__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 18px;
    color: var(--eco-ink);
    font-weight: 400;
}

.company-about-page .company-about__content > h1 {
    grid-column: 1 / 8;
    grid-row: 1;
    align-self: start;
}

.company-about-page .company-about__content > figure:has(img[src*="ecobrus-logo"]) {
    display: flex;
    float: none;
    grid-column: 8 / -1;
    grid-row: 1 / span 5;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 8px 20px 16px;
}

.company-about-page .company-about__content > figure:has(img[src*="ecobrus-logo"]) img {
    width: min(100%, 380px);
    height: auto !important;
    margin: 0;
}

.company-about-page .company-about__content > p:nth-of-type(-n+4) {
    grid-column: 1 / 8;
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
}

.company-about-page .company-about__content > p:nth-of-type(1) {
    grid-row: 2;
}

.company-about-page .company-about__content > p:nth-of-type(2) {
    grid-row: 3;
}

.company-about-page .company-about__content > p:nth-of-type(3) {
    grid-row: 4;
}

.company-about-page .company-about__content > p:nth-of-type(4) {
    grid-row: 5;
}

.company-about-page .company-about__content > p:nth-of-type(4) strong {
    display: block;
    margin: 38px 0 0;
    color: var(--eco-ink);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.company-about-page .company-about__content > p:nth-of-type(5) {
    grid-column: 1 / -1;
    grid-row: 6;
    margin: 16px 0 30px;
    padding: 28px 30px;
    border: 1px solid var(--eco-line);
    border-radius: 14px;
    background: var(--eco-soft);
    color: var(--eco-ink);
    font-size: 17px;
    line-height: 1.68;
}

.company-about-page .company-about__content > p:nth-of-type(5) span {
    display: block;
    font-size: inherit !important;
}

.company-about-page .company-about__content > figure:has(img[src*="qr-ecobrus"]) {
    display: flex;
    float: none;
    flex-direction: column;
    grid-column: 1 / -1;
    grid-row: 8;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 22px;
    border: 1px solid var(--eco-line);
    border-radius: 14px;
    background: #fff;
}

.company-about-page .company-about__content > figure:has(img[src*="qr-ecobrus"]) img {
    width: min(100%, 980px);
    height: auto !important;
    margin: 0;
}

.company-about-page .company-about__qr-caption {
    margin-top: 14px;
    color: var(--eco-muted);
    font-size: 13px;
    font-weight: 550;
    line-height: 1.35;
    text-align: center;
}

.company-about-page .company-about__documents-title {
    grid-column: 1 / -1;
    grid-row: 7;
    margin: 0 0 8px;
    color: var(--eco-ink);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.company-about-page .company-about__content > figure:has(img[src*="diplom"]) {
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 560px;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--eco-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(36, 54, 79, .04);
}

.company-about-page .company-about__content > figure:has(img[src*="diplomy-kompanii-ecobrus.jpg"]) {
    grid-column: 1 / 7;
    grid-row: 9;
}

.company-about-page .company-about__content > figure:has(img[src*="diplomy-kompanii-ecobrus-ecospro"]) {
    grid-column: 7 / -1;
    grid-row: 9;
}

.company-about-page .company-about__content > figure:has(img[src*="diplom"]) img {
    width: auto;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
    margin: 0;
    object-fit: contain;
}

/* Video library */
.company-video-page .company-videos {
    padding-top: 30px;
}

.company-video-page .reviews-section_wrap {
    margin-top: 0;
}

.company-video-page .reviews-section_wrap .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

/* Bootstrap clearfix pseudo-elements become implicit CSS Grid items otherwise. */
.company-video-page .reviews-section_wrap .row:before,
.company-video-page .reviews-section_wrap .row:after {
    display: none;
    content: none;
}

.company-video-page .reviews-section_wrap .row > [class*="col-"] {
    display: flex;
    width: auto;
    min-width: 0;
    padding: 0;
}

.company-video-page .company-video-card {
    display: flex;
    overflow: hidden;
    flex: 1;
    flex-direction: column;
    margin: 0;
    border: 1px solid var(--eco-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(36, 54, 79, .045);
    font-size: 16px;
    line-height: 1.45;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.company-video-page .company-video-card:hover {
    border-color: #bdced4;
    box-shadow: 0 14px 34px rgba(36, 54, 79, .09);
    transform: translateY(-2px);
}

.company-video-page .review-item_video {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--eco-soft-blue);
}

.company-video-page .review-item_video span {
    display: block;
    width: 100%;
    height: 100%;
}

.company-video-page .review-item_video img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-height: none;
    margin: 0;
    object-fit: cover;
    transition: transform .35s ease;
}

.company-video-page .company-video-card:hover .review-item_video img {
    transform: scale(1.02);
}

.company-video-page .review-item_video.video:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 24px rgba(18, 34, 50, .18);
    content: "";
    transform: translate(-50%, -50%);
}

.company-video-page .review-item_video.video:after {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid var(--eco-teal);
    background: none;
    content: "";
    transform: translate(-50%, -50%);
}

.company-video-page .review-item_wrap {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 21px 21px 17px;
}

.company-video-page .review-item_box {
    min-height: 0;
    margin: 0 0 17px;
}

.company-video-page .review-item_name {
    margin: 0 0 9px;
}

.company-video-page .review-item_name a {
    color: var(--eco-ink);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}

.company-video-page .review-item_name a:hover,
.company-video-page .review-item_name a:focus-visible {
    color: var(--eco-teal-dark);
}

.company-video-page .review-item_date {
    color: var(--eco-muted);
    font-size: 14px;
    line-height: 1.4;
}

.company-video-page .review-item hr {
    height: 1px;
    margin: 0;
    border: 0;
    background: var(--eco-line);
}

.company-video-page .review-item_more {
    margin-top: auto;
    text-align: left;
}

.company-video-page .review-item_more a {
    display: block;
    padding: 14px 0;
    color: var(--eco-teal-dark);
    font-size: 15px;
    font-weight: 650;
}

.company-video-page .review-item_more a:after {
    content: "  →";
}

.company-video-page .review-item_review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0 0;
    color: var(--eco-muted);
    font-size: 14px;
}

.company-video-page .review-item_review_que,
.company-video-page .review-item_review_ask {
    float: none;
}

.company-video-page .review-item_review_ask,
.company-video-page .review-item_review_ask a {
    color: var(--eco-blue);
    font-weight: 600;
}

.company-video-page .company-video-counter {
    display: none;
}

/* Vacancies index */
.company-vacancies-page .company-vacancies {
    min-height: 430px;
    padding-top: 30px;
}

.company-vacancies-page .company-vacancy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1020px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.company-vacancies-page .company-vacancy-card {
    margin: 0;
    border: 1px solid var(--eco-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(36, 54, 79, .035);
}

.company-vacancies-page .company-vacancy-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 104px;
    padding: 24px 26px;
    color: var(--eco-ink);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    transition: color .2s, border-color .2s, background .2s;
}

.company-vacancies-page .company-vacancy-card:hover,
.company-vacancies-page .company-vacancy-card:focus-within {
    border-color: rgba(14, 164, 152, .45);
    background: rgba(14, 164, 152, .035);
}

.company-vacancies-page .company-vacancy-card a:hover,
.company-vacancies-page .company-vacancy-card a:focus-visible {
    color: var(--eco-teal-dark);
}

.company-vacancies-page .company-vacancy-card__arrow {
    flex: 0 0 auto;
    color: var(--eco-teal);
    font-size: 25px;
    font-weight: 400;
}

.company-vacancies-page .company-vacancy-card a:after {
    display: none;
    content: none;
}

/* Vacancy Detail editorial content */
.company-vacancy-detail-page .company-vacancy-detail {
    padding-top: 30px;
}

.company-vacancy-detail-page .vacancy-detail-content {
    max-width: 840px;
    margin: 0;
    padding-top: 0;
    color: var(--eco-ink);
    font-size: 16px;
    line-height: 1.62;
}

.company-vacancy-detail-page .vacancy-detail-content h1 {
    max-width: 820px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .company-vacancy-detail-page .vacancy-detail__editor-spacer {
        display: none;
    }
}

.company-vacancy-detail-page .vacancy-detail-content p {
    margin: 0 0 16px;
}

.company-vacancy-detail-page .vacancy-detail-content p > strong:only-child {
    display: block;
    margin: 38px 0 14px;
    color: var(--eco-ink);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.company-vacancy-detail-page .vacancy-detail-content ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.company-vacancy-detail-page .vacancy-detail-content li,
.company-vacancy-detail-page .vacancy-detail-content ul > strong {
    position: relative;
    display: block;
    margin: 0 0 8px;
    padding-left: 22px;
}

.company-vacancy-detail-page .vacancy-detail-content li:before,
.company-vacancy-detail-page .vacancy-detail-content ul > strong:before {
    position: absolute;
    top: .72em;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--eco-teal);
    content: "";
}

.company-vacancy-detail-page .vacancy-detail-content p:last-child {
    margin: 48px 0 0;
    padding: 24px 28px;
    border: 1px solid rgba(14, 164, 152, .24);
    border-radius: 13px;
    background: rgba(14, 164, 152, .055);
    color: var(--eco-ink);
    font-size: 17px;
}

.company-vacancy-detail-page .vacancy-detail-content mark {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    background: transparent;
    color: var(--eco-teal-dark);
    font-size: 21px;
    font-weight: 650;
}

@media (max-width: 1099px) {
    .company-about-page .company-about__content > h1,
    .company-about-page .company-about__content > p:nth-of-type(-n+4) {
        grid-column: 1 / 9;
    }

    .company-about-page .company-about__content > figure:has(img[src*="ecobrus-logo"]) {
        grid-column: 9 / -1;
        padding-right: 0;
        padding-left: 0;
    }

    .company-about-page .company-about__content > figure:has(img[src*="diplom"]) {
        height: 470px;
    }

    .company-video-page .reviews-section_wrap .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .company-section-page .header {
        min-height: 68px;
        border-bottom: 1px solid var(--eco-line);
        background: #fff;
        box-shadow: 0 3px 14px rgba(36, 54, 79, .045);
    }

    .company-section-page .header-top,
    .company-section-page .header.fixed .header-top {
        border-bottom: 1px solid var(--eco-line);
        background: #fff;
    }

    .company-section-page .header .logo,
    .company-section-page .header.fixed .logo {
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .company-section-page .header .btn-navi,
    .company-section-page .header.fixed .btn-navi {
        background-image: url(../images/ic-navi.png);
    }

    .company-section-page .content > .container[itemscope][itemtype*="BreadcrumbList"] {
        padding-top: 16px;
    }

    .company-section-page .company-subnav ul {
        min-height: 50px;
    }

    .company-section-page .company-subnav li {
        flex: 1 1 0;
        justify-content: center;
        margin: 0;
    }

    .company-section-page .company-subnav a {
        justify-content: center;
        min-width: 100%;
        min-height: 50px;
        padding: 2px 8px 0;
        font-size: 14px;
    }

    .company-section-page .company-subnav a:after {
        right: 20%;
        left: 20%;
    }

    .company-section-page .company-page {
        padding: 22px 0 60px;
    }

    .company-section-page .company-page h1,
    .company-section-page .company-page__heading h1 {
        font-size: clamp(30px, 9vw, 36px);
        line-height: 1.1;
        letter-spacing: -.02em;
    }

    .company-section-page .company-page h1:after,
    .company-section-page .company-page__heading h1:after {
        width: 50px;
        height: 3px;
        margin-top: 15px;
    }

    .company-section-page .company-page .descr-text {
        margin: 18px 0 26px;
        font-size: 15px;
        line-height: 1.55;
    }

    .company-about-page .company-about__content {
        display: flex;
        flex-direction: column;
    }

    .company-about-page .company-about__content > h1 {
        align-self: stretch;
        order: 1;
    }

    .company-about-page .company-about__content > p:nth-of-type(-n+4) {
        font-size: 16px;
        line-height: 1.62;
    }

    .company-about-page .company-about__content > p:nth-of-type(1) {
        order: 2;
        margin-top: 22px;
    }

    .company-about-page .company-about__content > p:nth-of-type(2) {
        order: 3;
    }

    .company-about-page .company-about__content > p:nth-of-type(3) {
        order: 4;
    }

    .company-about-page .company-about__content > p:nth-of-type(4) {
        order: 5;
    }

    .company-about-page .company-about__content > p:nth-of-type(4) strong {
        margin: 32px 0 0;
        font-size: 24px;
    }

    .company-about-page .company-about__content > figure:has(img[src*="ecobrus-logo"]) {
        display: none;
    }

    .company-about-page .company-about__content > p:nth-of-type(5) {
        order: 6;
        margin: 10px 0 36px;
        margin-bottom: 36px;
        padding: 20px;
        font-size: 16px;
        line-height: 1.65;
    }

    .company-about-page .company-about__content > figure:has(img[src*="qr-ecobrus"]) {
        order: 9;
        width: 100%;
        margin: 0 0 16px;
        padding: 12px;
    }

    .company-about-page .company-about__content > figure:has(img[src*="qr-ecobrus"]) img {
        width: 100%;
    }

    .company-about-page .company-about__documents-title {
        order: 8;
        margin: 4px 0 12px;
        font-size: 25px;
    }

    .company-about-page .company-about__content > figure:has(img[src*="diplom"]) {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
        padding: 14px;
    }

    .company-about-page .company-about__content > figure:has(img[src*="diplomy-kompanii-ecobrus.jpg"]) {
        order: 10;
    }

    .company-about-page .company-about__content > figure:has(img[src*="diplomy-kompanii-ecobrus-ecospro"]) {
        order: 11;
    }

    .company-video-page .reviews-section_wrap {
        display: none;
    }

    .company-video-page .mobile-block {
        display: block;
        margin: 0 -12px;
        padding: 0 12px;
    }

    .company-video-page .reviews-slider {
        margin: 0;
    }

    .company-video-page .reviews-slider .slick-slide {
        padding: 0 2px;
    }

    .company-video-page .reviews-slider .slick-arrow {
        top: 104px;
        width: 44px;
        height: 44px;
        margin: 0;
        border: 1px solid rgba(36, 54, 79, .12);
        border-radius: 10px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 6px 18px rgba(36, 54, 79, .14);
        text-indent: -9999px;
    }

    .company-video-page .reviews-slider .slick-prev {
        left: 10px;
    }

    .company-video-page .reviews-slider .slick-next {
        right: 10px;
    }

    .company-video-page .reviews-slider .slick-arrow:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid var(--eco-ink);
        border-right: 2px solid var(--eco-ink);
        content: "";
    }

    .company-video-page .reviews-slider .slick-prev:before {
        transform: translate(-35%, -50%) rotate(-135deg);
    }

    .company-video-page .reviews-slider .slick-next:before {
        transform: translate(-65%, -50%) rotate(45deg);
    }

    .company-video-page .company-video-card {
        margin-bottom: 4px;
    }

    .company-video-page .company-video-counter {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 5px;
        width: fit-content;
        min-width: 58px;
        margin: 14px auto 0;
        padding: 6px 10px;
        border: 1px solid var(--eco-line);
        border-radius: 8px;
        background: #fff;
        color: var(--eco-muted);
        font-size: 13px;
        line-height: 1;
    }

    .company-video-page .company-video-counter__current {
        color: var(--eco-ink);
        font-weight: 650;
    }

    .company-video-page .review-item_video.video:before {
        width: 54px;
        height: 54px;
    }

    .company-video-page .review-item_wrap {
        padding: 18px 18px 15px;
    }

    .company-video-page .review-item_name a {
        font-size: 18px;
    }

    .company-vacancies-page .company-vacancies {
        min-height: 0;
    }

    .company-vacancies-page .company-vacancy-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .company-vacancies-page .company-vacancy-card a {
        min-height: 82px;
        padding: 18px 20px;
        font-size: 18px;
    }

    .company-vacancy-detail-page .vacancy-detail-content {
        font-size: 15px;
        line-height: 1.58;
    }

    .company-vacancy-detail-page .vacancy-detail-content h1 {
        margin-bottom: 32px;
    }

    .company-vacancy-detail-page .vacancy-detail-content p > strong:only-child {
        margin-top: 32px;
        font-size: 19px;
    }

    .company-vacancy-detail-page .vacancy-detail-content p:last-child {
        margin-top: 38px;
        padding: 20px;
        font-size: 16px;
    }

    .company-vacancy-detail-page .vacancy-detail-content mark {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .company-section-page .company-subnav a {
        font-size: 13px;
    }

    .company-about-page .company-about__content > p:nth-of-type(5) {
        margin-right: -2px;
        margin-left: -2px;
        padding: 18px;
    }
}
