html, body {
    background-color: white;
    margin: 0px auto;
    width: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: Arial, Helvetica Neue, Helvetica, FreeSans, sans-serif;
    font-size-adjust: none;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-variant-alternates: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-language-override: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    color: #364364;
    height: 100%;
    padding: 0;
}
html {
    overflow-y: scroll;
}

Источник: https://vaden-pro.ru/blog/css/ubrat-derganie-sayta-css
#persdata {
    font-size: 20px;
    font-weight: 600;
    background-color: white;
    width: 750px;
    line-height: 26px;
    min-height: 100px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    text-align: justify;
    font-family: Arial, Helvetica Neue, Helvetica, FreeSans, sans-serif;
}
body {
    position: relative;
    background-color: #f2f4f9;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#logo {
    color: #2a90e7;
    font-size: 26px;
    font-weight: 700;
    margin-left: 15px;
}
.logo2 {
    padding-top: 18px;
    color: #2a90e7;
    font-size: 28px;
    font-weight: 600;
    margin-left: 10px;
}
#mtc {
    position: relative;
    min-height: calc(100% - 110px);
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    flex: 1 0 auto;
    background-color: white;
    margin: 0px auto;
}
#top, #top2 {
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0,51,153,.04), 0 2px 2px rgba(0,51,153,.08);
}
#top2 {
    box-shadow: 0 4px 16px rgba(0,51,153,.04), 0 2px 2px rgba(0,51,153,.08);
}
#abovehat2 {
    position: relative;
    background-color: white;
    height: 100px;
    min-width: 1024px;
    max-width: 1032px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#abovehat2 {
    height: 60px;
}
#auntform {
    min-width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-start;
   
}
#uncont {
    display:flex;
    flex-direction:column;
    align-content:center;
    width: 100%;
    height: 80px;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0,51,153,.04), 0 2px 2px rgba(0,51,153,.08);
 }
#uncontent {
    width: 810px;
    margin: 0px auto;
    margin-top:10px;
}
#hat_content {
    position: relative;
    height: 50px;
    width: 1032px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    z-index:50;
}

.msp, .msp2 {
   
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: row;
    color: white;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 30px;
   
    font-size: 30px;
    font-weight: 700;
}

.msp2 {
    background: #f2f4f9;
    height: 100px;
}
#menui2 {
    position: relative;
    background-color: #066bc6;
    width: 65px;
    height: 55px;
    background-image: url(/ico/menuicon.png);
}
#menui2:hover, #prof2:hover
{
    cursor:pointer;
}
#hat {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 50px;
    width: 100%;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0,51,153,.04), 0 2px 12px rgba(0,51,153,.08);
}

#content {
    position: relative;
    background-color: white;
    vertical-align: top;
    min-width: 1024px;
    max-width:1032px;
    margin: 0px auto;
    min-height: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
   /*border: solid 1px #4392f3;*/
}
#leftcontent {
    min-width: 210px;
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: solid 1px #4392f3;
}

#wrtext {
    position: relative;
    background-color: white;
    width: 97%;
    display: flex;
    flex-direction: column;
    color: #364364;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 20px;
    padding-bottom: 10px;
    padding-top: 25px;
    padding-right: 15px;
}
div:focus, input:focus {
    outline: 0;
}


#smallent {
    position: relative;
    width: 55px;
    height: 30px;
    border: solid 1px #2a90e7;
    background-color: #2a90e7;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-left: 20px;
    border-radius:3px;
    cursor:pointer;
}
#logotext
{
    
    font-size:18px;
}
#lgtxt {
    font-size: 25px;
    color: #066bc6;
    font-weight:700;
}
.menu_item2 {
    margin-right: 30px;
    margin-left: 10px;
    color: #757575;
    font-size: 20px;
    font-weight: 700;
}

.auntcont
{
    display:flex;
    flex-direction:column;
    margin:0px auto;
    justify-content:center;
}
#abh {
    display: flex;
    flex-direction: column;
}

.aunt-block__item input[type="submit"] {
    width: 100%;
    border-radius:4px;
    border: solid 1px #4392f3;
    background-color: #4392f3;
    color: white;
    height: 40px;
    font-weight: 700;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all, padding, margin, font-size, line-height, height, width;
    transition-timing-function: cubic-bezier(.45,0,.55,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1);
    transition-duration: .1s, .15s, .15s, .15s, .15s, .15s, .15s;
    transition-property: opacity;
    cursor:pointer;
}

