

/* Start:/local/templates/eco_green/components/bitrix/catalog.section/services/style.css?169365531111407*/
/*-------------------------------SERVICES-----------------------------------*/

.brand-block{margin-bottom: 40px;}
.brand-block .col-md-2{text-align: center;}
.brand-block .col-md-10{margin-bottom: -25px;}
.brand-block img{max-width: 100%;}



.politics{margin-bottom: 40px;}
.politics__item{display: flex;align-items: center;margin-bottom: 30px;}
.politics__img{margin-right: 30px;text-align: center;}
.politics__img img{}
.politics__text p{margin-bottom: 0;}
@media (max-width: 767px){
    .politics__item{display: block;}
    .politics__img{margin-right: 0;margin-bottom: 20px;text-align: left;width: auto;}
}



/*текст с кавычками в услугах*/
.quote{position: relative;}
.quote:before{
    content: "";
    width: 56px;
    height: 44px;
    position: absolute;
    left: -70px;
    background: url(/images/icons/commas.svg);
}
@media (max-width: 1300px){
    .quote, .quote ~ *{margin-left: 70px;}
}
@media (max-width: 767px){
    .quote:before{
        content: "";
        width: 30px;
        height: 24px;
        position: absolute;
        left: -40px;
        background: url(/images/icons/commas.svg);
        background-size: cover;
    }
    .quote, .quote ~ *{display: block;margin-left: 40px;}
}


.warning-icon {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-left: -12px;
}
.warning-icon:before {
    content: "";
    position: relative;
    left: -33px;
    margin: 0;
    width: 12px;
    height: 36px;
    background: url(/images/icons/warning.svg) center center no-repeat;
    min-width: 12px;
}

h2.warning-icon {
    align-items: baseline;
}

@media (max-width: 1199px) {
    .warning-icon {margin-left: 23px;}
    h2.warning-icon {align-items: flex-start;}
    .warning-icon ~ *{margin-left: 35px;}
    .warning-icon:before{left: -23px;}
}

.warning-icon-text{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-left: -12px;
}
.warning-icon-text:before{
    content: "";
    position: relative;
    left: -33px;
    margin: 0;
    width: 12px;
    height: 36px;
    background: url(/images/icons/warning.svg) center center no-repeat;
    min-width: 12px;
}
@media (max-width: 1199px){
    .warning-icon-text{margin-left: 23px;}
    .warning-icon-text ~ p{margin-left: 35px;}
    .warning-icon-text:before{left: -23px;}
}



.question h2{margin-bottom: 40px;}
.question__list{padding-left: 35px;}
.question__item{padding-bottom: 10px;}
.question__title{display: inline-block;position: relative;cursor: pointer;margin-bottom: 20px;}
.question__item.active .question__title{font-weight: 600;}

.question__title h3 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.question__item.video .question__title:after{
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    margin: auto;
    background: url(/images/icons/faq_video.svg) center center no-repeat;
    width: 81px;
    height: 31px;
}
@media (max-width: 1199px){
    .question__item.video .question__title{margin-bottom: 60px;}
    .question__item.video .question__title:after{
        top: unset;
        right: unset;
        bottom: -40px;
        left: 0;
    }
}

.question__text{
    display: none;
    width: 100%!important;
    color: #333;
    padding-bottom: 50px;
    padding-left: 20px!important;
}
.question__text ul{padding-left: 25px;}
.question__text ul li{margin-bottom: 20px;list-style-type: none;}






.faq h2{margin-bottom: 40px;}
.faq__list{padding-left: 35px;}
.faq__item{padding-bottom: 10px;}
.faq__title{display: inline-block;position: relative;cursor: pointer;margin-bottom: 20px;}
.faq__item.active .faq__title{font-weight: 600;}

