


.burger-menu-links .drobdown-burger-menu-links{
	display: none;
	position: absolute;
	top: 68px;
    right: 35px;
	background-color: #fff;
	z-index: 9999;
	border: 1px solid #118b7c;
	padding: 10px 0;
}
.burger-links__item {
	width: 30px;
	height: 4px;
	background-color: #118b7c;
	margin-bottom: 3px;
	cursor: pointer;
}
.burger-menu-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.burger-links__item:last-child {
	margin-bottom: 0;
}
.buger-text {
	text-decoration: underline;
	padding-left: 10px;
	cursor: pointer;
}
.page-header__row {
position: relative;
}
.drobdown-burger-menu-links {
	min-width: 400px
}

body.show-menu-links .drobdown-burger-menu-links{
	display: block;
}