/*Общее*/
:root {
	--v_bxpanel_top: 0px;
	--v_header_height: 10vh;
	--v_h_logo_img: 8vh;
	--v_h_pan_b_in: 3.7vh 0;
	--v_m_logo_img: 1vh 0;
	--v_universe: calc((1vh + 1vw) / 2);
}
@font-face {
    font-family: Manrope; /* Имя шрифта */
    src: url(fonts/Manrope-VariableFont_wght.ttf); /* Путь к файлу со шрифтом */
}
Manrope-VariableFont_wght.ttf
body {
	 margin: 0;
	 padding: 0;
	 background-color: white;
}
body::-webkit-scrollbar {
width: 0.5vw;
background: white;
}

body::-webkit-scrollbar-thumb {
background: lightgray;
border-radius: 0.5vw;
}
.main {
    margin-top: var(--v_header_height);

}
#myv-main {
	min-height: 150vh;
}
#bx-panel {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
}
/*Плюшки*/
.fl1 {
	flex: 1;
}
.fl2 {
	flex: 2;
}
.fl3 {
	flex: 3;
}
.fl4 {
	flex: 4;
}
.fl8 {
	flex: 8;
}
.jc_left {
	justify-content: flex-start;
}
.jc_center {
	justify-content: center;
}
.jc_right {
	justify-content: flex-end;
}
.m0 {
	margin: 0;
}
.bold {
	font-weight: 600;
}
/*Голова*/
header {
	position: fixed;
	top: var(--v_bxpanel_top);
	left: 0;
	display: block;
	width: 100%;
	height: var(--v_header_height);
	background-color: white;
	z-index: 500;
}
.h_panel_in {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.h_panel_part {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.h_panel_block {
	margin: 0 1vw;
	height: 100%;
}
.h_panel_block_in {
	margin: var(--v_h_pan_b_in) !important;
}
.logo {
	margin: var(--v_m_logo_img) !important;
}
.logo img {
	height: var(--v_h_logo_img);
}
.trigger {
	display: none;
}

label[for="trigger"] {
    display: block;
    position: relative;
    top: 0;
    left: 0;

}


header.scrolled label[for="trigger"] {
	height: 5vh;
}

@media screen and (max-width: 1024px) { 
	.nomobile {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
    .trigger:checked + .b_menu {
	    display: block;
    }
    .b_menu {
        width: 50vw;
    }
    #myv-main {
        margin-bottom: 5vh;
    }
    .whatsapp {
        width: 24px !important;
        height: 24px !important;
        bottom: calc(5vh - 24px) !important;
        left: calc(50% - 12px) !important;
    }
}
@media screen and (min-width: 1025px) {
	.nomobile {
		display: block !important;
	}
	.mobile {
		display: none !important;
	}

    .burger_check:hover .b_menu {
        display: block;
    }
    .b_menu:hover {
        display: block;
    }
    .b_menu {
        width: 25vw;
    }
}
.b_menu {
	position: fixed;
	left: 0;
	top: calc(var(--v_header_height) + var(--v_bxpanel_top));
    display: none;
	
	background-color: white;
}

.nolink {
	font-size: 0px !important;
	line-height: 0px !important;
}

/*Рабочая область*/
.workarea {
	padding-top: calc(var(--v_bxpanel_top) + var(--v_header_height));
    
}

/*Футер*/
.footpanel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 5vh;
    background-color: white;
    z-index: 100500;
}
.footpanelin {
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.footpanelpart {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 50%;
}
.footpanelpartin {
    display: block;
    margin: 0 auto;
}
.foothr {
    margin: 0 2% 2% 2%;
    border: 1px solid #C4C4C4;
    height: 0px;   
    width: 96%;
}
.myvfooter {
    width: 80%;
    margin: 0 10%;
}
.myvfooterin {
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.myvfoopart {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.myvfoopartin {
    height: 100%;
    padding: 0vh 2vw;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
	font-size: calc(var(--v_universe) * 1.4);
	line-height: calc(var(--v_universe) * 3.2);
    color: #000000;
}
.myvfoopartin a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
	font-size: calc(var(--v_universe) * 1.4);
	line-height: calc(var(--v_universe) * 3.2);
    color: #000000  !important;
    text-decoration: none;
}
.myvfoocorpin {
    height: 100%;
    padding: 0vh 2vw;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
	font-size: calc(var(--v_universe) * 0.7);
	line-height: calc(var(--v_universe) * 1.8);
    color: #000000;
}
.myvfoocorpin a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
	font-size: calc(var(--v_universe) * 0.7);
	line-height: calc(var(--v_universe) * 1.8);
    color: #000000  !important;
    text-decoration: none;
}
.whatsapp {
    width: calc(var(--v_universe) * 3);
    height: calc(var(--v_universe) * 3);
    z-index: 100501;
    display: block;
    position: fixed;
    bottom: calc(var(--v_universe) * 3);
    left: calc(var(--v_universe) * 3);
}
.pageup {
    width: calc(var(--v_universe) * 3);
    height: calc(var(--v_universe) * 3);
    z-index: 100501;
    display: block;
    position: fixed;
    bottom: calc(var(--v_universe) * 3);
    right: calc(var(--v_universe) * 3);
}
