body {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: "FedraSansStd", sans-serif;
  float: left;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1112px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 834px) {
  body {
    font-size: 20px;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  background-color: transparent;
  color: #000;
}
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  background-color: transparent;
  color: #000;
}
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  background-color: transparent;
  color: #000;
}
.spacer {
  line-height: 0;
  font-size: 20px;
  clear: both;
}
.wrap {
  float: left;
  width: 100%;
}
.container {
  float: left;
  width: 100%;
  padding-right: calc((100% - 1110px) / 2);
  padding-left: calc((100% - 1110px) / 2);
}
@media (max-width: 1112px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    min-height: calc(100vh - 126px);
  }
}
header {
  float: left;
  width: 100%;
}
header .top-bar {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-right: calc((100% - 1110px) / 2);
  padding-bottom: 10px;
  padding-left: calc((100% - 1110px) / 2);
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1112px) {
  header .top-bar {
    display: none;
  }
}
header .top-bar .back-to-home {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #fff;
  text-decoration: none;
}
header .top-bar .back-to-home .back-line {
  float: left;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3e%3cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M1.166 5.25h12.856M5.063.2L.963 5.151M5.183 10.4L1.085 5.449'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
  margin-right: 5px;
}
header .top-bar .right-section {
  float: right;
  display: flex;
}
header .top-bar .right-section .dropdown {
  float: left;
  position: relative;
}
header .top-bar .right-section .dropdown .button {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #fff;
  cursor: pointer;
}
header .top-bar .right-section .dropdown .button .dropdown-arrow {
  float: right;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}
