

/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1713800912758*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
}
/* End */


/* Start:/bitrix/templates/c3solutions/components/bitrix/news.list/team_new/style.css?17736481474251*/
.teamnew .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.teamnew .news-list .news-item {
    width: 100%;
}

.teamnew .news-item {
    margin-bottom: initial;
}

.teamnew .news-item a {
    pointer-events: initial;
}

.teamnew .news-headline {
    text-decoration: none;
}

.teamnew .news-headline b {
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    color: #414042;
    display: block;
    margin: 0 0 4px;
}

.teamnew .detalied {
    display: none;
}

.teamnew .post {
    font-size: 14px;
    line-height: 1.4;
    color: #4c5258;
    margin: 0;
    font-family: "Geometria";
    text-transform: uppercase;
}

.teamnew .desc {
    font-size: 18px;
    line-height: 150%;
    margin-left: 45%;
}

.team-video {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-video img {
    width: 50%;
}

.team-video p {
    width: 45%;
    font-size: 24px;
    line-height: 170%;
}

.teamnew div.news-list img.preview_picture {
    border-radius: initial;
}

.teamnew .news-item a {
    /*border-bottom: 0;*/
}

.teamnew .news-list .news-item {
    width: initial;
    margin-bottom: initial;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    position: relative;
    background: white;
    min-height: 243px;
}

.sovet-team {
    background: #eee;
    padding-top: 0!important;
}

.sovet-team .breadcrumbs {
    padding: 40px 0 0;
}

.teamnew .team-image {
    min-width: 45%;
    margin: 0;
}

.teamnew .team-image img {
    width: initial;
    height: auto;
}

.teamnew .team-info {
    padding-left: 40px;
    padding-right: 40px;
    width: initial;
}

.teamnew .team-info h4 {
    font-size: 28px;
    line-height: 1.1;
    font-family: "Geometria-Bold";
    margin-top: 8px;
    text-transform: uppercase;
    max-width: 200px;
    position: relative;
    flex-direction: column;
}

.teamnew .team-info h4:before {
    content: '';
    display: block;
    height: 4px;
    width: 50px;
    background: #c6eded;
    margin: 0 0 10px;
    transition: width .25s ease .5s;
}

.teamnew .news-image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.teamnew .news-item:hover img {
    transform: initial;
}

#popup.active {
    display: block; /*показываем окно*/
}

.teamnew .b_pop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f0f3f5;
    z-index: 2;
    bottom: 0;
}

.teamnew .b_pop .b_close {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.teamnew .b_pop .b_close:hover {
    opacity: 0.8;
}

.teamnew .b_pop .b_pop_cont {
    padding: 50px 40px 38px 40px;
    /*min-height: 330px;*/
    min-height: 243px;
    /*height: 330px;*/
    height: 243px;
    overflow-y: scroll;
}

.teamnew .b_pop .b_pop_cont p {
    margin: 0;
    padding: 10px 0 14px 0;
}

.team-info .btn-link {
    padding: 0;
    text-decoration: none;
    border-bottom: 1px dashed #47c2c7;
    border-radius: 0;
    min-height: initial;
}

.news-item-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 999px) {
    .teamnew .news-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .teamnew .team-image {
        min-width: 40%;
        width: 40%;
    }

    .teamnew .team-info h4 {
        font-size: 16px;
        max-width: initial;
        margin-bottom: 8px;
    }

    .teamnew .news-list .news-item {
        min-height: initial;
        flex-wrap: wrap;
    }

    .teamnew .b_pop {
        position: relative;
    }

    .teamnew .b_pop .b_pop_cont {
        min-height: initial;
        height: auto;
        padding: 50px 20px 20px 20px;
        font-size: 13px;
    }

    .team-info .btn-link {
        font-size: 13px;
    }

    .teamnew .post {
        font-size: 11px;
    }

    .teamnew .news-item a {
        font-size: 12px;
    }

    .teamnew .team-info {
        padding: 14px 20px;
    }
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1713800912758 */
/* /bitrix/templates/c3solutions/components/bitrix/news.list/team_new/style.css?17736481474251 */
