/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    /*===============================*/
    /*===============================*/
}

/* END */

/*===============================*/

@media (max-width: 991.98px) {
    /*===============================*/
    #sp-bottom .b-contacts {
        text-align: left;
    }
    /*===============================*/
    #sp-menu .b-address, #sp-menu .b-phones {
        display: none;
    }
    /*===============================*/
    .b-logo {
        margin-bottom: 10px;
    }
    .b-logo .sppb-addon-content {
        text-align: center;
    }
    /*===============================*/
    #sp-menu .b-contacts {
        justify-content: center;
    }
    /*===============================*/
    .b-about .about__slogan .sppb-addon-content {
        padding: 10px;
        text-align: center;
        border-radius: 5px;
    }
    /*===============================*/
    .b-capabilities {
        background: #0058a9;
        padding-top: 50px;
    }
    #sppb-addon-wrapper-1589866757709 {
        margin-bottom: initial;
    }
    /*===============================*/
    .b-form .ba-form-submit-field {
        align-items: flex-start;
    }
    .b-form .ba-form-submit-btn {
        margin-left: initial;
        margin: auto;
    }
    .b-form .ba-input-wrapper {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .b-form .ba-form-column-wrapper {
        margin-bottom: 20px;
    }
    /*===============================*/
    .b-steps {
        flex-wrap: wrap;
    }
    .b-steps .steps__item {
        width: 50%;
        margin-bottom: 20px;
    }
    /*===============================*/
    .b-errands .errands__item:nth-child(3) {
        margin: 0 15px 25px;
    }
    .b-errands .errands__item {
        width: 45%;
    }
    /*===============================*/
    .b-extra-services .extra-services__item .sppb-addon-title {
        padding: 14px 100px 14px 24px;
        font-size: 14px;
    }
    /*===============================*/
    .b-contact-form{
        background: #ECECEC;
    }
    /*===============================*/
    .b-form-bottom{
        top: initial;
    }
    #sppb-addon-wrapper-1589894572507{
        margin-bottom: initial;
    }
    /*===============================*/
}

/* END */