header .top-bar .right-section .dropdown .button.hover:hover ~ .dropdown-menu {
  display: block;
}
header .top-bar .right-section .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .top-bar .right-section .dropdown .dropdown-menu .dropdown-item {
  float: left;
  width: 100%;
  padding: 12px 20px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
header
  .top-bar
  .right-section
  .dropdown
  .dropdown-menu
  .dropdown-item:last-child {
  border-bottom: 0;
}
header .top-bar .right-section .dropdown.lang {
  margin-right: 27px;
}
header .top-bar .right-section .dropdown.lang .dropdown-menu {
  width: 130px;
  top: 25px;
  right: 0;
}
header .top-bar .right-section .dropdown {
  float: left;
  position: relative;
}
header .top-bar .right-section .dropdown .button {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #fff;
  cursor: pointer;
}
header .top-bar .right-section .dropdown .button .dropdown-arrow {
  float: right;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}
header .top-bar .right-section .dropdown .button.hover:hover ~ .dropdown-menu {
  display: block;
}
header .top-bar .right-section .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .top-bar .right-section .dropdown .dropdown-menu .dropdown-item {
  float: left;
  width: 100%;
  padding: 12px 20px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
header
  .top-bar
  .right-section
  .dropdown
  .dropdown-menu
  .dropdown-item:last-child {
  border-bottom: 0;
}
header .top-bar .right-section .dropdown.country {
  margin-right: 30px;
}
header .top-bar .right-section .dropdown.country .button .flag {
  float: left;
  width: 18px;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: -2px;
}
header .top-bar .right-section .dropdown.country .button .flag img {
  float: left;
  width: 100%;
  border-radius: 50px;
}
header .top-bar .right-section .dropdown.country .dropdown-menu {
  width: 170px;
  top: 25px;
  right: 0;
}
header .top-bar .right-section .dropdown.country .dropdown-menu .dropdown-item {
  padding: 10px;
}
header
  .top-bar
  .right-section
  .dropdown.country
  .dropdown-menu
  .dropdown-item
  .flag {
  float: left;
  width: 18px;
  min-height: 15px;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: -2px;
}
header
  .top-bar
  .right-section
  .dropdown.country
  .dropdown-menu
  .dropdown-item
  .flag
  img {
  float: left;
  width: 100%;
}
header .top-bar .right-section .search-button {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.2px;
  cursor: pointer;
  margin-right: 27px;
}
header .top-bar .right-section .search-button .search-icon {
  float: left;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cg fill='%23FFF' fill-rule='evenodd'%3e%3cpath fill-rule='nonzero' d='M5 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3e%3cpath d='M8.42 9.205a.5.5 0 1 1 .773-.634l1.778 2.152a.5.5 0 1 1-.772.634l-1.78-2.152z'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
  margin-right: 10px;
}
header .top-bar .right-section .domains-block {
  float: left;
  margin-right: 27px;
  position: relative;
}
header .top-bar .right-section .domains-block .domain-button {
  float: left;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3e%3cdefs%3e%3cpath id='a' d='M.559 4.865V.543H4.88v4.322H.559zm6.559 0V.543h4.322v4.322H7.118zM.543 11.457V7.135h4.322v4.322H.543zm6.56 0V7.135h4.322v4.322H7.102z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse stroke='%23000' stroke-width='1.2' xlink:href='%23a'/%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h12v12H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  cursor: pointer;
}
header .top-bar .right-section .domains-block .domain-dropdown {
  display: none;
  position: absolute;
  width: 230px;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e4ded4;
  top: 45px;
  right: -70px;
  z-index: 4;
  padding: 31px 10px 21px;
  white-space: nowrap;
}
header .top-bar .right-section .domains-block .domain-dropdown::after {
  content: "";
  position: absolute;
  border: solid 10px #fff;
  right: 68px;
  top: -20px;
  border-color: transparent transparent #fff transparent;
}
header .top-bar .right-section .domains-block .domain-dropdown .domain-page {
  width: 208px;
  text-align: left;
  display: inline-block;
  float: left;
  padding-bottom: 20px;
}
header
  .top-bar
  .right-section
  .domains-block
  .domain-dropdown
  .domain-page
  .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100px;
  background-color: rgba(245, 247, 235, 0.3);
}
header
  .top-bar
  .right-section
  .domains-block
  .domain-dropdown
  .domain-page
  .icon
  img {
  float: left;
  width: 100%;
  border-radius: 100px;
}
header
  .top-bar
  .right-section
  .domains-block
  .domain-dropdown
  .domain-page
  .page-name {
  float: left;
  width: 71%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.2px;
  margin-top: 5px;
  margin-left: 17px;
  white-space: normal;
}
header .top-bar .right-section .signin-point {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-decoration: none;
}
header .top-bar .right-section .signin-point a {
  color: #fff;
  text-decoration: none;
}
header .top-bar .right-section .signin-point span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
header .top-bar .right-section .signin-user {
  float: left;
  padding-right: 8px;
}
header .top-bar .right-section .signin-user .img {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50px;
}
header .top-bar .right-section .signin-user span {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.2px;
  cursor: pointer;
  margin-left: 8px;
  text-decoration: none;
}
header .top-bar .right-section .logout {
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-decoration: none;
  padding-left: 9px;
}
header .head {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-right: calc((100% - 1110px) / 2);
  padding-bottom: 10px;
  padding-left: calc((100% - 1110px) / 2);
  /* background-color: #e4ded4; */
}
@media (max-width: 1112px) {
  header .head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  header .head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .head .logo-pgh {
  float: left;
  width: 95px;
}
@media (max-width: 1112px) {
  header .head .logo-pgh {
    width: 53px;
  }
}
header .head .logo-pgh img {
  float: left;
  width: 100%;
}
header .head .navigation {
  float: right;
  display: none;
}
@media (max-width: 1112px) {
  header .head .navigation {
    display: block;
  }
}
header .head .navigation .nav {
  float: left;
  width: 16px;
  cursor: pointer;
  margin-top: 15px;
}
header .head .navigation .nav img {
  float: left;
  width: 100%;
}
header .head .navigation .search {
  float: left;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cg fill='%230' fill-rule='evenodd'%3e%3cpath fill-rule='nonzero' d='M5 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3e%3cpath d='M8.42 9.205a.5.5 0 1 1 .773-.634l1.778 2.152a.5.5 0 1 1-.772.634l-1.78-2.152z'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 13px;
  margin-right: 20px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
input[type="submit"] {
  -webkit-appearance: none;
} /*# sourceMappingURL=header.css.map */
