.about_promo {
    background-image: url("/image/design/homepage/golf.jpg");
    background-size: cover;
    color: #fff;
    height: 400px;
    background-position-x: -380px;

}

.about_promo__career {
    background-image: url("/image/design/company/career/career-vis.jpg");
    background-position-x: unset;
    height: 445px;
}
.homepage_promo_secondary{
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}
.about_promo_items {
    margin-top: 90px;
}

.about_promo_items__career {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



.homepage_promo_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
}

.homepage_promo_item {
    font-size: 19px;
    text-align: center;
    font-weight: 300;
}

.homepage_promo_item:before {
    position: absolute;
    content: "";
    left: 48%;
    top: -23px;
    display: block;
    height: 9px;
    width: 13px;
    border-radius: 10px;
    background-color: white;
    /*background-color: #ccc;*/
}



.about_history ul {
    list-style: none;
    padding-left: 20px;
}

.about_history li {
    position: relative;
}

.about_history li::before {
    content: "\2022";
    color: var(--msb-green2);
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: 1em;
    position: absolute;
    top: 0;
    left: -25px;
}


.about_history_year {
    font-size: 32px;
    color: var(--msb-green2);
    padding-top: 4px;
}

.about_history_events {
    margin-top: 6px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.about_history_row {
    padding: 10px 0;
    transition: background .3s;
}

.about_history_row:hover {
    background-color: #f9fbf9;
}

.company_about_promo_item {
    color: white;
    background-color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    height: 240px;
    padding-top: 65px;
    background-size: 110%;
    transition: all .6s;
}

.company_about_promo_item:hover {
    background-size: 125%;
}

.company_about_col:hover .market_card_more {
    display: block;
}

.market_card_more_about {
    width: calc(100% - 30px);
    text-align: center;
}

.company_about_promo_item a:link,
.company_about_promo_item a:visited {
    color: white;
    text-decoration: none;

}

.company_about_promo h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 14px;
}


@media (max-width: 1000px) {
    .about_promo_items {
        margin-top: 20px;
    }

    .about_promo {
        height: auto;
        background-position-x: -600px;

    }

    .about_history li::before {
        left: -18px;
    }

    .about_history_events {
        margin-top: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .about_features_title{
        font-weight: 300;
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 18px;
    }
    .about_features_item {
        margin-bottom: 35px;
    }

    .homepage_promo_title {
        font-weight: bold;
        font-size: 22px;
        line-height: 130%;
        text-align: center;
        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.45);
    }

    .homepage_promo_item {
        font-size: 18px;
        /*text-align: left;*/
        font-weight: 300;
        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.45);
    }

    .homepage_promo_item:before {
        display: none;
    }



}
.about_features_realty_row{
    justify-content: space-between;
    font-size: 156%;
    font-weight: 100;
    line-height: 100%;
}
.about_features_realty{
    align-items: center;
}
.about_features_num{
    font-size: 50px;
    padding-right: 10px;
    /*opacity: .4;*/
    color: var(--msb-green2);
}

.introtext {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

.subcat_features{
    width: 50px;
}

.about_features_img {
    background-color: #1ca263;
    height: 50px;
}

.about_features_title {
    font-size: 125%;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 12px;
}



.about_features_text {
    margin: 5px 0 0;
    font-size: .85em;
    color: #333;
}

.about_title {
    font-size: 32px;
    /*text-align: center;*/
    margin: 30px 0 10px;
}

.about_fa_icons i {
    font-size: 48px;
    color: #51a646;
    /*width: 80px;*/
}

.about_banks {
    min-width: 70px;
    width: 100%;
    max-width: 150px;
    /*padding: 10px;*/
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .08);*/
    margin-top: 15px;
    margin-right: 10px;
}


.clients_img_wrap {
    margin: 0 auto 15px;
    line-height: 87px;
    width: 150px;
    height: 90px;
    text-align: center;
}

.clients_img {
    max-width: 100%;
    max-height: 100%
}

.newscard_title__career{
    display: block;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 36px;

    /*font-family: 'Open Sans';*/
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;

}

@media (max-width: 1000px) {

    .about_features_realty_row{
        font-size: 120%;
        font-weight: 100;
        line-height: 100%;
    }
.about_features_realty{
    margin-bottom: 20px;
}

/*яндекс ругался что на мобилньом слишком маленький шрифт*/
    .market_subcat_card_info_wrapper{
        font-size: 1em;
    }
    .about_features_text {
        font-size: 1em;
    }


}
