.power-item.power-item--gray{
    background: #E5ECFF;
    color: #232323;
}
.power-item img{
    max-width: 64px;
}
.power-item{
    gap:24px;
    border-radius: 24px;
    height: 100%;
    padding: 32px;
    background: #5A82FC;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.power-item.power-item--mini{
    height: unset;
}
.power-item--mini-img{
    margin-bottom: -25px;
}

.objects-img{
    max-height: 450px;
}
.young-team-wrapper{
    min-height: 90px;
    padding-bottom: calc(25px + 10%);
    margin-bottom: -40px;
}
.main-img.main-img--shifted{
    margin-top: -50px;
}
.main-img.main-img--shifted img{
    max-height: 600px;
    object-position: top;
}
.main-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    max-height: 118px;
}
.main-objects-wrapper{
    padding: 16px;
    background: #5A82FC;
    margin-top: 50px;
}






@media(min-width: 768px){
    .main-img.main-img--shifted {
        margin-top: -22%;
    }
    .young-team-wrapper {
        margin-bottom: -90px;
    }
}
@media(min-width: 992px){
    .main-img.main-img--shifted{
        margin-top: -20%;
    }

    .main-img img{
        border-radius: 24px;
        max-height: 210px;
    }
    .main-objects-inner{
        padding: 20px;
        background: #5A82FC;
        border-radius: 40px;
        margin-top: 100px;
    }
    .main-objects-wrapper{
        padding: 0;
        background: none;
        margin-top: -50px;
    }


    .young-team-wrapper{
        min-height: unset;
        margin-bottom: 24px;
        padding-bottom: 40px;
    }
    .objects-img{
        max-height: unset;
    }


    .power-item img{
        max-width: 100px;
    }
    .power-item--mini-img{
        max-width: 64px;
    }
}
@media(min-width: 1200px){

    .power-item--mini-img {
        margin-bottom: -35px;
    }
}

@media(min-width: 1400px){
    .young-team-wrapper{
        margin-bottom: -45px;
    }
    .main-img.main-img--shifted {
        margin-top: -20%;
    }
}