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

.left-side {
    padding-left: 20px;
    background: #F0F0F0;
    /*poxac*/
    width: calc(100% / 2);
    /*poxac*/
    padding-right: 20px;
}
.link-stage-block {
    max-width: 650px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
}
.regular-link{
    margin-right: 10px;
    color: #000000;
    font-weight: lighter;
    font-size: 14px;
    font-family: 'Nato Sans Armenia', sans-serif;
}
.triangle-right{
    margin-top: 10px;
    margin-right: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #000000 transparent;
    transform: rotate(90deg);
}
.regular-link.current-stage{
    font-weight: bold;
    font-size: 16px;
}
.right-side {
    padding-right: 170px;
    background-color: #fff;
    width: 100%;
    padding-left: 30px;
    padding-top: 55px;
}

.link_stages {
    margin-top: 17px;
    color: rgba(123, 123, 123, 0.8);
    font-weight: 300;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.doctor-image {
    margin-top: 25px;
    /*poxac*/
    width: 90%;
    height: 320px;
    /*poxac*/
    object-fit: cover;
}

.doctor-name {
    color: #2C2C2C;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Nato Sans Armenia', sans-serif;
    line-height: 35px;
    margin-top: 20px;
}

.doctor-vacancy {
    margin-top: 10px;
    color: #4D4D4D;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Nato Sans Armenia', sans-serif;
    line-height: 35px;
}

.social-links-title {
    color: #1C1D1D;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Nato Sans Armenia', sans-serif;
    line-height: 35px;
    margin-top: 35px;
}

.social-links {
    margin-top: 15px;
    display: flex;
    gap: 15px;
}

.social-link {
    /*width: 30px;*/
    /*height: 30px;*/
    /*border-radius: 50%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*background-color: #2D2D2D;*/
}

.social-link-icon {
    /*width: 40%;*/
    /*height: 40%;*/
    /*object-fit: cover;*/
}

.specializationBox_title {
    color: #1C1D1D;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Nato Sans Armenia', sans-serif;
    line-height: 35px;
    margin-top: 35px;
}

.specializations {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.specialization {
    background-color: #E9E9E9;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Popins', sans-serif;
    font-weight: 400;
    color: #4D4D4D;
}

.education-box {

}

.education-box-title {
    color: #2C2C2C;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Nato Sans Armenia', sans-serif;
    line-height: 35px;
    margin-top: 15px;
}

.education-info-year {
    color: #2C2C2C;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Nato Sans Armenia', sans-serif;
    line-height: 30px;
}

.education-info-text {
    font-weight: 400;
    font-size: 14px;
    /*font-family: 'Nato Sans Armenia', sans-serif;*/
    line-height: 30px;
}

.top-margin {
    margin-top: 40px;
}

.small-margin {
    margin-top: 0;
}

.info-list {
    padding-left: 25px;
    list-style-type: none;
}

.info-list li {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Nato Sans Armenia', sans-serif;
    line-height: 30px;
}

.doctor-posts {
    margin-top: 50px;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.post {
    width: calc(100% / 3 - 30px);
    height: 333px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(84, 124, 203, 0.26);
}

.post-title {
    color: #2C2C2C;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Popins', sans-serif;
    line-height: 26px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    max-height: 3em;
}

.post-date {
    color: #4D4D4D;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    font-family: 'Popins', sans-serif;
    line-height: 30px;
}

.post-image {
    height: 207px;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .education-box-title{
        color: #2C2C2C;
        font-weight: 500;
        font-size: 22px;
        font-family: 'monserat', sans-serif;
        line-height: 35px;
        margin-top: 15px
    }
    .big_content {
        flex-direction: column;
        margin-top: 70px;
        /*width: 100vw;*/
    }

    .left-side {
        width: 100%;
        /*padding-left: 60px;*/
        /*padding-right: 60px;*/
        padding-bottom: 80px;
    }

    .doctor-image {
        width: 204px;
        height: 205px;
        object-fit: cover;
        object-position: center;
    }

    .right-side {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }

    .specialization {
        font-size: 14px;
        /*padding: 20px 30px;*/
    }
    .doctor-name{
        margin-top: 50px;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 600;
    }
    .social-links-title{
        margin-top: 0;
    }
    .doctor-vacancy{
        /*margin-top: 30px;*/
    }
    .info-list{
        padding-left: 25px;
    }
    .specializationBox_title{
        margin-top: 20px;
    }
    .posts{
        flex-direction: column;
    }
    .post{
        width: 100%;
        height: 700px;
    }
    .post-image{
        height: 540px;
    }
    .education-box{
        margin-top: 50px;
    }
    .info-list{
        margin-top: 50px;
    }
    .post-title ,.post-date{
        font-size: 30px;
    }
    .specializations,.social-links{
        margin-top: 0;
    }
}

