* {
    color: #444850;
}

.type-info-section {
    background-color: #1a632c;
    padding: 20px 0;
}

.type-info-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-right: 1px solid #fff;
    justify-content: center;
}

.type-info-block:last-child {
    border-right: none;
}

.type-info-block a {
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.type-info-block a.selected {
    color: #1a632c;
    background-color: #fff;
}

.type-info-block a:hover {
    color: #1a632c;
    background-color: #e2e3e5;
}

.type-info-block img {
    height: 45px;
    margin-right: 15px;
}

#activities, #finance, #rating {
    display: none;
}

.organization-info {
    padding: 30px 0;
}

.organization-info h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.organization-info .rating-block {
    text-align: center;
}

.organization-info .rating-block img {
    max-width: 100%;
}

span.stars {
    color: #1a632c;
    font-size: 28px;
}

.rating-info {
    margin-bottom: 30px;
}

.organization-info .row-param {
    padding: 10px;
}

.organization-info #official .row-param:nth-child(odd),
.organization-info #activities .row-param:nth-child(odd),
.organization-info #finance .row-param:nth-child(odd),
.organization-info #rating .row-param:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-striped a {
    color: #1a632c;
}

.organization-info h4 {
    color: #f2f2f2;
}

.organization-info ul {
    list-style: none;
}

.organization-info ul li {
    margin-bottom: 10px;
}

.row-param .col-md-3 {
    text-align: right;
}

.gray {
    background-color: rgba(0, 0, 0, 0.05);
}

.row-param a {
    color: #1a632c;
}

.row-param ul {
    padding-left: 0;
}

.chart-block {
    width: 50%;
    margin: 0 auto;
}

.organization-info .logo-content img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    .row-param .col-md-3 {
        text-align: left;
    }

    .organization-info .logo-content {
        text-align: center;
    }

    .chart-block {
        width: 80%;
        margin: 0 auto;
    }

    .row-param .col-md-9 {
        font-family: "Gilroy Light";
    }

    .row-param .col-md-9 h2 {
        margin-top: 15px;
        font-family: "Gilroy ExtraBold";
    }
}

@media (max-width: 480px) {
    .stars {
        display: block;
    }
}

@media (max-width: 991px){

    .type-info-section .type-info-block {
        border: none;
    }
}
