/**
START SHORTCODE
*/

.block-technical-footer {
    display: flex;
    background: #2E333C;
}

.title__block {
    display: flex;
    flex-direction: column;
    padding: 80px 70px;
    background: url(../svg/footer.svg) no-repeat center right;
}

.technical_footer__title {
    display: flex;
    width: max-content;
    margin-bottom: 0 !important;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 134.19%;
    /* or 64px */

    text-align: center;
    font-feature-settings: 'ss01' on, 'liga' off;

    color: #E2B29A;
}

.technical_footer__sub_title {
    margin-bottom: 0 !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
}

.block-technical-footer .content__block {
    padding: 80px 110px 80px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.technical_footer__content {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;

    color: #FFFFFF;
}

.technical_footer__content p {
    margin-bottom: 0;
}

.technical_footer__bnt_link {
    display: flex;
    padding: 17px 30px;
    background: #E2B29A;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    min-width: 185px;
    margin: 0;
}

.technical_footer__bnt_link:hover {
    color: #000000;
}


.careers__page .technical_footer__bnt_link {
    padding: 17px 75px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    background: #fff;

    color: #2E333C;
    border: 1px solid #2E333C;
    box-sizing: border-box;
}


@media (max-width: 1024px) {
    .block-technical-footer .content__block {
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }

    .block-mission-content--with_bg {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .block-technical-footer {
        flex-direction: column;
    }

    .block-technical-footer .content__block {

    }

    .title__block {
        display: flex;
        flex-direction: row;
        padding: 50px 50px 30px;
        background: url(../svg/footer.svg) no-repeat center right;
        justify-content: space-around;
        align-items: center;
    }

    .technical_footer__content {
        margin-bottom: 30px;
    }
}


@media (max-width: 767px) {

    #treatment_subtitle + .wp-block-spacer {
        display: none;
    }

    .block-treatment-header + .wp-block-spacer {
        display: none;
    }

    .treatment_slider__cnt {
        padding-top: 50px;
    }

    #treatments_form {
        margin: 0;
        width: 100%;
        padding: 30px;
    }

    #treatments_form + .wp-block-spacer {
        display: none;
    }

    #treatments_form .med-spa-right {
        background-image: none;
        position: relative;
    }

    #treatments_form .med-spa-right:after {
        content: '';
        position: absolute;
        top: 13px;
        left: 13px;
        width: calc(100% - 26px);
        height: calc(100% - 26px);
        border: 5px solid #E2B29A;
    }

    .block-technical-footer .title__block {
        flex-direction: column;
        padding: 30px;
    }

    .technical_footer__content {
        margin-bottom: 20px;
        text-align: center;
    }

    .technical_footer__content p br {
        display: none;
    }
}

