/*info*/

.about-author-info {
    display: flex;
    padding: 60px 80px;
}

.about-author-info__photo-wrap {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.about-author-info__photo {
    width: 100%;
}

.about-author-info__text {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.about-author-info__text-item {
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
}

.about-author-info__text-item-bold {
    font-weight: bold;
}

@media(max-width:1200px) {
    .about-author-info {
        padding: 60px 0px;
    }
}

@media(max-width:768px) {
    .about-author-info {
        padding: 20px;
        flex-direction: column;
    }
    .about-author-info__photo-wrap,
    .about-author-info__text {
        width: 100%;
        margin-left: 0;
    }
    .about-author-info__photo-wrap {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .about-author-info__text-item {
        margin-bottom: 10px;
    }
}


/*advantages*/

.about-author-advantages {
    display: flex;
    padding: 60px;
    background-image: url(/../../local/templates/spb_zaikanie/images/how_we_do_it_bg.jpg);
}

.about-author-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
}

.about-author-advantages__circle {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50%;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.about-author-advantages__circle-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    line-height: 45px;
}

.about-author-advantages__text {
    color: #fff;
    max-width: 170px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

@media(max-width:1200px) {
    .about-author-advantages__circle-text {
        font-size: 40px;
        line-height: 35px;
    }
}

@media(max-width:768px) {
    .about-author-advantages {
        padding: 20px;
    }
    .about-author-advantages {
        flex-direction: column;
        align-items: center;
    }
    .about-author-advantages__item {
        flex-direction: row;
        width: 100%;
        margin-bottom: 10px;
    }
    .about-author-advantages__item:last-child {
        margin-bottom: 0;
    }
    .about-author-advantages__text {
        max-width: 100%;
        margin-top: 0;
        margin-left: 20px;
        text-align: left;
    }
    .about-author-advantages__circle {
        width: 30%;
        padding-bottom: 30%;
        flex-shrink: 0;
    }
}

@media(max-width:768px) {
    .about-author-advantages__circle-text {
        font-size: 20px;
    }
}


/*text*/

.about-author__text-block {
    padding: 40px 60px 0 60px;
}

.about-author__text {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

@media(max-width:1200px) {
    .about-author__text-block {
        padding: 20px 0 0 0;
    }
}


/*about-colleagues*/

.about-colleagues {
    padding: 40px 60px 0 60px;
}

.about-colleagues__title {
    font-size: 23px;
    font-style: italic;
    color: #e20155;
    font-weight: 600;
    padding-bottom: 20px;
}

.about-colleagues__text {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

@media(max-width:1200px) {
    .about-colleagues {
        padding: 20px 0 0 0;
    }
}


/*about-colleagues__quote-block*/

.about-colleagues__quote-block-wrap {
    padding-top: 40px;
}

.about-colleagues__quote-block {
    padding: 10px;
    border: 2px solid #dbdbdb;
}

.about-colleagues__quote-wrap {
    display: flex;
    justify-content: center;
    background-color: #ededed;
    padding: 0 30px;
    height: 400px;
    padding: 0px 78px;
    height: 250px;
    align-items: center;
}

.about-colleagues__quote {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

@media(max-width:1200px) {
    .about-colleagues__quote-block-wrap {
        padding-top: 20px;
    }
}

@media(max-width:768px) {
    .about-colleagues__quote-wrap {
        padding: 10px;
    }
    .about-colleagues__quote {
        font-size: 18px;
    }
}


/*about-colleagues__photo-block*/

.colleagues-photo-block {
    display: flex;
    padding-top: 80px;
    padding-bottom: 100px;
}

.colleagues-photo-block__text {
    font-size: 18px;
    line-height: 28px;
}

.colleagues-photo-block__text-block {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.colleagues-photo-block__photo-wrap {
    width: calc(50% - 15px);
    margin-left: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.colleagues-photo-block__photo {
    width: 100%;
}

.colleagues-photo-block__text:first-child {
    font-style: italic;
}

@media(min-width:1344px) {
    .colleagues-photo-block__photo {
        width: 70%;
    }
}

@media(max-width:1200px) {
    .colleagues-photo-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width:768px) {
    .colleagues-photo-block {
        flex-direction: column;
    }
    .colleagues-photo-block__text-block {
        width: 100%;
        margin-right: 0;
    }
    .colleagues-photo-block__photo-wrap {
        width: 100%;
        margin-left: 0;
    }
}