.widget-header {

}

.widget-header .widget-inner > img {
  /*display: block;*/
  /*margin: 0 auto;*/
}

.widget-header .widget-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.header-map {
  height: 600px;
}

@media screen and (min-width: 992px) {
  .header-map {
    padding-left: 455px;
    background-color: #af0023;
  }
}

@media screen and (min-width: 1430px) {
  .header-map {
    padding-left: 570px;
  }
}

.header-map #map {
  height: 600px;
  width: 100%;
}

.widget-header .header-box {
  max-width: 100%;
  z-index: 1;
}

.widget-header .breadcrumbs {
  background-color: white;
  color: #e60028;
  padding-left: 30px;
  font-size: 13px;
  font-family: "Sanuk", sans-serif;
  font-weight: 400;
}

:lang(ru) .widget-header .breadcrumbs {
  font-family: "MyriadPro-Light";
}

.widget-header .breadcrumbs i {
  display: inline-block;
  margin: 0 10px;
}

.widget-header .header-box-inner {
  background-color: #e60028;
  color: white;
  position: relative;
}

.widget-header .header-box-content {
  padding: 30px;
}

.widget-header .header-box-content h1,
.widget-header .header-box-content p {
  color: white;
  font-weight: 300;
}

.widget-header .header-box-content h1 + p {
  margin-top: 20px;
}

.widget-header .header-box-content p {
  background-image: repeating-linear-gradient(180deg, transparent, transparent 29px, #f596aa 29px, #f596aa 30px);
  line-height: 30px;
}

@media screen and (max-width: 767px) {

  .widget-header .widget-inner {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (min-width: 992px) {

  .widget-header .header-box {
    transform: translate3d(0, -100%, 0);
    position: absolute;
    width: 455px;
  }

  .widget-header .header-box-inner {
    min-height: 330px;
  }

  .widget-header .header-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
  }

}

@media screen and (min-width: 1430px) {
  .widget-header .header-box {
    width: 570px;
  }
  .widget-header .header-box-inner {
    min-height: 420px;
  }
  .widget-header .header-box-content {
    padding: 0px 60px 30px 60px;
  }
  .widget-header .breadcrumbs {
    padding-left: 60px;
  }
  .widget-header .header-box-content h1 + p {
    margin-top: 35px;
  }
}