#tabprofile input[type="submit"] {
    width: 348px;
    border: solid 1px #00c084;
    background-color: #00c084;
    color: white;
    height: 55px;
    font-weight: 700;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all, padding, margin, font-size, line-height, height, width;
    transition-timing-function: cubic-bezier(.45,0,.55,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1), cubic-bezier(.81,0,.04,1);
    transition-duration: .1s, .15s, .15s, .15s, .15s, .15s, .15s;
    transition-property: opacity;
    cursor: pointer;
}

    .aunt-block__item input[type="submit"]:hover {
        background-color: #2e7cdb;
    }
#tabprofile input[type="submit"]:hover {
    background-color: #04aa76;
    
}
.registr {
    position: relative;
    margin: 0px auto;
    font-size: 14px;
    color: #515154;
    width: 320px;
    text-align: center;
    margin-top: 10px;
}

.m_en:link, .m_en:visited {
    TEXT-DECORATION: none;
    color: white;
    text-align: center;
    font-size: 14px;
}

.m_en:hover {
    TEXT-DECORATION: none;
    }


.item_content,
.item_content2, .item_content3 {
    position: relative;
    background-color: white;
    vertical-align: top;
    color: #515154;
    line-height: 17px;
    font-size: 13px;
    min-height: 100%;
    clear: both;
    width: 1032px;
    padding-top: 10px;
    padding-right: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 30px;
    z-index:99;
}
.item_content {
    padding-top: 0px;
    min-width: 1024px;
    /*  border: solid 1px #4392f3;*/
}
.item_content2 {
    padding: 0px 0px;
   
}
.item_content3 {
    background-color: #f2f4f9;
}
    #footer {
        position: relative;
        width: 100%;
        min-height: 90px;
        flex-shrink: 0;
        text-align: center;
        color: #b7c0cf;
        font-size: 16px;
        padding-top: 20px;
        background-color: #364364;
        overflow: hidden;
    }

#footer_wr {
    display: flex;
    flex-direction: column;
    width: 1032px;
    margin: 0 auto;
    align-items: start;
   
}
.start-foot, .middle-foot {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content:start;
}
.footinfo{
    margin-top:15px; 
    font-size: 13px;
}
.footinfo2 {
    margin-top: 5px;
    font-size: 13px;
}
.footinfo3 {
    margin-top: 0px;
    font-size: 13px;
}
.middle-foot{
    margin-left:90px;
    margin-top:10px;
}
.mfup {
    margin-top: 0px;
}
.foot-link:link, .foot-link:visited {
    TEXT-DECORATION: none;
    color: #b7c0cf;
    font-size: 13px;
    margin-top: 5px;
}
.foot-link:hover {
    TEXT-DECORATION: underline;
    color: #b7c0cf;
}

#menu_content {
    position: absolute;
    left: 0;
    display: none;
    flex-direction: column;
    height: 320px;
    width: 250px;
    background-color: #066bc6;
}

.menu_item, .menui, .menui_active, .activelink {
    height: 50px;
    width: 100%;
    color: white;
    font-size: 16px;
    color: #2b2f33;
    font-family: inherit;
    font-weight: 500;
}
.activelink {
    color: #1d9ef9;
    cursor:pointer;
}
activelink:visited {
    color: #1d9ef9;
}
    .activelink:hover {
        text-decoration: underline;
        color: #1d9ef9;
    }

.style1 {
    margin-left: 20px;
    margin-bottom: 10px;
}
.menui, .menui_active {
    text-decoration: none;
}
.menui:visited {
 text-decoration: none;
 color: #757575;
}
    .menui:hover, .menui_active:hover {
        text-decoration: none;
        color: #1d9ef9;
    }
.menui_active {
    color: #1d9ef9;
}
.readbtn {
    position: absolute;
    bottom: 15px;
    left: 20px;
    box-shadow: 0 0 0 1px #4392f3;
    padding: 10px 10px;
    border-radius: 2px;
    color: #1d9ef9;
    font-weight: 600;
    font-size: 12px;

}
    .readbtn:hover {
        background-color: #4392f3;
        color: white;
    transition: background-color 0.1s ease, color 0.5s ease-in-out;
    }

#pr_menu_content {
        position: absolute;
        z-index: 10000;
        right: 0;
        display: none;
        opacity: 1;
        transition: opacity .15s;
        visibility: visible;
        flex-direction: column;
        min-height: 10px;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 20px #00339914, 0 4px 8px #00339914;
        padding: 12px 0;
        width: 250px;
    }
