.vrach-profile {
    margin: 150px 0 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.vrach-photo {
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    min-width: 300px;
}

.vrach-data {
    margin-left: 50px;
    padding-top: 30px;
    font-size: 1.2rem;
    flex: 0 1 100%;
}

.vrach-name {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.vrach-stage {
    background-color: #239bd2;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1rem;
}

.vrach-info {
    font-size: 1rem;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    position: relative;
}

.vrach-update {
    font-size: .8rem;
    color: #aaa;
    margin-top: 5px;
}

.vrach-rate {
    position: absolute;
    top: -70px;
    right: 0;
}

.vrach-rate-title {
    margin-bottom: 5px;
}

.vrach-rate-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.vrach-social {
    position: absolute;
    top: 0;
    right: 0;
}

.vrach-exp {
    background-color: #eee;
    padding: 25px 20px;
    margin-bottom: 10px;
}

.vrach-exp > h4 {
    text-transform: uppercase;
}

.vrach-exp > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.vrach-exp > div:last-child {
    margin-bottom: 0;
}

.vrach-exp > div > p {
    margin: 0;
}

.vrach-exp > div > p:first-child {
    background-color: #239bd2;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1rem;
}

.vrach-exp > div > p:last-child {
    margin-top: 10px;
    color: #05618E;
}

.vrach-docs {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

.vrach-docs a {
    border: none !important;
    line-height: 0;
    font-size: 0;
}

.article-content ul {
    list-style: none;
}

.article-content ul li {
    position: relative;
}

.article-content ul li::before {
    content: "\2022";
    position: absolute;
    color: #2a86c8;
    left: -25px;
    top: -2px;
    transform: scale(1.8);
}

.post_header {
    font-size: 2rem;
    margin-bottom: 25px;
}

.post_block {
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.post_img {
    flex: 0 0 230px;
}

.post_title {
    font-weight: bold;
}

.post_title a {
    color: inherit !important;
    border: none !important;
}

.post_title a:hover {
    color: #239bd2 !important;
}

.post_preview {
    font-size: 1rem;
}

.post_data {
    font-size: .8rem;
    color: #aaa;
}

.post_data time {
    padding: 0 35px;
    position: relative;
}

.post_data time:before,
.post_data time:after {
    content: "\2022";
    position: absolute;
    top: -4px;
}

.post_data time:before {
    left: 12px;
}

.post_data time:after {
    right: 12px;
}

@media (max-width: 1203px) {
    
    .article-page {
        display: flex;
        flex-direction: column;
    }
    
    .article-content {
        padding: 0 20px;
    }
    
    .content-box__left {
        order: 1;
    }
    
    .vrach-profile {
        margin: 150px 10px 25px;
    }
    
}

@media (max-width: 1023px) {
    
    .vrach-profile {
        margin-top: 20px;
    }
    
}

@media (max-width: 767px) {
    
    .vrach-profile {
        flex-direction: column;
    }
    
    .vrach-data {
        width: 100%;
        margin-left: 0;
    }
    
    .vrach-post {
        max-width: 50%;
    }
    
    .vrach-docs {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }
    
    .vrach-docs a {
        flex: 1 0 50%;
    }
    
    .post_block {
        flex-direction: column;
    }
    
    .post_img {
        flex: 0 0 100%;
    }
    
    .post_header {
        font-size: 1.8rem;
    }
    
}















