.about {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.about__img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    object-fit: cover;
}

.about .about__name {
    margin-top: 45px;
    font-family: 'Oswald', 'sans-serif';
    font-size: 50px;
    font-weight: 700;
}

.about .about__info {
    display: flex;
    flex-direction: column;
    margin: 40px 0 45px;
    color: rgba(176, 139, 69, 1);
    font-family: 'Philosopher-Regular', 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.about .about__info .info__item {
    padding: 14px 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(233, 204, 147, 0), rgba(233, 204, 147, 1), rgba(233, 204, 147, 0)) 1;
    border-left: 0;
    border-right: 0;
}

.about .about__info .info__item:not(:last-child) {
    border-bottom: 0
}

.about .about__description {
    color: rgba(176, 139, 69, 1);
    font-family: 'Poppins', 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.illness {
    display: flex;
    justify-content: space-between;
}

.illness .illness__item {
    width: 18%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.illness .illness__item:hover .illness__img {
    display: none;
}

.illness .illness__item:hover .illness__text {
    display: block;
} 

.illness__img {
    object-fit: cover;
}

.illness__title {
    margin-top: 10px;
    cursor: pointer;
    font-family: 'Oswald', 'sans-serif';
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.illness__text {
    display: none;
    height: 230px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(242, 246, 251, 1);
    border-radius: 30px;
    color: rgba(87, 96, 114, 1);
    font-size: 14px;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 500;
}

.illness__text p {
    margin: 0;
}

.feedback {
    margin-top: 40px;
    padding: 40px 140px;
    background: rgba(242, 246, 251, 1);
    border-radius: 30px;
}

.feedback .feedback__fields {
    display: flex;
    justify-content: space-between;
}

.feedback .feedback__fields input,
.feedback textarea {
    margin-bottom: 20px;
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #5A5460;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 18px;
    line-height: 24px;
}

.feedback .feedback__fields input {
    width: 44%;
}

.feedback .feedback__fields textarea {
    width: 100%;
    resize: none;
}

.feedback .feedback__agreement {
    color: rgba(44, 39, 56, 1);
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.feedback .feedback__agreement a {
    color: rgba(44, 39, 56, 1);
    text-decoration: underline;
}

.feedback .feedback__btn {
    width: 100%;
    margin-top: 20px;
    padding: 18px 0;
    background: rgba(29, 29, 29, 1);
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    font-weight: 700;
}

.operations {
    display: flex;
    justify-content: space-between;
}

.operations .operations__item {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.operations .operations__item img {
    border-radius: 30px 30px 0 0;
}

.operations .operations__content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgba(108, 117, 125, 0.2);
    border-radius: 0 0 30px 30px;
    box-sizing: border-box;
    max-height: 225px;
}

.operations .operations__date {
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    font-weight: 500;
}

.operations .operations__title {
    margin: 10px 0 0;
    color: #000;
    font-family: 'Oswald', 'sans-serif';
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}

.operations .operations__title:hover {
    color: rgba(233, 204, 147, 1);
    text-decoration: underline;
}

.operations .operations__description {
    color: rgba(108, 117, 125, 1);
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.reviews {
    display: flex;
}

.reviews .reviews__item {
    display: flex !important;
    flex-direction: column;
    background: rgba(242, 246, 251, 1);
    border: none;
    border-radius: 30px;
}

.reviews .reviews__date {
    padding: 30px 0 0 40px;
    color: rgba(87, 96, 114, 1);
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
}

.reviews .reviews__author {
    margin-top: 20px;
    padding: 0 0 0 40px;
    font-family: 'Oswald', 'sans-serif';
    font-size: 22px;
    font-weight: 700;
}

.reviews .reviews__text {
    margin: 20px 0;
    padding: 0 0 0 40px;
    color: rgba(87, 96, 114, 1);
    font-family: 'Montserrat', 'sans-serif';
    font-size: 16px;
    line-height: 20px;
}

.reviews .reviews__more {
    display: flex;
    align-items: center;
    padding: 0 0 30px 40px;
    color: rgba(29, 29, 29, 1);
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-decoration: none;
}

.reviews .reviews__more::after {
    content: "";
    display: block;
    width: 6px;
    height: 14px;
    background: url(../images/arrow.svg) no-repeat;
    margin-left: 16px;
}

.news .news__wrap,
.video-news .news__wrap {
    display: flex;
    justify-content: space-between;
}

.news .news__wrap.page,
.video-news .news__wrap.page {
    flex-wrap: wrap;
    justify-content: start;
}

.news .news__item,
.video-news .news__item {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.news .news__wrap.page .news__item:nth-child(n+4) {
    margin-top: 40px;
}

.news .news__wrap.page .news__item:not(:nth-of-type(3n)) {
    margin-right: 2%;
}

.news .news__item img {
    width: 100%;
    object-fit: contain;
    border-radius: 30px 30px 0 0;
    border: 1px solid rgba(108, 117, 125, 0.2);
    border-bottom: none;
    box-sizing: border-box;
}

.news .news__item .news__content {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid rgba(108, 117, 125, 0.2);
    border-radius: 0 0 30px 30px;
}

.news .news__title,
.video-news .news__title {
    margin-top: 10px;
    color: #000;
    font-family: 'Oswald', 'sans-serif';
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
}

.news .news__date {
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    font-weight: 500;
}

.news .news__btn {
    width: max-content;
    display: block;
    margin: 40px auto 0;
    padding: 18px 60px;
    background: rgba(29, 29, 29, 1);
    border: none;
    border-radius: 40px;
    color: #fff;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.video-news {
    margin-top: 100px;
}

.video-news__title,
.other-articles__title {
    margin-bottom: 40px;
    font-family: 'Oswald', 'sans-serif';
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.video-news__item {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.video-news .news__item img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.video-news .news__item .news__content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.video-news .news__date {
    margin-top: 12px;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 16px;
}

.video-news .dots-container,
.other-articles .dots-container,
.article__top .dots-container {
    display: flex;
}

.article__top .dots-container {
    margin: 0 auto;
}

.biography {
    display: flex;
    justify-content: space-between;
}

.biography .biography__awards {
    display: none;
}

.biography .biography__info,
.biography .biography__awards {
    padding: 30px 40px;
    background: rgba(242, 246, 251, 1);
    border-radius: 30px;
}

.biography .biography__info .biography__img {
    width: 100px;
    height: 100px;
}

.biography .biography__info .biography__name {
    margin: 20px 0;
    font-family: 'Oswald', 'sans-serif';
    font-size: 20px;
}

.biography .biography__info .biography__position {
    display: flex;
    flex-direction: column;
    color: rgba(176, 139, 69, 1);
}

.biography .biography__info .biography__position .info__item {
    padding: 10px 0 10px 0;
    border-top: 1px solid rgba(198, 208, 219, 1);
}

.biography .biography__info .biography__description {
    padding: 20px 0;
    border-top: 1px solid rgba(198, 208, 219, 1);
    color: rgba(176, 139, 69, 1);
    font-family: 'Roboto', 'sans-serif';
    font-size: 18px;
    line-height: 27px;
}

.biography .biography__info .biography__description ul, .text {
    color: rgba(87, 96, 114, 1);
}

.biography__growth {
    display: flex;
    flex-direction: column;
}

.biography__growth .growth__item {
    display: flex;
    color: rgba(87, 96, 114, 1);
    flex-direction: column;
}

.biography__growth .growth__item:not(:last-child) {
    margin-bottom: 20px;
}

.growth__item .growth__date {
    color: rgba(87, 96, 114, 1);
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.growth__item .growth__text {
    margin-top: 20px;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 16px;
    font-weight: 500;
}

.biography__awards .awards__title {
    font-family: 'Oswald', 'sans-serif';
    font-size: 20px;
    font-weight: 700;
}

.biography__awards .awards__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.biography__awards .awards__items img {
    width: 230px;
    height: auto;
    margin-bottom: 10px;
}

.biography__awards .awards__items img:nth-child(2n-1) {
    margin-right: 10px;
}

.portfolio .group__year {
    font-family: 'Oswald', 'sans-serif';
    font-size: 24px;
    font-weight: 700;
}

.portfolio .operations {
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 40px;
}

.portfolio .operations .operations__item:not(:nth-child(3n)) {
    margin-right: 2%;
}

.portfolio .operations .operations__item {
    margin-bottom: 40px;
}

.portfolio .operations .operations__title {
    margin: 10px 0 0;
}

.portfolio .portfolio__group:not(:first-child) {
    margin-top: 20px;
}

.contacts {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    background: rgba(242, 246, 251, 1);
    border-radius: 30px;
    font-family: 'Montserrat', 'sans-serif';
}

.contacts .contacts__email {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

.contacts .contacts__email::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/mail.svg) no-repeat;
    margin: 0 18px 0 0;
}

.contacts .contacts__phone_wrapper {
    display: flex;
    align-items: center;
}

.phone_wrapper__text {
    font-size: 16px;
    font-weight: 500;
}

.phone_wrapper__phone {
    display: flex;
    align-items: center;
    margin-left: 60px;
    font-size: 26px;
    font-weight: 700;
}

.phone_wrapper__phone::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/phone.svg) no-repeat;
    margin: 0 16px 0 0;
}

.license {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.license .license__wrapper:not(:last-child) {
    margin-bottom: 100px;
}

.license .license__list {
    display: flex;
}

.license .license__title {
    margin-bottom: 20px;
    font-family: 'Oswald', 'sans-serif';
    font-size: 26px;
    font-weight: 700;
}

.gallery .gallery__photos {
    display: flex;
    flex-wrap: wrap;
}

.gallery .gallery__photos a {
    width: 32%;
    margin: 0 2% 2% 0;
    cursor: pointer;
    filter: grayscale(100%);
}

.gallery .gallery__photos a img {
    width: 100%;
    height: auto;
}

.gallery .gallery__photos a:nth-child(3n) {
    margin-right: 0;
}

.gallery .gallery__photos a:hover {
    filter: none;
}

.patients__reviews {
    display: flex;
    flex-wrap: wrap;
}

.patients__reviews .patients__review {
    width: 42%;
    height: max-content;
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
    background: rgba(242, 246, 251, 1);
    border-radius: 30px;
}

.patients__reviews .patients__review:not(:nth-child(2n)) {
    margin-right: 2%;
}

.patients__reviews .patients__review:nth-child(n+3) {
    margin-top: 40px;
}


.patients__review .review__date {
    color: rgba(87, 96, 114, 1);
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
}

.patients__review .review__author {
    margin: 20px 0;
    color: #000;
    font-family: 'Oswald', 'sans-serif';
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.patients__review .review__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-weight: 500;
}

.patients__review .review__more {
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.patients__review .review__more::after {
    content: '';
    width: 4px;
    height: 8px;
    display: block;
    margin-left: 15px;
    background: url('../images/arrow.svg') no-repeat;
    background-size: 8px 10px;
    background-position: center center;
}

.patients__review .review__more.active::after {
    transform: rotate(-90deg);
}

.article {
    margin-top: 40px;
}

.article .article__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(198, 208, 219, 1);
}

.article .article__top .article__description {
    width: 54%;
    display: flex;
    flex-direction: column;
}

.article .article__top .article__gallery {
    width: 38%;
    display: flex;
    flex-direction: column;
}

.article .article__top .description__date {
    color: rgba(87, 96, 114, 1);
}

.article .article__top .description__text {
    margin-top: 20px;
    font-size: 18px;
}

.article .article__top img {
    width: 46%;
    height: auto;
}

.article .article__content {
    display: flex;
    margin-top: 30px;
}

.article .article__content .content__left {
    width: 70%;
    padding-right: 40px;
    border-right: 1px solid rgba(198, 208, 219, 1);
}

.article .article__tags {
    display: flex;
    margin-top: 40px;
}

.article__tag {
    margin-right: 10px;
    padding: 5px 10px;
    background: rgba(176, 139, 69, 1);
    border-radius: 55px;
    color: #fff;
    font-size: 14px;
}

.article__tag:last-child {
    margin: 0;
}

@media screen and (max-width: 480px) {
    .about .about__img {
        width: 120px;
        height: 120px;
    }

    .about .about__name {
        font-size: 24px;
    }

    .about .about__info {
        margin: 20px 0;
        font-size: 14px;
    }

    .about .about__info .info__item {
        padding: 10px 0;
    }

    .about .about__description {
        font-size: 14px;
    }

    .illness {
        align-items: center;
        flex-direction: column;
    }

    .illness .illness__item {
        width: 50%;
    }

    .illness .illness__item .illness__title {
        font-size: 14px;
        font-weight: 700;
    }

    .illness .illness__item:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .illness__img {
        object-fit: contain;
    }


    .operations {
        flex-direction: column;
    }

    .operations .operations__item {
        width: 100%;
    }

    .operations .operations__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .operations .operations__item .operations__content {
        padding: 20px;
    }

    .operations .operations__item .operations__date {
        font-size: 12px;
    }

    .operations .operations__item .operations__title {
        font-size: 14px;
        font-weight: 700;
    }

    .operations .operations__item .operations__description {
        font-size: 16px;
    }

    .news .news__wrap {
        flex-direction: column;
    }

    .news .news__wrap .news__item {
        width: 100%;
    }

    .news .news__wrap .news__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .news .news__wrap .news__content {
        padding: 20px 20px 30px;
    }

    .news .news__item .news__content .news__date {
        font-size: 12px;
    }

    .news .news__item .news__content .news__title,
    .video-news .news__title {
        font-size: 14px;
    }

    .video-news .news__date {
        font-size: 14px;
    }

    .news .news__btn {
        width: 100%;
        margin: 20px auto 0;
        padding: 12px 0;
    }

    .video-news {
        margin-top: 30px;
    }

    .video-news__title,
    .other-articles__title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .feedback {
        margin-top: 20px;
        padding: 20px;
    }

    .feedback .feedback__fields {
        flex-direction: column;
    }

    .feedback .feedback__fields input,
    .feedback .feedback__fields textarea {
        width: auto;
        margin-bottom: 10px;
        padding: 13px 0 13px 20px;
        font-size: 16px;
    }

    .feedback .feedback__agreement {
        font-size: 12px;
    }

    .feedback .feedback__btn  {
        margin-top: 30px;
    }

    .biography {
        flex-direction: column;
    }

    .biography .biography__info,
    .biography .biography__awards {
        width: auto;
        padding: 20px;
    }

    .biography .biography__info .biography__name {
        font-size: 14px;
        font-weight: 700;
    }

    .biography .biography__info .biography__description {
        font-size: 14px;
    }

    .biography .biography__info, .biography .biography__awards {
        margin-top: 20px;
    }

    .biography__awards .awards__items {
        justify-content: space-between;
    }

    .biography__awards .awards__items img {
        width: 48%;
    }

    .growth__item .growth__text {
        font-size: 14px;
    }

    .portfolio .group__year {
        font-size: 16px;
    }

    .portfolio .operations {
        margin-top: 20px;
    }

    .portfolio .operations .operations__item {
        margin-bottom: 10px;
    }

    .contacts {
        flex-direction: column;
        padding: 20px;
    }

    .contacts .contacts__phone_wrapper {
        align-items: start;
        flex-direction: column;
        margin-top: 24px;
    }
    
    .contacts .phone_wrapper__phone {
        margin: 10px 0 0;
        font-size: 20px;
    }

    .license .license__wrapper:not(:last-child) {
        margin-bottom: 30px;
    }

    .license .license__title {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .gallery .gallery__photos img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .patients__reviews {
        flex-direction: column;
    }

    .patients__reviews .patients__review {
        width: 90%;
        padding: 20px;
        margin: 20px 0 0;
    }

    .patients__reviews .patients__review:last-child {
        margin: 0;
    }

    .patients__reviews .patients__review .review__author {
        font-size: 15px;
    }

    .patients__reviews .patients__review .review__text {
        font-size: 14px;
    }

    .article .article__top {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .article .article__top .article__description {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .article .article__top .article__gallery {
        width: 100%;
    }

    .article .article__content .content__left {
        width: 100%;
        border: none;
    }

    .article .article__content .content__right {
        display: none;
    }

    .article .article__tags {
        margin-top: 20px;
    }
}

h1 {font-size: 1em;}

h2 {font-size: 1em;}
