.header {
	position: relative;
	z-index: 15;
	width: 100%;
	padding: 30px 0;
}

.header__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	max-width: 40px;
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	transform: scale(1.22);
}

.header__logo:hover {
	opacity: .7
}

.header__logo img {
	width: 100%;
	height: auto;
	display: block
}

.header__btn1 {
	display: inline-block;
	color: #fff;
	border: 1px solid #8E8E8E;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 300;
	border-radius: 300px;
	padding: 7.5px 25px;
	transition: all 0.3s;
}

.header__btn1:hover {
	color: #111;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
}

.header__btn2 {
	display: none;
	max-width: 122px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 40px;
}

.header__btn2 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.header__btn2 span {
	display: inline-block;
	background-color: #000;
	border-radius: 300px;
	padding: 7px 25px;
}

.header__nav {
	margin-right: -72px;
}

.header__nav--mob {
	display: none;
}

.header__nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}

.header__nav-item {
	margin-right: 59px;
}

.header__nav-item:last-child {
	margin-right: 0;
}

.header__nav-link {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #c7c7c7;
	transition: color 0.3s;
}

.header__nav-link:hover {
	color: #fff;
}

.header__nav-item--active .header__nav-link {
	color: #fff;
	pointer-events: none;
}

.header__nav-item--accent .header__nav-link:hover {
	color: #c7c7c7;
	background: linear-gradient(90deg, #fff 0%, #2a72cc 92.19%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header__nav-item--accent.header__nav-item--active .header__nav-link {
	color: #c7c7c7;
	background: linear-gradient(90deg, #fff 0%, #2a72cc 92.19%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	pointer-events: none;
}

.toggle {
	position: relative;
	display: none;
	cursor: pointer;
	transition: transform 0.3s;
}

.toggle::after {
	content: '';
	position: absolute;
	top: -20px;
	bottom: -20px;
	right: -30px;
	left: -5px;
}

.toggle.active {
	transform: rotate(180deg);
}

.toggle svg {
	width: 15px;
	height: 9px;
	fill: #999;
	transition: fill 0.3s;
}

.toggle:hover svg {
	fill: #fff;
}

.header__nav-text1 {
	display: none;
	text-align: center;
	margin-top: auto;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #c7c7c7;
}

.header__nav-text2 {
	display: none;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	color: #8e8e8e;
	margin-top: 3px;
	transition: none !important;
	opacity: 1 !important;
}

.header__nav-text2 a {
	color: #8e8e8e;
}

.header__nav-text2 a:hover {
	text-decoration: none;
}

.header__nav-wrap1 {
	width: 100%;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: none !important;
	opacity: 1 !important;
	margin-bottom: 30px;
}

@media (max-width: 1100px) {
	.header__nav-item {
		margin-right: 25px;
	}
}

@media (min-width: 850px) {
	.header__nav-wrap {
		display: block !important;
	}
}

@media (max-width: 850px) {
	.header__nav-wrap1 {
		display: flex;
	}
	.header__nav-wrap > .header__nav > .header__nav-list {
		padding-right: 26px;
	}

	.body-overflow {
		overflow: hidden;
	}

	.header__nav-wrap {
		position: fixed;
		z-index: 15;
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
		background-color: rgba(0, 0, 0, 0.2);
		padding: 30px 25px 15px 25px;
		overflow: auto;
	}

	.header__nav-wrap > * {
		opacity: 0;
		transition: opacity 0.7s;
		transition-delay: 0.6s;
	}

	.header__nav-wrap.active > * {
		opacity: 1;
	}

	.header__nav-item--hidden {
		display: none;
	}

	.header__nav--desctop {
		width: 100%;
		text-align: right;
		margin-right: 0;
	}

	.header__nav--desctop .header__nav-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.header__nav--desctop .header__nav-item:last-child {
		margin-bottom: 0;
	}

	.header__btn2 {
		display: block;
	}

	.header__nav-text1,
	.header__nav-text2 {
		display: block;
	}

	.header__nav--mob {
		display: block;
		margin-left: auto;
		margin-right: 10px;
	}

	.header__btn1 {
		display: none;
	}

	.toggle {
		display: flex;
	}
	.header__nav-link {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.header__nav-wrap {
		padding: 30px 25px 15px 25px;
	}
}