#reclinkmenu {
    position: absolute;
    display: none;
    opacity: 1;
    background-color: #fff;
    border-radius: 3px;
    height:auto;
    bottom: 100px;
    box-shadow: 0 8px 20px #00339914, 0 4px 8px #00339914;
    transition: opacity .15s;
    visibility: visible;
    overflow: hidden !important;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    z-index: 10000;
    width: 200px;
}

.pr_menu_item, .pr_menu_item_2 {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    color: #2b2f33;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    display: flex;
    padding: 12px 24px;
    text-decoration: none;
    touch-action: manipulation;
    transition: all .1s ease-out;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    
}
 .pr_menu_item_2{
     
      width: 100%;
    }
    .pr_menu_item_2:first-child{
        margin-top:10px;
    }
    .pr_menu_item_2:last-child {
     margin-bottom:10px;
    }
    .pr_menu_item path, .pr_menu_item_2 path {
        fill: #707a8a;
    }
    .pr_menu_item:hover path, .pr_menu_item_2:hover path {
        fill: #2b2f33;
    }

    .pr_menu_item:hover, .pr_menu_item_2:hover {
        background-color: #f2f4f7;
    }
        .pr_menu_item svg, .pr_menu_item_2 svg {
            margin-right: 15px;
        }




    .tdaj {
        height: 15px;
    }

.varzag, .varzag2 {
    position: relative;
    background-color: #4392f3;
    width: 100%;
    font-size: 13px;
    padding-left: 15px;
    box-sizing: border-box;
    color: white;
    margin-top: 3px;
    height: 22px;
    padding-top:3px;
}

.varzag2 {
    width: 100%;
    height: 20px;
}


.ss:link, .ss:visited, .ss2:link, .ss2:visited, .ss5:link, .ss5:visited {
    TEXT-DECORATION: none;
    color: #757575;
    font-size: 14px;
}

.ss4:link, .ss4:visited {
    TEXT-DECORATION: none;
    color: #2a90e7;
    font-size: 14px;
    margin-top: 5px;
}

.ss4:hover {
    TEXT-DECORATION: underline;
    color: #2a90e7;
    
}

.ss44:link, .ss44:visited {
    TEXT-DECORATION: none;
    color: #75aa4b;
    font-size: 14px;
    clear: both;
    margin: 0px auto;
}

.ss44:hover {
    TEXT-DECORATION: underline;
    color: #75aa4b;
    clear: both;
}

.writeadm:link, .writeadm:visited, .law:link, .law:visited {
    TEXT-DECORATION: none;
    color: #939699;
    font-size: 13px;
 
}

.writeadm:hover,  .law:hover{
    TEXT-DECORATION: underline;
    color: #939699;
    font-size: 13px;
}


.writeorder:link, .writeorder:visited {
    TEXT-DECORATION: none;
    color: white;
    font-size: 13px;
}

.writeorder:hover{
    TEXT-DECORATION: none;
    color:white;
    font-size: 13px;
}



.ss3:link, .ss3:visited {
    TEXT-DECORATION: underline;
    color: #EAA554;
    font-size: 13px;
   
}

.ss3:hover {
    TEXT-DECORATION: underline;
    color: #0556B1;
}

.ss:hover, .ss2:hover, .s5:hover {
    TEXT-DECORATION: none;
    color: #757575;
    
}

.ss5:link, .ss5:visited {
    font-size: 15px;
    text-decoration: underline;
}

.s5:hover {
    TEXT-DECORATION: underline;
    color: #EAA554;
}

.ss2:link, .ss2:visited, ss5:link, .ss5:visited {
    line-height: 15px;
    font-size: 13px;
}

.ss2:link, .ss2:visited {
    padding-left: 0px;
    font-size: 13px;
}

.ss8:link, .ss8:visited {
    TEXT-DECORATION: none;
    color: white;
    font-size: 14px;
    clear: both;
   
}

.ss8:hover {
    TEXT-DECORATION: none;
    color: white;
    clear: both;
}



.flexcont_row, .uved_row, .flexcont_row_pay {
    display: flex;
    flex-direction: row;
    vertical-align: text-top;
    align-items: center;
    width: 100%;
}

