.wrapper {
    background-color: #f5f5f5;
}

.catalog {
    width: 100%;
}

.author_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.author_top-img {
    margin-right: 20px;
}
.author_top-img img {
    width: 100%;
    object-fit: cover;
}

.author_top-info {
    padding: 20px 32px 32px 32px;
    background-color: #fff;
    border-radius: 20px;
}

.link_to-back {
    margin: 29px 0 27px;
}
.link_to-back a {
    text-decoration: none;
}
.link_to-back span {
    font-size: 18px;
    font-weight: 400;
    color: #1C1C1C;
    text-decoration: none;
    padding-left: 10px;
}

.author_top-img {
    max-width: 371px;
    width: 100%;
}


.author_top-info h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0;
}

.author_top-info {
    width: 100%;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 4px 0 9px;
}
.socials a {
    text-decoration: none;
}
.socials svg {
    width: 22px;
    height: 22px;
}

.author_top-about {
    font-size: 15px;    
    color: #333;
    line-height: 145%;
}

.author_article h3 {
    margin: 60px 0 32px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #1C1C1C;
}

.author_question {
    background-color: #fff;
    padding: 40px 0 70px;
    margin-top: 100px;
}
.author_question h2 {
    font-size: 48px;
    line-height: 145%;
    margin: 0 0 40px 0;
    text-align: center;
}
.author_question-inner {
    display: flex;
    align-items: flex-start;
}

.author_question-left {
    max-width: 300px;
    width: 100%;
    background-color: #f9f9fa;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.author_question-left p {
    font-size: 18px;
    line-height: 145%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.author_question-left a {
    padding: 5px 10px;
    background-color: #3f9feb;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}
.author_question-right {
    width: 100%;
    margin-left: 20px;
}

.faq_wrapper {
    background-color: #fff;
    padding: 40px 0;
}


/* media */
@media (max-width: 900px) {
    .author_top-img {
        max-width: 260px;
    }
}
@media (max-width: 700px) {
    .author_top {
        flex-direction: column;
        align-items: center;
    }
    .author_top-img {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
}
/* media END */


body.rtl .author_top-img {
    margin-right: 0;
    margin-left: 20px;
}
body.rtl .link_to-back span {
    padding-left: 0;
    padding-right: 10px;
}

body.rt .blog-tabs_item-top_item + .blog-tabs_item-top_item {
    margin-left: 0;
    margin-right: 10px;
}

body.rt .faq__tabs {
    flex-wrap: wrap;
}
body.rt .faq__aside {
    margin-right: 0;    
    margin-left: 20px;
}