/*----- HEADER  ---------------------------------------*/

header {
    position: relative;
    z-index: 300;
}

.Phone24-icon {
    margin-top: 8px;
    height: 52px;
    width: 70px;
    fill: var(--color4);
}

/*----------- DESCTOP ---------------------------------------------------*/
@media screen and (min-width: 769px) {

    /* .top-panel:before {
		position: absolute;
		z-index: 0;
		height: 28px;
		width: 100%;
		background: linear-gradient(90deg, transparent 50%, var(--color2) 0);
		content: "";
	} */

    /*----- Top Panel  ---------------------------------------*/
    .top-panel {
        position: absolute;
        width: 100%;
        background: linear-gradient(90deg, transparent 44%, var(--color2) 0);
    }

    .top-panel-wrapper {
        /* float: right; */
        display: grid;
        grid-template-columns: 30% 1fr 1fr 1.2fr 1fr 1.2fr;
    }

    .corner-bg {
        background: linear-gradient(40deg, #ffffff00 41.666666%, var(--color2) 0);
    }

    .top-panel .option-button {
        display: flex;
        cursor: pointer;
        padding: 4px 12px 6px 12px;
        font-size: smaller;
        color: var(--textLight);
        align-items: center;
        border-right: 1px solid var(--color3);
        justify-content: center;
    }

    .top-panel .icons_caption {
        padding-top: 2px;
    }

    .top-panel .icons {
        /* position: absolute; */
        fill: var(--color4);
        width: 18px;
        height: 24px;
    }

    .top-panel .icons_caption a{
        text-decoration: none;
        color: var(--textLight);
    }



    .headergradient {
        /* background: linear-gradient(90deg, rgb(0 144 12) 0%, #037e08 47%, #088706 100%); */
        /* background: linear-gradient(12deg, #299233, #73c100); */
        /* background: var(--color3); */
    }

    .header {
		display: grid;
		grid-template-columns: 1fr 1fr 2fr 2.4fr;
		grid-gap: 24px;
		min-height: 98px;
        padding-top: 12px;
	}

    .Logo {
        display: block;
        width: 274px;
        padding: 0 8px 12px 0;
    }



	/*-- icons ---------------------------*/

	.header .icons {
		position: absolute;
		fill: var(--accent1);
		width: 18px;
		height: 24px;
	}


	.icons_caption {
		margin-left: 12px;

	}

    .header_block_1 {
        /* padding: 18px 0 0 0px; */
    }

	.header_block_2,
	.header_block_3,
	.header_block_4 {
		padding: 50px 0 0 0px;
		font-weight: 300;
		line-height: 1.78;
		font-size: medium;
	}

	/*-- Map ---------------------------*/

    .MapPin {
        cursor: pointer;
    }


	.ShowMapLink {
		display: inline-block;
		cursor: pointer;
		/* padding-left: 8px; */
		text-decoration: underline;
		color: var(--accent7);
	}

	/*-- WorkTime ---------------------------*/
	.WorkTime sup {
		font-size: 10px;
	}

	/*-- Mail ---------------------------*/
	.Mail a {
		color: var(--color6);
		text-decoration: none;
	}

	/*-- Phone ---------------------------*/
	.Phone {
		float: right;
		margin-top: -3px;
        padding-bottom: 2px;
	}

	.Phone2 a, .Phone1 a {
        font-size: x-large;
        display: block;
        text-align: right;
	}
    
	.Phone2 div, .Phone1 div {
        font-size: small;
        text-align: right;
	}


    .Phone2-wrapper {
        display: grid;
        grid-template-columns: 70px 1fr;
    }



    .Header-ChatBox-Wraper {
		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: 0px 0 4px 0;

    }

    .Logo img {
        width: 68vw; 

    }

    .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;
    }


}