
@media (min-width: 812px) {
	header {
		height: 120px;
	}
	.ui-main_wrapper{
		padding-top: 120px;
	}
	._header-scroll {
		height: 56px;
	}
	._header-scroll .header__top {
		position: fixed;
		top: -200%;
		-webkit-transition: top 0.4s ease 0s;
		-o-transition: top 0.4s ease 0s;
		transition: top 0.4s ease 0s;
	}

	.ui-header_wrapper {
		position: fixed;
		bottom: 0px;
		height: 56px;
	}
}

/* asd */
.header__top {
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	-webkit-transition: top 0.4s ease 0s;
	-o-transition: top 0.4s ease 0s;
	transition: top 0.4s ease 0s;
}

/* .header__top._header-scroll {
position: fixed;
top: -200%;
-webkit-transition: top 1.3s ease 0s;
transition: top 1.3s ease 0s;
} */
.header__top-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1140px;
	height: 65px;
	margin: auto;
	padding: 0 25px;
	background: #fff;
	border-bottom: 1px solid #e4e7ee;
}

.header__top-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.5rem;
}

.header__top-contact-list {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	color: #3d3d3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.5rem;
}

.header__top-contact-link {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	color: #3d3d3d;
}

.header__top-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.9375rem;
}

.header__top-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	background: #f0f2f8;
	border-radius: 8px;
	padding: 5px 12px;
}
.header__top-link:hover {
	background: #E6E9F2;
}
.header__top-link-item a{
	color:black;
}
@media (max-width: 812px) {
	.header__top {
		display: none;
	}
}