header {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.region-content {
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.content_wrap {
  width: 1170px;
  margin: 0 auto;
}
/*logo */
.region-logo {
  float: left;
  margin-right: 2.143em;
  max-width: 320px;
}
.navbar-brand {
  padding: 10px 0px;
}
.region-logo img {
  width: 77px;
  height: 90px;
}
/* search */
.region-contacts {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.region-contacts .block {
  float: right;
}
.block-search {
  position: relative;
  width: 160px;
  background-color: rgb(237 29 36);
}
.block-search form {
  width: 100%;
  padding-left: 35px;
  position: relative;
}
header .form-actions {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 100%;
}
header .form-actions::after {
  position: absolute;
  content: "\e807";
  color: #fff;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  font-family: "fontello";
  font-style: normal;
  left: 11px;
  top: 6px;
}
header .form-submit:hover,
header .form-submit {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  padding: 0;
  margin: 0;
  text-align: right;
  font-weight: 400;
  border-radius: 0;
  height: 100%;
  background: transparent;
  border: 0;
  font-size: 0;
  display: block;
  z-index: 2;
}
header .form-text {
  background: transparent;
  margin: 0;
  height: 36px;
  width: 114px;
  border: 0 !important;
  padding-left: 0;
  box-shadow: none;
  color: #fff;
}
header .form-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

header .form-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

header .form-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
header .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #809ee2;
  outline: 0;
  box-shadow: none;
}
.block-search form .form-item label,
#views-exposed-form-search-view-page-2 label {
  display: none;
}
.block-search form .form-item,
.block-search form .form-actions {
  margin: 0;
}
/* menu */
.region-menu {
  float: right;
  margin-top: 10px;
}
.region-menu nav {
  float: right;
}
.region-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.region-menu li {
  position: relative;
  float: left;
  z-index: 20;
}
.region-menu li a {
  display: block;
  padding: 15px 0;
  margin-right: 45px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  border-color: rgba(0, 0, 0, 0);
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  color: #37353d;
}
.region-menu li a:hover,
.region-menu li a.is-active {
  border-color: #ef595a;
}
.menu--account li:last-child a {
  margin-right: 0;
}
.path-frontpage .page-title {
  display: none;
}
/**/
#block-callus {
  float: right;
  font-family: Montserrat;
  font-size: 16px;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-left: 32px;
}
#block-callus p {
  margin: 5px 0 0;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .content_wrap {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .content_wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .content_wrap {
    padding: 0 15px;
  }
  .region-logo {
    float: none;
    margin-right: 0;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #block-callus {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .region-contacts .block {
    float: none;
    margin: 0 auto;
  }
  .region-menu {
    float: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .region-menu nav:first-child {
    order: 2;
  }
  .region-menu li a {
    display: block;
    padding: 15px 0 !important;
    margin-right: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-color: rgba(0, 0, 0, 0);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    color: #37353d;
  }
}

@media (max-width: 380px) {
  .region-menu li a {
    margin-right: 8px;
    font-size: 11px;
  }
}
