* {
  box-sizing: border-box;
}
a {
  color: #23527c;
  text-decoration: underline;
}
a:hover {
  color: #b0493b;
}
header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 155px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgb(0 0 0/10%), 0 8px 30px -12px rgb(0 0 0/12%);
  z-index: 1;
}
.custom__first-block{
	margin-top: 130px;
}
.header__left,
.header__center,
.header__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}
.header__left a {
  color: #000;
  text-decoration: none;
}
.left__burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.left__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #909090;
}
.left__logo {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.left__logo img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 11px;
}
.header__center {
  justify-content: flex-start;
  max-width: 900px;
  width: 100%;
}
.header__center a {
  width: 100%;
  text-decoration: none;
}
.center__search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__field {
  max-width: 550px;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 14px;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}
.search__btn {
  width: 64px;
  height: 40px;
  background-color: #b00205;
  text-align: center;
  line-height: 46px;
  border-radius: 0 5px 5px 0;
  margin-right: 20px;
}
.right__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right__link a {
  color: #c00;
  font-size: 14px;
  text-decoration: none;
  margin-right: 15px;
}
.right__link a:last-of-type {
  margin-right: 0;
}
.icon__mail,
.icon__message {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.icon__mail .icon,
.icon__message .icon {
  fill: silver;
  transition: all 0.2s;
}
.icon__mail .icon:hover,
.icon__message .icon:hover {
  fill: #000;
}
.header__bot {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 60px;
  width: 100%;
  padding-top: 20px;
}
nav {
  width: 100%;
  max-height: 60px;
}
nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nav__link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 10px;
}
@media screen and (max-width: 720px) {
  .header__center,
  .right__icon {
    display: none;
  }
  .left__burger,
  .left__logo {
    margin-right: 10px;
  }
  .left__logo img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .mob {
    display: none;
  }
}
@media screen and (max-width: 989px) {
  .nav__link {
    font-size: 14px;
  }
  .mob__two {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .header__top {
    border: none;
    padding: 0;
  }
  .header__bot {
    display: none;
  }
	.custom__first-block{
		margin-top: 60px;
	}
}
* {
  outline: 0;
}
body *:not(i) {
  font-family: sans-serif !important;
}
header span {
  font-size: 16px;
}

@media (height <= 320px) and (orientation: landscape) {
	header{
		padding: 10px 15px;
		margin: 0;
	}
	.header__top{
		padding-bottom: 0;
		border: none;
	}
  .header__bot {
    display: none;
  }
}
