.company-page {
    --green: #6b9510;
    --deep: #4c8413;
    --lime: #eafbc4;
    --yellow: #ffe900;
    color: #111;
    font-family: Montserrat, Arial, sans-serif
}

.company-page .site-header {
    position: relative
}

.company-page .nav-link.active {
    color: var(--green) !important;
    font-weight: 700
}

.company-container {
    max-width: 1198px
}

.section-label {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}

.company-hero {
    position: relative;
    height: 463px;
    background: url('../assets/company/company1.png') center/cover no-repeat;
    color: #fff
}

.company-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 36, 4, .52), rgba(5, 36, 4, .05))
}

.company-hero .company-container {
    position: relative;
    height: 100%
}

.company-hero-copy {
    padding-top: 96px
}

.company-hero h1 {
    margin: 10px 0 34px;
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    line-height: 1
}

.company-hero h1 span {
    color: var(--yellow)
}

.company-hero-copy > p:last-child {
    max-width: 700px;
    margin: 0;
    font-size: 16px;
    font-style: italic;
}

.company-hero aside {
    position: absolute;
    right: 11px;
    top: 136px;
    width: 342px;
    min-height: 166px;
    padding: 20px;
    background: var(--green);
    border-radius: 0 0 60px 0;
    border-left: 5px solid #FFE900;
}

.company-hero aside small, .company-hero aside strong, .company-hero aside em {
    display: block
}

.company-hero aside small {
    color: var(--yellow);
    font-size: 16px
}

.company-hero aside strong {
    margin: 20px 0 25px;
    font-size: 16px;
}

.company-hero aside em {
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase
}

.who-section {
    padding: 54px 0 58px
}

.who-grid, .responsible-grid, .credentials-grid, .contact-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 30px
}
.who-grid{
    gap: 40px
}
.who-section h2 {
    margin: 0px;
    color: var(--green);
    font-size: 48px;
    font-weight: 700;
}

.who-section h2 span {
    color: #111
}

.grt-way {
    display: inline-block;
    padding: 15px;
    background: var(--green);
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase
}

.grt-way b {
    color: var(--yellow)
}

.body-copy {
    padding-top: 22px;
    font-size: 16px;
    text-align: justify
}

.body-copy p {
    margin-bottom: 22px
}

.responsible-section {
    padding: 54px 0 44px;
    background: var(--lime)
}

.responsible-grid {
    /*gap: 78px*/
}

.responsible-section h2 {
    margin: 10px 0 24px;
    color: #517307;
    font-size: 48px;
    font-weight: 700;
}

.responsible-section h2 span {
    color: #111;
    font-weight: 400
}

.responsible-section .responsible-grid > div > p:last-child {
    max-width: 438px;
    font-size: 16px;
    line-height: 1.35
}

.responsible-list {
    margin: 0;
    padding: 0;
    list-style: none;
    /*border-left: 4px solid var(--green)*/
}

.responsible-list li {
    display: grid;
    grid-template-columns:50px 1fr;
    gap: 20px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #b8c992;
    position: relative;
    transition: all 0.3s ease;
}
.responsible-list li:hover:before{
    content: "";
    position: absolute;
    left: -20px;
    width: 4px;
    height: 100%;
    background: #F9E501;
}

.responsible-list li + li {
    padding-top: 15px
}

.responsible-list li:last-child {
    border-bottom: 0
}

.responsible-list > li > b {
    color: var(--green);
    font-size: 41px;
    line-height: 1
}

