.inner-wrap {
  padding: 30px 0;
}
.inner-wrap h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: normal;
}
.inner-wrap h2 {
  margin: 0 0 20px 0;
  font-size: 22px;
}
.inner-wrap .press-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-wrap .press-contact .press-item {
  float: left;
  width: 240px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.inf-item {
  display: none;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown ul {
  position: absolute;
  display: none;
  border: 1px solid #eeeef0;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-top: 3px;
  z-index: 55;
}
.dropdown ul li a {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  box-shadow: none;
  display: block;
}
.dropdown ul li a:hover {
  background: none;
  background-color: #fff;
}
.dropdown .dropdown-keyword {
  display: inline-block;
  height: 26px;
  font-size: 15px;
  border: 1px solid #eeeef0;
  line-height: 26px;
  background-position: #e7e7e7;
  padding: 0 35px 0 10px;
  color: #000;
  margin-right: 11px;
  font-family: 'pt_sans_narrowregular';
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 3px 4px -4px #8b8b98;
  -webkit-box-shadow: 0 3px 4px -4px #8b8b98;
  box-shadow: 0 3px 4px -4px #8b8b98;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: url(../../images/r-gl.png) 90% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  cursor: pointer;
  border-bottom: none;
}
.dropdown .dropdown-keyword:hover {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: url(../../images/r-gl.png) 90% 50% no-repeat, linear-gradient(to bottom, #f4f4f4 0%, #fff 100%);
}
.dropdown .dropdown-keyword:active {
  height: 28px;
  border: 0;
  line-height: 28px;
  background: #e8e8e8;
  font-family: 'pt_sans_narrowbold';
  -moz-box-shadow: inset 0 0 4px -1px #8b8b98;
  -webkit-box-shadow: inset 0 0 4px -1px #8b8b98;
  box-shadow: inset 0 0 4px -1px #8b8b98;
}
.d-themes li a.active {
  background: #e8e8e8;
  box-shadow: none;
}
