.header-logo {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
    height: auto;
    display: block;
    opacity: 1;
}
.header-link-phone {
    text-decoration: none;
    color: #3c3f41;
}

.green {
    color: #35A984;
}

.request {
    --bs-btn-bg: #35A984;
    --bs-btn-border-color: #35A984;
}

.disabled {
    --bs-btn-disabled-bg: #35A984;
    --bs-btn-disabled-border-color: #35A984;
}

.opportunities-item, .opportunities-center-item {
    display: flex;
    align-items: center;
}

.item-number {
    background-color: #35a984;
    color: #ffffff;
    width: 3.75rem;
    height: 3.75rem;
    text-align: center;
    border-radius: 50%;
    padding: 15px 24px 15px 27px;
}

.item-text {
    padding: 0.625rem;
}

.opportunities-center-item .item-text {
    display: flex;
    flex-direction: column;
}

.basic-functions {
    padding-right: 6rem;
}

.basic-functions .list-item {
    font-size: 1.125rem;
}

.divider {
    background: #F9F9F9;
}

.company-name, .company-color {
    color: #1D4797;
}

.grecaptcha-badge {
    display: none;
}

.opportunities-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
