

/* Start:/bitrix/templates/kolibri_corppro/components/bitrix/news/custom-services/style.css?174188713063*/
#news.default {
    position: relative;
    width: 100%;
}

/* End */


/* Start:/bitrix/templates/kolibri_corppro/components/bitrix/news/custom-services/bitrix/news.detail/.default/style.css?17418871305179*/
#news-detail.default {
    position: relative;
    width: 100%;
}
#news-detail.default .date {
    margin-bottom: 20px;
}
#news-detail.default .date span {
    font-size: 90%;
    margin-right: 7px;
    padding: 3px 7px;
    border-radius: .25em;
}
#news-detail.default .picture {
    max-width: 100%;
	margin-bottom: 20px;
    text-align: center;
}
#news-detail.default .picture img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#news-detail.default .detail-text {
    min-height: 1px;
}
#news-detail.default .share {
    float: right;
}
#news-detail.default .back-link {
    float: left;
}
#news-detail.default .back-link a:before {
    font-family: 'FontAwesome';
    line-height: 29px;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 14px;
    padding-right: 1px;
    content: '\f053';
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.inner h1{
    margin-bottom: 6px !important;
}
/* 
Размеры блоков
*/
.wd45{
    width: 45%;
}
.wd55{
    width: 55%;
}
.wd46{
    width: 46%;
}
.wd54{
    width: 54%;
}
.wd65{
    width: 65%;
}
.wd36{
    width: 36%;
}
.wd35{
    width: 35%;
}
.wd64{
    width: 64%;
}
.lineY:before{
    content: none !important;
}
/**/
.stendBlock{    
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
}
.stendBlock img{
    max-width: 100%;
    object-fit: cover;
}
.stendData{
    background-color: #38916f;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 10;
}
.stendData::before{
    content: '';
    position: absolute;
    left: -68px;
    top: 0;
    bottom: 0;
    width: 90px;
    height: 100%;
    z-index: -1;
    background-color: #38916f;
   -webkit-clip-path: polygon(75% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(75% 0, 100% 0%, 100% 100%, 0% 100%);
}
.stendCaption{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 1.25;
}
.stendButton{
    text-align: center;
}
.stendBTn{
    background-color: #f7f0be;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 22px;
    color: #316b55;
    padding: 16px 50px;
}
.stendText{
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}
.stendImage{
    display: flex;
    justify-content: center;
}
/*
Блоки
*/
.block{
    display: flex;
    margin-bottom: 30px;
}
.block > div{
    flex-basis: 50%;
    flex-grow: 5;
}
.blockLeft{
    background-color: #38916f;
    padding: 14px 16px;
}
.blockLeftText{
    border: 4px solid #fff;
    padding: 35px 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.blockRight{
    text-align: center;
    padding: 30px 20px 0 40px;
    font-size: 17px;
    color: #000;
    line-height: 1.3;
}
.bottomBlock{
    margin-top: 20px;
}
.flexText{
    display: flex;
    border: 3px solid #38916f;
    margin-bottom: 20px;    
}
.flMain{
    width: 75%;
}
.flDoc{
    width: 25%;
    background-color: #38916f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px 10px 20px;
}
.flDoc img{
    max-width: 100%;
}
.flImg_wrap:first-child{
    margin-bottom: 20px;
}
.flMain_caption{
    font-size: 24px;
    text-align: center;
    margin: 14px 0;
    font-weight: 700;
}
.flList{
    margin-bottom: 45px;
    line-height: 1.8;
}
.partFlex{
    display: flex;
    flex-wrap: wrap;
}
.partFlex > div {
    padding: 16px;
    width: 25%;
    display: flex;
    height: 120px;
    overflow: hidden;
}
.partFlex img{
    object-fit: contain;
    max-width: 100%;
}
.captionPart{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 60px 0;
}
.bgGreen{
    background-color: #38916f;
    padding: 8px 12px;
    color: #fff;
    margin-bottom: 20px;
}
.bgGreen p{
    margin: 0 !important;
}
/*
МЕДИЯ запросы
*/
@media screen and (max-width: 767px) {
    .stendBlock{
        flex-direction: column;
        height: unset;
    }
    .stendBlock > div,
    .stendBlock img {
        width: 100%;
    }
    .stendBTn {
        padding: 10px;
        font-size: 18px;
        margin: 6px 0;
    }
    .stendCaption{
        width: unset;
    }
    .fontBig{
        font-size: 14px;
    }
    .block{
        flex-direction: column;
    }
    .block > div {
        width: unset;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .stendImage{
        display: flex;
    }
    .stendImage img{
        object-fit: cover;
    }
    .stendBTn {
        padding: 10px;
        font-size: 18px;
        margin: 6px 0;
    }
}
/* End */
/* /bitrix/templates/kolibri_corppro/components/bitrix/news/custom-services/style.css?174188713063 */
/* /bitrix/templates/kolibri_corppro/components/bitrix/news/custom-services/bitrix/news.detail/.default/style.css?17418871305179 */
