

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17822504822818*/
.cases_stages {
    margin: 0 0 0
}

.cases_stages .cases_stage .cases_stage_title {
    margin-top: 4px
}

.cases_stages .cases_stage_result .cases_stage_title {
    margin-top: 4px
}

.cases_stage {
    margin: 0 0 19px;
    padding: 0 0 0;
    display: flex;
    flex-wrap: wrap
}

.cases_stage_result {
    border: 1px solid #89af97;
    padding: 30px 60px 30px 0;
    border-radius: 20px;
    margin: 40px 0 0
}

.cases_stage .cases_stage_title {
    display: block;
    width: 300px;
    padding-left: 80px;
    padding-right: 30px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.cases_stage_result .cases_stage_title {
    color: #89af97
}

.cases_stage .cases_stage_description {
    width: calc(100% - 300px);
    padding-top: 10px
}

.cases_stage .cases_stage_description p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.cases_stage .cases_stage_description p strong {
    font-weight: 500;
}

.cases_stage .cases_stage_description ul {
    margin: 0;
}

.cases_stage .cases_stage_description ul li {
    padding-left: 30px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.01em
}

.cases_stage .cases_stage_description ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.cases_stage_result p {
    margin: 0 0 24px
}

.cases_gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px
}

.cases_gallery .cases_gallery_item {
    padding: 0 5px;
    width: 33.33%
}


.cases_gallery .cases_gallery_item img {
    width: 100%;
    height: 100%;
    padding 0 5px;
}

.cases_article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.cases_article .cases_article_image {
  flex: 0 0 40%;
  max-width: 40%;
}

.cases_article .cases_article_image img{
    width: 100%;
    height: auto;
}
.cases_article .cases_article_header {
/*    
  flex: 0 0 60%;
  max-width: 60%;
*/
  flex: 0 0 100%;
  max-width: 100%;

}

@media (max-width: 1024px) {
    .cases_gallery .cases_gallery_item {
        width: 50%;
        padding: 5px;
    }
    .cases_article .cases_article_image {
        flex: 0 0 100%;
        max-width: 400px;
        margin-bottom: 40px;
    }
    .cases_article .cases_article_header {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .cases_gallery .cases_gallery_item {
        width: 100%;
    }
    .cases_stage{
        flex-direction: column;
    }
    .cases_stage .cases_stage_title{
        width: 100%;
        padding: 0;
    }
    .cases_stage .cases_stage_description{
        width: 100%;
    }
    .cases_stage_result{
        padding: 30px 60px;
    }
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17822504822818 */
