.what-choice-body,.what-choice-header{
    font-size: 14px;
}
.what-choice-body{
    margin-right: 8px;
}
.what-choice-header{
    color: #5A82FC;
    font-weight: bold;
    margin-right: 8px;
}
.what-choice-header-wrapper:first-of-type , .what-choice-body-wrapper:first-of-type{
    padding-left: 12px;
}

.what-choice-header-wrapper, .what-choice-body-wrapper{
    padding: 0;
}
.what-choice-body--1{
    font-weight: bold;
}
.table-rows{
    min-width: 600px;
}
.table-wrapper{
    overflow-x: scroll;
}


.power-item.power-item--gray{
    background: #E5ECFF;
    color: #232323;
}
.power-item img{
    max-width: 60px;
}
.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;
}

.stroitelstvo-main-wrapper{
    padding: 25px 16px 155px 16px;
    position: relative;

    color: white;
}
.main-wrapper{
    overflow: hidden;
    background: url("/stroitelstvo/img/main-bg.jpg") no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.main-text-with-line:before{
    content: '';
    position: absolute;
    width: calc(100% + 200px);
    height: 100%;
    background: #DEE2EE;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateX(-100px);
}
.main-text-with-line{
    position: relative;
    padding: 16px 0;
}
.stroitelstvo-main-crane{
    display: none;
}
.choice-wrapper{
    background: #EFF1F8;
    border-radius: 24px;
    margin-top: 70px;
}
.choice-img{
margin-top: -70px;
}
/*.advantages-section .text-center{*/
/*    text-align: start!important;*/
/*}*/
.black-consul-wrapper{
    padding: 24px 16px;
    background: #232323;
}




@media(min-width: 768px){
    .stroitelstvo-main-wrapper{
        padding: 30px 0 100px 0;
    }
    .what-choice-body, .what-choice-header {
        font-size: 16px;
    }
    .choice-wrapper{
        margin-top: 100px;
    }
    .choice-img{
        margin-top: -100px;
    }

}
@media(min-width: 992px){
    .black-consul-wrapper{
        padding: 0;
        background: none;
    }
    .black-consul-inner{
        border-radius: 40px;
        padding: 24px;
        background: #232323;
    }
    .choice-wrapper{
        margin-top: 80px;
    }
    .choice-img{
        margin-top: -70px;
    }
    .stroitelstvo-main-crane{
        display: block;
        position: absolute;
        right: 0;
        bottom: 70px;
    }
    .main-wrapper {
        background: none;
    }
    .stroitelstvo-main-wrapper{
        padding: 50px 40px 80px 40px;
        background: url("/stroitelstvo/img/main-bg.jpg") no-repeat;
        background-position: right bottom;
        background-size: cover;
        border-radius: 40px;
        overflow: hidden;
        z-index: 10;
    }
    .power-item img{
        max-width: 120px;
    }
    .power-item--mini-img{
        max-width: 80px;
    }

    .table-wrapper{
        overflow-x: visible;
    }

    .what-choice-body--1{
        color: #5A82FC;
        background: #E5ECFF;
        font-weight: 600;
    }
    .what-choice-body--last{
        border-bottom-left-radius: 24px;
    }
    .what-choice-body--3{
        border-bottom-right-radius: 24px;
    }
    .what-choice-body{
        height: 100%;
        background: #EFF1F8;
        padding: 12px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .what-choice-header{
        background: #5A82FC;
        color: white;
        padding: 12px 24px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .what-choice-header--1{
        border-top-left-radius: 24px;
    }
    .what-choice-header--3{
        border-top-right-radius: 24px;
    }
}
@media(min-width: 1200px){
    .black-consul-inner{
        padding: 40px;
    }
    .choice-wrapper{
        margin-top: 120px;
    }
    .choice-img{
        margin-top: -120px;
    }
    .stroitelstvo-main-wrapper{
        padding: 55px 70px 70px 70px;
    }
    .power-item--mini-img {
        margin-bottom: -35px;
    }
}

@media(min-width: 1400px){
    .black-consul-inner{
        padding: 60px;
    }
    .choice-wrapper{
        margin-top: 170px;
    }
    .choice-img{
        margin-top: -160px;
    }
}