body .div--u-i2nli60os {
  position: static;
}
body .side-panel--u-iub0i1m3d {
  z-index: 11;
}
.mobile-fixed-wrap {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s ease;
  transform: translateY(-100%);
  padding: 10px 20px;
}
.mobile-fixed-wrap.active {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  transform: none;
}
.mobile-fixed-wrap-in {
  display: flex;
  align-items: center;
  /*width: 1200px;
	margin: 0 auto;
	max-width: 100%;*/
}
.mobile-burger {
  width: 50px;
  min-height: 0px;
  background-color: rgba(var(--color-in6qfwgta), 1);
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
  pointer-events: auto;
  height: 50px;
  border-radius: 7px;
  background-image: url("/d/menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  margin: 0 0 0 20px;
}
.mobile-logo {
  font-size: 0;
  flex: 0 0 210px;
  margin: 0 auto 0 0;
}
.mobile-phone {
  position: relative;
}
.mobile-phone-icon {
  font-size: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
}
.mobile-phone-body {
  position: absolute;
  right: 0;
  top: 100%;
  background: #4b75b9;
  border-radius: 7px;
  padding: 15px;
  width: max-content;
  margin: 2px 0 0;
  display: none;
}
.mobile-phone-body .div--u-i9fk5fghg {
  margin: 0;
}
@media (max-width: 400px) {
  .mobile-logo {
    flex: 0 0 180px;
  }
}
/*@media (max-width: 1024px) {
	.mobile-fixed-wrap {
		display: block;
	}
}

@media (min-width: 1025px) {
	.fixed-wrap {
		min-height: 190px;
	}
	
	.fixed-wrap-in {
		&.fixed2 {
			position: fixed;
			left: 0;
			top: 0;
			right: 0;
			z-index: 10;
		}
	}
	
	@media (max-width: 991px) {
		.fixed-wrap {
			min-height: 159px;
		}
		.fixed-wrap-in.fixed2 {
			padding: 0 30px;
		}
	}
	
	@media (max-width: 767px) {
		.fixed-wrap {
			min-height: 170px;
		}
		.fixed-wrap-in.fixed2 {
			padding: 10px 20px;
			background: rgba(0,0,0,0.7);
		}
	}
	@media (max-width: 767px) {
		.fixed-wrap {
			min-height: 142px;
		}
	}
}*/
