/*LG*/
@media screen and (max-width: 1200px) {
    #section-similar .trainer {
        /*margin-right: 30px;*/
        /*max-width: 300px;*/
    }
}

/*MD*/
@media screen and (max-width: 992px) {
    .promo-background {
        opacity: 0.7;
    }

    .promo-content h4 {
        color: black;
    }

    .promo-contact .contact-row .column-content {
        padding-left: 0px !important;
    }

    .trainer {
        margin-right: 65px;
    }

    .delivery-block-right {
        float: left;
        margin: 20px auto;
        width: 100%;
    }

    /*trainer page*/

    .trainer-description {
        padding-bottom: 0px;
    }
    .pricing-row {
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
    }
}

/*SM*/
@media screen and (max-width: 768px) {
    .promo-background {
        opacity: 0.5;
    }

    .promo-content {
        margin-top: 20px;
    }

    .promo-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .trainer {
        margin-right: 24px;
        max-width: 360px;
    }

    .cart-row .text {
        font-size: 14px;
        line-height: 28px;
    }

    .no-pb-sm {
        padding-bottom: 0px !important;
    }

    h4 {
        font-size: 18px;
    }

    /*order*/

    .column-address {
        display: block;
    }
    .address-confirmed .column-address {
        display: none;
    }

    .column-summary {
        display: none;
    }
    .address-confirmed .column-summary {
        display: block;
    }

    /*modal*/

    .modal-body {
        padding: 1rem !important;
    }

    .f-modal-header {
        font-size: 20px;
    }

}

/*XS*/
@media screen and (max-width: 576px) {
    h2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    section {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    /*promo*/

    #section-promo {
        padding-top: 40px;
    }

    h1 {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .promo-contact .container-fluid {
        padding: 0 15px;
    }

    .promo-arrow {
        width: 95%;
        margin: 0;
        margin-left: 5%;
        margin-bottom: 120px;
    }

    /*trainers*/

    #section-trainers {
        margin-bottom: 0px;
    }

    .trainers-background {
        border-radius: 0px;
        margin: 0px;
    }

    .trainers-container {
        margin: -15px;
        padding: 15px;
    }

    .trainer {
        margin: 15px 0px;
        width: 100%;
    }

    .trainers-sub-list {
        margin-bottom: 15px;
    }

    /*delivery*/

    #section-delivery {
        padding-bottom: 20px;
    }

    .delivery-block-left {
        min-width: 290px;
        width: 100%;
        padding-bottom: 20px;
    }

    .delivery-price {
        margin-right: 12px;
        margin-bottom: 12px;
    }

    /*articles*/

    .article .header {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .article .content {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .article .fbtn {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    /*faq*/

    .faq-container {
        margin: 0;
        padding: 0;
        width: 100%;
        background: none;
        box-shadow: none;
    }

    /*footer*/

    footer h4 {
        margin: 20px 0;
    }

    .last-divider {
        border: none;
    }
}