@media (max-width: 991px) {
    .doc_img img{
        margin-left: 0px !important;
        margin-top: 40px;
        margin-bottom: -150px;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(0, 0, 0, 1.0)), to(transparent));
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 33%, transparent 100%);
        mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(0, 0, 0, 1.0)), to(transparent));
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 33%, transparent 100%)
    }
    .anchor_links li{
        padding: 0 1rem !important;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .anchor_links a {
        font-size: .9rem !important;
    }
}

@media (max-width:575px) {
    .text_wrap{
        margin-right: 1em !important;
        margin-left: 1em !important;
    }

    .for_fit:after{
        display: none;
    }

    .prof_dev li{
        padding-left: 0 !important;
    }

    .anchor_links{
        display: none;
    }
    .key_skills ul{
        -webkit-column-gap: 1rem;
           -moz-column-gap: 1rem;
                column-gap: 1rem;
    }
}

html {
  scroll-behavior: smooth;
}

.img-wrap{
    height: 100%;
}

h1{
    font-weight: 800;
    font-size: 3rem;
    color: #1c1c1c;
    margin: 0.2em 0em;
}

hr{
    border: 1px solid #D3D3D3;
}

.info_grey{
    background-color: #EFEFEF;
    border-radius: 8px;
}

.docs_description{
    color: #303030;
}

.quote_text{
    color: #303030;
    line-height: 16pt;
    font-weight: 500;
}

.img-wrap{
    position: relative;
}

.doc_img{
    z-index: 10;
}

.doc_img img{
    display: block;
    margin-left: 50px;
}


.text_wrap{
    margin-right: 4em;
    margin-left: 4rem;
}

.name{
    font-weight: 400;
    color: #2d2d2d;
}

.doc_info_position{
    color: #808080;
}

.doc_exp{
    color: #3E58A2;
    padding: .5em 1.2em;
    margin-top: 0rem;
    margin-left: 0rem;
    border: 1px solid #3E58A2;
    border-radius: 999px;
    display: inline-block;
}

.docs_quote{
    position: relative;
    padding-top: 1.2rem;
}

.quote_icon{
   position: absolute;
   margin-top: -8px;
}

.quote_text{
    padding-left: 18px;
}

.key_skills li::marker{
    font-size: 0.6em;
}

.anchor{
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}

.anchor_links ul{
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
}

.anchor_links li{
    list-style: none;
    padding: 0rem 2rem;
    position: relative;
}

.anchor_links a{
    color: #808080;
    font-size: 1.12rem;
    border-bottom: 2px solid #808080;
}

.anchor_links a:hover{
    color: #3E58A2;
    border-bottom: 2px solid #3E58A2;
}

.key_skills ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.key_skills li{
    padding: .4rem 0rem;
    
}

.key_skills span{
    color: #303030;
}

h2{
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.edu_dev_background{
    background-image: url(../img/info/edu_dev_background.png);
    background-repeat: no-repeat;
    background-position: right;
}

.hr-center{
    width: 1110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback_name{
    font-weight: 400;
    color: #1c1c1c;
    font-size: 1.25rem;
}

.rating{
    background-size: 1.5em 1.5em;
    background-image: url(../img/info/star_grey.svg);
    background-repeat: repeat-x;
    width: 7.5em; /*1.5em = 1 star*/
    height: 1.3em;
    position: relative;
    
}

.rating_filled{
    width: 100%;
    background-size: 1.5em 1.5em;
    background-repeat: repeat-x;
    background-image: url(../img/info/star_yellow.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.rating_filled{ 
    display: none; /*удали меня и код выше закрасит звёзды*/
}

.platform{
    margin-top: 0.3rem;
    margin-left: 1rem;
}

.platform a{
    font-size: 1.25rem;
    color: #303030;
    border-bottom: 1px solid #303030;
}

.platform a:hover{
    color: #3e58a2;
    border-bottom: 1px solid #3e58a2;
}

.rating_date{
    margin-top: 0.5rem;
    margin-left: 1rem;
    color: #808080;
}

.rating_text{
    color: #303030;
}

.rating_text img{
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 1px;
}

.rating_wrap{
    background-color: #EFEFEF;
    border-radius: 8px;
}

.fit_content{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.blue_shadow{
    -webkit-box-shadow: 0px 10px 20px #9cc5f1;
    box-shadow: 0px 10px 20px #9cc5f1;
}

.rating_text span{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.go_deeper{
    position: relative;    
}

.go_wrap span{
    background-color: #EFEFEF;
    z-index: 2;
}

.go_wrap hr{
    position: absolute;
    width: 100%;
    border: 1px solid #d3d3d3; /*9FACD1*/
    z-index: 1;
}

.bio-map{
    position: relative;
    width: fit-content;
    --list-margin: 25px
}

.bio-map .bio-map__list{
    width: 100%;
    position: relative;
    padding: 0;
    /* padding-left: 20px; */
    margin: 0;
    display: flex;
    flex-direction: column;
}

.bio-item{
    position: relative;
    margin-left: 20px;
    padding-bottom: var(--list-margin);
    list-style: none;
}

.bio-item:before{
    content: "";
    position: absolute;
    transform: translateY(-50% + var(--list-margin) - 7px);
    top: calc(50% - var(--list-margin) + 7px);
    left: -25px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #3E58A2;
    padding: 5px;
    z-index: 2;
}

.bio-item:after{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100%);
    top: 50%;
    left: -19px;
    background: #9FACD1;
    z-index: 1;
}

.bio-item .bio-item__wrap{
    display: flex;
    flex-direction: column;
    background: #efefef;
    border-radius: 8px;
    padding: 15px;
}

.bio-map .bio-map__list .bio-item:first-child::after{
    height: calc(50% + var(--list-margin) / 2);
    top: calc(100%);
    transform: translateY(-100%);
}

.bio-map .bio-map__list .bio-item:last-child::after{
    height: calc(50%);
    top: 0;
    transform: translateY(0);
}

.bio-map .bio-map__list .bio-item:last-child{
    padding-bottom: 0;
}

.bio-map .bio-map__list .bio-item:last-child::before{
    transform: translateY(-50%);
    top: calc(50%);
}

.bio-item .bio-item__title{
    font-size: 1.25rem;
    color: #3E58A2;
    margin-bottom: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
}

.bio-item .bio-item__desc{
    color: #303030;
    margin-left: .5rem;
    margin-right: .5rem;
}

.breadcrumbs{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    list-style-type: none;
}

.breadcrumbs__arrow {
    margin-left: 10px;
}

.breadcrumbs__href:hover{
    color: #577dca;
    border-bottom: 2px solid #577dca;
}

.breadcrumbs__page{
    color: #303030;
}