#header {
	position: fixed;

	width: 1440px;
	height: 170px;

	left: calc(50% - 1440px/2);
	top: 0px;

	background: #F1E9E0;
	z-index: 5;

	@media (max-width: 600px) {
		display: none;
	}
}

#pre-header {
	position: absolute;

	width: 1440px;
	height: 50px;

	left: 0px;
	top: 0px;
}

#header-phone {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 8px;

	position: absolute;

	width: 234px;
	height: 24px;

	left: 135px;
	top: 13px;
}

#header-phone-icon {
	width: 24px;
	height: 24px;

	background-image: url("../images/icon-phone-dark.svg");
	background-repeat: no-repeat;
	background-position: center;
}

#header-phone-number {
	width: 202px;
	height: 22px;

	color: #A14D2A;
}

#header-socials {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 21px;

	position: absolute;

	width: 159px;
	height: 24px;

	left: 1146px;
	top: 13px;
}

.header-socials-icon {
	width: 24px;
	height: 24px;

	background-repeat: no-repeat;
	background-position: center;
}

#header-socials-whatsapp {
	background-image: url("../images/icon-whatsapp-dark.svg");
}

#header-socials-viber {
	background-image: url("../images/icon-viber-dark.svg");
}

#header-socials-telegram {
	background-image: url("../images/icon-telegram-dark.svg");
}

#header-socials-instagram {
	background-image: url("../images/icon-instagram-dark.svg");
}

#main-header {
	position: absolute;

	width: 1440px;
	height: 120px;

	left: 0px;
	top: 50px;
}

#header-separator {
	position: absolute;

	width: 1170px;
	height: 0px;

	left: 135px;
	top: 8.5px; /*58.5px - 50px*/

	border-top: 1px solid #A14D2A;
}

#header-logo {
	position: absolute;

	width: 141px;
	height: 72px;

	left: 135px;
	top: 31px;/*81px - 50px*/

	background-image: url("../images/icon-header-dark.svg");
	background-repeat: no-repeat;
	background-position: center;
}

#header-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 32px;

	position: absolute;

	width: 565px;
	height: 22px;

	left: 428px;
	top: 50px; /*100px - 50px*/
}

.header-menu-item {
	height: 22px;
	color: #A14D2A;
}

#header-menu-main {
	width: 79px;
}

#header-menu-services {
	width: 67px;
}

#header-menu-menu {
	width: 60px;
}

#header-menu-certs {
	width: 136px;
}

#header-menu-contacts {
	width: 95px;
}

#header-button {
	position: absolute;

	width: 160px;
	height: 40px;

	left: 1145px;
	top: 41px; /*91px - 50px*/

	background: #A14D2A;
	border-radius: 100px;
}

#header-button p {
	position: absolute;

	left: 21.88%;
	right: 21.88%;
	top: 27.5%;
	bottom: 27.5%;

	color: #F1E9E0;
}

#header-button > div {
	position: absolute;
    width: 160px !important;
    height: 40px !important;
    border-radius: 100px !important;
    background: #A14D2A !important;
    border-width: 1px !important;
    border-style: none !important;
    border-color: #A14D2A !important;
    font-size: 1rem !important;
    opacity: 1 !important;
    padding: 0 !important;
}

#header-button > div > div {
	width: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    background: #A14D2A !important;
    color: #F1E9E0 !important;

    font-family: "Geologica";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
}