@media screen and (min-width: 768px) {
    body .automation_block_mobile{
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .automation_block .design-allafter{
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
    }
}
@media screen and (max-width: 768px) {
    .automation_block.tg-container{
        padding-right: 0;
        padding-left: 0;
    }
    body .automation_block.open{
        padding-bottom: 40px;
    }
    body .automation_block_desctop{
        display: none;
    }
}
.automation_block_desctop{
    display: flex;
    gap: 50px;
    align-items: center;
    flex-direction: column;
}
.automation_block{
    margin-bottom: 30px;
    max-height: 720px;
    overflow: hidden;
}
.buttons_for_automations{
    position: absolute;
    bottom: 0;
    left: calc(50% - 93px);
}
.automation_block.open{
    padding-bottom: 80px;
    max-height: unset;
}
.automation_block.open .design-allafter{
    display: none;
}
.automation_block_mobile{
    display: flex;
    flex-direction: column;
}