.objects__block {
    margin-top: 40px;
}

.ob__h1 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: normal;
}

h3.ob__h3 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.ob__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.obl__item {
    width: 210px;
    padding: 5px;
    background: rgba(26, 76, 126, 1);
    transition: .3s;
}

.obl__item:hover {
    transform: scale(1.03);
}

.obl__item img {
    width: 100%;
}

.obl__item p {
    font-size: 28px;
    text-align: center;
    line-height: normal;
    color: #fff;
    margin: 5px 0;
}

.objects__list {
    margin-top: 40px;
    padding-bottom: 60px;
    border-bottom: 4px solid grey;
}

.objects__list h3 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: normal;
}

.row.project__item {
    margin-top: 40px;
}

.project__item .col-md-4 {
    margin-top: 20px;
}

.project__item > h4 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    background: rgba(26, 76, 126, 1);
    color: #fff;
    font-weight: 300;
}

.project__item img {
    width: 100%;
}

.project__item .pri__title {
    display: block;
    color: #333;
    text-decoration: underline;
    font-weight: 700;
    margin-top: 10px;
}

.project__item .pri__info {
    margin-top: 15px;
    color: rgba(147,147,147,1);
    font-weight: 300;
}

.project__item .pri__info p {
    margin-bottom: 0;
    font-size: 14px;
}

.project__item .pri__img img {
    width: 100%;
    height: 244px;
    object-fit: cover;
}

.project__item .pri__desc {
    margin-top: 15px;
    color: rgba(147,147,147,1);
    font-weight: 300;
    width: 70%;
    line-height: normal;
    font-size: 14px;
}

.project__item .pri__katalog {
    display: block;
    width: 100%;
    text-align: center;
    background: rgba(28,76,126,1);
    padding: 10px 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

.project__description {
    margin-top: 30px;
}

.project__description h3 {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #646464;
    font-weight: bold;
}

.objects__list .tmb-wrap-table div.active {
    border-color: rgba(28,76,126,1);
}

.project__description p {
    color: #939393;
    line-height: normal;
    font-weight: 300;
    margin-top: 10px;
}

.project__description li {
    color: #939393;
    margin-left: 32px;
    font-weight: 300;
}

.project__description ul {
    margin-top: 10px;
}

@media (max-width: 550px) {

    .ob__list {
        flex-direction: column;
    }

    .ob__list .obl__item {
        width: 100%;
    }

}