.header {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px 20px;
	width: 100%;
}
.header > div {
	align-items: center;
	box-sizing: border-box;
	max-width: 1790px;
	width: 100%;
}
.header .content {
	align-items: center;
	gap: 0px 20px;
	justify-content: space-between;
	padding: 10px 0 0;
	width: 100%;
}
.header-logo {
	align-items: center;
	gap: 35px;
}
.header-logo .logo-image {
	width: 150px;
}
.header-logo .logo-image img {
	display: block;
	width: 100%;
}
.header-logo .logo-text {
	color: #fff;
}
.header-logo .logo-text .text-top {
	font-family: 'Raleway';
	font-size: 45px;
	line-height: 0.8;
	text-transform: uppercase;
}
.header-logo .logo-text .text-middle {
	font-family: 'Raleway';
	font-size: 48px;
	font-weight: bold;
	line-height: 0.8;
}
.header-logo .logo-text .text-bottom {
	font-family: 'Impact';
	font-size: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}
.header-right-side {
	gap: 0 150px;
	position: relative;
	top: -10px;
}
.header-about-ref {
	align-items: center;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	gap: 0 15px;
	height: 75px;
	justify-content: center;
	padding-left: 54px;
	width: 250px;
}
.header-about-ref:hover {
	background-color: #cee0f3;
}
.header-about-ref .text-top {
	color: #2c3e50;
	font-family: 'Tahoma';
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
}
.header-about-ref .text-bottom {
	color: #2c3e50;
	font-family: 'Tahoma';
	font-size: 17px;
	line-height: 1;
	text-align: right;
}
.header-contacts {}
.header-contacts .phones {
	align-items: flex-start;
	display: flex;
}
.header-contacts .phones .phone {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 29px;
	line-height: 1.1;
	transform: scaleX(0.9);
	transform-origin: left;
}
.header-contacts .phones .email {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.header-contacts .buttons {
	align-items: center;
	gap: 0px 15px;
}
.header-contacts .buttons a {
	display: block;
	width: 56px;
}
.header-contacts .buttons a img {
	display: block;
	width: 100%;
}
.header a {
	text-decoration: none;
}

/* .header .content .logo + div {
	max-width: 1650px;
	width: 67%;
} */
.menu-catalog {
	align-items: center;
	display: flex;
	gap: 0 40px;
	position: relative;
	width: 100%;
}
.call-menu-catalog,
.call-slide-menu {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.call-menu-catalog {
	background: #1212120d;
	border-radius: 50px;
	gap: 0 10px;
	padding: 10px 24px 10px 20px;
}
.call-menu-catalog span {
	color: #121212;
	font-family: 'Geologica';
	font-size: 16px;
	line-height: 1.5;
}
.call-slide-menu {
	display: none;
}

/* menu-catalog-dropdown */

.menu-catalog-wrapper:hover .menu-catalog-dropdown {
	opacity: 1;
	visibility: visible;
}
.menu-catalog-dropdown {
	display: block;
	left: 0px;
	opacity: 0;
	padding-top: 10px;
	position: absolute;
	top: 100%;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 300px;
	z-index: 1100;
}
.menu-catalog-dropdown ul {
	background: #f2f2f2e3;
	list-style: outside none none;
	margin: 0;
}
.menu-catalog-dropdown > ul {
	padding: 14px 0;
}
.menu-catalog-dropdown ul li {
	position: relative;
}
.menu-catalog-dropdown ul li i.fa-chevron-right {
    color: var(--la-grey-basic-40);
	font-size: 12px;
	position: absolute;
	right: 14px;
	top: 10px;
}
.menu-catalog-dropdown ul li a {
	align-items: center;
	box-sizing: border-box;
    color: var(--la-grey-basic);
	display: flex;
	font-family: 'Geologica';
	font-size: 16px;
	gap: 0 15px;
	justify-content: flex-start;
	line-height: 1.2;
	outline: none;
	padding: 7px 20px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.menu-catalog-dropdown ul li:hover > a,
.menu-catalog-dropdown ul li.cr > a {
	background: var(--la-grey-basic);
	color: #fff;
}
.menu-catalog-dropdown ul li:hover > a + .fa-chevron-right,
.menu-catalog-dropdown ul li.cr > a + .fa-chevron-right {
	color: #fff;
}
.menu-catalog-dropdown > ul > li:last-child > a { border: none; }
.menu-catalog-dropdown ul ul {
	border-left: 1px solid #ffffff33;
	display: block;
	left: 100%;
	opacity: 0;
	padding: 14px 0;
	position: absolute;
	top: -14px;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 350px;
	z-index: 10;
}
.menu-catalog-dropdown > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.menu-catalog-dropdown ul ul li {
    margin: 0;
}

.call-search-form {
	align-items: center;
	border: 2px solid var(--la-grey-basic-20);
	border-radius: 50px;
	box-sizing: border-box;
	color: var(--la-grey-basic-60);
	display: flex;
	font-family: 'Geologica';
	font-size: 16px;
	height: 44px;
	line-height: 1.5;
	padding: 0 24px;
	width: 100%;
}

/* menu-catalog-dropdown end */

/* @media (max-width: 920px) {
	.header .content { justify-content: space-between; }
	.header .phones-wrapper .hours { display: none; }
}
@media (max-width: 800px) {
	.menu-catalog-dropdown { display: none; }
}
@media (max-width: 620px) {
	.header > div { gap: 20px 0px; }
	.header .logo { width: 140px; }
	.header .logo > img {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}
	.header .phones .phone { font-size: 16px; }
}
@media (max-width: 460px) {
	.header .logo { width: 115px; }
	.header .content { gap: 0px 20px; }
	.header .phones { gap: 0px 15px; }
	.header .phones .phone { font-size: 13px; }
	.header .watsapp { width: 40px; }
	.header .watsapp > img {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}
} */