img {
  max-width: 100%;
}

.pm-header {
  margin-bottom: 22px;
  font-family: Helvetica, sans-serif;
  background-color: #F4E8D9;
}

.pm-header__container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.pm-header__container a {
  width: 235px;
}

.block {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__community {
  display: none;
}

@media only screen and (min-width: 920px) {
  .header__community {
  display: block; }
}

.header__region {
  padding-right: 10px;
}

@media only screen and (min-width: 920px) {
  .header__region {
  padding-right: 0; }
}

.header__links {
  width: 79%;
  display: flex;
    justify-content: flex-end;
  align-items: center;

}


.header__links a:hover  {
  opacity: 0.9;
  color: #034045;
  border-bottom: 4px solid#034045;
}

.header__links li {
  padding-right: 15px;
  padding-left: 15px;
}

.header__links a {
  color:#034045;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}


@media only screen and (min-width: 920px) {
  .header__links {
  justify-content: space-between; }

  .header__my-account {
    display: block;
  }

  .header__my-account a {
    color:#034045 !important;
    text-decoration: none;
  }
  .header__my-account a:hover {
    color: #034045;
    text-decoration: none;
    border-bottom: 4px solid#034045;
  }
}

.active {
  color: #034045 !important;
  border-bottom: 4px solid#034045;
}

.header__utility button {
    width: auto;
    color: #034045;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    padding-top: 3px;
    border-bottom: 4px solid transparent;
  }

.header__utility  button:hover {
    opacity: 0.9;
    color: #034045;
    border-bottom: 4px solid #034045;
    cursor: pointer;
  }

@media only screen and (min-width: 920px) {
  .header__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25%;}
}

@media only screen and (max-width: 920px) {
  .header__utility {
    display: none;
  }
}

.header__external-links {
  display: flex;
}

@media only screen and (max-width: 920px){
  .header__external-links {
  display: none; }
}

@media only screen and (max-width: 920px){
  .header__nav-toggle {
    position: relative;
    display: block;
  }
}

@media only screen and (max-width: 920px){
  .header__nav-toggle {
    position: relative;
    display: block;
  }
}

@media only screen and (min-width: 920px) {
  .header__nav-toggle {
    display: none;
  }
}

.pm-header__btn {
  border: none;
  color: #034045;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 3px;
  font-size: 18px !important;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.pm-header__btn:hover {
  opacity: 0.9;
  text-decoration: none;
  color:#034045;
  border-bottom: 2px solid #034045;
}

.btn-mobile {
  background-color: #034045 !important;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  float: right;
  width: 57px;
  height: 48px;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
}

.pm-header__inner-btn {
  position: relative;
  display: block;
  height: 4px;
  margin: 22px auto;
  width: 28px;
  border-radius: 2px;
  background: #F4E8D9 !important;
}

.pm-header__inner-btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background:#F4E8D9;
  top: -9px;
}

.pm-header__inner-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: #F4E8D9;
  top: 9px;
}

.pm-header__nav-mobile ul {
  padding: 0 20px;
}

.pm-header__nav-mobile li {
  padding: 24px 0;
  list-style-type: none;
  border-bottom: 1px solid #034045;
  text-align: center;
}

.pm-header__nav-mobile a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  color: #034045;
}

.pm-header__nav-mobile li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.pm-header__nav-mobile {
  position: relative;
  z-index: 2;
  width: 100%;
}

.pm-header__image {
  padding: 22px 0;
}

.header-card {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.52);
}

@media only screen and (min-width: 920px) {
  .header-card {
  display: none; }
}

.header__primary {
  display: none;
}

ul.header__primary {
  margin: 0 !important;
}

.header__primary ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;}

  .header__primary li {
    display: inline-block;
    font-size: 14px;

  }


@media only screen and (min-width: 920px) {
  .header__primary {
  display: flex;
  align-items: center;
  width: 65%;
 }
}

.btn-lang-toggle {
  color: #3E3934 !important;
  background-color: #FFFFFF !important;
}

.btn-mobile.is-open .pm-header__inner-btn {
  background: none;
}

.btn-mobile .pm-header__inner-btn {
  position: relative;
  display: block;
  height: 4px;
  margin: 22px auto;
  width: 28px;
  border-radius: 2px;
  background: #fff;
}

.btn-mobile.is-open .pm-header__inner-btn:before {
  transform: rotate(-45deg);
}

.btn-mobile.is-open .pm-header__inner-btn:after {
  transform: rotate(45deg);
}

.btn-mobile.is-open .pm-header__inner-btn:after,
.btn-mobile.is-open .pm-header__inner-btn:before {
  top: 0;
}

.btn-mobile .pm-header__inner-btn:before {
  top: -9px;
}

.btn-mobile .pm-header__inner-btn:after {
  top: 9px;
}

.pm-header__srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header__links a {
  color:#034045;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}

.header__primary li {
  display: inline-block;
  font-size: 14px;
}

.header__links li {
  padding-right: 15px;
  padding-left: 15px;
}

.pm-header__body {
  width: 100%;
}


.pm-header__container {
    overflow: hidden;
    max-width: 1208px;
    min-width: 290px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box
}

@media only screen and (ax-width: 920px) {
  .pm-header__container {
    padding: 0 50px;  }
}

@media only screen and (min-width: 920px) {
.pm-header__nav-toggle {
  display: none;}
}

body {
  margin: 0px;
}