.responsible-list h3 {
    margin: 0 0 7px;
    color: var(--green);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.responsible-list p {
    margin: 0;
    font-size: 16px;
}

.credentials-section {
    padding: 56px 0 58px
}

.credentials-grid {
    grid-template-columns: 2fr 3fr;
}

.credentials-section h2 {
    margin: 10px 0 22px;
    color: var(--green);
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize
}

.credentials-section .credentials-grid > div:first-child > p:last-child {
    max-width: 442px;
    font-size: 16px;
    line-height: 1.4
}

.credentials-card {
    padding: 30px 60px;
    background: var(--deep);
    color: #fff;
    border-radius: 0 0 70px 0
}

.credentials-card > small {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.credentials-card h3 {
    margin: 10px 0 20px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.credentials-card dl {
    margin: 0
}

.credentials-card dl > div {
    display: grid;
    grid-template-columns:1fr;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .5)
}
.credentials-card div:first-child dt, .credentials-card div:first-child dd{
    font-size: 16px;
}
.credentials-card dt {
    font-size: 13px;
    font-weight: 400;
}

.credentials-card dd {
    margin: 0;
    font-size: 12px
}

.credentials-card > p {
    margin: 22px 0 0;
    font-size: 12px;
    line-height: 1.45
}

.company-contact {
    padding: 54px 0 58px;
    background: var(--green);
    color: #fff
}
.company-contact .section-label{
    font-size: 16px;
    font-weight: 600;
}
.contact-grid {
    grid-template-columns: 2fr 3fr;
}

.company-contact h2 {
    margin: 10px 0;
    color: var(--yellow);
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.company-contact .contact-grid > div:first-child > p:last-child {
    max-width: 442px;
    font-size: 16px;
}

.contact-card {
    padding: 29px 50px 25px;
    background: var(--yellow);
    color: #111;
    border-radius: 0 0 70px 0
}

.contact-card dl {
    margin: 0
}

.contact-card dl > div {
    padding: 0 0 9px;
    border-bottom: 1px solid rgba(0, 0, 0, .32)
}

.contact-card dl > div + div {
    padding-top: 17px
}

.contact-card dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400
}

.contact-card dd {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase
}
.contact-card div:first-child dd{
    font-size: 32px;
}
.contact-card a {
    color: #111
}

.contact-actions {
    display: flex;
    gap: 20px;
    margin-top: 24px
}
.contact-actions a{
        font-size: 24px;
}
.company-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    padding: 0 25px;
    border: 1px solid #111;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.company-btn.dark {
    background: #000;
    color: #fff
}

.company-btn.outline {
    background: transparent;
    color: #111
}

@media (max-width: 991.98px) {
    .company-page .site-header {
        position: fixed
    }

    .company-hero {
        padding-top: 64px;
        height: 590px
    }

    .company-hero-copy {
        padding-top: 85px
    }

    .company-hero aside {
        right: auto;
        top: auto;
        bottom: 30px
    }

    .who-grid, .responsible-grid, .credentials-grid, .contact-grid {
        grid-template-columns:1fr
    }

    .company-container {
        padding-left: 24px;
        padding-right: 24px
    }

    .credentials-card, .contact-card {
        padding: 20px
    }

    .company-page .navbar-collapse {
        background: #fff
    }
}

@media (max-width: 575.98px) {
    .section-label {
        font-size: 18px
    }

    .company-hero {
        height: 640px
    }

    .company-hero h1, .who-section h2, .responsible-section h2, .credentials-section h2, .company-contact h2 {
        font-size: 32px
    }

    .company-hero-copy > p:last-child {
        font-size: 14px
    }

    .company-hero aside {
        left: 24px;
        right: 24px;
        width: auto
    }

    .grt-way {
        font-size: 14px
    }

    .body-copy {
        font-size: 14px;
        padding: 0;
    }

    .responsible-list {
        border-left: 0
    }

    .responsible-list li {
        grid-template-columns:45px 1fr;
        padding-left: 0
    }

    .responsible-list > li > b {
        font-size: 31px
    }

    .credentials-card h3 {
        font-size: 23px
    }

    .credentials-card dl > div {
        grid-template-columns:1fr
    }

    .contact-card div:first-child dd {
        font-size: 18px;
    }
    .contact-card dd {
        font-size: 15px;
        overflow-wrap: anywhere
    }

    .contact-actions {
        align-items: stretch;
        flex-direction: column
    }

    .company-btn {
        width: 100%
    }
}
