.g-questions {
  width: 100%;
  max-width: 882px;
  margin: 0 auto; }
  .g-questions_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 0;
    cursor: pointer; }
  .g-questions_title {
    color: #666666;
    font: 30px/1em pt_sans_bold;
    position: relative;
    padding: 45px 91px 45px 137px; }
    .g-questions_title STRONG {
      color: #009976; }
  .g-questions_icon {
    position: absolute;
    top: 40px;
    left: 80px; }
  .g-questions_answer {
    color: #595959;
    font: 16px/24px pt_sans;
    padding: 0px 91px 45px 137px; }
    .g-questions_answer STRONG {
      color: #009976; }
  .g-questions_buttons {
    text-align: center;
    margin-top: 30px; }

@media screen and (max-width: 700px) {
  .g-questions {
    width: 100%;
    min-width: 260px; }
    .g-questions_item {
      padding: 0; }
    .g-questions_title {
      font: 22px/1.1em pt_sans_bold;
      padding: 40px 25px 20px 25px; }
    .g-questions_answer {
      font: 14px/2em pt_sans;
      padding: 0px 22px 55px 25px; }
    .g-questions_icon {
      position: static;
      text-align: center;
      margin-bottom: 5px; } }
.g-content {
  background: url("/img/question_700.png") repeat;
  padding: 80px 0 95px; }

h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px; }
  h1 I {
    color: #fff; }

@media screen and (max-width: 700px) {
  .g-content {
    padding: 200px 20px 40px; }

  H1, .h1 {
    text-align: center;
    font-size: 38px;
    line-height: 0.9em; }
    H1 I, .h1 I {
      font-size: 58px;
      line-height: 0.62em; } }
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .g-content {
    padding: 200px 20px 40px; } }
