@media screen and (min-width: 1216px) {
    .header {
        position: inherit;
        width: 100%;
        height: 141px;
        background-color: White;
        font-family: VekaRegular;
    }

    .header .line {
        border-bottom: 1px solid #EAEBEE;
    }

    #no-scroll-header {
        height: 100px;
        display: block;
        /* position: fixed; */
        top: 0px;
        z-index: 1000;
        background-color: white;
        width: 100%;
        opacity: 0.9;
    }

    .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: 320px;
        margin-top: 4px;
        height: 95px;
        border-right: 1px solid #EAEBEE;
    }

    .header .line .content .logo .org_name {
        font-family: VekaBold;
        font-size: 20px;
        color: #0069b4;
        position: absolute;
        text-transform: uppercase;
        top: 1px;
        left: 133px;
    }

    .header .line .content .logo .org_info {
        font-family: VekaLight;
        font-size: 16px;
        color: #84858A;
        position: absolute;
        top: 24px;
        left: 133px;
        line-height: 17px;
    }

    .header .line .content .logo img {
        position: relative;
        height: 80px;
        margin-top: 6px;
        margin-left: 20px;
    }

    .header .line .content .logo_veka_big {
        position: absolute;
        width: 250px;
        top: 12px;
        left: 350px;
        color: #84858A;
    }

    .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: absolute;
        display: flex;
        left: 540px;
        top: 23px;
        height: 40px;
        width: 450px;
        
    }

    .header .line .content .phone_work_info .phone_number {
        height: 100%;
        width: 300px;
        border-right: 3px Solid #EAEBEE;
        font-size: 30px;
        font-family: VekaBold;
        /*color: #0069b4;*/
        color: #3d4255;
    }

    .header .line .content .phone_work_info .work_time {
        position: relative;
        height: 100%;
        width: 165px;
        color: #606165;
        font-size: 14px;
        padding-left: 20px;
    }

    .header .button_block {
        position: absolute;
        top: 0px;
        right: 5px;
        width: 215px;
        height: 93px;
        border-left: 1px Solid #eaebee;
        text-align: center;
    }

    .header .button_block button {
        position: relative;
        font-family: VekaRegular;
        background-color: #0069B4;
        color: #FFFFFF;
        text-transform: uppercase;
        border: 0px;
        padding: 14px;
        padding-left: 50px;
        padding-right: 26px;
        top: calc(100% / 2 - 25px);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .header .button_block button:hover {
        background-color: #5bc5f2;
    }

    .header .button_block button img  {
        position: absolute;
        height: 20px;
        left: 17px;
        top: 13px;
    }

    .header .top_menu {
        width: 100%;
        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: 9px;
        padding-right: 20px;
        padding-left: 20px;
        transition: background-color 0.3s ease;
    }

    .header .top_menu .button_link a:hover {
        background-color:rgb(236, 236, 236);
    }

    .menu_button {
        display: none;
    }

    .menu-mobile {
        display: none;
    }

    #top-menu-no-scroll-header {
        background-color: white;
        border-top: 1px solid #EAEBEE;
        margin-top: -4px;
        display: none;
    }

    .social_block {
        position: fixed;
        right: calc(100% / 2 - 590px);
        z-index: 1000;
        
        border-radius: 10px;
        margin-top: 5px;
        opacity: 0.9;
        
    }

    .social_block div {
        float: left;
        background-color: White;
        /*border-radius: 10px;*/
        height: 40px;
        margin: 2px;
        border: 1px 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;
    }

    .social_block div a {
        float: left;
        padding: 5px;
        height: 30px;
    }

    .social_block div a img {
        height: 30px;
    }
}