.faq__title h3 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.faq__item.video .faq__title:after{
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    margin: auto;
    background: url(/images/icons/faq_video.svg) center center no-repeat;
    width: 81px;
    height: 31px;
}
@media (max-width: 1199px){
    .faq__item.video .faq__title{margin-bottom: 60px;}
    .faq__item.video .faq__title:after{
        top: unset;
        right: unset;
        bottom: -40px;
        left: 0;
    }
}

.faq__text{
    display: none;
    width: 100%!important;
    color: #333;
    padding-bottom: 50px;
    padding-left: 20px!important;
}
.faq__text ul{padding-left: 25px;}
.faq__text ul li{margin-bottom: 20px;list-style-type: none;}



.question__icon, .faq__icon{
    position: absolute;
    width: 35px;
    height: 35px;
    left: -35px;
    top: -5px;
    bottom: 0;
    margin: auto;
}
.question__icon .line, .faq__icon .line{
    position: absolute;
    width: 12px;
    height: 2px;
    background: #8FDD24;
    top: 55%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.question__icon .line:nth-child(1), .faq__icon .line:nth-child(1){left: 40%;transform: translate(-50%, -50%) rotate(45deg);}
.question__icon .line:nth-child(2), .faq__icon .line:nth-child(2){left: 60%;transform: translate(-50%, -50%) rotate(135deg);}

.question__item.active .question__icon .line, .faq__item.active .faq__icon .line{top: 50%;width: 20px;background: #000;}
.question__item.active .question__icon .line:nth-child(1), .faq__item.active .faq__icon .line:nth-child(1){transform: translate(-50%, -50%) rotate(225deg);left: 50%;}
.question__item.active .question__icon .line:nth-child(2), .faq__item.active .faq__icon .line:nth-child(2){transform: translate(-50%, -50%) rotate(315deg);left: 50%;}



@media (max-width: 767px){
    .question .item .text,
    .faq .item .text{padding-bottom: 35px;padding-left: 0px!important;}

    .quote-services__img img{width: 64px;}
    .quote-services__title{font-size: 20px;margin-top: 25px;}
    .quote-services__descr{margin-top: 25px;}
}





.footnote{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.footnote .text{
    display: none;
    position: absolute;
    bottom: calc(100% + 26px);
    background: #fff;
    padding: 15px;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    min-width: 250px;
    left: 50%;
    transform: translate(-50%, 0);
}
.footnote .text:before{
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 26px 13px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
.footnote:hover .text{display: block;}


.footnote2{
    background: #F4F4F4;
    border-radius: 10px;
}
.footnote2__text{
    padding: 30px 35px 30px 60px;
    background: url(/images/icons/footnote2.svg) 20px 27px no-repeat;
}

@media (min-width: 1500px){
    .footnote2{max-width: 790px;}
}
@media (max-width: 1500px){
    .footnote2__text p{
        line-height: 23px;
    }
}
@media (max-width: 767px){
    .footnote2__text{
        padding: 25px 25px 20px 45px;
        background: url(/images/icons/footnote2.svg) 16px 27px no-repeat;
        background-size: 15px;
    }
}

/*-------------------------------ecomaterial-table--------------------------------------*/
.ecomaterial-table{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ecomaterial-table__item{
    position: relative;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.ecomaterial-table__img{margin-bottom: 20px;}
.ecomaterial-table__name{font-weight: 600;margin-bottom: 10px;}
.ecomaterial-table__descr{}

.ecomaterial-table2,
.ecomaterial-table2 th, 
.ecomaterial-table2 td{border: none!important;text-align: center;padding: 0 40px 50px!important;}
.ecomaterial-table2 th{font-weight: 600;}
.ecomaterial-table2 th:nth-child(2){color: #A8D2A8;}
.ecomaterial-table2 th:nth-child(3){color: #D2DA4C;}
.ecomaterial-table2 th:nth-child(4){color: #84CEE3;}
.ecomaterial-table2 th:nth-child(5){color: #B4DEDF;}
.ecomaterial-table2 th:nth-child(6){color: #0C97BA;}

.ecomaterial-table2 td:nth-child(1){padding: 0 100px 50px 0;text-align: left;white-space: nowrap;}
.ecomaterial-table2 td{}
.ecomaterial-table2 td span{display: block;}

.ecomaterial-table3,
.ecomaterial-table3 td,
.ecomaterial-table3 table,
.ecomaterial-table3 > tbody > tr:last-child{border: none!important;}

.ecomaterial-table3{}
.ecomaterial-table3 > tbody > tr > td:nth-child(1){
    border-right: 1px solid #BDBDBD!important;
    padding: 45px 100px 45px 0;
    vertical-align: baseline;
}
.ecomaterial-table3 > tbody > tr{
    border-bottom: 1px solid #BDBDBD;
}

.ecomaterial-table3 table td{
    padding: 45px 80px;
}

@media (max-width: 1499px){
    .ecomaterial-table{}
    .ecomaterial-table__item{
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 25px;
    }

    .ecomaterial-table2, 
    .ecomaterial-table2 th, 
    .ecomaterial-table2 td{padding: 0 20px 50px!important;}
    .ecomaterial-table2 td:nth-child(1){padding: 0 50px 50px 0!important;}

    .ecomaterial-table3 > tbody > tr > td:nth-child(1){padding: 25px 40px 25px 0;}
    .ecomaterial-table3 table td {padding: 25px 20px;}
    .ecomaterial-table3 img{width: 50%;min-width: 100px;}
}

@media (max-width: 767px){
    .ecomaterial-table{}
    .ecomaterial-table__item{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .ecomaterial-table2 th,
    .ecomaterial-table2 td{padding: 0 10px 20px!important;}
    .ecomaterial-table2 td:nth-child(1){padding: 0 10px 20px 0!important;}

    .ecomaterial-table3 > tbody > tr > td:nth-child(1) {padding: 10px 10px 10px 0;}
    .ecomaterial-table3 table td {padding: 10px;}
    .ecomaterial-table3 img{width: 50%;min-width: 60px;}
}

/*-------------------------------price-list--------------------------------------*/
.price-list ul.green-line li {
    margin-bottom: 5px;
}

.price-workplace__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 540px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CECECE;
}

.price-list .course-list__name h3 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.price-workplace__right {
    margin-left: 15px;
    text-align: right;
}

.price-list .price_old {
    position: relative;
}
.price-list .price_old:after {
    content: '';

    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 2px;
    background: #FF0000;
}

/* End */


/* Start:/local/components/services/news.detail/templates/expert2/style.css?1693655300840*/
/*-------------------------------expert2-detail--------------------------------------*/

.expert2 {
	position: relative;

	display: flex;

	border-radius: 10px;
	overflow: hidden;
	z-index: 1;

	color: #FFFFFF;
}

.expert2:before {
	content: "";

	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;

	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}

.expert2__background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.expert2__text {
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 32px;

	display: flex;
	flex-direction: column;
	z-index: 10;
}

.expert2__descr {
	margin-top: 12px;
}


@media (max-width: 1199px) {
	.expert2__text {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
}

/* End */


/* Start:/local/components/services/news.list/templates/experts/style.css?16936553021256*/
/*-------------------------------experts-services--------------------------------------*/

.expert {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    height: 490px;
    padding: 35px;
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.expert:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 245px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 35.42%, #000000 100%);
}

.expert__title {
    margin-bottom: 10px;
}

.expert__descr {
    line-height: 20px!important;
}

.expert__title,
.expert__descr{
    color: #FFFFFF;
    z-index: 1;
}

@media (max-width: 1499px) {
    .expert {
        height: 350px;
        padding: 20px;
    }
    .expert__descr {
        line-height: 18px!important;
    }
}
@media (max-width: 1199px) {
    .expert {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .expert {
        height: 380px;
        padding: 15px;
    }
}


/* End */


/* Start:/local/components/services/news.list/templates/steps2/style.css?169365530783*/
/*-------------------------------steps2--------------------------------------*/


/* End */


/* Start:/local/components/services/news.list/templates/docs-list/style.css?1693655301721*/
/*-------------------------------docs-list-services--------------------------------------*/

.docs-list-services__item {
    text-align: center;
}
.docs-list-services__item img {
    width: calc(100% - 2px);
    border: 1px solid #000000;
    box-sizing: border-box;
}
.docs-list-services__name {
    margin-top: 15px;
}

@media (max-width: 767px) {
    /*.docs-list-services__name {
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
    }
    .swiper-slide-active .docs-list-services__name {
        opacity: 1;
    }*/
}
/* End */


/* Start:/local/components/services/news.list/templates/news/style.css?16936553043553*/
/*-------------------------------news-main--------------------------------------*/

.news-services__name-section{color: #828282;}



.news-services__item{display: flex;justify-content: space-between;color: #000;}
.news-services__item:hover{color: #000;}
.news-services__item:hover .news-services__name{color: #8FDD24;}
.news-services__name{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.news-services__descr{font-size: 14px;line-height: 17px;color: #878787;margin-bottom: 20px;}

.news-services__info{display: flex;flex-wrap: wrap;align-items: center;}
.news-services__date{}
.news-services__show{display: flex;align-items: flex-start;margin-left: 10px;}
.news-services__show svg{position: relative;top: 1px;margin-right: 5px;}
.news-services__razdel{margin-left: 10px;}

.news-services__preview-image{margin-left: 15px;}
.news-services__preview-image img{width: 175px;}



.news-services__popular{
    padding: 45px 40px 35px;
    background: #333333;
    border-radius: 10px;
    max-width: 366px;
}
.news-services__popular-title{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 30px;
}
.news-services__popular-title svg{margin-right: 30px;}

.news-services__popular-item{position: relative;display: block;margin-bottom: 45px;color: #FFFFFF;}
.news-services__popular-item:hover{color: #FFFFFF;}
.news-services__popular-item:hover .news-services__popular-name{color: #8FDD24;}
.news-services__popular-item:before{
    content: "";
    position: absolute;
    bottom: -22.5px;
    width: 100%;
    height: 1px;
    background: #E0E0E0;
}

.news-services__popular-item:last-child{margin-bottom: 0;}
.news-services__popular-item:last-child:before{display: none;}

.news-services__popular-name{
    font-weight: 600;
    margin-bottom: 15px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.news-services__popular-info{display: flex;align-items: center;font-size: 14px;}
.news-services__popular-date{}
.news-services__popular-show{display: flex;align-items: flex-start;margin-left: 20px;}
.news-services__popular-show svg{position: relative;top: 1px;margin-right: 5px;}



@media (max-width: 1499px){
    .news .row{justify-content: space-between;}

    .news-services__name{font-size: 20px;margin-bottom: 10px;}

    .news-services__popular{padding: 30px 25px 45px;max-width: 258px;}
    .news-services__popular-title{font-size: 16px;}

    .news-services__show svg,
    .news-services__popular-show svg{top: 0;}
}
@media (max-width: 1199px){
    .news-services__item{flex-direction: column-reverse;}
    .news-services__preview-image{margin-left: 0;margin-bottom: 20px;}

    .news-services__popular{padding: 45px 40px 35px;max-width: 366px;margin-bottom: 55px;}
}
@media (max-width: 767px){
    .news-services__block{margin-bottom: 0;}

    .news-services__item{flex-direction: column-reverse;}
    .news-services__name{font-size: 20px;margin-bottom: 15px;}
    .news-services__descr{font-size: 11px;}

    .news-services__preview-image{margin-left: 0;margin-bottom: 20px;}
}
@media (max-width: 340px){
    .news-services__razdel{min-width: 100%;margin: 10px 0 0;}
}
/* End */


/* Start:/local/components/services/news.list/templates/journal/style.css?16936553033820*/
/*-------------------------------ekspertnoe-mnenie-list--------------------------------------*/

.journal-services__name-section{color: #828282;}

.ekspertnoe-mnenie__wrap-item{
    display: block;
    height: 490px;
    padding: 45px 40px;
    background: #F4F4F4;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;

    box-sizing: border-box;
}
.ekspertnoe-mnenie__wrap-item:hover{background: #EAEAEA;}
.ekspertnoe-mnenie__item{
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
}
.ekspertnoe-mnenie__icon{
    position: absolute;
    top: 0;
    left: 0;
}
.ekspertnoe-mnenie__middle{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
}
.ekspertnoe-mnenie__name{font-weight: 600;font-size: 20px;margin-bottom: 20px;}
.ekspertnoe-mnenie__info, .acticle__info{display: flex;align-items: center;}
.ekspertnoe-mnenie__date, .acticle__date{}
.ekspertnoe-mnenie__show svg, .acticle__show svg,
.ekspertnoe-mnenie__comments svg, .acticle__comments svg{position: relative;top: 1px;margin-right: 5px;}
.ekspertnoe-mnenie__show, .acticle__show,
.ekspertnoe-mnenie__comments, .acticle__comments{display: flex;align-items: flex-start;margin-left: 10px;}

.ekspertnoe-mnenie__expert{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.ekspertnoe-mnenie__img{}
.ekspertnoe-mnenie__fio{padding-left: 15px;font-weight: 600;}


.ekspertnoe-mnenie__wrap-item-fon{
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,.5);
}
.ekspertnoe-mnenie__wrap-item-fon .img_fon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.ekspertnoe-mnenie__wrap-item-fon:hover{background: rgba(0,0,0,.8);}
.ekspertnoe-mnenie__wrap-item-fon .ekspertnoe-mnenie__item{color: #fff;}

.acticle__wrap-item{display: block;}
.acticle__item{color: #000;}
.acticle__preview-image{margin-bottom: 20px;}
.acticle__preview-image img, 
.acticle__preview-image video{width: 100%;}
.acticle__name{font-weight: 600;font-size: 20px;margin-bottom: 15px;}
.article__text{
    color: #878787;
    font-size: 14px;
    margin-bottom: 25px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.acticle__wrap-item:hover .article__text{color: #000000;}

@media (max-width: 1499px) {
    .ekspertnoe-mnenie__wrap-item{height: 400px;padding: 30px;}
    .ekspertnoe-mnenie__name{font-size: 16px;}

    .acticle__preview-image{margin-bottom: 15px;}
    .acticle__name{font-size: 16px;}
    .article__text{font-size: 12px;margin-bottom: 20px;}

    .ekspertnoe-mnenie__show svg, .acticle__show svg,
    .ekspertnoe-mnenie__comments svg, .acticle__comments svg{top: 0;}
}

@media (max-width: 767px) {
    /*.acticle__info, .ekspertnoe-mnenie__info,
    .acticle__name, .ekspertnoe-mnenie__name, 
    .article__text, .ekspertnoe-mnenie__fio{
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
    }

    .swiper-slide-active .acticle__info, .swiper-slide-active .ekspertnoe-mnenie__info,
    .swiper-slide-active .acticle__name, .swiper-slide-active .ekspertnoe-mnenie__name,
    .swiper-slide-active .article__text, .swiper-slide-active .ekspertnoe-mnenie__fio{opacity: 1;}*/

    .ekspertnoe-mnenie__wrap-item{height: 490px;padding: 40px;}
}

/* End */
/* /local/templates/eco_green/components/bitrix/catalog.section/services/style.css?169365531111407 */
/* /local/components/services/news.detail/templates/expert2/style.css?1693655300840 */
/* /local/components/services/news.list/templates/experts/style.css?16936553021256 */
/* /local/components/services/news.list/templates/steps2/style.css?169365530783 */
/* /local/components/services/news.list/templates/docs-list/style.css?1693655301721 */
/* /local/components/services/news.list/templates/news/style.css?16936553043553 */
/* /local/components/services/news.list/templates/journal/style.css?16936553033820 */
