/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
* {
	-webkit-tap-highlight-color: transparent;
}
img {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none !important;
}
:focus {
	outline: none !important;
}
html {
	overflow-y: scroll;
}
body {
	scrollbar-color: rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
	background-color: #eee;
	width: 10px;
}
/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 9em;
}
*::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
	background: rgba(0, 0, 0, 0.05);
	background-color: #eee;
}
::-webkit-scrollbar-button:vertical:end:increment {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
::-webkit-scrollbar-button:horizontal:end:increment {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
/* Links */
a,
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Common */
aside,
nav,
footer,
header,
section,
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
ul,
ul li {
	list-style: none;
	margin: 0;
}
img {
	vertical-align: top;
}
img,
svg {
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
/* Form */
input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
input::-ms-clear {
	display: none;
}
button,
input[type="submit"] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
	border: none;
	box-shadow: none;
}
input:focus,
input:active,
button:focus,
button:active {
	outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
}
legend {
	display: block;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete,
.fancybox-slide--current,
body.fancybox-active,
body.compensate-for-scrollbar::-webkit-scrollbar,
.fancybox-stage,
.fancybox-inner,
.fancybox-container,
.fancybox-slide {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
body {
	min-height: 100%;
	color: #0b0b0b;
	font-family: "Nunito Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}
body.compensate-for-scrollbar {
	margin: 0;
}
html.fix,
body.fix {
	overflow: hidden;
}
.menu {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
}
header.active.header_hidden,
header.header_hidden {
	transform: translateY(-100%);
	position: fixed;
}
.menu {
	transform: translateY(0%);
	transition: transform 0.3s ease;
}
.menu-wrap {
	background-color: #eee;
	padding: 10px 50px;
}
.menu-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-left {
	display: flex;
	align-items: center;
	gap: 47px;
}
.menu-logo svg {
	width: 200px;
}
.header-menu-list {
	display: flex;
	align-items: center;
	gap: 32px;
}
.header-menu-list a {
	color: #0b0b0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.menu-right {
	display: flex;
	align-items: center;
}
.menu-mail {
	text-align: right;
	margin-right: 52px;
}
.menu-tel {
	margin-right: 40px;
	text-align: right;
}
.menu-tel span,
.menu-mail span {
	color: #0b0b0b;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.menu-mail a,
.menu-tel a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 3px;
	color: #0b0b0b;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.menu-contact a {
	display: inline-flex;
	padding: 8px 24px;
	align-items: center;
	gap: 8px;
	justify-content: center;
	border-radius: 50px;
	background: #0045e6;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.menu-contact svg {
	min-width: 18px;
}
.menu-social {
	display: flex;
	gap: 12px;
}
.menu-social a {
	display: block;
}
.header-logo-burger {
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}
.header-logo-menu {
	min-width: 24px;
	max-width: 24px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.header-logo-menu span:first-child {
	top: 6px;
}
.header-logo-menu span {
	background: #000;
	height: 2px;
	width: 24px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
}
.header-logo-menu span:last-child {
	top: 12px;
}
.hidden-menu {
	margin: 0;
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 15;
	transform: translateX(100%);
	opacity: 0;
	scrollbar-width: none;
	overflow: auto;
	overflow-x: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
	overflow-y: scroll;
	max-height: 100vh;
	transition: transform 0.3s linear;
	transition: opacity 0.4s linear;
}
.header__menu {
	min-height: 100vh;
	border-radius: 0;
	background: #fff;
	display: block;
	margin: 0;
	margin-left: 0px;
	z-index: 7;
	padding-bottom: 30px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.hidden-menu-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 30px;
	margin-bottom: 20px;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 3;
}
.burger-close {
	display: flex;
	margin-left: 2px;
	cursor: pointer;
}
.hidden-menu-list > li {
	position: relative;
	margin: 0 30px 0px;
}
.hidden-menu-list > li > a {
	color: #0b0b0b;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.hidden-menu-bottom {
	padding-top: 24px;
	margin: auto 30px 0;
	display: flex;
	gap: 30px;
}
.hidden-menu-bottom .menu-contact {
	flex-grow: 1;
}
.hidden-menu.open {
	display: block;
	transform: translateX(0%);
	opacity: 1;
	transition: transform 0.3s linear;
	transition: opacity 0.4s linear;
}
.burger-menu {
	display: none;
}
.header-padding {
	padding-top: 119px;
}
.menu-bottom {
	padding: 0px 34px;
	background: #fff;
}
.menu-bottom-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-bottom-list {
	display: flex;
	align-items: center;
	gap: 9px;
}
.menu-bottom-list > li {
	position: relative;
}
.menu-bottom-list > li > a,
.menu-bottom-list > li span {
	color: #0b0b0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.menu-bottom-list > li > a:hover,
.menu-bottom-list > li:hover span,
.menu-bottom-list li a:hover {
	color: #0045e6;
}
.menu-bottom-list li:hover svg {
	transform: rotate(180deg);
}
.menu-bottom-list li .submenu {
	position: absolute;
	top: 102%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	min-width: 300px;
	background: #fff;
	box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.08);
	z-index: 2;
	transition:
		opacity 0.3s ease 0s,
		max-height 0.3s ease 0s,
		-webkit-transform 0.3s ease 0s;
	transition:
		transform 0.3s ease 0s,
		opacity 0.3s ease 0s,
		max-height 0.3s ease 0s;
	transition:
		transform 0.3s ease 0s,
		opacity 0.3s ease 0s,
		max-height 0.3s ease 0s,
		-webkit-transform 0.3s ease 0s;
}
.menu-bottom-list li:hover .submenu {
	-webkit-overflow-scrolling: touch;
	max-height: 2000px;
	opacity: 1;
	visibility: visible;
}
.submenu-ul a {
	display: flex;
	padding: 14px 20px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	color: #0b0b0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
li.header-n__menu-list-drop-item {
	color: #0b0b0b;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	position: relative;
	cursor: pointer;
	padding: 20px 0;
}

.header-n__menu-list-drop-item::before {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/drop-item.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 6px;
	height: 10px;
	top: 29px;
	right: 0px;
}
.header__menu-list-drop {
	min-width: auto;
	width: 100%;
	overflow: hidden;
	max-height: 0px;
	margin: 8px 24px 0;
	transition: max-height 0.2s linear;
}
.header__menu-list-drop li:first-child {
	margin-top: 10px;
}
.header__menu-list-drop a {
	color: #101840;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 12px;
	display: inline-block;
}
.header-n__menu-list-drop-item.open::before {
	transform: rotate(90deg);
}
.header-n__menu-list-drop-item.open .header__menu-list-drop {
	max-height: 2000px;
}
.header-menu-list a:hover,
.menu-mail a:hover,
.menu-tel a:hover {
	color: #30365f;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 1540px) {
	.menu-logo svg {
		width: 170px;
	}
}
@media (max-width: 1450px) {
	.header-menu-list a {
		font-size: 14px;
	}
	.menu-wrap {
		padding: 10px 34px;
	}
	.menu-left {
		gap: 30px;
	}
	.header-menu-list {
		gap: 20px;
	}
	.menu-tel,
	.menu-mail {
		margin-right: 25px;
	}
	.menu-logo {
		width: 120px;
	}
}
@media (max-width: 1170px) {
	.menu-contact a {
		width: 100%;
	}
	.menu-bottom,
	.menu-right .menu-contact,
	.header-menu-list {
		display: none;
	}
	.burger-menu {
		display: block;
	}
	.menu-right {
		margin-left: auto;
	}
	.menu-wrap {
		padding: 14px 30px;
	}
	.header-padding {
		padding-top: 69px;
	}
}
@media (max-width: 767px) {
	.hidden-menu-top {
		margin-bottom: 30px;
		padding: 14px 16px;
	}
	.menu-right {
		display: none;
	}
	.menu-wrap {
		padding: 14px 16px;
	}
	.menu-contact a {
		width: 100%;
	}
	.hidden-menu-bottom {
		gap: 10px;
		margin: auto 16px 0;
	}
	li.header-n__menu-list-drop-item,
	.hidden-menu-list > li > a {
		font-size: 16px;
		padding: 14px 0;
	}
	.menu-contact span {
		display: none;
	}
	.header-n__menu-list-drop-item::before {
		top: 21px;
	}
	.menu-social {
		gap: 2px;
	}
	.menu-social svg {
		max-width: 38px;
	}
}
