

/* Start:/local/templates/eco_green/components/bitrix/catalog.section/services/style.css?17337259878666*/
/*-------------------------------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;}
}



@media (max-width: 767px){
    .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;text-align: center;}
.ecomaterial-table__name{font-weight: 600;margin-bottom: 10px;text-align: center;}
.ecomaterial-table__descr{text-align: center;}

.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.mobile {
    display: none;
}

.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;
}
.ecomaterial-table3.fouritems table td{
    padding: 25px 20px;
}

@media (max-width: 1699px){
    .ecomaterial-table3 table td {
        padding: 45px 60px;
    }
    .ecomaterial-table3.fouritems table td{
        padding: 25px 20px;
    }
}
@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: 1199px){

    .ecomaterial-table3.fouritems table td{
        padding: 15px 10px;
    }
    .ecomaterial-table3.fouritems img{width: 50%;min-width: 60px;}
}

@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;}
}
@media (max-width: 425px){
    .ecomaterial-table3.pc {
        display: none;
    }
    .ecomaterial-table3.mobile {
        display: block;
    }
    .ecomaterial-table3.mobile td, 
    .ecomaterial-table3.mobile tr {
        border: none !important;
        border-color: #fff !important;
    }
    .ecomaterial-table3.mobile > tbody > tr > td:nth-child(1) {
        border: none !important;
        border-color: #fff !important;
    }
}

/*-------------------------------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-workplace__right {
    margin-left: 15px;
    text-align: right;
}

.price_old {
    position: relative;
}
.price_old:after {
    content: '';

    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 2px;
    background: #FF0000;
}

/* End */
/* /local/templates/eco_green/components/bitrix/catalog.section/services/style.css?17337259878666 */
