.scheme_default h1 a:hover,
.scheme_default h6 a:hover
{
color: #403330;
}


.arto_sta_block {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px 50px;
    padding: 30px min(5%,20px);
    flex-wrap: wrap;
}
.arto-white-text,
.arto_sta_block h2,
.arto_sta_block h3
{
    margin: 0;
    color: #fff
}

.arto_sta_block > a.sc_button.sc_button_default.sc_button_size_large.sc_button_icon_left {
    width: max(30%, 200px);
    padding-left: 0px;
    padding-right: 0;
}



@media screen and (min-width: 581px) {



    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {

    .arto_roofing.vc_row {

        gap: 30px;
    }

    .arto_phone_footer
    {
        border-color: #e7b957;
        background-color: #e7b957;
        right: 1em;
        position: fixed;
        z-index: 100001;
        bottom: 1em;
        width: 4em;
        border-radius: 100%;
        height: 4em;
        line-height: 3em;
        text-align: center;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scheme_default .arto_phone_footer .sc_layouts_item_icon {
        color: #fff;
    }


}
@media screen and (max-width: 580px)
{
    .arto_sta_block
    {
        flex-direction: column;
    }
}