@media screen and (max-width: 1215px) {
    #allrecords {
        padding-top: 135px;
    }
    .header {
        width: 100%;
        height: auto;
        /* border-top: 1px solid #EAEBEE; */
        position: fixed;
        z-index: 1000;
        top: -4px;
        background-color: White;
    }

    .header .line {
        border-bottom: 1px solid #EAEBEE;
    }

    #no-scroll-header {
        height: auto;
        display: block;
        /* position: fixed; */
        top: 0px;
        z-index: 1000;
        background-color: white;
        width: 100%;
        opacity: 1;
    }

    .header .line .content {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1200px;
        padding: 0;
        height: 100%;
    }

    .header .line .content .logo
    {
        position: relative;
        width: 250px;
        margin-top: 4px;
        height: 85px;
        border-right: 0px solid #EAEBEE;
        top: 8px;
    }

    .header .line .content .logo .org_name {
        font-family: VekaBold;
        font-size: 18px;
        color: #0069b4;
        position: absolute;
        text-transform: uppercase;
        top: 2px;
        left: 105px;
    }

    .header .line .content .logo .org_info {
        font-family: VekaLight;
        font-size: 14px;
        color: #84858A;
        position: absolute;
        top: 22px;
        left: 105px;
        line-height: 13px;
    }

    .header .line .content .logo img {
        position: relative;
        height: 60px;
        margin-top: 6px;
        margin-left: 20px;
    }

    .header .line .content .logo_veka_big {
        position: absolute;
        width: 250px;
        top: 12px;
        left: 290px;
        color: #84858A;
        display: none;
    }

    .header .line .content .logo_veka_big img {
        position: absolute;
        top: 4px;
        left: 0px;
        color: #84858A;
        height: 46px;
        margin-left: 0px;
    }

    .header .line .content .logo_veka_big div {
        position: absolute;
        font-size: 14px;
        top: 50px;
        left: 0px;
        color: #84858A;
    }

    .header .line .content .phone_work_info {
        position: relative;
        height: 40px;
        width: 100%;
        display: flex;
        text-align: center;
        display: none;
    }

    .header .line .content .phone_work_info .phone_number {
        width: 200px;
        border-right: 0px Solid #EAEBEE;
        font-size: 20px;
        font-family: VekaBold;
        color: #3d4255;
    }

    .header .line .content .phone_work_info .work_time {
        position: relative;
        width: 165px;
        color: #606165;
        font-size: 14px;
        text-align: right;
    }

    .header .button_block {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 50px;
        border-top: 1px Solid #eaebee;
        padding-bottom: 7px;
        padding-top: 10px;
        text-align: center;
    }

    .header .button_block button {
        position: absolute;
        font-family: VekaRegular;
        background-color: #e9f1ff;
        color: #0069B4;
        text-transform: uppercase;
        border: 0px;
        padding: 14px;
        /* padding-left: 0px; */
        /* padding-right: 0px; */
        /* top: calc(100% / 2 - 30px); */
        cursor: pointer;
        transition: background-color 0.3s ease;
        /* width: 95%; */
        right: 21px;
        left: 21px;
    }

    .header .button_block button:hover {
        background-color: #5bc5f2;
    }

    .header .button_block button img  {
        position: absolute;
        height: 20px;
        left: 17px;
        top: 13px;
        display: none;
    }

    .header .top_menu {
        width: calc(100% - 12px);
        height: 100%;
        display: flex;
        /*justify-content: space-between;*/
        margin-left: 12px;
    }

    .header .top_menu .button_link  {
        display: flex;
    }

    .header .top_menu .button_link a {
        color: #0B1742;
        padding: 14px;
        padding-right: 21px;
        padding-left: 22px;
        transition: background-color 0.3s ease;
        width: 100%;
    }

    .header .top_menu .button_link a:hover {
        background-color:rgb(236, 236, 236);
    }

    #scroll-header {
        display: none;
    }

    .menu_button {
        position: fixed;
        display: block;
        width: 33px;
        height: 40px;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        height: 23px;
        justify-content: space-between;
        top: 29px;
        right: 24px;
    }

    .menu_button div {
        height: 3px;
        width: 100%;
        background-color: #0069b4;
    }

    .menu-mobile {
        position: fixed;
        right: -1300px;
        max-width: 760px;
        width: 100%;
        height: 100%;
        bottom: 0px;
        background-color: White;
        opacity: 1;
        z-index: 1002;
        border-left: 1px Solid #eaebee;
        overflow-x: auto;
    }

    .menu-mobile .button-close {
        position: absolute;
        top: 32px;
        right: 27px;
        height: 40px;
        width: 40px;
        z-index: 1005;
        display: flex;
        flex-direction: column;
        height: 23px;
        justify-content: space-between;
    }

    .menu-mobile .button-close div {
        height: 1px;
        width: 100%;
        background-color: #b0b0b0;
    }

    .menu-mobile .logo {
        height: 92px;
        border-bottom: 0px Solid #eaebee;
    }

    .menu-mobile .logo img {
        height: 60px;
        padding: 18px;
    }

    .menu-mobile .logo .org_name {
        font-family: VekaBold;
        font-size: 18px;
        color: #0069b4;
        position: absolute;
        text-transform: uppercase;
        top: 15px;
        left: 105px;
    }

    .menu-mobile .logo .org_info {
        font-family: VekaLight;
        font-size: 14px;
        color: #84858A;
        position: absolute;
        top: 35px;
        left: 105px;
        line-height: 13px;
    }

    .menu-mobile .content .top_menu {
        position: inherit;
        display: block;
    }

    .menu-mobile .content .top_menu .button_link  {
        border-bottom: 1px Solid #eaebee;
        width: calc(100% - 32px);

    }

    .menu-mobile .logo_veka_big {
        padding-top: 15px;
        text-align: center;
    }

    .menu-mobile .logo_veka_big div {
        font-size: 14px;
        color: #84858A;
    }

    .menu-mobile .phone_work_info {
        position: relative;
        top: 23px;
        width: 100%;
        text-align: center;
    }

    .menu-mobile .phone_work_info .phone_number {
        position: relative;
        width: 80%;
        left: calc(20% / 2);
        border-bottom: 1px Solid #EAEBEE;
        font-size: 20px;
        font-family: VekaBold;
        color: #3d4255;
        padding-bottom: 5px;
    }

    .menu-mobile .phone_work_info .work_time {
        width: 100%;
        color: #606165;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    #top-menu-no-scroll-header {
        display: none;
    }

    .social_block {
        position: fixed;
        right: 1px;
        top: 150px;
        z-index: 1000;
        border-radius: 10px;
        margin-top: 5px;
        opacity: 0.9;
    }

    .social_block div {
        float: left;
        background-color: unset;
        /* border-radius: 10px; */
        height: 50px;
        margin: 2px;
        border: 0px Solid #edeef0;
    }

    .social_block div div {
        position: relative;
        float: right;
        /* padding: 4px; */
        padding-top: 1px;
        padding-left: 2px;
        background-color: unset;
        height: 25px;
        border: none;
        display: none;
    }

    .social_block div a {
        float: left;
        padding: 5px;
        height: 30px;
    }

    .social_block div a img {
        height: 40px;
    }
}