
.block-treatment-header {
    position: relative;
    margin: 0 60px;
    padding: 133px 63px;
    width: calc(100% - 120px);
    min-height: 576px;
    background-repeat: no-repeat;
}

.block-treatment-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(253, 230, 217, 0.9) 52.08%, rgba(253, 230, 217, 0) 100%);
}

.treatment-header__title {
    position: relative;
    z-index: 1;
    margin-bottom: 10px !important;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 134.19%;
    /* or 32px */

    font-feature-settings: 'ss01' on, 'liga' off;
    color: #000000;
}

.treatment-header__subtitle {
    position: relative;
    z-index: 1;
    margin-bottom: 20px !important;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    /* identical to box height */

    color: #000000;
}

.treatment-header__desсription {
    position: relative;
    z-index: 1;
    max-width: 555px;
}

.treatment-header__desсription p {
    margin-bottom: 30px !important;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.treatment-header__link {
    position: relative;
    z-index: 1;
    display: inline-block;
    /*background: #2E333C;*/
    /*padding: 17px 37px;*/
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    /*font-family: Montserrat;*/
    /*font-style: normal;*/
    /*font-weight: 500;*/
    /*font-size: 14px;*/
    /*line-height: 17px;*/
    /*!* identical to box height *!*/

    /*text-align: center;*/
    /*letter-spacing: 0.13em;*/
    /*text-transform: uppercase;*/

    /*color: #FFFFFF;*/


    padding: 17px 40px;
    background: #2E333C;
    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;
    color: #FFFFFF;
    border-radius: 0;

}

.treatment-header__link:hover {
    color: #fff;
}