#logo {
  position: absolute;
  left: 50%;
  margin-left: -75px;
}


.breadcrumb {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.header.sticky-header {
		position: fixed;
		top: 0;
		z-index: 1000;
		background: #f4f0ed url(/img/font/bg.png) repeat scroll;
	}
}

@media (min-width: 768px) and (max-width: 1025px) {
	.header.sticky-header {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1025px) {
	.header.sticky-header {
		max-width: 980px;
   		width: 100%;
		margin: 0 auto;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.header {
  padding-top:30px;
  position:relative;
  z-index:2;
  margin-bottom:30px;
}
.header .lang {
  position:absolute;
  z-index:1;
  top:40px;
  left:0;
}
.header .lang a, .header .lang span {
  margin:0 10px;
  position:relative;
  z-index:1;
}
.header .lang a:first-letter, .header .lang span:first-letter { text-transform:uppercase; }
.header .lang span:before {
  content:"";
  position:absolute;
  z-index:1;
  width:38px;
  height:13px;
  top:-15px;
  left:-10px;
  background:url("/img/font/lang-act.png") no-repeat scroll;
}
.header .head-text {
  min-height:30px;
  margin-bottom:20px;
  float:right;
}
.header .head-text div {
  float:left;
  margin-left:20px;
  color:#5e2d35;
}

.header .head-text {
  height: 72px;
}

.header {
  margin-bottom: 0;
}

.header-mobile {
    display: none;
}

@media (max-width: 1024px) {
    #logo {
        position: relative;
        left: auto;
        margin-left: 0;
    }
    .header {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap-column: 20px;
	}

	.header .lang {
		position: relative;
		top: auto;
	}
}

@media (max-width: 767px) {
    .header-mobile {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
		padding: 0 20px;
		z-index: 200;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		gap: 20px;
		-ms-align-items: center;
		align-items: center;
		background: #ded4cd;
		-webkit-box-shadow: 0px 6px 10px -6px #000000;
		-mos-box-shadow: 0px 6px 10px -6px #000000;
		box-shadow: 0px 6px 10px -6px #000000;
		border-radius: 0 0 5px 5px;
	}

	.header-mobile__logo {
		height: 100%;
		padding: 10px 0;
	}

	.header-mobile__logo img {
		display: block;
		height: 100%;
		width: auto;
	}

	.header-mobile__phone {
		font-size: 18px;
		margin-left: auto;
		font-weight: 600;
	}

	.header-mobile__phone a {
		text-decoration: none;
	}

	.header-mobile__burger {
		background-color: #9c0000;
		background-image: linear-gradient(0deg, #9c0000, #c70000);
		border: 0 solid;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: rgba(255, 255, 255, 0);
		border-top-width: 0;
		border-bottom-color: rgba(255, 255, 255, 0);
		border-bottom-width: 0;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0), 0 1px 0 0 rgba(255, 255, 255, 0) inset;
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 28px;
		border-radius: 3px;
	}

	.header-mobile__open {
		width: 20px;
	}

	.header-mobile__close {
		display: none;
		width: 20px;
	}

	.header-mobile__burger.active .header-mobile__open {
		display: none;
	}

	.header-mobile__burger.active .header-mobile__close {
		display: block;
	}

	.header-mobile__burger svg {
		max-width: 100%;
		max-height: 100%;
	}	

	.header .lang {
		display: none;
	}

	#logo {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	#logo img {
		max-width: 100%;
		height: auto;
	}

	

	.header .head-text {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		gap: 20px;
		height: auto;
	}

	.header .head-text div {
		margin-left: 0;
		margin-top: 20px;
	}

	.header .head-text div:first-child {
		white-space: nowrap;
	}
}