/*----- HEADER  ---------------------------------------*/

header {
    position: relative;
    z-index: 300;
}

/*----------- DESCTOP ---------------------------------------------------*/
@media screen and (min-width: 769px) {

    /*----- Top Panel  ---------------------------------------*/
    .top-panel {
        position: absolute;
        width: 100%;
    }

    .top-panel-wrapper {
        background: var(--color0);
        float: right;
        border-radius: 0 0 8px 8px;
        filter: brightness(0.98);
        /* margin-right: -13px;*/
    }

    .top-panel .option-button {
        display: inline-block;
        cursor: pointer;
        padding: 0px 12px 8px 12px;
        font-size: smaller;
    }

    .top-panel .icons_caption {
        padding-top: 5px;
    }

    .top-panel .icons {
        position: absolute;
        fill: var(--color3);
        width: 18px;
        height: 24px;
    }




    .headergradient {
        /* background: linear-gradient(90deg, rgb(0 144 12) 0%, #037e08 47%, #088706 100%); */
        /* background: linear-gradient(12deg, #299233, #73c100); */
        /* background: var(--color3); */
        height: 35px;
    }

    .header {
        display: none;
    }

    .Logo {
        box-sizing: border-box;
        display: block;
        width: 224px;
    }



    /*-- icons ---------------------------*/

    .header .icons {
        position: absolute;
        fill: var(--accent1);
        width: 18px;
        height: 24px;
    }


    .icons_caption {
        margin-left: 26px;

    }

    .header_block_1 {
        padding: 12px 0 0 0px;
    }

    .header_block_2,
    .header_block_3,
    .header_block_4 {
        padding: 38px 0 0 0px;
        font-weight: 300;
        line-height: 1.78;
        font-size: medium;
    }



    .Header-ChatBox-Wraper {
        display: flex;
        justify-content: flex-end;
        /* display: grid;
		grid-template-columns: 5fr 1fr 1fr; */
        grid-gap: 4px;
        clear: both;
    }

    .Header-ChatBox-icon {
        width: 18px;
        height: 18px;
    }


    .RequestCall,
    .telegramButton,
    .WhatsAppButton {
        line-height: 1.7;
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        /* max-width: 20vw; */
    }

    .RequestCall {
        font-size: medium;
        padding: 0px 8px 0px 8px;
    }

    .telegramButton {
        box-sizing: border-box;
    }

    .WhatsAppButton {
        box-sizing: border-box;
        font-weight: 600;
    }







}

/*----------- MOBILE ----------------------------------------------------*/
@media screen and (max-width: 768px) {

    .top-panel {
        display: none;
    }

    .SideButtons {
        display: none;
    }

    .headergradient {
        /* background: linear-gradient(29deg, rgb(17 141 27) 0%, #037e08 47%, #088006 100%); */
        /* background: linear-gradient(12deg, #299233, #73c100); */
        /* background: var(--color1); */
    }

    .header {
        padding: 84px 0 24px 0;
        width: 100%;
    }

    .header_block_2,
    .header_block_3,
    .header_block_4 {
        display: none;
    }

    .Logo {
        display: block;
        width: 100%;
        padding: 24px 0 0px 0;

    }

    .Logo img {
        width: 100%;
        /* opacity: 50%; */
    }

    .logoabout {
        display: none !important;
    }


    .logodesktop {
        display: none !important;
    }

    .logomb {
        /* display: block !important; */
    }


    /*--------- MENU Header -------------------------------*/
    .MenuHeader {
        padding: 14px 24px 24px 24px;
    }

    /*-- icons ---------------------------*/

    .MenuHeader .icons {
        position: absolute;
        fill: var(--color7);
        width: 24px;
        height: 24px;
    }

    .icons_caption a {
        color: var(--textLight);
        text-decoration: none;
    }

    .icons_caption {
        margin-left: 32px;
        padding-top: 2px;
    }


    .WorkTime,
    .MapPin,
    .Phone,
    .Mail,
    .Login {
        padding-top: 24px;
        display: flex;
        align-items: center;
        margin-right: 32px;

    }

    /*-- WorkTime ---------------------------*/
    .WorkTime sup {
        font-size: 2vw;
    }

    /*-- Phone ---------------------------*/
    .Phone a {
        font-size: x-large;
        padding-top: 7px;
        display: block;
    }

    /*-- Mail ---------------------------*/
    .Mail a {
        color: var(--color7);
        text-decoration: none;
    }

    /*-- Map ---------------------------*/
    .MapPin {
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .ShowMapLink {
        display: block;
        cursor: pointer;
        padding-top: 8px;
        color: var(--color7);
    }


    .MenuSocials {
        padding-top: 8px;
    }

    .MenuSocials h4 {
        font-weight: 300;
    }

    .Socials-Item {
        margin: 0 16px 16px 0;
        display: inline-block;
        width: 32px;
    }


}