.section__person {
    margin-top: 225px;
}

.section__person .person__avatar img {
    width: 100%;
    position: relative;
    top: -35px;
    left: -22px;
}

.section__person--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section__person--wrapper .inner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.section__person--wrapper .inner__avartar {
    width: 527px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 595px;
    overflow: hidden;
    position: relative;
}

.section__person--wrapper .inner__avartar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 173px;
    left: 0px;
    bottom: 35px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.section__person--wrapper .person_signature img {
    max-width: 255px;
    width: 100%;
    float: right;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-top: 40px;
    -webkit-filter: brightness(0) invert(.8);
            filter: brightness(0) invert(.8);
}

.section__person--wrapper .inner__right .bio {
    margin-top: 14px;
}

.section__person--wrapper .inner__right .bio p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 29px;
}

.section__person--wrapper .person__title {
    position: relative;
    padding-top: 23px;
    margin-bottom: 20px;
}

.section__person--wrapper .person__position {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.section__person--wrapper .person__title:before {
    content: '';
    width: calc(100% + 30px);
    height: 1px;
    background: #73674C;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.section__person .button__action {
    text-align: center;
}

.section__person .book__now {
    display: inline-block;
    vertical-align: top;
    padding: 135px 105px;
}

.section__person .book__now::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/round.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.section__person .book__now:hover::before {
    opacity: 1;
}

.section__person .book__now:hover .book__now--wrapper:before {
    width: 120px;
    top: 70px;
    left: 100%;
}

.section__person .button__action .book__now .book__now--wrapper .button--text {
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.section__person .button__action .book__now .book__now--wrapper .button--text:after {
    content: '';
    border-width: 0.51px;
    width: 17px;
    height: 28px;
    background: url('../images/arrow-book-now.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: -80px;
    opacity: 0;
}

.section__person .button__action .book__now--wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 42px;
}

.section__person .button__action .book__now:hover .book__now--wrapper .button--text {
    position: relative;
    -webkit-transform: translate(-35px, -30px);
        -ms-transform: translate(-35px, -30px);
            transform: translate(-35px, -30px);
    display: inline-block;
    z-index: 3;
}

.section__person .button__action .book__now .book__now--wrapper:before {
    content: '';
    width: 204px;
    height: 1px;
    background: #73674C;
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.section__person .button__action .book__now:hover .book__now--wrapper:before {
    left: initial;
    right: 8px;
    width: 62px;
    -webkit-transform: translate3d(50px, 44px, 0px);
            transform: translate3d(50px, 44px, 0px);
}

.section__person .button__action .book__now:hover .book__now--wrapper .button--text:after {
    opacity: 1;
}

@media(min-width: 1600px) {
    .section__person .container {
        max-width: 1280px;
    }

    .section__person--wrapper .inner__avartar:before {
        bottom: 32px;
    }
}

@media (max-width: 1300px) {
    .section__person--wrapper .inner__avartar:before {
        bottom: 33px;
    }
}


@media (max-width: 1170px) {
    .section__person--wrapper .inner__avartar {
        width: 327px;
        height: 395px;
    }

    .section__person--wrapper .inner__avartar:before {
        bottom: 25px;
    }

    .section__person .person__avatar img {
        top: 0;
        left: 0;
        height: auto;
    }
}

@media (max-width: 991px) {

    .section__person {
        margin-top: 56px;
    }

    .section__person--wrapper .inner__right,
    .section__person--wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .section__person--wrapper .inner__avartar {
        height: auto;
        margin: 0 auto;
    }

    .section__person--wrapper .person__title {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-weight: 200;
        font-size: 50px;
        line-height: 50px;
        padding-top: 38px;
    }

    .section__person--wrapper .person__title:before {
        width: 100%;
    }

    .section__person .button__action .book__now .book__now--wrapper .button--text {
        font-weight: 200;
        font-size: 35px;
        line-height: 41px;
    }

    .section__person .book__now {
        padding: 91px 73px;
        margin-top: 81px;
        margin-bottom: 44px;
    }

    .section__person .button__action .book__now .book__now--wrapper .button--text:after {
        top: 6px;
        right: -62px;
        opacity: 1;
    }

    .section__person .button__action .book__now:hover .book__now--wrapper:before,
    .section__person .button__action .book__now .book__now--wrapper:before {
        -webkit-transform: translate3d(50px, 33px, 0px);
                transform: translate3d(50px, 33px, 0px);
        width: 45px;
        right: 20px;
        left: initial;
        top: -14px;
    }

    .section__person .button__action .book__now:hover .book__now--wrapper .button--text,
    .section__person .button__action .book__now .book__now--wrapper .button--text {
        -webkit-transform: translate(-30px, 0px);
            -ms-transform: translate(-30px, 0px);
                transform: translate(-30px, 0px);
        display: inline-block;
        vertical-align: top;
    }

    .section__person .book__now::before {
        opacity: 1;
    }

    .section__person .button__action .book__now--wrapper {
        padding-top: 0;
    }

    .section__person--wrapper .inner__right {
        margin-top: 40px;
        padding-top: 20px;
    }

    .section__person--wrapper .person_signature {
        text-align: center;
    }

    .section__person--wrapper .person_signature img {
        margin: 0 auto;
        float: none;
    }

    .section__person--wrapper .inner__avartar:before {
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .section__person--wrapper .inner__avartar {
        width: 100%;
    }
}