@media screen and (max-width: 1300px){
    .cvheader {
        padding: 10px 0;
        background-color: #F0F0F3;
    }
    .cvheader__row{
        justify-content: space-between;
    }
    .cvheader__item:nth-child(1), .cvheader__item:nth-child(3){
        width: 32px;
        height: auto;
    }
    .cvheader__item:nth-child(1){
        width: fit-content;
        height: auto;
    }
    .cvheader__item-title{
        display: block;
    }
    .cvheader__item-share {
        width: 32px;
        height: 32px;
        background-size: 14px;
    }
    .cvheader__item-print{
        width: 34px;
        height: 32px;
        background-size: 14px;
    }
    .cvheader__item-close{
        display: none;
    }
    .cv__row{
        border: unset;
    }
    .cv__item__bio{
        background-color: #ffffff;
        padding: 0;
        position: relative;
    }
    .cv__item__bio__box:nth-child(1){
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 20px;
    }
    .cv__item__bio__box:nth-child(2){
        width: 100%;
    }
    .cv__item__bio__box-username {
        width: 70%;
        text-transform: capitalize;
        font-size: 17px;
        line-height: 24px;
        order: 1;
    }
    .cv__item__bio__box-age {
        width: 70%;
        font-size: 14px;
        order: 2;
    }
    .cv__item__bio__box-proff{
        color: #1B74E4;
        order: 3;
        font-size: 15px;
        line-height: normal;
    }
    .cv__item__bio__box-poster {
        width: 30%;
        max-width: 120px;
        height: auto;
        max-height: 130px;
        float: left;
        position: absolute;
        right: 0;
        top: 0;
        object-fit: cover;
    }
    .cv__item__bio__skille{
        width: 100%;
        height: auto;
        order: 4;
    }
    .cv__item__bio__skille .cv__item__info__box-title{
        display: block;
        margin: 20px 0 0 0;
    }
    .cv__item__bio__skille div:nth-child(2){
        width: 100%;
        padding: 0;
        border: unset;
    }
    .cv__item__bio__skille div:nth-child(3){
        width: 100%;
        padding: 0;
        border: unset;
    }
    .cv__item__bio__skille div > p{
        font-size: 15px;
        margin: 15px 0 0 0;
    }
    .cv__item__bio__skille div > span{
        padding: 0;
        margin: 8px 0 0 0;
        font-size: 15px;
    }
    .cv__item__bio__skille div > span > br{
        display: none;
    }
    .cv__item__info{
        padding: 0;
        overflow: unset;
    }
    .cv__item__info__box{
        width: 100%;
        padding: 20px 0;
    }
    .cv__item__info__box:nth-child(2n){
        width: 100%;
        padding: 20px 0;
    }
    .cv__item__info__box-title {
        width: 100%;
        font-size: 16px;
        padding: 0 0 18px;
    }
    .cv__item__info__box-title::after {
        max-width: 100%;
        height: 8px;
    }
    .cv__item__info__box-anothertxt {
        width: 100%;
    }
    .cv__item__info__box__education__block{
        margin: 20px 0 0 0;
    }
    .cv__item__info__box__education__block b{
        font-size: 16px;
    }
    .cv__item__info__box:nth-child(1){
        order: 1;
        background-color: #f0f0f3;
        width: 112%;
        margin: 0 -6%;
        padding: 20px 6%;
    }
    .cv__item__info__box:nth-child(2){
        order: 2;
        background-color: #fff;
        padding: 20px 0 0;
    }
    .cv__item__info__box:nth-child(3){
        order: 4;
        background-color: #f0f0f3;
        padding: 20px 6% 66px;
        width: 112%;
        margin: 0 -6%;
    }
    .cv__item__info__box:nth-child(4){
        order: 3;
        background-color: #fff;
    }
    .cv__item__info__box__contacts{
        margin: 10px 0 0 0;
    }
    .cv__item__info__box__contacts__block p{
        width: fit-content;
        font-size: 14px;
    }
    .cv__item__info__box__contacts__block a {
        width: fit-content;
        font-size: 14px;
    }
    .cv__item__info__box__career{
        width: 100%;
    }
    .cv__item__info__box__career__section:nth-child(1),
    .cv__item__info__box__career__section:nth-child(2){
        width: 100%;
    }
    .cv__item__info__box__career__section-pharagraph {
        padding: 0;
        border-left: unset;
    }
    .cv__item__info__box__career__section-description {
        padding: 0;
        border-left: unset;
        margin: 10px 0 0 0;
    }
    .cv__item__info__box__career__section-pharagraph p {
        color: #1B74E4;
        font-size: 18px;
        line-height: normal;
        border-bottom: 1px solid #949494;
        padding: 0 0 10px;
    }
    .cv__item__info__box__career__section-pharagraph span {
        width: 100%;
        color: #949494;
        font-size: 14px;
        line-height: normal;
        margin: 8px 0 0 0;
        font-weight: 300;
    }
    .cv__item__info__box__career__section-date {
        width: fit-content;
        color: #949494;
        font-size: 14px;
        line-height: normal;
        font-weight: 300;
        position: absolute;
        right: 0;
        top: 40px;
    }
    .cv__item__info__box__career__section-date br{
        display: none;
    }
    .cv__item__info__box__career__section-date span{
        display: inline;
        margin: 0 5px;
    }
}