.flexcont_column, .uved_column {
    display: flex;
    flex-direction: column;
    vertical-align: text-top;
    width: 100%;
}
.uved_row {
   
    border-bottom: 1px solid #e8e8e8;
    padding-top:15px;
    padding-bottom:15px;
    font-size:14px;
}
#pays, #tarifpays {
    border-top: 1px solid #e8e8e8;
    margin-left: 20px;
    margin-top:20px;
    padding-top:20px;
    margin-bottom:70px;
}
#tarifpays {
    margin-bottom:0px;
}
    .flexcont_row_pay {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    justify-content: left;
    color: #757575;
}
.pricem, .pricep {
    color: #00c084;
    margin-left: 15px;
    min-width: 70px;
    font-weight:600;
}
.pricep {
    color: #1374bc;
 }
.icoprof {
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

.txbc, .txbcpr, .txbca, .txbcgui{
    border: #e8e8e8 1px solid;
    font-size: 17px;
    background: white !important;
    height: 30px;
    outline: none;
    color: #515154;
    width: 300px;
    margin-left: 0px;
}
.txbc {
    background: #fff;
    border: 1px solid #cbd3df;
    color: #364364;
    font: 20px / 24px Inter, Arial, Helvetica Neue, Helvetica, FreeSans, sans-serif;
    margin: 0;
    padding: 11px 23px;
    transition: border .22s ease-in-out;
    margin-top:5px;
}
.txbc:focus {
    border: 1px solid #3755fa;
    box-shadow: 0 0 0 2px #1d9ef94d;
}
.txbca
{
    width:100%;
}
.txbcgui {
    padding-left: 10px;
    width: 410px;
    margin-left: 20px;
}
.txbcpr {
    margin-left: 20px;
    width: 90px;
    height: 30px;
    margin-right: 30px;
}
    .txt, .txt2 {
    font-size: 15px;
    line-height: 17px;
    font-family: Arial, Helvetica Neue, Helvetica, FreeSans, sans-serif;
  
}

.item_style {
    margin-top: 10px;
    padding-bottom: 10px;
}

#tabprofile {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
}


.mainInputField {
    background-color: #f2f4f9;
    color: #667695;
    border: none;
    height: 50px;
    margin: 0px auto;
    width: 150px;
    font-weight: bold;
}

.mainInputField:hover{
    cursor:pointer;
}

.valid
{
    margin-left:20px;
    font-size:15px;
    color:red;
}



.help-block {
    position: fixed;
    z-index: 20;
    right: -15px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-family: Arial;
    color: #667695;
    opacity: 1;
    transition: opacity .22s,transform .22s;
}
.point__board {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

.b-help-entry-point__buttons-wrapper {
    position: absolute;
    display: flex;
    right: 48px;
    bottom: 22px;
}
#tags_conteiner{
    width:100%;
    padding:10px 10px;
    display:flex;
    flex-direction:column;

}
.search_tags{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin-bottom:15px;
}
.search_tags .cv-ssh-form__name{
    margin:0px 0px;
}
.tag-sort-switch{
    margin-right:28px;
}
#tags_conteiner .cv-segment-control__control_rounded, #tags_conteiner .cv-segment-control__control_rounded .cv-segment-control__option, #tags_conteiner .cv-segment-control__control_rounded .cv-segment-control__option-wrapper {
    border-radius: 2px;
}
#tags_conteiner .zagspan, #tags_conteiner .zagspan2 {
  margin-left:0px;
}
.tagg{
    width:234px;
}
.search_m{
    width:300px;
    height:30px;
}
.search_m .iconSearchm {
  position:absolute;
  right: 10px !important;
  top: 8px;
  cursor:pointer;
}
#find-text{
    padding-right:35px;
}
.iconSearchm path {
    fill: #707a8a;
}
.search_m .cv-textfield_size_m {
    padding: 4px 16px;
}
.search_m  .redb {
   border: 1px solid red;
}
#hat_content .cv-ssh-form__name{
    margin-top:13px;
    margin-left:180px;
}
.tech_view {
    display: flex;
    justify-content: start;
    align-items: center;
}
.datepublish{
    min-width:100px;
    font-size:14px;
}
.eye {
    margin-left: 40px;
    align-items: center;
    width:auto;
}
.eyecount{
    margin-left:5px;
}
.eyes{
    margin-top:5px;
    }

.fav path{
    fill: #1d9ef9;
}
.bookmark{
    cursor:pointer;
}
.loadbook, .mainloadbook {
    display: none;
}
.eyecount, .bookcount {
    position: relative;
    margin-bottom: 0px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    color: #364364;
    font-family: Arial, Helvetica Neue, Helvetica, FreeSans, sans-serif;
    color: #5a70a6;
    font-size: 14px;
    font-weight: 700;
}