/*strefa ekologii*/


.ecology-top{
    margin-bottom: 86px;
}
.ecology-top .inner{
    display: flex;
    gap: 48px;
    align-items: center;
}
.ecology-top h1{
    background: linear-gradient(-85deg, #3da0e4, #97d5fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    margin-bottom: 13px;
}
.ecology-top p{
    line-height: 33px;
}


.ecology-first{
    margin-bottom: 80px
}
.ecology-first h2{
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
}
.ecology-first p{
    font-size: 16px;
    line-height: 28px;
}

.ecology-second{
    margin-bottom: 80px
}
.ecology-second .inner{
    display: flex;
    gap: 30px;
}
.ecology-second .inner div{
    flex: 1;
}
.ecology-second p strong{
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.ecology-second p{
    font-size: 16px;
    line-height: 28px;
}
.ecology-second .second{
    display: flex;
    justify-content: center;
}

.ecology-third{
    margin-bottom: 80px
}
.ecology-third .inner{
    display: flex;
    gap: 30px;
}
.ecology-third .inner div{
    flex: 1;
}
.ecology-third p strong{
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.ecology-third p{
    font-size: 16px;
    line-height: 28px;
}
.ecology-third .first{
    display: flex;
    justify-content: center;
}

.ecology-fourth{
    margin-bottom: 94px
}
.ecology-fourth .inner{
    display: flex;
    gap: 30px;
    align-items: center;
}
.ecology-fourth .inner div{
    flex: 1;
}
.ecology-fourth h3{
    font-size: 33px;
    line-height: 46px;
}
.ecology-fourth p{
    background: var(--blue);
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    padding: 38px 50px;
    border-radius: 20px;
}

@media (max-width:576px){

}
@media (min-width: 577px) {

}
@media (min-width: 577px) and (max-width:768px){

}
@media (max-width: 768px){
    .ecology-top {
        margin-bottom: 60px;
    }
    .ecology-top .inner {
        display: block;
        text-align: center;
    }
    .ecology-top h1{
        margin-top: 30px;
    }
    .ecology-first {
        margin-bottom: 60px;
        text-align: center;
    }
    .ecology-second .inner {
        display: block;
        text-align: center;
    }
    .ecology-second .inner .first{
        margin-bottom: 30px;
    }
    .ecology-third .inner{
        display: block;
        text-align: center; 
    }
    .ecology-third .inner .first{
        margin-bottom: 30px;
    }
    .ecology-fourth {
        margin-bottom: 60px;
        text-align: center;
    }
    .ecology-fourth .inner {
        display: block;
    }
    .ecology-fourth h3 {
        line-height: 42px;
        margin-bottom: 30px;
    }
    .ecology-fourth p{
        padding: 30px;
    }
}
@media (min-width: 769px){

}
@media (min-width: 769px) and (max-width:991px){
    .ecology-top h1{
        font-size: 50px;
    }
    .ecology-second .second {
        display: block;
    }
    .ecology-third .first {
        display: block;
    }
}

@media (min-width: 992px) and (max-width:1200px){

}
@media (min-width: 1201px) and (max-width:1440px){

}
@media (min-width: 1441px){

}