/* фоновый цвет */
body,
.section1 {
    background: #f3f3f3;
}

.section1 .expression,
.section2 .expression {
    background: #48A796;
}

.expression {
    text-align: left;
}

.expression_inner {
    padding: 60px 30px 90px;
}

.incut h2 {
    text-align: center;
    margin-bottom: 40px;
}

.incut p {
    text-align: left;
}

.incut td {
    position: relative;
    padding: 0 30px 20px 60px;
}

.incut td:last-child {
    padding-right: 0;
}

.incut .table-2 {
    margin-top: 10px;
}

.incut .table-2 td {
    padding-bottom: 0;
}

.incut .circle {
    margin-top: 12px;
    left: 0;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid #48A796;
    color: #48A796;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.expression_inner h3:first-child {
    color: white;
}

.expression .item {
    font-size: 1rem;
}

.expression .item:before {
    margin: 15px 20px 15px auto;
}

.expression .item:after {
    right: 0;
}

/* заголовок */
h1 {
    color: #48A796;
    font-size: 36px;
    margin-bottom: 30px;
}

h1 mark {
    font-size: 46px;
    margin-bottom: 10px;
    display: inline-block;
}

h1:after {
    border-top: 3px solid #48A796;
    display: none;
}

.header_inner {
    background: rgba(0,0,0,0.8);
}

.header_top .logo {
    background-color: #48A796;
}

.sp_menu ul a:hover,
.sp_menu #Login,
.sp_menu #Login a {
    color: #48A796;
}

.header_inner .txt p a {
    color: #48A796;
}

/* цвет слайдера в лиде*/
.main_menu a:hover,
.main_menu .active,
.slider a {
    color: #fff;
}

.slider .bx-pager-link {
    border: 1px solid #fff;
    background-color: #fff;
}

/* ссылка в контенте */
a {
    color: #48A796;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* цветовое оформление контента */
.post:before {
    border-top: 4px solid #48A796;
}

.interviewee {
    background-color: #48A796;
}

.quote:before,
.quote p:last-child:after {
    color: #48A796;
}

.quote:before,
.quote p:first-of-type:before {
    color: #48A796;
}


/* второе цветовое оформление контента (если оно есть) */
.interviewee.v2 {
    background-color: #48A796;
}

.quote.v2:before {
    color: #48A796;
}

.quote.v2 p:last-child:after {
    color: #48A796;
}

.quote.v2:before,
.quote.v2 p:first-of-type:before {
    color: #48A796;
}

.v2 .post:before {
    border-top: 4px solid #48A796;
}

/* картинка-фон в шапке */
header {
    background-color: #281865;
    background: url(https://filearchive.cnews.ru/img/zoom/2020/07/22/editdepositphotos358238158xl2015.jpg) 50% 50%;
    padding-top: 24px;
    background-size: cover;
    background-position: center;
}

.section1 .expression p,
.section2 .expression p,
h3 {
    text-align: left;
    color: #000;
}

/* Квадратик внизу спецпроектов <span class="square"></span>  */


.line {
    height: 80px;
    position: relative;
    padding: 0;
}

.line:before {
    display: block;
    content: ' ';
    height: 100%;
    background-color: rgba(171, 171, 171, 0.8);
}

.section2 .expression p,
h3 {
    text-align: left;
    color: #000;
}

.section1 .expression p,
.section1 .expression h3 {
    color: #fff;
}

.interviewer_block+.txt {
    padding-top: 0;
}

.expert {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.expert .img {
    min-width: 250px;
    max-width: 300px;
    margin-right: 40px;
}

.expert .img img {
    border-radius: 50%;
}

.expert-name {
    font-size: 1.5em;
}

.lead {
    font-size: 1rem;
}

.section1 .txt {
    padding: 50px 100px;
}

.header_inner p:last-of-type {
    margin-top: 20px;
}

.logo_intext {
    position: absolute;
    right: unset;
    left: 30px;
    bottom: 30px;
    max-width: 300px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin: 2px 0;
}

.infographics-circles .item {
    display: flex;
    flex-wrap: wrap;
}

.infographics-circles .item:before {
    margin-top: 0;
}

.single-circle {
    text-align: center;
    background: #E44E4F;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-style: normal;
}

.single-circle h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 400;
}

.single-circle h2 b {
    font-weight: 700;
    font-size: 3.6rem;
}

.expression .single-circle p {
    display: inline-block;
    text-align: center;
    color: white;
}

.list-item-heading {
    position: relative;
    margin-top: 20px;
}

.list-item-heading span {
    background-color: rgba(1,169,130,.9);
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.list-item-heading mark {
    background-color: transparent;
    margin-left: 20px;
    padding: 8px 15px 0px 50px;
    display: inline-block;
    font-size: 20px;
}

@media (max-width: 992px) {
    h1 mark {
        font-size: 36px;
    }

    .expert {
        flex-direction: column;
    }

    .expert .img {
        max-width: 240px;
        min-width: auto;
        margin: 10px auto;
    }

    .lead {
        font-size: .9rem;
    }

    .section1 .txt {
        padding: 50px 20px;
    }

    .photo_txt .info,
    .photo-gray .info {
        position: relative;
        /*margin: 30px 0;*/
    }

    .slider ul li {
        margin: 20px 0;
    }

    .interviewer_block {
        font-size: 1rem;
    }

    .interviewee {
        font-size: 1rem;
    }

    .expression_inner {
        padding: 60px 30px;
    }

    .logo_intext {
        margin-top: 60px;
        position: static;
    }
}


@media (max-width: 768px) {

    .section1 .photo_txt.right,
    .section2 .photo_txt.right {
        width: 100%;
        float: none;
    }

    .photo_txt .info,
    .photo-gray .info {
        margin: 0 0 30px;
    }
}
