@media (max-width: 480px) {
  #ig0pp2g1h_0 img {
    width: auto !important;
    height: auto !important;
  }
}
.s3-cookie-message-wrap .s3-cookie-message {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #e3760c;
  box-sizing: border-box;
  box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.14);
  border-radius: 0;
  max-width: 700px;
  padding: 15px 25px;
  margin: 0 32px;
}
.s3-cookie-message .s3-cookie-message__text a {
  color: #e3760c;
}
.s3-cookie-message__btn .g-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none !important;
  border: 2px solid #e3760c;
  text-shadow: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-family: "ROBOTO CONDENSED";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-appearance: button;
  color: #fff !important;
  background-color: #5f5f5f;
  background-image: none;
}
/* Errorpage */
.errorpage {
  display: flex;
}
.errorpage__img {
  flex: 0 1 50%;
  display: flex;
  align-items: center;
}
.errorpage__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 1 50%;
  padding: 40px 0;
}
.errorpage__text {
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 32px;
}
.textblock {
  padding: 0 10px;
  text-align: left;
}
.textblock h2, .textblock h3 {
  font-family: Roboto Condensed, sans-serif;
  color: #333333;
  font-weight: 700;
}
.textblock h2 {
  font-size: 24px;
}
.errorpage__button-wrap {
  margin: 30px 0 16px;
}
.errorpage__button {
  background: #484848;
  color: #ffffff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #e3760c;
  padding: 17px 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.errorpage__button:hover {
  background: #5c5c5c;
  border-color: #f78a20;
}
@media (max-width: 767px) {
  .errorpage {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    /*max-width: 487px;*/
  }
  .errorpage__wrap {
    padding: 0;
  }
  .errorpage__img img {
    max-height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .errorpage__text {
    padding: 32px 10px;
  }
  .errorpage__button {
    display: block;
    text-align: center;
  }
}
.table-seo {
  text-align: center;
  width: 100%;
  border: 1px solid #3b4149;
  border-collapse: collapse;
}
.table-seo th {
  font-weight: 500;
  padding: 5px;
  background: #3a4048;
  border: 1px solid #3a4048;
  color: #fff;
}
.table-seo td {
  border: 1px solid #606060;
  padding: 5px;
}
.table-seo tbody tr:nth-child(even) {
  background: #bfbfbf;
}
.h2-seo {
  color: black;
  font-size: 30px;
  text-align: center;
  text-align-last: center;
  font-weight: 700;
  text-decoration: none;
  line-height: 125%;
  font-family: Roboto Condensed, sans-serif;
}
body .g-page-gallery2--photo {
  margin: 20px 0 0 0;
}
